Given Malambo

All Blog Posts

Hello Elixir

1 min read

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

1 min read

# Wrap up of 2024 2024 come with a lot of new discoveries, up's and downs. ...

Road to Jr Backend Software Engineer

1 min read

After 4days of continues learning, watching and reading. time to practice what was been learned. - basics of HTML...

Road to Jr Backend Software Engineer

1 min read

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

1 min read

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

1 min read

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...