Design Strategy • Jun 14, 2024 The Blank Canvas: How to Add User-Centered Design to an Office If you're a professional who wants to bring a user-centered design mindset to a work environment, I'll provide tips on navigating that.
Developer Tools • Jun 13, 2024 Next.js 15: Unveil New Horizons in Web Development The release of Next.js 15 marks a pivotal moment for web developers, with transformative features designed to enhance efficiency.
Developer Tools • Jun 12, 2024 Vim Users: Replace Your Caps_lock with Esc Vim users: Here are two alternatives to modify your Caps Lock with Escape that don't involve installing Karabiner-Elements.
Development Practices • Jun 11, 2024 Prevent Frame Buffering with OpenCV Our theory was that OpenCV was buffering every frame sent by the HTTP stream, and we were seeing the frames come through one at a time
Development Practices • Jun 10, 2024 The Only Question a “Pair” LLM Programmer Can Answer Using an LLM programmer as a pair doesn’t seem like a bad idea. However, pair programming isn’t just about producing code faster.
Growing as Makers • Jun 09, 2024 Hello World: You Are Not the Imposter When you're feeling imposter syndrome, remember that teamwork makes the dream work: it’s an immediate jump into learning.
Personal Optimization • Jun 07, 2024 Make Your iPhone Dumb on Demand with Shortcuts Balancing the convenience smartphones provide with the desire to disconnect can be challenging. That's when I remembered iOS Shortcuts exist!
UX/Design Techniques • Jun 07, 2024 Design Thinking Toolkit – What Is Design Thinking? Design thinking uses logic, imagination, intuition, & systemic reasoning to solve tricky problems. It's never boring, sometimes physical, & always engaging.
Development Practices • Jun 06, 2024 Tackling Complexity: The Power of Test-Driven Development for New Developers Test-driven development is a tool that can help new developers to methodically break down problems and create more reliable code.
Developer Tools • Jun 05, 2024 Change the Internet! A Guide to Writing Your First Chrome Extension If you're interested in something like reskinning a favorite app, Google's tutorial can help you set up your own Chrome extension.
Development Practices • Jun 04, 2024 Set Up Your VS Code-Godot Environment Recently, I integrated VS Code and Godot for a game jam. If you want to get Godot and VS Code talking, read this.
Developer Tools • Jun 03, 2024 If You’re Not Using GitHub Copilot, You’re Wasting Your Time Testing lets you get the most out of Copilot, knowing your tests will catch anything that might slip past your review.