PinnedDeploy a Streamlit app to AzureUsing Azure App Service and Azure Container RegistryJun 24, 2020832Jun 24, 2020832
Creating a Chrome extensionOnce you have your application set up, add a ‘manifest.json’ file with the following content:Aug 9, 20241Aug 9, 20241
From clicks to coffee breaks - automate with Postman collectionsAs a part of a larger project, I recently had to delete about 2000 records from a system. The issue was that the front-end interface of…Jun 20, 202410Jun 20, 202410
GraphQL — the quick and basic beginner’s editionWhile attempting to access an API recently, I stumbled across GraphQL. As someone who has only ever seen, accessed and built REST APIs, I…May 7, 202421May 7, 202421
Importing JSON Data into Excel with PythonIf you ever find yourself needing to import JSON data from an API into Excel for additional data manipulation, look no further. Here is a…Nov 1, 202313Nov 1, 202313
Machine Learning Fundamentals and AI (the 3-minute download)More and more these days we are hearing buzz around ChatGPT, how to use AI responsibly and whether AI will be taking over the world…Jun 1, 2023Jun 1, 2023
What is ChatGPT? (as told by ChatGPT)ChatGPT is a state-of-the-art language generation model developed by OpenAI. It is trained on a diverse set of internet text, making it…Jan 28, 2023Jan 28, 2023
VS Code PetsI may be late to the game but I recently came across this VS Code extension and couldn’t pass up the opportunity to share. It is just too…Oct 12, 2022Oct 12, 2022
LÖVE2D and Lua 101Everything you need to get started developing your first 2D gameJul 9, 20222Jul 9, 20222
A blast from the past — retro games with Love2D and LuaI’m a 90’s baby. Born into the decade of Super Mario, Pokemon, Sonic to name a few of the trending video games of the time. Video games…Jul 1, 20222Jul 1, 20222
Only need to commit certain files to Github? .gitignore to the rescueThere may be certain files which you may not want to commit to Github — in these cases, you can designate the omitted files in a…Apr 3, 2022Apr 3, 2022
Python Virtual EnvironmentsCreating virtual environments in 3 seconds (Linux/Mac)Jan 9, 2022Jan 9, 2022