TL;DR: alias MyApp.{Repo, Animal} sql = "SELECT * FROM animals WHERE legs > $1" params = [2] %{rows: rows, columns: columns} = Repo.query!(sql,...
Laravel Jetstream is a Laravel starter kit that gives you a codebase ready to go with things like user management, teams, and two-factor...
I was reading the Remix documentation and saw a function that they use to programatically define routes. It's pretty cool in that you are given a...
The typical story when you're setting up git on your new computer goes: Make sure git is installed Tell git who you are (via git config) Make...
Bonus: 10+ questions I find important to ask during an interview ยท We all know the typical wrap up for an interview goes along the lines of: Company: Do...
I used to get teased at work for always responding to questions like "X client just requested this, can we do it?" with the following: Anything is...