Creating a python package for finding loopholes in Dockerfiles
https://prav10194.medium.com/creating-a-python-package-for-finding-loopholes-in-dockerfiles-691d0fffd5bf
https://prav10194.medium.com/creating-a-python-package-for-finding-loopholes-in-dockerfiles-691d0fffd5bf
Medium
Creating a python package for finding loopholes in Dockerfiles
This article will be covering how to create a simple python package that will be used to scan and analyze your Dockerfile configuration. We…
Why I don’t recommend python as a first programming language
https://shams-ad.medium.com/why-i-dont-recommend-python-as-a-first-programming-language-c62ad69ab1a2
https://shams-ad.medium.com/why-i-dont-recommend-python-as-a-first-programming-language-c62ad69ab1a2
Medium
Why I don’t recommend python as a first programming language
This is all subjective, you do not have to take my word for it, however, I believe I have enough experience to speak about this, and I also…
Word Embedding Techniques: Word2Vec and TF-IDF Explained
https://towardsdatascience.com/word-embedding-techniques-word2vec-and-tf-idf-explained-c5d02e34d08
https://towardsdatascience.com/word-embedding-techniques-word2vec-and-tf-idf-explained-c5d02e34d08
Medium
Word Embedding Techniques: Word2Vec and TF-IDF Explained
The words need to be made meaningful for machine learning or deep learning algorithms. Therefore, they must be expressed numerically…
Prefect: How to Write and Schedule Your First ETL Pipeline with Python
https://towardsdatascience.com/prefect-how-to-write-and-schedule-your-first-etl-pipeline-with-python-54005a34f10b
https://towardsdatascience.com/prefect-how-to-write-and-schedule-your-first-etl-pipeline-with-python-54005a34f10b
Medium
Prefect: How to Write and Schedule Your First ETL Pipeline with Python
Workflow management systems made easy — both locally and in the cloud.
Tutorial: Building a database from Scratch — 4
https://blog.plaintextnerds.com/tutorial-building-a-database-from-scratch-4-2fc5b082ab2b
https://blog.plaintextnerds.com/tutorial-building-a-database-from-scratch-4-2fc5b082ab2b
Medium
Tutorial: Building a database from Scratch — 4
Part 4 / Building the server
Foreshadowing Analyst Revisions using LinkUp’s Job Postings Data in Refinitiv Quantitative…
https://medium.com/refinitiv-developer-community/foreshadowing-analyst-revisions-using-linkups-job-postings-data-in-refinitiv-quantitative-aeda2163fcbf
https://medium.com/refinitiv-developer-community/foreshadowing-analyst-revisions-using-linkups-job-postings-data-in-refinitiv-quantitative-aeda2163fcbf
Medium
Foreshadowing Analyst Revisions using LinkUp’s Job Postings Data in Refinitiv Quantitative…
Refinitiv’s Refinitiv Quantitative Analytics recently released an exciting new alternative data set, LinkUp. LinkUp keeps track of jobs posted and removed by the hiring company in the form of a daily…
How To Create a GET Request in FastAPI
https://betterprogramming.pub/how-to-create-a-get-request-in-fastapi-ecdc794b0cf
https://betterprogramming.pub/how-to-create-a-get-request-in-fastapi-ecdc794b0cf
Medium
How To Create a GET Request in FastAPI
Building APIs should be fun