Using ROW_NUMBER with PARTITION BY in MySQL

Continue reading


@yellowduck.be | 1 year ago

What I Have Changed My Mind About in Software Development

Continue reading


@yellowduck.be | 1 year ago

The Inevitability of Scope Creep

Continue reading


@yellowduck.be | 1 year ago

Bun 1.0

Continue reading


@yellowduck.be | 1 year ago

Find the bounds of a text string in a PDF using Python

Continue reading


@yellowduck.be | 1 year ago

My fine-tuned Model failed, and Here's Why

Continue reading


@yellowduck.be | 1 year ago

7 simple habits of the top 1% of engineers

Continue reading


@yellowduck.be | 1 year ago

Why is Go's declaration syntax "backward"? (The Clockwise/Spiral Rule)

Continue reading


@yellowduck.be | 1 year ago

Get the route name given a URL and method in Laravel

Continue reading


@yellowduck.be | 1 year ago

A systematic approach to debugging

Continue reading


@yellowduck.be | 1 year ago

The Point of LangChain

Continue reading


@yellowduck.be | 1 year ago

How NASA Writes Space-Proof Code

Continue reading


@yellowduck.be | 1 year ago

Using the Str::squish function in Laravel

Continue reading


@yellowduck.be | 1 year ago

Shape Up: Stop Running in Circles and Ship Work that Matters

Continue reading


@yellowduck.be | 1 year ago

Laravel: How to configure multiple search providers

Continue reading


@yellowduck.be | 1 year ago

Syncing data sources to vector stores

Continue reading


@yellowduck.be | 1 year ago

Improve your VS Code Explorer file tree structure

Continue reading


@yellowduck.be | 1 year ago

Static domains for all ngrok users

Continue reading


@yellowduck.be | 1 year ago

How to create and read custom tags in Golang

Continue reading


@yellowduck.be | 1 year ago

What's the fuss around Bun's package manager abilities?

Continue reading


@yellowduck.be | 1 year ago

Insert Multiple Cursors at the Start of Every Line with VSCode

Continue reading


@yellowduck.be | 1 year ago

Every Software Project is a Startup That Will Probably Fail

Continue reading


@yellowduck.be | 1 year ago

Aging Code

Continue reading


@yellowduck.be | 1 year ago

Advanced NLP with SpaCy

Continue reading


@yellowduck.be | 1 year ago

Efficiently Splitting Text into Chunks with PHP

Continue reading


@yellowduck.be | 1 year ago

What I understand about two-factor/multi-factor authentication (in 2023)

Continue reading


@yellowduck.be | 1 year ago

Turbo 8 is dropping TypeScript

Continue reading


@yellowduck.be | 1 year ago

Local Port Forwarding in VS Code

Continue reading


@yellowduck.be | 1 year ago

Grouping a Slice of Structs by a Specific Property in Go

Continue reading


@yellowduck.be | 1 year ago

Fieldnotes

Continue reading


@yellowduck.be | 1 year ago

GitHub - torenware/vite-go

Continue reading


@yellowduck.be | 1 year ago

Embed a Javascript website inside a binary with Go 1.16

Continue reading


@yellowduck.be | 1 year ago

Removing Items from a Slice in Go Using Generics

Continue reading


@yellowduck.be | 1 year ago

Generate Go client and server from OpenAPI 3 specs

Continue reading


@yellowduck.be | 1 year ago

How to Use PDF.js to Highlight Text Programmatically

Continue reading


@yellowduck.be | 1 year ago

Dummy load balancer in a single Go script

Continue reading


@yellowduck.be | 1 year ago

Writing an event bus using Generics in Go

Continue reading


@yellowduck.be | 1 year ago

Forge deploy scripts in version control

Continue reading


@yellowduck.be | 1 year ago

The Worst Programmer I Know

Continue reading


@yellowduck.be | 1 year ago

Cross Compiling Go apps

One of the nice things of Go is that you can cross compile for another architecture or operating system on your local system. If you want to build an linux version of your app, you don’t need to compile on an actual linux box, you can just do this on your mac.As of Go 1.5, cross … | Continue reading


@yellowduck.be | 6 years ago