Category
Software Development
125 notes
Software Development 01
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.
Software Development 02
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.
Software Development 03
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.
Software Development 04
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.
Software Development 05
Easy AI Powered Translation For Your Java App!
AI-powered translation keeps your Java message bundles in sync across languages without manual translation work.
Software Development 06
Introducing the New and Improved Spring User Framework
Spring User Framework gets a major upgrade two years later with new features and flexible architecture.
Software Development 07
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.
Software Development 08
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.
Software Development 09
SpringBoot DevTools Auto Restart and Live Reload
Spring Boot DevTools auto-restarts your app and reloads the browser - speeds up dev cycles significantly.
Software Development 10
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.
Software Development 11
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.
Software Development 12
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.
Software Development 13
Jump Start Your App With A Spring User Management App
Flexible Spring User Framework cuts boilerplate on auth, registration, and password flows across projects.
Software Development 14
Spring AWS SQS Queue Problem QueueDoesNotExistException
QueueDoesNotExistException in Spring + SQS? Check your queue creation and region configuration first.
Software Development 15
Session and Memory Leak on Wildfly 10
Wildfly 10 session leak traced to WebappLifecycleListener - a JBoss bug that needs workarounds for production.
Software Development 16
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.
Software Development 17
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!
Software Development 18
New ATG Rest Module
Jersey-based REST module simplifies ATG REST service configuration with annotations instead of verbose setup.
Software Development 19
Double the Oracle DB connections from JBoss you expect?
JBoss doubles your Oracle connection pool size when separating transactional and non-transactional connections.
Software Development 20
Tools and Processes for Work
Eclipse, SVN, and heap dump analysis form the backbone of professional Java application development.