Category

Software Development

127 notes
Software Development01
FullAuto: Wiring ccmagic’s auto-ticket into Cyrus
Label a Linear issue FullAuto and walk away. It comes back merged, or parked with a reason. Three sharp edges stood between that plan and a container I trusted.
Aug 2026 · 10 min
Software Development02
auto-ticket: Letting Claude Code Run a Ticket End to End (and When You Shouldn't)
A Claude Code driver that takes a ticket from first commit to merge unattended. How it fails safely, and when you shouldn't hand it the keys.
Jul 2026 · 10 min
Software Development03
Self-Hosting a Linear-Driven Claude Code Agent with Cyrus
Setting up a self-hosted, Linear-driven AI coding agent on my own server, and the two things that took actual work: keeping the bill sane and not handing it too much access.
Jun 2026 · 6 min
Software Development04
AI Coding Zen and the Art of Context Management
Forget the perfect prompt - mastering context management is the real secret to productive AI-assisted development.
Aug 2025 · 7 min
Software Development05
Managing Home and Work GitHub Accounts from the Same Machine
Keep your personal and work GitHub identities separate with SSH config tricks that route keys automatically.
Mar 2025 · 2 min
Software Development06
Stop Bots for Free with Cloudflare Turnstile in your Spring Boot App
My first Maven Central library: Free Cloudflare Turnstile integration for Spring Boot with zero CAPTCHA friction.
Oct 2024 · 3 min
Software Development07
Easy AI Powered Translation For Your Java App!
AI-powered translation keeps your Java message bundles in sync across languages without manual translation work.
Aug 2024 · 3 min
Software Development08
Introducing the New and Improved Spring User Framework
Spring User Framework gets a major upgrade two years later with new features and flexible architecture.
Nov 2023 · 3 min
Software Development09
Bedrock API Authentication Made Me Quit My Project
Explore AWS Bedrock API, a direct competitor to OpenAI with Generative AI LLMaaS, and the implications of its Signature v4 authentication method. This article delves into the complexities and potential developer challenges posed by AWS's security-focused approach, highlighting the importance of simplicity and documentation in developer adoption.
Nov 2023 · 4 min
Software Development10
How to get SpringBoot LiveReload Working over HTTPS
HTTPS breaks LiveReload in Spring Boot - here's the WebSocket fix to keep hot reloads working over secure connections.
Mar 2023 · 3 min
Software Development11
SpringBoot DevTools Auto Restart and Live Reload
Spring Boot DevTools auto-restarts your app and reloads the browser - speeds up dev cycles significantly.
Mar 2023 · 6 min
Software Development12
Micronaut, GraalVM, Native, AWS Lambda, and Apple Silicon M1!
I have run into some issues getting Micronaut, GraalVM, and Native builds working correctly on my Apple Silicon M1 Max based MacBookPro. So I wanted to share what I've needed to do to get things working correctly.
Sep 2022 · 3 min
Software Development13
A framework for building Shopify Apps using Java Spring Boot
Spring Shopify App Framework handles auth, webhooks, and REST/GraphQL APIs for building Java-based Shopify apps.
Jun 2022 · 1 min
Software Development14
3 Reasons I’m Switching from Eclipse to VSCode as a Java Developer
After 18 years of Eclipse, VSCode is faster, lighter, and better for modern Spring Boot development.
Nov 2021 · 4 min
Software Development15
Jump Start Your App With A Spring User Management App
Flexible Spring User Framework cuts boilerplate on auth, registration, and password flows across projects.
Feb 2021 · 2 min
Software Development16
Spring AWS SQS Queue Problem QueueDoesNotExistException
QueueDoesNotExistException in Spring + SQS? Check your queue creation and region configuration first.
Aug 2019 · 2 min
Software Development17
Session and Memory Leak on Wildfly 10
Wildfly 10 session leak traced to WebappLifecycleListener - a JBoss bug that needs workarounds for production.
Jun 2016 · 2 min
Software Development18
Oracle Commerce Cloud - The Good, Bad, and Ugly
Oracle Commerce Cloud: great idea on paper, but pricing and feature gaps make on-premise ATG still competitive.
Jun 2016 · 7 min
Software Development19
Control Nest Thermostat From the Command Line Using Nest API
Learn how to control your Nest Thermostat from the comfort of your command line with the Nest API!
Dec 2015 · 4 min
Software Development20
New ATG Rest Module
Jersey-based REST module simplifies ATG REST service configuration with annotations instead of verbose setup.
Dec 2013 · 1 min