Implementing Secure User Signup and Login with Email Confirmation in Django
https://mccall167.medium.com/implementing-secure-user-signup-and-login-with-email-confirmation-in-django-fa03d71571da
https://mccall167.medium.com/implementing-secure-user-signup-and-login-with-email-confirmation-in-django-fa03d71571da
Medium
Implementing Secure User Signup and Login with Email Confirmation in Django
User authentication is a fundamental aspect of many web applications, and Django provides powerful tools to implement secure user signup and login functionality. In this article, we will explore how…
How to handle missing values in Python?
https://code-with-ivy.medium.com/how-to-handle-missing-values-in-python-94c270fee9fe
https://code-with-ivy.medium.com/how-to-handle-missing-values-in-python-94c270fee9fe
Medium
How to handle missing values in Python?
You will learn how to remove missing values, impute with constants, mean, median or mode, backfill and interpolation with python example
Easy Python Programming Hits 1K Students: Here’s a Special 5-Day Offer for You!
https://medium.com/@larrygray/easy-python-programming-hits-1k-students-heres-a-special-5-day-offer-for-you-bd3ed66b7c6a
https://medium.com/@larrygray/easy-python-programming-hits-1k-students-heres-a-special-5-day-offer-for-you-bd3ed66b7c6a
Medium
Easy Python Programming Hits 1K Students: Here’s a Special 5-Day Offer for You!
We’ve reached an incredible milestone: 1,000 students have enrolled in “Easy Python Programming for Absolute Beginners!” We’re overjoyed by…
Design Pattern with Python: Factory Pattern
https://medium.com/django-unleashed/design-pattern-with-python-factory-pattern-26d80de9dea7
https://medium.com/django-unleashed/design-pattern-with-python-factory-pattern-26d80de9dea7
Medium
Design Pattern with Python: Factory Pattern
Factory Pattern is another creational pattern and is used heavily in Software development. Let's conquer with practical examples.
Boyer-Moore Algorithm: Mastering Efficient String Searching
https://medium.com/@tomas.svojanovsky11/boyer-moore-algorithm-mastering-efficient-string-searching-51312fe5098b
https://medium.com/@tomas.svojanovsky11/boyer-moore-algorithm-mastering-efficient-string-searching-51312fe5098b
Medium
Boyer-Moore Algorithm: Mastering Efficient String Searching
Efficiency Meets Accuracy: Discovering Boyer-Moore’s Magic
Supply Chain Systems inspired by Ants and Dabbawallas.
https://medium.com/@ibrahimmukherjee/supply-chain-systems-inspired-by-ants-and-dabbawallas-96d86ebf1503
https://medium.com/@ibrahimmukherjee/supply-chain-systems-inspired-by-ants-and-dabbawallas-96d86ebf1503
Medium
Supply Chain Systems inspired by Ants and Dabbawallas.
Nature has produced some incredibly efficient systems of coordination that humankind has only begun to unravel. Take the dabbawallas in…
Simplifying Data Ingestion: Creating a Data pipeline in Snowflake with SFTP
https://medium.com/snowflake/simplifying-data-ingestion-creating-a-data-pipeline-in-snowflake-with-sftp-e99033f230c2
https://medium.com/snowflake/simplifying-data-ingestion-creating-a-data-pipeline-in-snowflake-with-sftp-e99033f230c2
Medium
Simplifying Data Ingestion: Creating a Data pipeline in Snowflake with SFTP
See how you can simplify and automate data loading from SFTP server to Snowflake easily.
Export AWS EC2 Instances information in .csv including tags.
https://medium.com/@softihsan/export-aws-ec2-instances-information-in-csv-including-tags-a3e7e8ea2a
https://medium.com/@softihsan/export-aws-ec2-instances-information-in-csv-including-tags-a3e7e8ea2a
Medium
Export AWS EC2 Instances information in .csv including tags.
When we use AWS in daily life, there should be a need to get all EC2 information in a .csv file including tags for analyzing further.
Machine Learning and Deep Learning for Fullstack Dev
https://medium.com/coderhack-com/machine-learning-and-deep-learning-for-fullstack-dev-f9e317f04822
https://medium.com/coderhack-com/machine-learning-and-deep-learning-for-fullstack-dev-f9e317f04822
Medium
Machine Learning and Deep Learning for Fullstack Dev
Machine learning is a field of artificial intelligence that uses statistical techniques to give computer systems the ability to “learn”…
What is Artificial Intelligence? A Simple Guide for Beginners in 2023
https://medium.com/@alia_syed_04/what-is-artificial-intelligence-a-simple-guide-for-beginners-in-2023-5673f33e1a3b
https://medium.com/@alia_syed_04/what-is-artificial-intelligence-a-simple-guide-for-beginners-in-2023-5673f33e1a3b
Medium
What is Artificial Intelligence? A Simple Guide for Beginners in 2023
Explore What is AI, the History of Artificial Intelligence, Types of Artificial Intelligence, and Applications of AI in this…
What is middleware, and how can you deactivate it for a specific route in FastAPI?
https://blog.brilliantprogrammer.com/what-is-middleware-and-how-can-you-deactivate-it-for-a-specific-route-in-fastapi-65681f570594
https://blog.brilliantprogrammer.com/what-is-middleware-and-how-can-you-deactivate-it-for-a-specific-route-in-fastapi-65681f570594
Medium
What is middleware, and how can you deactivate it for a specific route in FastAPI?
A “middleware” function is one that works with each request before it is processed by any path operation. Also, for each response before…
That’s a great model — it would be a shame if it weren’t fully optimized.
https://medium.com/@usamanaeemtoor/thats-a-great-model-it-would-be-a-shame-if-it-weren-t-fully-optimized-fc4d313d32a7
https://medium.com/@usamanaeemtoor/thats-a-great-model-it-would-be-a-shame-if-it-weren-t-fully-optimized-fc4d313d32a7
Medium
That’s a great model — it would be a shame if it weren’t fully optimized.
In the previous article, we explored how cross-validation serves as an effective guiding light in identifying the best model — a real…
Building AWS Infrastructure with a GitLab CICD Pipeline and Terraform
https://medium.com/protagona/building-aws-infrastructure-with-a-gitlab-cicd-pipeline-and-terraform-621a504df02e
https://medium.com/protagona/building-aws-infrastructure-with-a-gitlab-cicd-pipeline-and-terraform-621a504df02e
Medium
Building AWS Infrastructure with a GitLab CICD Pipeline and Terraform
In this article we will be walking you through setting up a GitLab CICD pipeline using Terraform and AWS.