Welcome to my Gems
Latest Publications
-
Regular Expression (regex) to match UUID string on November 10th, 2022
-
Skip integration tests with pytest on November 8th, 2022
-
Dynamic Method Binding in Python on October 21th, 2022
-
Python Class Decorator Primer - Class Instance Registry on October 21th, 2022
-
Event Driven Python with pubsub on September 25th, 2022
-
Test HTTP and API interactions with vcrpy on November 30th, 2021
-
How to execute unit tests before committing or pushing code to git on November 29th, 2021
-
How to Remove Field from Django Rest Framework Serializer Output on November 17th, 2021
-
How to Connect Django to Mcirsoft SQL Server (MSSQL) Database on July 26th, 2021
-
How to import CSV file from Azure Blob storage into Azure SQL Database using T-SQL on June 19th, 2021
-
How to create database logins and users for Azure SQL Database on June 19th, 2021
-
How to Connect to Azure SQL Database from Azure App Service using Python, pyodbc and Managed Identity on June 13th, 2021
-
How to run Python program as Linux systemd service on June 3rd, 2021
-
How to avoid code repetition in Azure Yaml pipeline using loops on May 16th, 2021
-
How to Migrate Git Repository with Full Commit History and Branches on May 15th, 2021
-
How to Enable Application Insight for Django Web App using OpenCensus on May 6th, 2021
-
Working with PowerShell SecureString on May 4th, 2021
-
How to query Log Analytics Workspace from Azure PowerShell, using Service Principal on May 4th, 2021
-
HowTo: Create Azure Service Principal with PowerShell on May 3rd, 2021
-
HowTo: Connect and Query SQL Database from Python using pyodbc and access token on May 3rd, 2021
-
Define Environment Variables for Databricks Cluster on November 3rd, 2020
-
Document REST APIs based on Python Django's Rest Framework on October 12th, 2020, in Python :: Misc Topics
-
Add OpeanAPI documentation and SwaggerUI to your Django Rest Framework project on October 12th, 2020, in Python :: Misc Topics
-
List roles assigned to a principal / user in SQL Server (MSSQL) Database recipe on September 12th, 2020, in Sql Server
-
List Blocking Locks in SQL Server recipe on September 12th, 2020, in Sql Server
-
Python Kata #4: Hello Mars! on September 3rd, 2020, in Python :: Kata
-
Convert a Python class to Singleton using decorator on September 2nd, 2020, in Python :: Design Patterns
-
Decode and Validate Azure Active Directory Token in Python on August 31st, 2020, in Python :: Misc Topics
-
Example on streaming response from Python Django on August 25th, 2020, in Blog
-
Chain it! Or data pipelining with Python on August 24th, 2020, in Blog
-
Python Kata #3: World population on August 23rd, 2020, in Python :: Kata
-
Python Kata #2: The Galaxy Empire salaries on August 23rd, 2020, in Python :: Kata
-
Python Kata #1: Pipe and Filter on August 22th, 2020, in Python :: Kata
-
Unpacking a Python sequence into variables on August 19th, 2020, in Python :: Tricks
-
Truncate table with pyodbc on August 17th, 2020, in Python :: Misc Topics
-
Assert custom objects are equal in Python unit test on August 15th, 2020, in Python :: Test Driven Development
-
Unit testing for Python database applications on August 14th, 2020, in Python :: Test Driven Development