MPMonesh Pattarinmonesh.hashnode.dev·Jul 9, 2023 · 2 min readAWS resources collection for everyoneGetting Started https://aws.amazon.com/getting-started/ Learn the fundamentals and start building on Amazon Web Services New Updates https://aws.amazon.com/new Check what's new in AWS AWS Documentation Page https://docs.aws.amazon.com/ It contains ...00
MPMonesh Pattarinmonesh.hashnode.dev·Jan 31, 2022 · 4 min readCreating Docker Container for ReactJSReactJS is very popular Javascript library for building user interfaces. Here we will create ReactJS application and dockerize it. Let's first create sample ReactJS app using create-react-app and then create a dockerfile for containerising it. Pre-r...01A