The Secret Sauce to packaging AWS Lambdas in an Alpine Linux environment
https://medium.com/@druhin.bala/the-secret-sauce-to-packaging-aws-lambdas-in-an-alpine-linux-environment-c623954892cb
https://medium.com/@druhin.bala/the-secret-sauce-to-packaging-aws-lambdas-in-an-alpine-linux-environment-c623954892cb
Medium
The Secret Sauce to packaging AWS Lambdas in an Alpine Linux environment
An Alpine linux version is a no-frills, slimmed down version. This is often used by most managed CI/CD services like CircleCI to make their…
“Email Domain Extractor: Discovering Domains from the Data Mine”
https://medium.com/@paritoshblogs/email-domain-extractor-discovering-domains-from-the-data-mine-c43eabfa104d
https://medium.com/@paritoshblogs/email-domain-extractor-discovering-domains-from-the-data-mine-c43eabfa104d
Medium
“Email Domain Extractor: Discovering Domains from the Data Mine”
From personal communication to business correspondence, emails serve as a primary means of exchanging information. As we interact with…
Daily LeetCode Problems: Problem 920. Number of Music Playlists
https://medium.com/@_monitsharma/daily-leetcode-problems-problem-920-number-of-music-playlists-957e542594dc
https://medium.com/@_monitsharma/daily-leetcode-problems-problem-920-number-of-music-playlists-957e542594dc
Medium
Daily LeetCode Problems: Problem 920. Number of Music Playlists
Creating Your Playlist: Solving the Number of Music Playlists Problem
Lightning-Fast Face Detection: Achieving 100+ FPS with an Ultra-Lightweight CPU and OpenVINO Model
https://condadoslgpc.medium.com/an-extremely-fast-face-detection-using-openvino-openvinoexploration-375a796e4902
https://condadoslgpc.medium.com/an-extremely-fast-face-detection-using-openvino-openvinoexploration-375a796e4902
Medium
Lightning-Fast Face Detection: Achieving 100+ FPS with an Ultra-Lightweight CPU and OpenVINO Model
This article presents a highly impressive 😎 face-detection solution that is incredibly efficient and precise. What's more, it can achieve…
7 Best Python Libraries For Machine Learning You Must Know
https://aqsazafar81.medium.com/7-best-python-libraries-for-machine-learning-you-must-know-6f6ff8a34a19
https://aqsazafar81.medium.com/7-best-python-libraries-for-machine-learning-you-must-know-6f6ff8a34a19
Medium
7 Best Python Libraries For Machine Learning You Must Know
Today, I’m absolutely thrilled to introduce you to the 7 most incredible Python libraries that will take your machine-learning skills to…
Predicting Air Quality Index (AQI) using Python
https://medium.com/@jexend17/predicting-air-quality-index-aqi-using-python-680bca88d65e
https://medium.com/@jexend17/predicting-air-quality-index-aqi-using-python-680bca88d65e
Medium
Predicting Air Quality Index (AQI) using Python
Predicting Air Quality Index (AQI) using Python can be achieved through machine learning techniques. In this tutorial, we will walk you…
PySpark for AWS Glue: A Comprehensive Guide to Big Data Processing
https://medium.com/@shuvradipghosh97/pyspark-for-aws-glue-a-comprehensive-guide-to-big-data-processing-407f921d3452
https://medium.com/@shuvradipghosh97/pyspark-for-aws-glue-a-comprehensive-guide-to-big-data-processing-407f921d3452
Medium
PySpark for AWS Glue: A Comprehensive Guide to Big Data Processing
Introduction
Geohash Algorithms: Simplifying Location Data
https://medium.com/@shivam2003/geohash-algorithms-simplifying-location-data-dd8c3fbaac48
https://medium.com/@shivam2003/geohash-algorithms-simplifying-location-data-dd8c3fbaac48
Medium
Geohash Algorithms: Simplifying Location Data
In today's digital world 🌐, location data has become an integral part of many applications such as food delivery 🍔, ride-sharing 🚗, and…
Deploy Django Project with gunicorn and nginx on a Linux server
https://ksrk.medium.com/deploy-django-project-with-gunicorn-celery-and-nginx-on-the-linux-server-5a919e7f64ef
https://ksrk.medium.com/deploy-django-project-with-gunicorn-celery-and-nginx-on-the-linux-server-5a919e7f64ef
Medium
Deploy Django Project with gunicorn and nginx on a Linux server
Setting up SSH for remote login
“Comparing RDDs, DataFrames, and Datasets in Apache Spark: Evolution and Benefits”
https://medium.com/@sachinvishwa94/comparing-rdds-dataframes-and-datasets-in-apache-spark-evolution-and-benefits-a10a82bade73
https://medium.com/@sachinvishwa94/comparing-rdds-dataframes-and-datasets-in-apache-spark-evolution-and-benefits-a10a82bade73
Medium
“Comparing RDDs, DataFrames, and Datasets in Apache Spark: Evolution and Benefits”
RDD (Resilient Distributed Dataset):
Python Virtual Environments, for Dummies
https://medium.com/@avani.malaviya/python-virtual-environments-for-dummies-dfa1605cae69
https://medium.com/@avani.malaviya/python-virtual-environments-for-dummies-dfa1605cae69
Medium
Python Virtual Environments, for Dummies
My backward introduction to the correct usage of virtual environments began when an object detection hackathon I had entered asked for the…