I3 Workspace Chooser
After working with I3 I’ve got a few window layouts I like for various tasks.
After working with I3 I’ve got a few window layouts I like for various tasks.
In this post we will look at problems 4, 5, and 6 on Project Euler.
In this post we will look at the first three problems on Project Euler.
So we’ve built a working API server, but the only way we’ve tested the endpoints is by hammering them with curl
, but why not use Go’s built in testing mechanism, go test
?
In this post we are going to expand on our REST API server enabling methods for replacing a user using PUT and updating a user using both PATCH.
In this post we are going to expand on our REST API server enabling methods for our endpoints, and add the ability to Create and Delete users.