26 blog available in the DeepSeek directory
Articles, tutorials, and deep dives on this AI platform — from getting-started guides to advanced techniques and real-world use cases.
programmingGCli v3.5 Updates: Changes Since v3.3.1 GCli is a command-line application and tool...
programmingSo far our loops have run from start to finish without interruption. But sometimes you need more...
programmingWhat is a Monorepo? A monorepo is a single Git repository that contains multiple distinct...
programmingI have been working on a project called SEOCore, which is an SEO crawler and audit CLI built with...
programmingWhy Manual Memory Management Still Matters ? It is now easier than ever to write software...
programmingWhen it comes to starting a new project that you know is going to be big, a sound file structure is a...
programmingWe obsess over making code last. Maybe we should obsess over making it leave gracefully. There's...
programmingThe Problem: Why I Built My Own Logger If you’ve ever tried to implement proper logging in...
programmingYou know that feeling when the thought in your head is simple and clear — "go through files, find the...
programmingIt's 2026 and I started professional software development in 1986 when I took a Summer internship...
programmingPitfalls, design principles, and recommendations
programmingIf you ask the average person how dyslexia affects a software engineer, they usually guess it’s about...
programmingAI can generate code. But code is not just syntax: it’s a language for thinking about systems. It’s...
programmingKent Beck introduced the 4 Rules of Simple Design as part of Extreme Programming in the late 1990s....
programmingI hate productivity tools. Not in a cute, ironic way. I mean I genuinely hate how they look, how they...
programmingI’ve been building a programming language for the past 3 months. Although it’s written in Swift, I’m...
programmingOr: What the man who wants to throw out all his frameworks hasn’t learned yet Look, I’m going to...
programmingVibe coding looks cool on Twitter, but it’s quietly wrecking codebases, teams, and junior developers. Let’s actually talk about it.
programmingHey friends! 👋 Let’s talk about something that used to be a total headache: Computer Vision...
programmingLet’s define “the hard way” first. Not: Watching a 6-hour tutorial at 1.5× speed Copy-pasting code...
programmingI've been building quite a few projects and one of them is this CPU Simulation. I've been in the web...
programmingEvery few years, the tech world seems to restart the same argument. Java vs C#. Python vs JavaScript....
programmingWe used to be similar to wizards. Wizards have no intrinsic power by themselves: they must earn it....
programmingI spent three hours last Tuesday chasing a bug that didn't exist. The code looked perfect. It was...