← Back to Blog

Blog

  • While getting ready to roll out DrivnBye into private beta I spent some time working on some pipelines to automate a lot of our release work. I originally implemented the recommended way of utilizing Expo cloud to build our app binaries for android and iOS within a github action however it took less than 3…

    Read more →

  • After years of being on the fence with buying a racing sim I finally decided “it’s now or never” and I pulled the trigger. After a couple weeks of settling in I realized there is a lot to be desired in terms of realism; I also wanted an excuse to break out the 3D printer…

    Read more →

  • Recently I came across a need to add a watermark to photos in my React native + expo app when photos are shared outside of my app. My goal was to make watermarks customizable, reusable and most importantly it needs to play nice with expo & EAS. There are a couple options on npm that…

    Read more →

  • Social media applications requires live data if you want a good User experience but creating your own websocket server is tedious. Entering Centrifugo a prebuilt production ready websocket server ready to scale with you.

    Read more →

  • Lately I have been spending my free time working on a mobile application for car enthusiasts – DrivnBye. This application has forced me out of my comfort zone with every feature I work on. We’re a couple months from release on the iOS and Android app store and we decided to start stress testing our…

    Read more →

  • I have been working with Notion’s API lately along with learning and regularly using Next.js. I wanted to start using Notion to track personal tasks along with tracking some metrics at work. But, I am a visual learner and need graphs to understand these databases I’m creating in Notion. This is where I needed to…

    Read more →

  • In the realm of artificial intelligence and natural language processing, there are these extraordinary tools known as large language models (LLMs). They possess an almost magical ability to understand context, nuances, and generate remarkably human-like text. The exciting news is that now you have the opportunity to fully utilize LLMs by running them on your…

    Read more →

  • Today, we’re diving into the powerful world of React hooks and exploring one of its unsung heroes: useMemo. If you’ve ever wondered how to optimize your React components and make them lightning-fast, then this hook is your new best friend. In this article, we’ll explain the differences, why useMemo is crucial, and provide you with…

    Read more →

  • Let’s dive into the wonderful world of React hooks and explore one of its hidden gems: useReducer. If you’re looking to take your React skills to the next level and create dynamic and interactive applications, then you’re in the right place.

    Read more →

  • I remember my very first home server in college, an old Dell PowerEdge rack mounted server I found on facebook marketplace paired with some Hard drives I found also on facebook marketplace. This server opened my eyes to the benefits of self hosting.

    Read more →