AI for Designers • Jan 16, 2025 AI for Designers, Part 1: The AI Design Relationship Explore AI for Designers, from using it as a creative coworker to introducing new roles like AI training teams.
Svelte • Jan 15, 2025 Svelte Context API: Simplify State Management Across Components I'll discuss how to use Svelte's Context API to simplify state management when building complex applications in front-end frameworks.
Project & Team Management • Jan 14, 2025 Balance Legacy Modernization with AI Innovation: A Practical Roadmap Say your team is debating overhauling a legacy system holding your product back, but AI tools are hyped as the next big thing. What's next?
Personal Optimization • Jan 11, 2025 Give Your Android Phone a Minimalist Reset for 2025 Learn how to do a minimalist reset on your Android phone. Simplify, reduce distractions, and turn it into a more intentional tool.
AI for Developers • Jan 10, 2025 Create Your Own AI Agent Eval Framework Working with large language models (LLMs) to build an AI agent, dealing with their inherent non-deterministic outputs can be a challenge.
Angular • Jan 09, 2025 Here’s Why Angular is the Better Choice for Long-Term Projects React is great, but Angular for long-term projects offers a more structured, scalable, and enterprise-ready solution.
Project & Team Management • Jan 08, 2025 Why Automated Deployments for Pull Requests Improve Collaboration I didn’t realize how much I’d miss deployed testing environments until I didn’t have them. Here are 3 ways they can improve collaboration.
Developer Tools • Jan 07, 2025 How to Run the Scrutiny Docker Image on TrueNAS Scale With TrueNAS Scale applications now running via Docker Compose, I needed to do some reconfiguration to get Scrutiny running again.
Developer Tools • Jan 06, 2025 Master JSON Processing with jq Have you ever had to deal with large amounts of JSON data? Enter jq: a JSON processor that makes parsing and transforming JSON data a breeze.
Growing as Makers • Jan 04, 2025 From Beginner to Contributor: Habits for Long-Term Growth as a Programmer Discover proven strategies to grow from a junior developer to a valuable team contributor with a habit that fosters long-term success.
Artificial Intelligence • Jan 03, 2025 Building a Game with AI: A 30-Minute Experiment I wanted to see how far I could get programming a game with an AI chatbot, while only using two keyboard shortcuts—copy and paste.
React / Redux • Jan 02, 2025 Manage Side Effects with an Elm-inspired Redux Middleware Managing side effects in Redux applications is sometimes complex. I'll introduce a lightweight middleware solution.