Lucca Sanwald

Lucca Sanwald @datadeer

About: building things, with stuff, for the joy of it

Joined:
Jan 19, 2018

Lucca Sanwald
articles - 9 total

Part 1: Building an RTS in Godot. What if Claude writes ALL code?

Part 1: Building an RTS in Godot. What if Claude writes ALL code? I challenged myself to...

Learn More 4 1Jun 22

Postgres Views: The Hidden Security Gotcha in Supabase

When building with Supabase, Postgres Views can be a powerful tool for simplifying complex queries....

Learn More 4 0Mar 9

Poor man's visual regression testing

Let's assume you've made some big changes to some global css styles in your web application. You're...

Learn More 8 3Jun 22 '22

Debugging by talking to yourself

Sometimes I have to read code that I either didn't write myself or haven't looked at in a while. This...

Learn More 3 0Jun 20 '22

Public and Private key cryptography

With the power of cryptography, you can turn perfectly readable content into incomprehensible...

Learn More 5 0Jun 17 '22

Reveal the hackerman with js getters and setters

In this example we're observing a realtime hack of your own video game. Someone managed to sneak some...

Learn More 6 0Jun 15 '22

Lodash memoize() | Learn how to cache return values with _.memoize()

Tutorial on the Lodash MEMOIZE function including examples. I will show you how and when to use the memoize function and explain the concept of memoization.

Learn More 8 0May 27 '20

Lodash get() | Learn how to safely access values with Lodash _.get()

Tutorial on the Lodash GET function and a deep dive into the codebase of lodash. I will show you how and when to use the get function and how it works under the hood.

Learn More 3 0May 20 '20

Debounced Aggregated (Buffered) Actions with RxJS 6 or How to stop making your users wait

Sometimes, you don't want to react to a users input immediately and instead wait until he's finished multiple interactions before you save their progress. This is where RxJS comes in handy. Learn how to buffer user actions and save them at the right time.

Learn More 28 1Jun 22 '19