Machine Learning and Quantum KernelsAn introduction to classical and quantum kernel methods and possible implementations.Jul 6, 2023Jul 6, 2023
GPT-4 Simplifies Nginx, Docker, and Docker-Compose ConfigsTL;DR — Use GPT-4 to generate common configuration files like Dockerfile’s or NGINX configs, it saves some time.Apr 24, 2023Apr 24, 2023
The Potential of a GPT-based PostgreSQL AssistantTL;DR — Explore a proof-of-concept that streamlines PostgreSQL database tasks using a GPT-based assistant, implemented in Python.Apr 19, 2023Apr 19, 2023
GPT-4 Data Pipelines: Transform JSON to SQL Schema InstantlyTL;DR — Turn complex JSON blobs into SQL schema or SQL schema updates effortlessly with GPT-4.Mar 15, 20233Mar 15, 20233
Automating Google Drive Uploads With Google Drive API & cURL(Note this works for shared folders as well!)Feb 5, 20221Feb 5, 20221
Python — Dynamic Class AttributesAdding attributes to a Python class is very straight forward, you just use the ‘.’ operator after an instance of the class with whatever…Jul 20, 20201Jul 20, 20201
Flask API Authentication with FirebaseThere are a ton of brilliant features that come with Firebase, all of them can provide tremendous value to your application. However…May 9, 20204May 9, 20204
How to Protect Firebase Http Cloud FunctionsWhen you create a Http Cloud Function using Firebase, you are creating a real url that anyone can put into their browser, postman, etc. and…Aug 4, 20183Aug 4, 20183
Firebase Cloud Function TutorialWhen I first started using firebase, all was well. I could easily upload my data to the realtime database, and login users using…Jul 18, 2018Jul 18, 2018