Data Lab Tech
banner
datalabtechtv.com
Data Lab Tech
@datalabtechtv.com
From Data Science and Data Engineering, to MLOps and DevOps, I talk about all things data on my YouTube channel: youtube.com/@DataLabTechTV
If you're wondering why we've been focusing on learning Go with LabStore, in a channel that's about data, take a look at this talk! #Go #ML #GopherCon2025 youtu.be/mLGDT2TxPrU
GopherCon 2025: Supercharging ML Pipelines with Go - Vaidehi Thete
YouTube video by Gopher Academy
youtu.be
January 3, 2026 at 12:53 PM
LabStore - Part 4 - Building an Object Store in Go: IAM - Identity and Access Management - Building an IAM service on top of SQLite in Go, from config handling to proper secret encryption.
LabStore - Part 4 - Building an Object Store in Go: IAM - Identity and Access Management
Building an IAM service on top of SQLite in Go, from config handling to proper secret encryption.
datalabtechtv.com
December 23, 2025 at 1:10 PM
If you liked my previous video where I covered profiling in Go, you might find this useful as well. Have a nice Sunday! #go #profiling youtube.com/watch?v=BayZ...
GopherCon 2025: Profiling Request Latency with Critical Path Analysis - Felix Geisendörfer
YouTube video by Gopher Academy
youtube.com
December 14, 2025 at 12:06 PM
LabStore - Part 3 - Building an Object Store in Go: Benchmarking and Profiling - Benchmarking S3-compatible object stores—LabStore, MinIO, Garage, SeaweedFS, RustFS—and setting up a Go profiling to detect bottlenecks.
LabStore - Part 3 - Building an Object Store in Go: Benchmarking and Profiling
Benchmarking S3-compatible object stores—LabStore, MinIO, Garage, SeaweedFS, RustFS—and setting up a Go profiling to detect bottlenecks.
datalabtechtv.com
December 9, 2025 at 1:11 PM
LabStore - Part 2 - Building an Object Store in Go: Authenticating with SigV4 - Let's learn all about the inner workings of SigV4, used in S3-compatible object stores, to authenticate requests.
LabStore - Part 2 - Building an Object Store in Go: Authenticating with SigV4
Let's learn all about the inner workings of SigV4, used in S3-compatible object stores, to authenticate requests.
datalabtechtv.com
November 25, 2025 at 11:41 AM
If you code solo, write a blog post about your code. It works like a retro in a startup, helping you evaluate the code and improve it beyond the obvious. It’s helpful because it makes you explain it to someone else (the reader), and shame will do the rest. 😂
November 18, 2025 at 1:50 PM
Looks like there's a new extension to handle #Iceberg on #PostgreSQL, and this one is by #Snowflake Labs! github.com/Snowflake-La...
GitHub - Snowflake-Labs/pg_lake: pg_lake: Postgres with Iceberg and data lake access
pg_lake: Postgres with Iceberg and data lake access - Snowflake-Labs/pg_lake
github.com
November 17, 2025 at 4:14 PM
LabStore - Part 1 - Building an Object Store in Go: How Hard Can It Be? - Let's learn all about the inner workings of S3 object stores, along with enough Go to start building your own solution.
LabStore - Part 1 - Building an Object Store in Go: How Hard Can It Be?
Let's learn all about the inner workings of S3 object stores, along with enough Go to start building your own solution.
datalabtechtv.com
November 11, 2025 at 11:41 AM
The last two weeks have been hectic! Learned a lot of Go, delved into the docs for the AWS S3 API, implemented a few basic actions, along with SigV4 (with multi-chunk upload support), and setup a GitHub Org to collab with a friend on this project. 🚀
November 7, 2025 at 9:51 AM
Cool interview of Guido, with a few good AI-related questions. #python #AI www.odbms.org/blog/2025/10...
Beyond the AI Hype: Guido van Rossum on Python’s Philosophy, Simplicity, and the Future of Programming. | ODBMS Industry Watch
www.odbms.org
November 1, 2025 at 7:01 PM
Learning Go to build an object store has been a really cool experience so far. At first, I thought that Go's syntax was a little weird, but now it just feels normal, and it flows quite well. Already have some basic requests working, but nothing too fancy to share yet!
October 29, 2025 at 7:03 PM
Migrating DuckLake Catalog From SQLite to PostgreSQL - Learn how to migrate your existing DuckLake catalog from SQLite to PostgreSQL, without losing any data, and see it in action in a production environment.
Migrating DuckLake Catalog From SQLite to PostgreSQL
Learn how to migrate your existing DuckLake catalog from SQLite to PostgreSQL, without losing any data, and see it in action in a production environment.
datalabtechtv.com
October 28, 2025 at 11:39 AM
This week I had fun making another video about DuckLake. It's scheduled to come out next Tuesday, so stay tuned! Love the duck! 💛🦆
October 24, 2025 at 10:14 PM
Reposted by Data Lab Tech
In a new guest blog post, Mark Harrison (Madhive) presents Frozen DuckLakes. These are read-only DuckLakes that only require object storage and are frozen in time. He shows a process for creating and freezing DuckLakes, and demonstrates their use and performance.

