Building Server-rendered React Apps with NextJS
In this post, I’ll explain what NextJS is, and how you can use it to build a server-rendered React web application and deploy it to production.
In this post, I’ll explain what NextJS is, and how you can use it to build a server-rendered React web application and deploy it to production.
How to integrate Prettier and Git to have your JavaScript automatically formatted before every commit.
If you took all the skills that a intermediate to senior JavaScript Full Stack Engineer required to be productive and successful and mapped them out, what would it look like? In my opinion, it would look like the Skill Tree below. It looks pretty intimidating, doesn’t it? Some of those branches can be entire professions (like Testing, […]
How to use Metalsmith.io to build simple static websites in NodeJS
If you have used Bedrock, you have probably set up user authentication for your web application. If you haven’t, check out how to do that in this post. However, you may have seen that the Reset Password flow is broken. What’s up with that, you wonder? Well, first let’s take a look at what the […]
Learn about how you can make database changes when your app is in production without causing breaking changes for your active users.