Tag: CI

Crafting a CI Pipeline: My Experience with GitHub Actions, Python & AWS

Integrating code consistently and ensuring it meets best practices is challenging but essential. Today, I aim to share a reliable GitHub Actions setup that I’ve tailored specifically for Python Serverless projects on AWS. Additionally, I’ll introduce a Makefile I’ve designed to str...

Snowflake Native Apps — Simple CI/CD for ML Apps

Snowflake native apps allow you to develop applications directly on your data in your Snowflake cloud. With native apps, you can build out apps that can go above and beyond what traditional BI tools can do all while maintaining Snowflake’s high standard of security. Since native apps are still...

Project 2→Devops end to end deployment using circle ci and kubernetes

Completion steps → upload the source code to github setup circle ci and connect the github repository upload the .circleci/config.yml file to build pipeline This ci -cd pipeline build your docker-image and sent it to dockerhub setup ec2 on aws and take ssh of it setup minikube a...