AWS
AWS CodePipeline: Automating Your Deployments
CodePipeline is a fully managed continuous delivery service. I set up a pipeline that automatically deploys code changes from GitHub to Elastic Beanstalk…
Stories Worth Reading
PixelProse is your go-to blog for insightful articles on Technology, Travel, Food, Health, Lifestyle, Business, Fashion and Sports. Fresh perspectives. Real stories. Zero fluff.
Results for "DevOps"
6 articles found
AWS
CodePipeline is a fully managed continuous delivery service. I set up a pipeline that automatically deploys code changes from GitHub to Elastic Beanstalk…
Machine Learning
MLOps is basically DevOps but with extra headaches. It’s about automating the entire ML lifecycle: from data ingestion to model training to deployment an…
Google Cloud Platform
I used to be a server person. I liked having my little VPS, SSH-ing into it, installing packages manually. It felt like being a real sysadmin. But then cam…
Google Cloud Platform
I used to be a server person. I liked having my little VPS, SSH-ing into it, installing packages manually. It felt like being a real sysadmin. But then cam…
DevOps
Taking your code from localhost to the live internet is a rite of passage for web developers. The options can feel overwhelming, but start simple. For stat…
GitHub
I am fundamentally lazy. I want to write code, push it, and then forget about it. GitHub Actions lets me do exactly that. It’s like having a tiny, unpaid…