CommentOct 4, 20182I like kubernetes.io docs. You can learn from tasks, concepts, tutorials and docs itself.What programing tools / frameworks / languages have the best documentation in your opinion?
CommentMay 7, 2018I like Oceanic Next https://marketplace.visualstudio.com/items?itemName=naumovs.theme-oceanicnextWhat's your favorite Visual Studio Code dark theme? 🎨
CommentMay 7, 20181Like 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.Is it a good choice to work in a team without a mid-level or a senior software developer?
CommentMay 7, 2018If you like the environment, start make over delivery of your duties and results will come.I am planning to intern at a startup very soon. What is something that I must know?
ReplyApr 10, 2018I handle env variables at build time with webpack. If you wanna a staging and production env you can create one bucket for each.How to deploy React + Express app in AWS elasticbeanstalk?
ReplyFeb 1, 2018Create a S3 bucket > upload your static files > Go to properties and allow static web hosting. You can find a tutorial at AWS S3 docs.How to deploy React + Express app in AWS elasticbeanstalk?
CommentFeb 1, 2018You 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.How to deploy React + Express app in AWS elasticbeanstalk?