PinnedLeejjonStreaming with Remix on Google Cloud Platform (App Engine Flex & Cloud Run)There are many blog posts that talk about the benefits that HTTP Streaming brings in React.js apps. But I have not seen one show how to…Jun 9Jun 9
LeejjonMigrating a Create-React-App project to RemixRead on to learn how and why I migrated from Create-React-App to Remix.Dec 10, 20231Dec 10, 20231
LeejjonDefine a Node.js App Engine application in TerraformThere are currently not a lot of guides to define App Engine projects in Terraform. So I made a complete one with a full code example.Sep 1, 20232Sep 1, 20232
LeejjonUse Terraform to create an AWS Lambda function that runs your TypeScript codeIn this guide, I will show you how to quickly set up infrastructure needed to deploy TypeScript code to an AWS Lambda function.Jun 27, 20232Jun 27, 20232
LeejjonI stopped using the useEffect hook to fetch data. React Query works, but is it easier?Just like many, when I started to build React.js web apps I used the useEffect hook to fetch data because the (now old) documentation said…Apr 29, 2023Apr 29, 2023
LeejjonSharing code between frontend and backend in a Full Stack TypeScript appIn this post we’ll create a React.js frontend with create-react-app and host it on a Node.js server (I have done this earlier in this…Nov 20, 20222Nov 20, 20222
LeejjonHandling Exceptions and Error responses in Java Rest ServicesHandling errors nicely will inform users that something went wrong and that they should try again or wait until things have been fixed.Apr 10, 2022Apr 10, 2022
LeejjonCreate a React app served by Express.js & Node.js (and add TypeScript)I found a lot of tutorials explaining how to host React apps online. Most of them are outdated and don’t explain how you can get both…Mar 7, 20212Mar 7, 20212
LeejjonValidating JSON input in Node.js & TypeScript and cover these validation scenarios with Unit TestsIn the previous post I’ve created a sample backend with Node.js and TypeScript that can store comments via a POST call on /comments.Sep 26, 2020Sep 26, 2020
LeejjonLet a Node.js backend consume and produce JSONThe first thing you want to do after creating a hello world REST service is figure out how to consume and produce JSON.Sep 4, 2020Sep 4, 2020