Blog
All Posts
How to setup ESLint and Prettier for your React Project
Linting your code will help you write clean code. Code that is readable, easy to maintain, and has minimal bugs. Linting is the...
Notes on Migrating Data from One Database to Another
As your company grows, you will find a need to scale. This may cause you to revise the stack or architecture you started with. And one of the items you may look into changing is the underlying database you are using.