Back
Blog
- TIL: How to reset all files in one folder in git
Learn how to reset a folder in git to the state of that folder on another branch.
- Copy Markdown to Teams
Learn how to copy and paste markdown into Teams as formatted text.
- Converting Plotly charts into images in parallel
Learn how to convert Plotly charts into images in parallel to speed up the process.
- Connect to MSSQL using SQL Alchemy in using Entra ID tokens
Learn how to connect to your Azure SQL database with SQL Alchemy using Entra ID tokens.
- Connect to MSSQL database in Django using Tokens
One great way to connect to the database for development and production in Django is to use the Microsoft Entra option to authenticate users.
- Azure Pipelines: uv Cache
I want to show you how to make your CI build for a python project faster with minimal effort.
- Connect to Azure SQL in R via Microsoft Entry tokens
One of the best features of the Azure SQL server is that you can connect to your database using your AAD identity.
- Multi-Stage Docker Builds for Python Projects using uv
Charlie Marsh and the brillant guys at Astral have released a new tool: uv. Let's take a look.
- Django and HTMX
Using HTMX together with Django has made us so much more productive.
- Using Astro for my personal website
I used Astro for my personal website after @t3dotgg and @FreckleBytes did a stream.