📖 ducklake.select/2025/10/24/f...
October 24, 2025 at 6:38 PM
Data Lab Infra - Part 5: Retrospective & MLOps - Model Deployment - Learn how to use multi-project CI/CD with the GitLab Free tier, how to deploy an ML model with Docker, doing a retrospective and redesigning the architecture.
Data Lab Infra - Part 5: Retrospective & MLOps - Model Deployment
Learn how to use multi-project CI/CD with the GitLab Free tier, how to deploy an ML model with Docker, doing a retrospective and redesigning the architecture.
datalabtechtv.com
October 21, 2025 at 11:40 AM
Just noticed that KùzuDB got archived on GitHub. Its website now points to GitHub Pages, and documentation is gone! Also, their Discord server was shutdown. What could this mean? Layoffs? Closing source code due to monetization efforts? kuzudb.github.io
Kuzu - Embedded, scalable, blazing fast graph database
kuzudb.github.io
October 20, 2025 at 5:01 PM
Zed integrates with WSL like VSCode, it's written in Rust, and integrates with AI but it's not in-your-face! If you don't like Windows, the Linux and Mac version already existed before this one. #Zed #IDE #Rust zed.dev/blog/zed-for...
Windows When? Windows Now - Zed Blog
From the Zed Blog: Zed for Windows is finally here. Download it today.
zed.dev
October 15, 2025 at 5:48 PM
Data Lab Infra - Part 4: Core Services - Learn how to automate data stack deployment using docker compose and GitLab, setting up CI/CD variables with Terraform, and using GPU passthrough to a Docker VM running on Proxmox.
Data Lab Infra - Part 4: Core Services
Learn how to automate data stack deployment using docker compose and GitLab, setting up CI/CD variables with Terraform, and using GPU passthrough to a Docker VM running on Proxmox.
datalabtechtv.com
October 14, 2025 at 11:39 AM
South Korea just lost their government data. Expired batteries started a fire, and they didn't have an offsite backup... 3-2-1 rule guys! #DevOps youtu.be/pGjXwvD9tB4
Government Data Center Destroyed... NO BACKUP
YouTube video by Seytonic
youtu.be
October 9, 2025 at 8:26 PM
If you're still using a Makefile or custom language-based solutions like npm or uv scripts, then you must take a look at just! This is a tool I recently adopted and will, most likely, keep using in my future projects. just.systems
Just: A Command Runner
just.systems
October 3, 2025 at 9:54 AM
I was just learning about the IBM Z mainframe and bumped into this. Pretty awesome! www.youtube.com/watch?v=wJyi...
The "Mainframe Kid"
YouTube video by IBM
www.youtube.com
October 2, 2025 at 9:00 PM
I am now running GitLab on a VM with 4 cores and 8 GiB RAM, and it seems to be stable, finally. But I'm not too happy about it. It's feeling bloated, a bit of a resource hog. Hopefully its features will make up for the amount of resources I had to let go.
My self-hosted GitLab instance suddenly went crazy. CPU was hitting 100% nonstop, and it kept freezing after navigating to certain pages on the UI (clearly when trying to load data). I kept having to reset the VM to regain access via SSH.
October 1, 2025 at 1:56 PM
My self-hosted GitLab instance suddenly went crazy. CPU was hitting 100% nonstop, and it kept freezing after navigating to certain pages on the UI (clearly when trying to load data). I kept having to reset the VM to regain access via SSH.
October 1, 2025 at 11:22 AM
Data Lab Infra - Part 3: Platform Setup with Terraform - Learn how to provision Proxmox VMs with Terraform, deploying GitLab and Docker using cloud-init. Configure GitLab as a container registry, and deploy a shared runner for CI/CD using variables for secret management.
Data Lab Infra - Part 3: Platform Setup with Terraform
Learn how to provision Proxmox VMs with Terraform, deploying GitLab and Docker using cloud-init. Configure GitLab as a container registry, and deploy a shared runner for CI/CD using variables for secret management.
datalabtechtv.com
September 30, 2025 at 11:40 AM