AI for Developers Here’s How to “Slice” a Redesign the Agentic Way Using spec-driven development, we cut up a large feature into vertical slices. It made our code delivery efficient & easy to test.
React Native A Beginner’s Guide to Setting Up a React Native Dev Environment The initial setup to launch a React Native dev environment involves a few tricks. Here’s a simple breakdown that will help you out.
Python Use Python’s asyncio for Async Development and Testing Using asyncio you can not only await functions in the way you're used to, but also run many of these tasks in parallel for better runtime.
Development 2 Methods for Implementing Multi-Year Data My software team came up with 2 options for implementing multi-year data, including one that could be built off in the future.
Artificial Intelligence Tips & Tricks for Better AI Prompts Learn why you should keep it concise and other tips on how to better use AI prompts for increased model accuracy and reliability!
TypeScript Add LineString and Other Geometry to your DB using Drizzle Currently, Drizzle only really supports adding geometry point columns. I was able to also add linestrings using the steps in this blog.
Growing as Makers Use Community Forums to Launch Your Professional Knowledge and Career Utilizing Discord communities to talk about niche technologies and their implementations can kickstart your career!
The Software Life How to Run Dolphin Emulator on iOS With Dolphin Emulator software, you can play games from old consoles like the Wii or GameCube for free using “ROM” files.
Developer Tools When to Use PUT and When to Use PATCH PATCH endpoints are often used infrequently compared to PUT. By demystifying the request body, we can create a more efficient API.
Evolving the Industry Why We Should Stop Using Chromium-Based Browsers Most browsers on the market today are Chromium-based. That means Google has access to a majority of data. Take back power & switch browsers.
Developer Tools Check Out These Neat Tools for Windows Development These tools were helpful to me as someone new to Windows development. I hope they are helpful for you, too!
Personal Optimization Give a Better Conference Talk: Tips from the Audience From professional dev experiences I’ve had so far, here are things that might improve audience retention during a conference talk!