Automate Your PyPI Releases with This Simple Publishing Script
Discover a powerful, interactive script that automates version management, dependency checks, and uploading to PyPI, streamlining your entire release workflow.
Read moreDiscover a powerful, interactive script that automates version management, dependency checks, and uploading to PyPI, streamlining your entire release workflow.
Read moreA quick guide to py-setup-tool, a simple shell script that automates Python project initialization, including virtual environment creation and dependency installation.
Read moreLearn how to replace traditional cron jobs with the more powerful and serverless AWS EventBridge Scheduler to trigger Lambda functions, ECS tasks, and more on a recurring schedule.
Read moreA guide to automating the deployment of your serverless applications using the AWS Serverless Application Model (SAM) CLI. Learn how to use `sam build` and `sam deploy` to create a simple CI/CD pipeline.
Read moreAn introduction to Boto3, the official AWS SDK for Python. Learn how to set up your credentials and use clients and resources to interact with AWS services like S3 and EC2.
Read moreA beginner's guide to GitHub Actions. Learn the core concepts of workflows, events, jobs, and steps to automate your build, test, and deployment pipelines directly within your GitHub repository.
Read moreA beginner's guide to the fundamental concepts of CI/CD. Learn what Continuous Integration, Continuous Delivery, and Continuous Deployment are, and why they are essential for modern software development.
Read more