Install
A constructive and inclusive social network for software developers. With you every step of your journey.
- 10,504articles · 30d
- 40+ min agolatest article
- Aug 14, 2026earliest in window
- 97%with images
- 292avg words
- software 9,737
- coding 9,523
- development 9,491
- engineering 9,467
- community 9,450
- inclusive 9,411
- ai 7,988
- webdev 5,739
- programming 5,144
- productivity 3,495
- python 2,956
- technology 2,880
- artificial intelligence 2,830
- devops 2,735
- security 2,725
- llm 2,288
- architecture 2,256
- agents 2,161
- tutorial 2,109
- javascript 1,925
- Software Dev. 9,701
- Science & Technology 9,577
- Computers & Electronics 7,428
- Business & Industrial 805
- Internet & Telecom 771
- Economy, Business & Finance 387
- Finance 333
- Arts, Culture, Entertainment & Media 246
Please confirm you are human
This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.
A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.
News
Why I Built My Portfolio with Bun + Astro + MDX Instead of a More Complex Stack
27+ min ago (1367+ words) Choosing a stack is a product decision before it is a technical one. This article documents why this portfolio runs on Bun, Astro, and MDX — and, more importantly, the reasoning that led me to turn down more sophisticated alternatives. Nothing…...
68,495 Entries. Zero Restarts. I Still Refused to Sign It Off.
44+ min ago (1661+ words) The run was good. Seventy-two hours unattended. Two systemd units, both continuously active from launch to close. NRestarts=0 on each. Zero stop, start or failure lifecycle markers inside the window. The tracked working tree clean at close, and nothing executable…...
SQL vs NoSQL: Kenapa PostgreSQL Masih Jadi 'Swiss Army Knife' di 2026
1+ hour, 16+ min ago (23+ words) Sering kali kita... Tagged with postgres, mongodb, database, backend....
Why URL Architecture Matters More as Websites Grow
1+ hour, 11+ min ago (492+ words) URLs look simple when a website is small. You create a page. It gets a URL. You link to it. But as a website grows, URLs stop being simple addresses. They become part of the architecture of the product. Ten…...
Python Functions: Why They changed My code
4+ hour, 32+ min ago (110+ words) "I used to write the same code over and over. Copy, paste, tweak one word. Then I learned about functions — and my code got 10x shorter. Here's how they work and why I use them everywhere now." Problem: If I want…...
Agents Building Agents: The Recursive Power of Claude Code
4+ hour, 19+ min ago (249+ words) Originally published on my technical field notes at Hamza Sajid's Portfolio. The true power of AI in software engineering is not "coding help" it is Meta-Tooling. We are entering an era where AI agents do not just write functions; they…...
My Cron Job Double-Fired and Placed the Same Order Twice — Here's My Postmortem
5+ hour, 4+ min ago (879+ words) I keep a Mac Mini in a closet running a handful of small scheduled Python jobs. One of them scans market data on a schedule and, when its rules fire, places tiny orders through an exchange API. Positions are around…...
From Prompt to Deployed App: Building "Mythic Forge" with Google AI Studio
4+ hour, 51+ min ago (236+ words) Education Track: Build Apps with Google AI Studio For my first project using Google AI Studio's new "Build apps with Gemini" feature, I set out to build Mythic Forge, an interactive web application that acts as an RPG Character Portrait…...
How Developers Can Monitor Production — and Why It Matters
5+ hour, 11+ min ago (352+ words) When we write code, it often feels like the main thing is to make it work locally. But reality is different: the real life of a service begins not on your laptop, but in production. That’s where it faces load,…...
Mainframe Modernisation: Rewrite, Refactor or Replatform
7+ hour, 32+ min ago (504+ words) This guide compares the main modernisation strategies, when each makes sense, and how to choose. The drivers are consistent across UK enterprises: the COBOL and mainframe skills pool is retiring, mainframe operating costs are high, the systems are hard to…...