Everyone out here promoting TDD but...

#SoftwareEngineering #Developers #Memes

I got my paper for a conference rejected and that's how I feel right now:

https://youtu.be/vWFeYuG5ZNk

The paper is dope, BTW. Just needs a bit more time, care and love.

https://arxiv.org/abs/2508.02176

#academia #conference #SoftwareEngineering #programming

How I look vs How I feel

YouTube

Is staying up all night coding helping you as much as you think?

Consistent sleep of 7 - 9 hours is massively underrated.

Dipping below 7 hours of sleep a night can:

đź”´ Increase hunger cravings.
đź”´ Leave you feeling lethargic.
đź”´ Struggle to focus on the task at hand.
đź”´ Diminish your ability to retain information.
đź”´ Make you more likely to snap at a teammate…

#developers #coding #softwaredevelopment #softwareengineering #wellbeing #mindset #mentalhealth

Agility ≠ Speed - Agile Development - Kevlin Henney - ACCU 2025

YouTube
Logic for Programmers by Hillel Wayne is on sale on Leanpub! Its suggested price is $30.00; get it for $17.50 with this coupon: https://leanpub.com/sh/YJuq3qpW #SoftwareEngineering #AutomatedSoftwareTesting
Logic for Programmers

The mathematics that will help you in your everyday programming.

Leanpub

$500 if ChatGPT told you how to do your job.

#SoftwareEngineering #Developers #Memes

Need a pairing buddy to help learn about/more about git? Git, a popular/commonly used source control tool for software development, can be a bit tricky to learn.

I know it is a Friday evening, (here in my part of the world) but would like to offer some live pairing if anyone is interested.

Free of charge, just wanting to share with someone who could use it. DM me if interested.

#git #SoftwareEngineering

First AI Journey for DevOps https://leanpub.com/b/first-ai-journey-for-devops by Quan Huynh is the featured bundle on the Leanpub homepage! https://leanpub.com #Devops #Ai #SoftwareEngineering #books #ebooks

The following 2 books are included in this bundle...
The DevOps AI Advantage and PromptOps: From YAML to AI

We don't need more. We need less.

Every week:
đź§  A new framework.
⚙️ A new "layer".
🤖 A new AI wrapper.
🔄 A new YAML format to abstract what used to be a shell script.

And then we wonder:
"Why is our software hard to debug?"
"Why do our builds break randomly?"
"Why is onboarding a 6-month journey through tribal folklore?"

I once said I write bug-free software that can be finished.
People laughed, especially product people.
Not because it's wrong.
But because they’ve forgotten it's possible.

We build complexity on top of confusion:
A + B becomes C.
C + D becomes E.
Now, E is broken, and we would create a new layer, but nobody knows how A or B worked in the first place. For example HTML/JavaScript, we leave it there and just add layers around it.

Take XML.
Everyone says it's ugly.
But you could validate it automatically, generate diagrams, enforce structure.
Now we're parsing YAML with 7 linters and still can't tell if a space is a bug.

Take Gradle.
You can define catalogues, versioning, and settings, but can't update a dependency without reading 3 blogs and sacrificing a goat.
This is called "developer experience" now?

Take Spring Boot.
I wouldn't trust a Spring Boot or any java Framework powered airplane.
Too many CVEs. Too much magic. Too little control.

We don't need "smarter" tools.
We need dumber, boring, reliable defaults.

Start boring.
Start small.
Then only change the 1% that needs to be fast, clever, or shiny.
You'll rarely even reach that point.
Like everyone says, "Y is more performant and faster than X", but no one reached the limit of X. Why should I care? Meanwhile, we use performant AI.

Real engineering is not chasing hype.
It's understanding the system so deeply that you no longer need most of it.

We've replaced curiosity with cargo cults.
We've replaced learning with LLM prompting.

And somehow, we're surprised when AI loses to a 1980s Atari in a chess game.
At least the Atari understood its own memory.

Simplicity = less maintenance = fewer bugs = happier teams.

We need less. Not more.
#devex #simplicity #softwareengineering #nocodependency#stopthehype #bugfree #springboot #gradle #xml #yamlhell #boringisgood #minimalism #AIhype #infrastructure #cleancode #pragmatism #java #NanoNative