#devops
Read more stories on Hashnode
Articles with this tag
On Notice ... During the web application development, when we see the network tab, for every POST, PUT, DELETE, PATCH there is an another request...
Virtualization Virtual Box Why Virtualization is needed ? Testing application software under different os contstraint memory (process...
Sudden Thought As a full stack developer, i came across reading about cookies. So far i haven't written code to handle it or use it in my...
Assumptions: All access permissions are given. Problem Faced: We were developing an image based application, where frontend needs to load lot of...
Doubt on Best Practices: While i was reading on the best practices of writing a Dockerfile, its mentioned that COPY is preferred than ADD. Eventhough...
Problem Faced: During feature development, we created a PR to be tested in DEV. The pipeline creates the image with my branch and push the image to...