Category: How-to
-
Laravel Precognition on a resource route
In this post I will provide some simple steps to implement Laravel Precognition form validation on a resource route as it might be difficult to understand reading the official documentation.
-
Surrogate keys in dimensional data modeling – why, when, and how (dbt and BigQuery)
The why. A surrogate key (SK) is a type of unique identifier for a row in a database which decouples any relations from the source data and becomes the primary identifier in the data warehouse. And in the case of dimensional data modeling they are the foreign keys (FK) in the facts tables. From here…
-
Here is what you need to know about running a Laravel 10.x Docker container on Windows 10 WSL2.
Here’s some tips and tricks I’ve learned about from all over the internet while trying to launch a development environment on a Windows 10 with WSL 2 running Docker Desktop and Ubuntu 22.04. I hope some of them will help you not pull your hairs out and save some time.
-
Google tag manager: how to add custom scripts
Having a high-performing website is crucial in today’s digital landscape. One way to enhance your website’s functionality and track important metrics is by using custom scripts. In this blog post, we’ll explore how to add custom scripts using Google Tag Manager and discuss the importance of considering the compatibility of scripts with your website’s existing…