Automation
Automation refers to the use of technology to perform tasks with minimal human intervention. In software development, automation encompasses build processes, testing, deployment, and infrastructure management, reducing manual effort and improving consistency.
Below is an overview of content that matches the tag "automation".
Note that this list is not exhaustive, as it is automatically aggregated based on manually assigned categorizations.
If you notice a missing element, or think some of the items are wrongfully categorized, please create a bug/improvement ticket on our github issue tracker.
Books tagged with "Automation"
Automate the Boring Stuff with Python
Practical Programming for Total Beginners
Sweigart, A. (2019) Automate the Boring Stuff with Python. No Starch Press. isbn: 1593279922.
Al Sweigart introduces Python by solving everyday automation tasks such as sending emails, cleaning up files, and manipulating spreadsheets. Each chapter pairs a concise language lesson with hands-on projects so readers can see results quickly. It is written for self-taught professionals who want to remove repetitive chores without needing a computer science background.
Other Resources tagged with "Automation"
SD Development Document generator
Tooling to generate documents from Markdown, using docker images to ensure portability between different environments. Contains a quick-start set-up. Useful for automated pipelines or quick set-up on new computers.
Open Rewrite
An open-source platform for automated code refactoring. It provides a set of recipes to automatically refactor your codebase, making it easier to maintain and improve the quality of your code. The ability to make large-scale changes across your codebase are a great way to make sure your code is up to date with all the latest dependency updates. The company behind Open Rewrite also offers a paid version with additional features.


