Ozzie Neher
Ozzie Neher

Ozzie Neher

Follow
Follow
homebadges

Querying raw SQL with Elixir and Ecto

Mar 9, 20231 min read

TL;DR: alias MyApp.{Repo, Animal} sql = "SELECT * FROM animals WHERE legs > $1" params = [2] %{rows: rows, columns: columns} = Repo.query!(sql,...

Querying raw SQL with Elixir and Ecto

Using React with Laravel Jetstream

Aug 10, 20211 min read

Laravel Jetstream is a Laravel starter kit that gives you a codebase ready to go with things like user management, teams, and two-factor...

Using React with Laravel Jetstream

Building a nested routes function - a fun exercise

Jun 6, 20212 min read

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...

Building a nested routes function - a fun exercise

Start verifying your commits on GitHub in ~5 minutes

Mar 15, 20219 min read

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...

Start verifying your commits on GitHub in ~5 minutes

Don't wait until the end of the interview to ask questions

Mar 11, 20214 min read

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...

Don't wait until the end of the interview to ask questions

Anything is possible, but why? A few thoughts on feature requests

Mar 7, 20214 min read

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...

Anything is possible, but why? A few thoughts on feature requests