Personal Optimization How to Automatically Track Your Work Hours Using IFTTT Have you ever wanted to track your work hours automatically? IFTTT might be exactly what you're looking for.
Objective-C Auto-scroll to Latest Entries in UITableView Using Objective-C Here, I'll share a concise solution to implement autoscroll functionality in UITableViews, ensuring users stay engaged with dynamic content.
React Native Embrace App Monitors: A Solution for State Changes in React Native Let's look at why relying solely on useEffect might make your code a bit of a puzzle and how App Monitors can alleviate this issue.
Developer Tools How to Add Authentication to Your React Native Expo App with Firebase In this guide, we will walk through how to set up authentication in your React Native Expo App with Firebase.
AWS Use AWS API Gateway for External Access to an Existing Web App Learn how to use AWS API Gateway with OpenAPI to quickly add support for external API access to an existing web app.
iOS / OS X Leverage Background Bluetooth in an iOS App Bluetooth on iOS is pretty solid. But the programming left out a few useful details, especially with regard to background Bluetooth.
Web Apps Remix is Incredible — If It Fits Your Use Case I used Remix on a short prototype app that displayed a series of reports. The app was a great use case for Remix for a few reasons.
Development Practices My Experience with Micro Frontend Architecture – Is it Worth It? Recently, I worked on a web application with a micro frontend architecture. I was excited to see what this new codebase had in store.
Prisma Prisma vs. TypeORM – Which is Right For You? In my current project, we use two popular ORMs, TypeORM and Prisma. Each one has advantages and disadvantages. But which is right for you?
Development Practices Stop Using dotenv for Your Node Property Management Here's why you should stop using dotenv for node property management and start using dotenv-defaults instead.
React Native Why I Recommend Adopting Expo Prebuild Keith Kurak’s recent talk, "Not Your Grandparents’ Expo," motivated me to look into adopting prebuild on my current project.
React Native React Native Desktop: The Future is React Native? Microsoft's React Native Desktop allows you to build apps in Javascript for Windows and MacOS with minimal variations.