Aditya

Aditya @extinctsion

About: Software Engg | Making things ↔ complicated is my hobby.

Location:
New Delhi, India
Joined:
Nov 14, 2021

Aditya
articles - 39 total

The Art of Talking to AI: Prompts That Actually Work for Coding

Why This Matters If you're new to coding, you've probably heard about AI tools like...

Learn More 86 34Aug 6

Structured logging using .NET Aspire orchestration for graphql APIs

Introduction Logging is one of the most crucial aspects of building and operating scalable...

Learn More 6 2Jul 26

DevVoice: Real-Time Voice Coding Assistant

This is a submission for the AssemblyAI Voice Agents Challenge What I Built DevVoice is...

Learn More 33 1Jul 19

How to Add ESLint and prettier to an Angular Application

Introduction This guide walks you through configuring ESLint, Prettier, Stylelint, and...

Learn More 5 0Jul 13

Zenflow space – A Holistic Intranet Experience for the Modern Office

Submission for Frontend Challenge: Office Edition – Holistic Webdev Prompt 👋 Hi Dev Community! I'm...

Learn More 18 14Jul 5

Digital Detoxification: My Journey Back to Real Life

Digital Detoxification: My Journey Back to Real Life A personal reflection on breaking...

Learn More 17 3Jun 29

Implement Rate Limiting in ASP.NET Core [.NET9]

Introduction Rate limiting is a critical mechanism for building resilient, secure, and...

Learn More 11 6Jun 12

How I Automated My Tech Blog Workflow Using Runner H and AI

What I Built? I automated the end-to-end workflow of writing, formatting, and delivering...

Learn More 34 25Jun 7

Task Management Effectively with Modern AI Tools

Introduction Managing tasks efficiently is crucial for productivity, whether you’re...

Learn More 5 1Jun 4

Google I/O 2025: A Beginner's Guide to the AI and XR Revolution

The tech world was buzzing with excitement on May 20, 2025, as Google unveiled its latest innovations...

Learn More 5 0May 27

🔐 Control Cloudflare Infrastructure Using AI + MCP (with Python Example)

Introduction Cloudflare recently launched 13 remote MCP servers—a massive leap toward...

Learn More 5 0May 17

Setup MCP server in C#

Introduction Integrating large language models (LLMs) into real‑world applications often...

Learn More 11 2Apr 22

A Summary of the Google AI Essentials Course on Coursera

Introduction Google AI Essentials is a beginner-friendly course developed by Google and...

Learn More 6 0Apr 10

TypeScript Just Got 10x Faster! 🚀 The New Go-Powered tsc

Introduction TypeScript has been a game-changer for JavaScript developers, providing type...

Learn More 13 0Mar 23

Dictionary vs. defaultdict in Python: A Beginner’s Guide

Introduction When you’re starting out in Python, you quickly learn that dictionaries are...

Learn More 5 0Mar 3

The Rise of AI in Software Development: Can AI Write Code Better Than Humans?

Introduction Artificial Intelligence (AI) is reshaping the way we build software. Over the...

Learn More 5 0Feb 19

Building a Local AI Deepseek Powered Chatbot with Deepseek: A Step-by-Step Guide

Introduction Chatbots are transforming the way we interact with software, offering...

Learn More 43 0Feb 8

How Run DeepSeek Locally with Ollama

How to Install and Run DeepSeek Locally with Ollama DeepSeek is a powerful open-source...

Learn More 100 0Jan 31

Is random numbers in computers are random at all? JS version

Introduction Randomness in programming often appears mysterious, especially when you...

Learn More 7 2Jan 18

No Swagger in .NET 9? Here's What You Need to Know!

Introduction With the release of .NET 9, you might have noticed that Swagger Gen is no...

Learn More 32 8Jan 11

Using TypeScript for Cleaner JavaScript Codebases

Introduction In today’s fast-paced development environment, maintaining a clean and...

Learn More 41 4Jan 9

Predicting 2025: A vision into future computing

This is a submission for the 2025 New Year Writing challenge: Predicting 2025. Predicting...

Learn More 8 0Jan 6

Microservices VS Monolith: Making the Right Choice

Introduction When designing software architecture, one of the most critical decisions is...

Learn More 6 0Jan 1

SOLID: Dependency Inversion Principle (DIP) in C#

Introduction The Dependency Inversion Principle (DIP) is one of the foundational...

Learn More 8 0Dec 30 '24

SOLID: The Interface Segregation Principle(ISP) in C#

Introduction The SOLID principles are essential guidelines for building robust,...

Learn More 12 4Dec 25 '24

SOLID: The Liskov Substitution Principle (LSP) in C#

Introduction The Liskov Substitution Principle (LSP) is a foundational concept in...

Learn More 52 13Dec 19 '24

Recursive Development: The Hidden Cycle Hindering Progress

Introduction In the world of software development, we often focus on forward movement —...

Learn More 6 0Dec 4 '24

Guide to Git Stash: Keeping Your Workspace Clean While Coding

Introduction Ever been in the middle of coding and need to switch branches quickly, but...

Learn More 8 0Nov 20 '24

Comprehensive Testing in .NET 8: Using Moq and In-Memory Databases

Introduction Testing is a core part of developing reliable applications, and with .NET 8,...

Learn More 13 0Nov 12 '24

SOLID: Open-Closed Principle (OCP) in C#

Introduction It says, "Software entities (classes, modules, functions, etc.) should be...

Learn More 11 6Nov 12 '24