
How not to structure your database-backed web applications
ORM frameworks make your life a lot easier, but can just as easily lead to performance problems.
ORM frameworks make your life a lot easier, but can just as easily lead to performance problems.
I’ll tell you what, I don’t even remember writing this article.
You want comments in your code, but probably not too many.
Some tips that can help you streamline your code review pipeline.
You know about code coverage for tests, but code review coverage is just as important.
Go’s time
package takes a novel approach to defining datetime serialisation formats. Is it an improvement over existing alternatives?