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
Practical thinking on software engineering.
Fast is real. Free is not ❯ I want to write an article about this: AI like you is excellent at accelerating development, but it
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
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 merge explained
What is a branch ? If you have read the previous two chapters, you should already know that commit is the most fundamental part in
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
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
Followup series on git
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
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