Sublime Coding
  • Home
  • About
  • Learning Resources
Subscribe
elixir

Intro to Elixir & Phoenix

  • Jared Smith

Jared Smith

Apr 6, 2016
Intro to Elixir & Phoenix

Here is the slides for a presentation on Elixir and Phoenix I gave at my local ruby meetup.

Intro to elixir and phoenix from Jared Smith

Sign up for more like this.

Enter your email
Subscribe
Executing Raw SQL with Ecto

Executing Raw SQL with Ecto

In order to execute a raw query we need to use the function YourApp.Repo.query which wraps Ecto.Adapters.SQL.query.Repo. In most cases it's better to rely on Ecto's composable query syntax and there are very few queries where I would reach for this particular option, however
Jun 18, 2019 1 min read
FizzBuzz in Elixir

FizzBuzz in Elixir

What is FizzBuzz? FizzBuzz is one of the most popular code challenges and one I usually solve very early on while learning a new language, however I also solve it from time to time to see how far I have come. It's also common challenge for interviews. I personally have
Jan 2, 2018 4 min read
301 Redirects in Phoenix

301 Redirects in Phoenix

In my last post, I showed how to canonicalize a domain in phoenix [https://sublimecoding.com/how-to-canonicalize-a-domain-in-elixir-phoenix-framework/] in that post I had a bug. I was properly redirecting users to the desired canonical domain, however I was using a 302 redirect instead of a 301, and a 301 should be
Dec 12, 2017 1 min read
Sublime Coding © 2023
Powered by Ghost