Blog

Creating a Postgres docker container and connecting dbt

Creating a Postgres docker container and connecting dbt

  • 2024-05-09
  • 5 minutes to read

This post talks through how to create a Postgres database in a Docker container and connect dbt to it for local development.

Read More
Steps required to set up the dbt SQL Server Adapter

Steps required to set up the dbt SQL Server Adapter

  • 2024-05-09
  • 6 minutes to read

This post explains how to get started with dbt and the SQL Server adapter. Also covers resolving some of the issues encountered on macOS.

Read More
Running SQL Server natively on macOS using SQLCMD CLI

Running SQL Server natively on macOS using SQLCMD CLI

  • 2024-05-08
  • 6 minutes to read

It is really easy to run SQL Server on macOS using the new SQLCMD CLI tool. This post explains how to set it up.

Read More
How to search for lost files or changes using Git Log

How to search for lost files or changes using Git Log

  • 2024-04-27
  • 4 minutes to read

I have lost a file in my Git repository. Here's a few options to seek it out by using git grep and git log.

Read More
Error No Such Shell Function 'Zle Line Init' in Zsh

Error No Such Shell Function 'Zle Line Init' in Zsh

  • 2024-04-25
  • 3 minutes to read

Troubleshooting the error message "no such shell function 'zle line init'" in zsh when using OhMyPosh.

Read More
Microsoft Certified: Azure Solutions Architect Expert

Microsoft Certified: Azure Solutions Architect Expert

  • 2024-04-03
  • 2 minutes to read

Information on passing the AZ-305 exam and earning the Azure Solutions Architect Expert certification.

Read More