April 2025
-
18 Apr 2025🐥(Un)commenting multiple lines at once using vim
-
17 Apr 2025🐥Counting successful records in Elixir with Enum
-
16 Apr 2025🐥Fixing the "Can't find executable `mac_listener`" when running a Phoenix project
-
15 Apr 2025🐥Laravel: casting arrays of enums
-
10 Apr 2025🐥A simple parallel mapping pattern using Elixir
-
5 Apr 2025🐥How to update the path of a URL in JavaScript
-
4 Apr 2025🐥A simple Komoot API client using Elixir Req
-
3 Apr 2025🐥Validating an Amazon S3 bucket name using TypeScript and PHP
-
2 Apr 2025🐥Understanding the difference between Map and Keyword modules in Elixir
-
1 Apr 2025🐥Creating an empty PNG in Elixir
March 2025
-
31 Mar 2025🐥Efficiently downloading stuff with Req and concurrency in Elixir
-
30 Mar 2025🐥Configuring Caddy for multiple static paths
-
29 Mar 2025🐥TIL: Resetting the state in a Pinia store
-
28 Mar 2025🐥Preserve working directory when splitting panes in iTerm
-
27 Mar 2025🐥Adding custom metadata to Laravel Passport Personal Access Tokens
-
26 Mar 2025🐥Caveat when creating fake text using Faker in PHP tests
-
22 Mar 2025🐥Converting an image into a black and white SVG
-
19 Mar 2025🐥TIL: prevent uv from stripping extras while compiling
-
18 Mar 2025🐥Null vs. Undefined in TypeScript and JavaScript: what's the difference?
-
17 Mar 2025🐥PHPUnit consecutive parameters
-
16 Mar 2025🐥Handling multiple date formats in Elixir with timex
-
15 Mar 2025🐥Using the current URL in a Phoenix LiveView layout
-
14 Mar 2025🐥Mocking the DB facade in Laravel
-
13 Mar 2025🐥Using multiple cachex instances in your Elixir Phoenix application
-
9 Mar 2025🐥Updating the query string in Phoenix LiveView while typing