DEVSECOPS INFRASTRUCTURE AS CODE AND AUTOMATION OF A SECURITY AGENT INSTALLATION
https://medium.com/@Kenny.Alicea/devsecops-infrastructure-as-code-and-automation-of-a-security-agent-installation-a681cebf46ad
https://medium.com/@Kenny.Alicea/devsecops-infrastructure-as-code-and-automation-of-a-security-agent-installation-a681cebf46ad
Medium
DEVSECOPS INFRASTRUCTURE AS CODE AND AUTOMATION OF A SECURITY AGENT INSTALLATION
I, as a DevSecOps Engineer, have been asked to deploy a set of EC2 Instances in an automated way (Infrastructure as code). Also, as part of…
Installing Python Libraries Inside Docker with pip3
https://medium.com/@gauravkamble9112/installing-python-libraries-inside-docker-with-pip3-d5348afb7a80
https://medium.com/@gauravkamble9112/installing-python-libraries-inside-docker-with-pip3-d5348afb7a80
Medium
Installing Python Libraries Inside Docker with pip3
Introduction:
Method of Creating own API and running commands like date, cal, docker, etc
https://medium.com/@abhi.in/method-of-creating-own-api-and-running-commands-like-date-cal-docker-etc-80294b04ed14
https://medium.com/@abhi.in/method-of-creating-own-api-and-running-commands-like-date-cal-docker-etc-80294b04ed14
Medium
Method of Creating own API and running commands like date, cal, docker, etc
To store the output of a command in a variable using Python, you can use the subprocess module. Here’s an example of how to achieve that:
imbalanced-learn: The Art of Balancing and Sampling Data in Python ⚖️
https://medium.com/@HeCanThink/imbalanced-learn-the-art-of-balancing-and-sampling-data-in-python-%EF%B8%8F-ab62543e8030
https://medium.com/@HeCanThink/imbalanced-learn-the-art-of-balancing-and-sampling-data-in-python-%EF%B8%8F-ab62543e8030
Medium
imbalanced-learn: The Art of Balancing and Sampling Data in Python ⚖️
What is imbalanced-learn? How to use imbalance-learn for different sampling of data. Introduction to imbalance-learn package of python.
Behavioral Design Patterns: A Comprehensive Guide for Developers (Part 2)
https://thecodecadence.medium.com/behavioral-design-patterns-a-comprehensive-guide-for-developers-part-2-56aa47c9b99b
https://thecodecadence.medium.com/behavioral-design-patterns-a-comprehensive-guide-for-developers-part-2-56aa47c9b99b
Medium
Behavioral Design Patterns: A Comprehensive Guide for Developers (Part 2)
Behavioral patterns — Chain of Responsibility, Command, Iterator, Mediator, and Memento can create responsibilities between objects.
Behavioral Design Patterns: A Comprehensive Guide for Developers (Part 1)
https://thecodecadence.medium.com/behavioral-design-patterns-a-comprehensive-guide-for-developers-part-1-d1120ea7fd6f
https://thecodecadence.medium.com/behavioral-design-patterns-a-comprehensive-guide-for-developers-part-1-d1120ea7fd6f
Medium
Behavioral Design Patterns: A Comprehensive Guide for Developers (Part 1)
Behavioral patterns — Chain of Responsibility, Command, Iterator, Mediator, and Memento can create responsibilities between objects.
Automation of Modern Web HTMX: Beyond HTML
https://medium.com/@ramchandani.toni/automation-of-modern-web-htmx-beyond-html-a7681cfbd97
https://medium.com/@ramchandani.toni/automation-of-modern-web-htmx-beyond-html-a7681cfbd97
Medium
Automation of Modern Web HTMX: Beyond HTML
In the fast-paced world of web development, HTMX (HTML Extended) is emerging as a powerful tool that allows developers to access modern web…
Unleashing the Potential of AI with Python
https://medium.com/@muhammadanas2365/unleashing-the-potential-of-ai-with-python-b980e5768702
https://medium.com/@muhammadanas2365/unleashing-the-potential-of-ai-with-python-b980e5768702
Medium
Unleashing the Potential of AI with Python
Artificial Intelligence (AI) has rapidly become one of the most influential and transformative technologies, and it has the potential to…
Create Python Dependency Report(Docx) using Python Itself
https://medium.com/@hammad.ai/create-python-dependency-report-docx-using-python-itself-760b3bb8db48
https://medium.com/@hammad.ai/create-python-dependency-report-docx-using-python-itself-760b3bb8db48
Medium
Create Python Dependency Report(Docx) using Python Itself
Here I’m going to create a comprehensive python dependency report in docx format using python.
“A Step-by-Step Guide for Automating the Launch of EC2 Instances and EBS Volumes Using CLI and…
https://medium.com/@manishpaul903041/a-step-by-step-guide-for-automating-the-launch-of-ec2-instances-and-ebs-volumes-using-cli-and-2044ff7748c0
https://medium.com/@manishpaul903041/a-step-by-step-guide-for-automating-the-launch-of-ec2-instances-and-ebs-volumes-using-cli-and-2044ff7748c0
Medium
“A Step-by-Step Guide for Automating the Launch of EC2 Instances and EBS Volumes Using CLI and BOTO3”
Use Windows’ Command Prompt (CMD) to configure the AWS Command Line Interface (CLI).
Easy to use AI that explains images
https://rockyshikoku.medium.com/easy-to-use-ai-that-explains-images-44b5cfa38db1
https://rockyshikoku.medium.com/easy-to-use-ai-that-explains-images-44b5cfa38db1
Medium
Easy to use AI that explains images
AI that explains properly
Installing and Running Python Machine Learning Models in Docker
https://medium.com/@dghadge2002/installing-and-running-python-machine-learning-models-in-docker-f344faee9776
https://medium.com/@dghadge2002/installing-and-running-python-machine-learning-models-in-docker-f344faee9776
Medium
Installing and Running Python Machine Learning Models in Docker
Introduction: Docker is a powerful tool for containerization that allows developers to package applications and their dependencies into a…
Sending SMS, Email, and WhatsApp Messages with Python
https://medium.com/@datlabharath92/sending-sms-email-and-whatsapp-messages-with-python-c2924a422310
https://medium.com/@datlabharath92/sending-sms-email-and-whatsapp-messages-with-python-c2924a422310
Medium
Sending SMS, Email, and WhatsApp Messages with Python
During my journey with Linux, I have learned how to send messages through Python. In this tutorial, we will explore how to send SMS, email…
Python and AutoML: Unleashing the Power of Automation in Machine Learning
https://medium.com/@chrislondon/python-and-automl-unleashing-the-power-of-automation-in-machine-learning-83e060302263
https://medium.com/@chrislondon/python-and-automl-unleashing-the-power-of-automation-in-machine-learning-83e060302263
Medium
Python and AutoML: Unleashing the Power of Automation in Machine Learning
Imagine a world where machine learning models could build themselves, fine-tune their parameters, and deliver accurate predictions.