Best of AutomationJune 2022

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Automate Your Life with Python

    We just published a Python automation course on the freeCodeCamp.org YouTube channel. Learn how to automate boring and repetitive tasks such as creating an Excel report, sending text messages, extracting tables from websites, interacting with websites, and more. You will learn how to use a few different Python libraries to help with automation such as Path, Selenium, XPath.

  2. 2
    Article
    Avatar of geekcultureGeek Culture·4y

    4 Automation Projects in Python You Can Finish in a Weekend

    Spend a weekend building a bot that will help you save thousands of hours. With Python, we can create simple yet powerful automation that can help us simplify the most tedious tasks we have. 4 Automation Projects in Python You Can Finish in a Weekend are available on GitHub.

  3. 3
    Article
    Avatar of ghblogGitHub Blog·4y

    A beginner’s guide to CI/CD and automation on GitHub

    GitHub Actions is a native CI/CD tool that runs alongside your code in GitHub. A GitHub Actions workflow can be designed to respond to any webhook event on GitHub. You can write your own workflows (or customize an existing workflow) in easy-to-use YAML files.

  4. 4
    Article
    Avatar of heliosHelios·4y

    Automating Backend Testing in Microservices: Challenges and Solutions

    The transition to distributed environments has created complexity, overhead, and friction when writing and running new backend tests. These tests require a lot of preparation, infrastructure building, and maintenance since many services communicate asynchronously. In this blog, I show that by running trace-based automated tests, developers can validate their data through robust tests with almost zero effort.

  5. 5
    Article
    Avatar of phProduct Hunt·4y

    Mintlify - Automating documentation

    Eliminate documentation debt with Mintlify. Receive alerts when docs change (or should change) Enable documentation CI/CD. Universal search. Free version of the software is free to download and use. For more information, visit Mintlify and http://www.mintlified.com/.

  6. 6
    Article
    Avatar of inPlainEngHQPython in Plain English·4y

    10 Python Scripts to Automate Your Daily Problems

    Use the discord-webhook module to send Discord webhooks. This is a handy script for developers who want to send hundreds of emails at once. The ICrawler module can help you download images from the Google Image Search engine. You can test your internet speed programmatically using the Okla speed test API.

  7. 7
    Article
    Avatar of dzDZone·4y

    Is NoOps the End of DevOps?

    NoOps aims to make app deployments faster and smoother, with a focus on continuous improvement. NoOps uses serverless and PaaS to get the resources they need when they need them. There are advantages and challenges when considering a DevOps vs. a true NoOps approach.