All Blog Posts
Hello Elixir
In March 2025 i embarked on a new career, a full time **Developer** and what a better language to statrt with other than functional programming. Am no...
2024 Wrap Up
# Wrap up of 2024 2024 come with a lot of new discoveries, up's and downs. ...
Road to Jr Backend Software Engineer
After 4days of continues learning, watching and reading. time to practice what was been learned. - basics of HTML...
Road to Jr Backend Software Engineer
The quickest way of learning is by doing and writing down what you are learning, what a better than to do it on my first project which was back in 20...
When to Use Static Generation v.s. Server-side Rendering
We recommend using **Static Generation** (with and without data) whenever possible because your page can be built once and served by CDN, which makes ...
Two Forms of Pre-rendering
Next.js has two forms of pre-rendering: **Static Generation** and **Server-side Rendering**. The difference is in **when** it generates the HTML for a...