AI-Powered Development: How to boost your productivity while staying in control
We are living in a transformative era for software development. Since the advent of LLMs (Large Language Models) used as developer tools, starting around 2022 with OpenAI and GitHub Copilot,…
How to turn your macOS into a Linux-like Desktop
TLDR: This is NOT about installing Linux on a Mac! Who would do that? 😏 So, you got yourself a new Macbook. Maybe it was received from your employer or…
CodeTips#6: Using the Node.js debugger
The usual way to debug a Node.js application is to simply use the console module to inspect variables or objects, which is fast enough to solve small issues. We already…
CodeTips#5: Debugging in Frontend
Hello guys! When we are investigating errors or resolving a bug in our app, we all know the struggle of finding and fixing it. In this post, we will talk…
Vim Buffers, Windows and Tabs – An Overview
I have been using Vim since I started using Linux, many years ago, but it was just recently that I decided to use it as my main text editor. There…