RSSAmplifier

Blog

Notes of Maks Nemisj

Practical thinking on software engineering.

nemisj.comRSS feed ↗10 posts

Latest posts

What AI Defaults to When You’re Not Watching

Fast is real. Free is not ❯ I want to write an article about this: AI like you is excellent at accelerating development, but it

Terraform gives you modules. Terragrunt gives you a map.

A while back I kept running into the same blog post, recycled under different titles: you don t need Terragrunt anymore, Terraform modules do everything it

GIT. Learn by doing: Chapter 4

This chapter is going to be part II of explanations about the merge. The reason why I explain merge in so many details because we

GIT. Learn by doing: Chapter 3

Git merge explained

GIT: Learn by doing. Chapter 2

What is a branch ? If you have read the previous two chapters, you should already know that commit is the most fundamental part in

GIT: Learn by doing

This is a series of articles about Git (https://git-scm.com) version control system (VCS). I aim to show you Git from a different perspective, starting with

GIT: Learn by doing. Chapter 1

This is the second article of the series about Git. If you haven t read the introduction, I strongly advise you to do this since this

GIT: Learn by doing. Intro

Followup series on git

useEffectlessState for data fetching with React hooks

Have you ever been into a situation where you wanted to do something with your state inside useEffect hook but didn t want to put it

How to use async/await with forEach ( oneliner )

If you re already using async/await syntax, you might notice that forEach is not working for asynced functions. In that case you might start doing old