All my Articles by Theme
Here are my articles, grouped by theme and sorted by publication date (newest first), with view counts and highlights for the most read ones ⭐ 🦊 GitLab / 🔀 Git ☸️ Kubernetes 📝 Miscellaneous Generated by a fork of devt
Engineering posts, tools, releases, and practical dev workflows.
Here are my articles, grouped by theme and sorted by publication date (newest first), with view counts and highlights for the most read ones ⭐ 🦊 GitLab / 🔀 Git ☸️ Kubernetes 📝 Miscellaneous Generated by a fork of devt
Are you dabbling with the idea of learning how to code because it seems like it might be fun or useful? Or do you think it might help you in your career? Or are you thinking that maybe it could be an interesting career f
This post is my submission for DEV Education Track: Build Multi-Agent Systems with ADK . What I Built I built Gemini Tales , an interactive AI companion designed to solve a haunting statistic: 80% of children today don't
Finding potential customers is one of those tasks that feels like it should be automated but rarely is. Most sales teams still rely on someone manually searching Google Maps, scrolling through directories, and copy-pasti
Setting Up Azure Storage for a Public Website: A Step-by-Step Guide Introduction In Azure cloud architecture, a storage account plays a key role in hosting and protecting application data. For public-facing websites, it’
We are excited to introduce Surrealism which offers something developers have wanted for a long time: true extensibility inside SurrealDB itself. Those of you who have participated in the SurrealDB 3.0 beta might have al
Protecting Language Models Against Unauthorized Distillation through Trace Rewriting Angle Front-line model deployers can deter unauthorized distillation by rewriting the reasoning traces their API returns — a low-fricti
One of the big benefits of having a Homelab and plenty of services running locally is that I can start connecting them together and using them for various things. TLDR , automating like crazy. Not to mention that there a
Introduction OpenClaw , originally called ClawdBot, is trending everywhere. People are building insane things with it: an AI agent that rebuilds an entire website via Telegram, an AI agent platform where humans are only
Every time I asked ChatGPT to create a data table, I got the same 200+ lines of code. Filtering. Sorting. Pagination. Search. Export. Column visibility. Date pickers. New project? Same prompt. Same code. Same debugging.
In Java, String is a non - primitive data type. String is a sequence of characters / an array of characters. It belongs to the java.lang package and represents sequence of characters. String name = "Anushka"; String is a
I hate resume builders. You know the drill. You spend 20 minutes typing in your work history, tweaking the formatting, and getting everything perfect. Then you hit "Download PDF" and get hit with a pop-up: "Create an acc
AI is rewiring developer preferences through convenience loops. Octoverse 2025 reveals how AI compatibility is becoming the new standard for technology choice. The post How AI is reshaping developer choice (and Octoverse
Let’s dig into the 2025’s open source data on GitHub to see what we can learn about the future. The post What to expect for open source in 2026 appeared first on The GitHub Blog .
Learn how The GitHub Secure Open Source Fund helped 67 critical AI‑stack projects accelerate fixes, strengthen ecosystems, and advance open source resilience. The post Securing the AI software supply chain: Security resu
Discover GitHub Agentic Workflows, now in technical preview. Build automations using coding agents in GitHub Actions to handle triage, documentation, code quality, and more. The post Automate repository tasks with GitHub
Open source is hitting an “Eternal September.” As contribution friction drops, maintainers are adapting with new trust signals, triage approaches, and community-led solutions. The post Welcome to the Eternal September of
In January, we experienced two incidents that resulted in degraded performance across GitHub services. The post GitHub availability report: January 2026 appeared first on The GitHub Blog .
Think of Continuous AI as background agents that operate in your repository for tasks that require reasoning. The post Continuous AI in practice: What developers can automate today with agentic CI appeared first on The G
Claude by Anthropic and OpenAI Codex are now available in public preview on GitHub and VS Code with a Copilot Pro+ or Copilot Enterprise subscription. Here's what you need to know and how to get started today. The post P
What languages are growing fastest, and why? What about the projects that people are interested in the most? Where are new developers cutting their teeth? Let’s take a look at Octoverse data to find out. The post What th
A senior engineer's guide to architecting and extending Copilot's real-world applications. The post How to maximize GitHub Copilot’s agentic capabilities appeared first on The GitHub Blog .