React Native How to AirDrop a SQLite Database from Your React Native App My development team came up with a solution that takes advantage of the iOS and Android share sheet to let us export our SQLite database.
Developer Tools Add Custom Claims Using Auth0 Actions The user’s last password reset date is available in the metadata, but accessing it can be tricky. This is where Auth0 Actions come in handy.
Game Development Wrapping Up My 4-in-a-Row Experiment with GPT-5 High Let's see if the newer GPT-5-High and code-supernova-1-million AI models can handle a spin on a classic game better than previous models.
JavaScript The Cursed Legacy of JavaScript’s Date Class Unlike Java, JavaScript can’t simply deprecate and replace the "date" class — the web demands backward compatibility.
The Software Life Task: A Modern, Friendly Make Replacement Task is a tiny, cross‑platform task runner that understands dependencies, supports watch mode, and plays nicely with tools you already use.
The Software Life 5 Tools Developers Can Use to Get Unstuck It’s important to have tools in your back pocket to help you get unstuck. So next time you hit a wall, try one of the following techniques.
Effective communication Stop Sending “Syncs” and Start Sending Clarity I use a simple formula for meeting invites that helps everyone show up prepared, confident, and clear about why they’re there.
Development Practices Journaling Strategies for Scattered Workflows Journaling is useful, but it can be hard to start. Here are three easy strategies to help you organize and process your busy life.
AI for Developers Streamline Your Code Reviews: How AI-Powered PR Summaries Save Time and Improve Team Collaboration Learn how AI-generated pull request summaries save time & improve team collaboration. They might even revolutionize your PR workflow.
Extracurricular Activities Level Up Your Emoji Game: A Command-Line Shortcut for Making Custom Slack Emojis I built a command-line Python tool to quickly create custom Slack emojis, making it easier—and more fun—to express yourself at work
AI for Developers My Relationship with an AI Code Editor LLMs and an AI Code Editor like Cursor are still a benefit to my growth, but I'm not ready for the LLM to take the joy of my job just yet.
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.