GMI like kubernetes.io docs. You can learn from tasks, concepts, tutorials and docs itself.Comment路Thread路Oct 4, 2018路2路What programing tools / frameworks / languages have the best documentation in your opinion?
GMI like Oceanic Next https://marketplace.visualstudio.com/items?itemName=naumovs.theme-oceanicnextComment路Thread路May 7, 2018路What's your favorite Visual Studio Code dark theme? 馃帹
GMLike you said, a Senior developer will give the shortcuts your team needs. I think is a good alternative from a startup that need to grow fast.Comment路Thread路May 7, 2018路1路Is it a good choice to work in a team without a mid-level or a senior software developer?
GMIf you like the environment, start make over delivery of your duties and results will come.Comment路Thread路May 7, 2018路I am planning to intern at a startup very soon. What is something that I must know?
GMI handle env variables at build time with webpack. If you wanna a staging and production env you can create one bucket for each.Reply路Thread路Apr 10, 2018路How to deploy React + Express app in AWS elasticbeanstalk?
GMCreate a S3 bucket > upload your static files > Go to properties and allow static web hosting. You can find a tutorial at AWS S3 docs.Reply路Thread路Feb 1, 2018路How to deploy React + Express app in AWS elasticbeanstalk?
GMYou can push your static files to AWS S3 bucket and serve with CloudFront. I'm using this away in my projects. On ClouldFront you need to config to always returns de index.html.Comment路Thread路Feb 1, 2018路How to deploy React + Express app in AWS elasticbeanstalk?