Let me start by saying this—AI Coding Agents are the future of software development. Today, I’m excited to share my journey setting up one with VSCode and the Cline (free OSS extension). As a software developer with years of experience, I've seen many tools come and go, but AI coding assistants have genuinely transformed how I code now. If you're new to the topic, this guide … [Read more...] about AI Coding Agent: With VSCode And Cline OSS
Python Asyncio: A Comprehensive Guide For Beginners
Hi there! Today we are diving into the world of Python AsyncIO, one of the most essential Python advanced topics that you can master. When I first came across this feature, I was amazed at how I could write code that did multiple things at once without the headaches of threading. In this guide, I’ll walk you through the ins and outs of Python asyncio, share some personal … [Read more...] about Python Asyncio: A Comprehensive Guide For Beginners
Building Javascript Test Framework From Scratch
Hey, Javascript enthusiast! Let's do something fun today, building a Javascript test framework from scratch. Building your own JavaScript test framework is a great way to understand the inner workings of testing frameworks/libraries like Jest or Mocha. In this tutorial, we'll create a simple yet powerful test framework from scratch, without relying on any external libraries, … [Read more...] about Building Javascript Test Framework From Scratch
Python Advanced Concepts: Exploring Beyond Basics
Python is celebrated for its simplicity and versatility, but beyond its beginner-friendly features lies a treasure trove of advanced concepts that empower developers to craft elegant, efficient, and scalable solutions. Whether you're here to level up your Python skills or explore the cutting-edge possibilities the language offers, this guide has you covered. Let’s dive into the … [Read more...] about Python Advanced Concepts: Exploring Beyond Basics
NginX With Docker: A Beginner’s Guide
Hey there! If you’re reading this, you’re probably diving into the world of NginX and Docker for the first time. Maybe you’re a developer, a DevOps newbie, or just someone curious about how to make your web server setup easier. Trust me, I’ve been there. The first time I tried to set up NginX with Docker, I felt like I was trying to solve a Rubik’s Cube blindfolded. But don’t … [Read more...] about NginX With Docker: A Beginner’s Guide