Build Your Own Sqlite - Print the number of tables
Parse the sqlite file and print the number of tables defined in the database.
Build Your Own Sqlite - Print the Page Size
Understand the Sqlite file and print the page size of the sqlite db file.
BDD test suite in Go - API Testing
Part two in the series of using BDD in Go to setup a pizza ordering application.
Software Refactoring
Knowing when to refactor code.
BDD test suite in Go
First part in the series of using BDD in Go to setup a pizza ordering application.
Common Code Smells
Let's talk about code smells.