From gitconnected.com
Why Your Tech Talk Is Boring (Even When Your Code Is Brilliant)
0 1
How to captivate the expert in the back row without losing the beginner in the front. The secret isn’t compromise; it’s context.
on Sat, 6PM
From gitconnected.com
Performance Optimization: The Art of Knowing When Good Enough is Perfect
0 0
We’re developers. We love speed. But the race for the last millisecond can lead us down a rabbit hole of complexity and unmaintainable…
on Sep 10
From gitconnected.com
Strategic DDD by Example: Bounded Contexts Mapping
0 0
How to tackle integration challanges using Domain Driven Design context mapping patterns
on Sep 1
From gitconnected.com
Vibe Coding as a Coding Veteran
0 0
From 8-bit Assembly to English-as-Code
on Aug 31
From gitconnected.com
SecretForge — A Sidecar for Kubernetes Secrets
0 0
From Mounted Secrets to Ready-to-Use File
on Aug 28
From gitconnected.com
Refactoring Legacy PHP: A Guide for Developers in 2025
0 0
If you’ve been working with PHP for any length of time, chances are you’ve encountered the dreaded spaghetti code. Legacy projects often…
on Aug 27
From gitconnected.com
iOS Localization: LocalizedStringResource vs LocalizedStringKey vs String
0 0
Deciding how to pass around localized strings
on Aug 24
From gitconnected.com
The Hidden Forces Shaping Our Systems: Cognitive Biases in Software Development
0 0
Cognitive biases subtly guide our decisions down paths we often don’t anticipate, reminding us that we’re far less rational than we’d like…
on Aug 24
From gitconnected.com
ChatGPT-5 is Here: OpenAI Most Powerful AI Model
0 0
Game-Changing Features of GPT-5 That Redefine AI Capabilities in 2025
on Aug 16
From gitconnected.com
ImageColorSwitcher in Flutter: Part 1 Raster Image Coloring
0 0
Lessons learned from raster to vector image colouring.
on Aug 7
From gitconnected.com
🧨 “Three Weeks of Code Gone! One Git Tool Saved It.”
0 0
Every developer needs reflog in their Git survival kit.
on Jul 29
From gitconnected.com
Analyzing Code for Potential Issues, Refactoring Techniques, and Code Quality Tools (with PHP…
0 0
As developers, we often find ourselves reading through code that “works,” but something about it feels off. Maybe it’s the duplication…
on Jul 25
From gitconnected.com
Our Last Kubernetes Ingress Production Incident — Explained in 5 Minutes
0 0
This one setting in NGINX caused unexpected API failures — here’s why.
on Jul 2
From gitconnected.com
Google’s Epic Fail: When the World’s Smartest Engineers Forgot Programming 101
0 0
Remember June 12, 2025 — the day Google forgot to Google, and the internet learned that even giants can trip over their own feet.
on Jun 28
From gitconnected.com
Building a Multi-Agent AI System with LangGraph and LangSmith
0 0
A step-by-step guide to creating smarter AI with sub-agents
on Jun 19
From gitconnected.com
Event-Driven Architecture in PHP: Laravel Events vs Symfony Messenger
0 0
Discover how to decouple your application logic using Event-Driven Architecture (EDA) in two of the most popular PHP frameworks: Laravel…
on Jun 12
From gitconnected.com
Technical Debt in ML Systems that No one is talking about
0 0
6 types of Technical Debts in ML Systems and how to handle them
on Jun 11
From gitconnected.com
Debugging Distroless Kubernetes Containers
0 0
Two possible solutions for enabling access to application processes in distroless containers, for easy troubleshooting.
on Jun 10
From gitconnected.com
The M.I.N.T principal: a new guideline for when to use Object-Oriented programming in TypeScript
0 0
A new acronym to help resolved the age old debate about using classes
on Jun 7
From gitconnected.com
When Did We Break The UX Of Software Development?
0 0
The pain of developing modern software is real, but it doesn’t have to be…
on Jun 6
From gitconnected.com
3 Practical Git Aliases For Power-Users
0 0
to add all and commit in one step, simplify branch updates, and improving the git log. Let’s get to it!
on Jun 6
From gitconnected.com
Spring Secret Starter: Managing Secrets in Your Spring Boot App
0 0
How a New Open-Source Library Simplifies Secure Secret Management
on May 29
From gitconnected.com
Social Media Widgets and Privacy
0 0
With the decline of X/Twitter and the rise of other social media platforms, many developers are building social widgets for blogs and…
on May 26
From gitconnected.com
Understand currying by building a simple notification service with TypeScript
0 0
A deep dive into currying and function composition backed by a real-world example.
on May 19
From gitconnected.com
They say my job won’t survive…
0 0
Technologies and trends that were going to destroy my job… or so they said…
on May 14
From gitconnected.com
How to run LLMs on Your computer (at no cost)?
0 0
Beginners guide to using LLMs locally — for free
on May 5
From gitconnected.com
Migrating from PHPDoc to PHP attributes: A simple Symfony example
0 0
From PHPDoc to attributes: A practical guide to upgrading Symfony applications.
on Apr 30
From gitconnected.com
Mission Impossible: Managing AI Agents in the Real World
0 0
We are at a new frontier with AI tools in every industry, and particularly in software development. They are changing underneath us faster…
on Apr 30
From gitconnected.com
The Dark Arts of Interior Mutability in Rust
0 0
The concept that enables Rust to claim "Fearless Concurrency" as a language feature despite its strict memory rules.
on Apr 28
From gitconnected.com
A Practical Approach to Keycloak Token Exchange: Converting External Tokens for Internal Use with…
0 0
In this guide, we’ll explore an approach to setting up Keycloak token exchange in a local Kubernetes environment with Istio ingress.
on Apr 21
From gitconnected.com
TypeScript type widening and narrowing: what it means, and why it matters
0 0
A beginner’s guide, and what to do when TypeScript frustrates you
on Apr 19
From gitconnected.com
The Value Of Being Pedantic In Software Development
0 0
After decades of software engineering, we still call things what they’re not…
on Apr 15
From gitconnected.com
7 Levels of Using HTTPX: A Pythonic HTTP Client
0 0
Mastering it for neat code, fast requests, and async programming
on Apr 15
From gitconnected.com
Understanding PHP Autoloading: A modern guide for clean and efficient code
0 0
A practical guide to using PHP autoloading with Composer and PSR-4 for clean, scalable applications.
on Apr 14
From gitconnected.com
10 Cool CodePen Demos from March 2025
0 0
A collection of 10 cool and exciting front-end demos shared on CodePen during March 2025
on Apr 4
From gitconnected.com
9 Laws That Every Software Developer Should Know
0 0
There are numerous guidelines and observations referred to as laws or principles
on Mar 27
From gitconnected.com
Chain-of-Draft (CoD) Is The New King Of Prompting Techniques
0 0
A deep dive into the novel Chain-of-Draft (CoD) Prompting that reducing LLM inference cost and latency like never before.
on Mar 27
From gitconnected.com
The 5 paid subscriptions I actually use in 2025 as a Staff Software Engineer
0 0
Tools I use that are cheaper than Netflix
on Mar 14
From gitconnected.com
Hypermodern Python Toolbox 2025
0 0
Python tools setting the standard in 2025.
on Mar 14
From gitconnected.com
Software Architecture — Things That No One Has Told You
0 0
I don’t know about you, but I had a lot of questions about software architecture and on becoming a software architect earlier on in my…
on Mar 7
From gitconnected.com
Cathie Woods Tesla Prediction Will Transform Your View of Elon Musk.
0 0
Some people are about to eat their words if her research holds up.
on Mar 7
From gitconnected.com
Stop making your python projects like it was 15 years ago…
0 0
I have a few things I’ve seen across companies and projects that I’ve seen working with Python that are annoying, hard to maintain, and are…
on Mar 6
From gitconnected.com
The Ultimate Guide to Git Multitasking
0 0
Picking the Right Strategy for Your Workflow
on Feb 28
From gitconnected.com
Grok-3: Elon Musk’s xAI: BETTER than DeepSeek
0 0
An in-depth comparison of Elon Musk’s xAI Grok-3 and China’s DeepSeek V3, evaluating their performance, architecture, and market impact.
on Feb 20
From gitconnected.com
Istio Observability: Alerting on SLOs (Part 1/2)
0 0
Implementing Multi-Window, Multi-Burn-Rate Alerts for Istio workloads based on SRE Workbook guidelines by Google…
on Feb 18
From gitconnected.com
Changing Async/Await to Promises.all to Speed Up API Calls in Node.JS
0 1
How we converted Async/await to Promises.all in Nodejs which reduced the processing time from 50+ secs to less than 5 secs
on Feb 13
From gitconnected.com
Software Engineering Needs A Hippocratic Oath
0 2
Here’s the draft. Do you think I missed anything?
on Feb 11
From gitconnected.com
I Never Understood securityContext setting in Kubernetes. But now I Got It.
0 0
In Kubernetes, the securityContext is a key element in pod and container specifications that governs security-related settings. It defines…
on Feb 3