Random Thoughts 15 Years Into Software Engineering
https://roughlywritten.substack.com/p/random-thoughts-15-years-into-software
https://roughlywritten.substack.com/p/random-thoughts-15-years-into-software
Substack
Random Thoughts 15 years into Software Engineering
I’m coming up on 15 years of professional software engineering. I’ve worked at companies from unknown startups to large FAANG-like silicon valley companies and everywhere in between. In no particular order, sharing some things I’ve learned that others may…
Deploying a Django + Nginx Application to a VPS With Ansible
https://vuyisile.com/deploying-a-django-nginx-application-to-a-vps-with-ansible/
https://vuyisile.com/deploying-a-django-nginx-application-to-a-vps-with-ansible/
Vuyisile's Blog
Deploying a Django + Nginx application to a VPS with ansible
The article explains the steps for deploying a Django + Nginx application on an AWS Lightsail Virtual Private Server (VPS) with Docker and Ansible automation. This article will guide you through se…
Developing an Asynchronous Task Queue in Python
https://testdriven.io/blog/developing-an-asynchronous-task-queue-in-python/
https://testdriven.io/blog/developing-an-asynchronous-task-queue-in-python/
testdriven.io
Developing an Asynchronous Task Queue in Python
This tutorial looks at how to implement several asynchronous task queues using the Python multiprocessing library and Redis.
A Curated List of Free Courses & Certifications
https://github.com/cloudcommunity/Free-Certifications
https://github.com/cloudcommunity/Free-Certifications
GitHub
GitHub - cloudcommunity/Free-Certifications: A curated list of free courses with certifications. Also available at https://free…
A curated list of free courses with certifications. Also available at https://free-certifications.com/ - cloudcommunity/Free-Certifications
Is A Python Expert necessary?
https://medium.com/@kimtalks/is-a-python-expert-necessary-ac2237d17412
https://medium.com/@kimtalks/is-a-python-expert-necessary-ac2237d17412
Medium
Is A Python Expert necessary?
Introduction
Simplify Docker Container Operations with DockerBot
https://medium.com/@tomer.klein/simplify-docker-container-operations-with-dockerbot-602db678aa45
https://medium.com/@tomer.klein/simplify-docker-container-operations-with-dockerbot-602db678aa45
Medium
Simplify Docker Container Operations with DockerBot
Introduction
Bayesian Optimization: Faster hyperparameter tuning in Python
https://medium.com/@pelletierhaden/bayesian-optimization-faster-hyperparameter-tuning-in-python-4b13c0a00454
https://medium.com/@pelletierhaden/bayesian-optimization-faster-hyperparameter-tuning-in-python-4b13c0a00454
Medium
Bayesian Optimization: Faster hyperparameter tuning in Python
If you’re like any data scientist who’s just starting out and get hit with a hyperparameter tuning problem, your first instinct is probably to go with something like GridSearchCV — a brute-force…
Boost Your ML Skills Using SciKit-Learn
https://medium.com/@dhruvkumar.rce21/boost-your-ml-skills-using-scikit-learn-b3ee3cab0b89
https://medium.com/@dhruvkumar.rce21/boost-your-ml-skills-using-scikit-learn-b3ee3cab0b89
Medium
Boost Your ML Skills Using SciKit-Learn
Blog Introduction
Spark UDFs: A Deep Dive into How They Work, Benefits, and Disadvantages
https://kumarisundaram.medium.com/spark-udfs-a-deep-dive-into-how-they-work-benefits-and-disadvantages-30a9751397cb
https://kumarisundaram.medium.com/spark-udfs-a-deep-dive-into-how-they-work-benefits-and-disadvantages-30a9751397cb
Medium
Spark UDFs: A Deep Dive into How They Work, Benefits, and Disadvantages
Apache Spark, a fast, in-memory data processing engine, offers robust support for data transformations on massive datasets. Among the…
Create Your Own Q&A Application with LangChain and Sreamlit
https://ferneutron.medium.com/create-your-own-q-a-application-with-langchain-and-sreamlit-11df18e332f4
https://ferneutron.medium.com/create-your-own-q-a-application-with-langchain-and-sreamlit-11df18e332f4
Medium
Create Your Own Q&A Application with LangChain and Sreamlit
A step-by-step guide on how to create an end-to-end Question-Answering application using Python.
Introduction to Apache Spark and PySpark
https://medium.com/@kylejones_47003/introduction-to-apache-spark-and-pyspark-3ae3fb4757fa
https://medium.com/@kylejones_47003/introduction-to-apache-spark-and-pyspark-3ae3fb4757fa
Medium
Introduction to Apache Spark and PySpark
Apache Spark is an open-source distributed computing framework designed for big data processing and analytics. It provides a unified…