Hello Rashid, I’ve just uploaded my new article on creating custom python packages that you can pip…
https://mikehuls.medium.com/create-and-publish-your-own-python-package-ea45bee41cdc
https://mikehuls.medium.com/create-and-publish-your-own-python-package-ea45bee41cdc
A short and simple guide on how to pip install your custom made package
Share your self-built Python package using your git repo.
Select a batch of records while simultaneously updating them
Defining and running multi-container Docker applications
A deep dive into Python virtual environments, pip and avoiding entangled dependencies
Improving performance or just syntactic sugar?
Manage your infrastructure in the same ways you manage your applications
Introduction to using the commandline
Create a efficient, safe and fast API for our website without the need to write a single line of SQL
Read this if you like beer, efficiency or modelling highly performing databases
Flexible, safe and efficient solution for merging two tables With a MERGE you can can ‘sync’ two tables by executing an insert, delete and update in ONE statement. A MERGE is much more than that though; it offers you a wide range of options in comparing and syncing tables. You