BNBinh-Nguyen Ngoinbinhngo.hashnode.dev·Oct 12, 2023 · 4 min readStoring and Retrieving Images in S3Intro As some of you may or may not know, before making this pivot into the web development world, I was a chef at some of the best restaurants in Hawaii. Naturally, I wanted to make a website where chefs far and wide could showcase their signature d...00
BNBinh-Nguyen Ngoinbinhngo.hashnode.dev·Sep 26, 2023 · 7 min readStack Overflow Clone | Part 3Hey guys welcome to the final installment of my Stack Overflow Clone series! You can find it here on this website. Feel free to check it out, create a user (fake email is ok), and create and answer as many questions as you’d like! Since we finished o...00
BNBinh-Nguyen Ngoinbinhngo.hashnode.dev·Sep 7, 2023 · 5 min readBuilding a StackOverflow Clone | Part 2Welcome back, everybody! I want to go more in-depth about the tech stack that I decided to use, and why I think it makes sense. You can also check out my deployed website here. We will also be going over the access patterns of the StackOverflow clone...00
BNBinh-Nguyen Ngoinbinhngo.hashnode.dev·Jul 18, 2023 · 8 min readStackOverflow Clone Using AWS Appsync Pt. 1This series of blogs will cover my journey in creating a StackOverflow clone. This React project will be coded in Typescript, and the tech and tools I will be using are: AWS CDK CLI - npm i -g cdk GraphQL - Data Query and manipulation language for ...00
BNBinh-Nguyen Ngoinbinhngo.hashnode.dev·May 8, 2023 · 3 min readDeploying your Next.js app on AWS through CDKWith the explosion in popularity of Vercel, I thought it would be fun to try and create an app with Next.js. Compared to create-react-app, Next.js is better utilized for blogs and static websites since it supports server-side rendering straight out o...00