• Next.js vs. React Router(Remix): Setting Up the Project – Part 1

    Next.js vs. React Router(Remix): Setting Up the Project – Part 1

    Project Setup I started by creating a root directory named tartarus-insight-rebuild. Inside it, I created two subdirectories—one for each framework. The directory for Next.js is named nextjs, and the directory for React Router is named react-router. Inside the nextjs directory, I ran: The . (dot) ensures that the project is created in the current directory….

  • Next.js vs. Remix: Rebuilding Tartarus Insight from Scratch

    Next.js vs. Remix: Rebuilding Tartarus Insight from Scratch

    Oops! Since writing this, I found out that Remix and React Router have merged—so technically, there’s no “Remix” anymore. I’ll still be rebuilding Tartarus Insight, but now the comparison will be between Next.js and React Router. I had an idea to create an AI bot that gives helpful, actionable advice to entrepreneurs and solopreneurs. But…

  • How to Make Your First Open Source Contribution: Tartarus Insight

    How to Make Your First Open Source Contribution: Tartarus Insight

    Contributing to open source can feel intimidating at first, but it doesn’t have to be! Tartarus Insight is designed to be a beginner-friendly project where you can safely learn the process of contributing without fear of making mistakes. In this guide, I’ll walk you through how to contribute step by step, from understanding the project…