The AI Era in Software Development: Are We Becoming Better Engineers or Just Faster?
March 5, 2026
In many companies, AI tools have already become part of the development workflow. My own company also uses them heavily, and honestly, they help a lot.
Read more →My vscode settings keymap for vim
February 11, 2026
This blog I'll share my vscode settings and key mapping for daily code as a vim user
Read more →🔐 How to Set Up an SSH Key to Connect to GitHub
February 9, 2026
Using SSH keys allows you to securely connect to GitHub without entering your username and password every time you interact with a repository.
Read more →Local DynamoDB Development Setup Guide
February 9, 2026
This document guides developers through setting up Amazon DynamoDB Local for local development using Docker, configuring the application to connect to it, and viewing data via NoSQL Workbench.
Read more →Migration Guide: ts-loader to esbuild-loader
February 9, 2026
This guide documents the migration from `ts-loader` to `esbuild-loader` for faster TypeScript compilation in webpack.
Read more →