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.
React Native Breaking Chains with React Native: My Adventure at Chain React 2023 I recently attended Chain React 2023. Because it's a single-track conference, I had the opportunity to immerse myself in every talk.
React Native What is React Native? 4 Takeaways from the Chain React Conference Here are some of my biggest takeaways from Chain React, a three-day React Native conference. But first, what is React Native?
React Native Developing a React Native App: Styling Differences to Watch For Checking out the style guides for both Android and iOS mobile phone types is important for creating common components in React Native.
Development Practices Use Webflow Custom Code to Create Registration Flow with a Custom Backend Here are the steps you can follow to use Webflow’s custom code sections to direct form submissions to your own backend server.