selfteachme.hashnode.devThe Hard Parts of Building an Application, Made Easy with SupabaseOne of the things that I’m discovering about myself is that I work really well in short, intense sprints. It’s easier for me to work hard and knock out a project quickly, than to spread it out over time. I get bored and loose interest. Instead of fig...Apr 23, 2024·38 min read
redwoodjs.comTechniques for Fetching Data: Comparing Next.js (app and pages API), Remix, and RedwoodJSAll SaaS applications involve CRUD – Creating, Reading, Updating, and Deleting. Therefore, the way we fetch data naturally becomes a major piece of the developer experience and one of the many problems that a framework is able to solve. Next.js app ...Apr 8, 2024·17 min read
redwoodjs.comWhat's Different? Comparing the Router in Next.js App API, Next.js Pages API, Remix, and RedwoodJSRight now, there are a few key players in the React space: Next.js, Remix, and RedwoodJS. If I stack them next to each other, there are a few key differences. It’s helpful to recognize these, so you can make informed decisions about the tooling and y...Mar 27, 2024·12 min read
selfteachme.hashnode.devUltimate Beginner’s Guide to Using the TerminalFor years, I was afraid of the Terminal. I was scared that I would erase my entire hard drive with a single typo. 😱 But, then I started using a task runner to compile my Sass (among other things). My world changed forever. I found it to be so much f...Nov 20, 2023·5 min read
selfteachme.hashnode.devPlanning for Success: My Approach to Designing ApplicationsLast week, I started designing an application called Made with Xata where users will be able to share projects that they…well…made with Xata. It’s funny, how you can start with a “simple” idea, like a gallery, and it quickly inflates into a much lar...Mar 24, 2023·4 min read