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!
AWS Secure Client-facing S3 Content by Presigning URLs As AWS becomes a popular service for companies to store content, we owe customers security and peace of mind. One strategy: Presigning URLs.
Project & Team Management How to Build Momentum During Project Onboarding During project onboarding with a new set of colleagues, it's important to kick off on the right foot so everyone makes the finish line!
Development Practices Ways to Loosely Couple Common, Dependency-Agnostic Functions In my current software development project, the client used is Axios, but we also want to make the client agnostic in case that changes.
Development Practices Considerations When Submitting a PR to Open-Source Projects Committing to open source projects on GitHub can improve the quality of the development experience and elevate your understanding of project tooling.