How to Define Prefect Deployments (2026)
TL;DR: Define Prefect Deployments What: Metadata that tells the Prefect server how and when to run a specific flow. Method: Use .serv…
Abdur-Rahmaan Janhangeer
Chef
Python · Machine Learning
Quality, author-led articles on Python & machine learning. Learn how to eat through topics, calmly, deeply, and without the noise.
Fresh articles, served often.
TL;DR: Define Prefect Deployments What: Metadata that tells the Prefect server how and when to run a specific flow. Method: Use .serv…
Abdur-Rahmaan Janhangeer
Chef
Table of Content Introduction Scanning the text Looking for specific characters Identifying elements Processing elements Introducti…
Abdur-Rahmaan Janhangeer
Chef
Normally you can tune models to return json. But, fortunately, Gemini First install the lib pip install google-genai Here is a snippet i used to receive JSON …
Abdur-Rahmaan Janhangeer
Chef
Follow any installing azure cli on Linux mint tutorial, but, on the step below add noble main instead of something as generic as jammy main. See com…
Abdur-Rahmaan Janhangeer
Chef
Google Calendar Desklet is a Python-packaged desklet app for Linux. gca…
Abdur-Rahmaan Janhangeer
Chef
Here’s a simple snippet for creating a new custom object in Salesforce in Python. from simple_salesforce import Salesforce sf = Salesforce( username='',…
Abdur-Rahmaan Janhangeer
Chef
To copy files to ec2, use the included by default scp tool in linux Command First follow this tutorial to isolate issues: ssh into the Ec2…
Abdur-Rahmaan Janhangeer
Chef
Table of Contents Introduction Ensure SSH Port 22 is Allowed Install SSH Create Key Pairs Download Key Pair Generate Public Key from …
Abdur-Rahmaan Janhangeer
Chef
If you use Docker and get it running while using Docker Desktop, you might run into this error: docker.errors.DockerException: Error while fetching server API version: ('Connection a…
Abdur-Rahmaan Janhangeer
Chef
If you want to disable OpenAi or similar crawlers from harvesting your data, create a file called robots.txt at the root of your domain. If your domain is health.com, make sure …
Abdur-Rahmaan Janhangeer
Chef
Table of content What is HunYuan Video model? How does it differ from competitors? Architectural novelties How to install How to run? Doc…
Abdur-Rahmaan Janhangeer
Chef
The Prefect documentation about deplyments are super vague. This post explains how to add deployments. Table of content Where are deploym…
Abdur-Rahmaan Janhangeer
Chef