← Back to Blog

Jason Giroux

  • 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 →

  • I am a very visual person. If you tell me I should paint my wall blue, I won’t agree to disagree until I’ve photoshopped a picture of the entire room with that wall blue.

    Read more →

  • Turn your Raspberry pi Pico or ESP32 into a 9-key macro-pad for your Mac or Windows machine. You can add your own custom macros, modifier keys, hotkeys and more with this macro-pad!

    Read more →

  • Notion has a pretty awesome API but no React package to render the output of this API! Notion-Blocks gives you the ability to render everything in a single component and provide a helper function to fetch all nested blocks for each page.

    Read more →

  • Document-GPT is an integration of cutting-edge technologies, including OpenAI’s ChatGPT API, Tesseract.js, and the Next.js framework. This powerful combination can be used to revolutionize the landscape of document analysis capabilities while keeping the integration simple, easy to follow and even easier to build on-top of.

    Read more →

  • GitHub Copilot is an AI-powered coding assistant developed by GitHub and OpenAI, designed to enhance the coding experience by suggesting code snippets in real-time. We will explore how to leverage GitHub Copilot effectively to boost productivity and improve code quality. We will focus on utilizing powerful comments, writing readable code, and making the most of…

    Read more →