February 2025
-
🐥Updating the enum values of a database column definition
-
🐥Manually syncing data using Laravel Scout
-
🐥Using pattern matching with TypeScript
-
🐥TypeScript template literal types
-
🐥Deploying a Phoenix app using mix release and a GitHub action
-
🐥Defining props and emits in VueJS using TypeScript
-
🐥The Road To LiveView 1.0 by Chris McCord | ElixirConf EU 2023
-
🐥Fixing default argument errors in multi-clause functions in Elixir
-
🐥Implementing custom validations in Ecto Changesets
-
🐥Finding the latest version of each record using SQL
-
🐥Setting command mac configuration settings using the terminal
-
🐥Using a brewfile with homebrew
-
🐥Useful VS Code snippets for Elixir development
-
🐥TypeScript utility types
-
🐥Running parameterized tests in Vitest
-
🐥If your VS Code is slow or unresponding
-
🐥Is your function really a Vue composable?
-
🐥Using assign_async in Phoenix LiveView
-
🐥Getting the size of all postgres databases on a server
-
🐥Efficiently streaming large files using the Laravel Http Client
January 2025
-
🐥Vue Tip: How I Write Class & Style Bindings
-
🐥Vue Tip: Check if Component Has Event Listener Attached
-
🐥Simple trick to validate a URL in JavaScript
-
🐥Updating pgvector to the latest version
-
🐥Using slots.default() in VueJS to conditionally render components