RezKate Profile Banner
Kate Rezentes Profile
Kate Rezentes

@RezKate

Followers
92
Following
47
Media
0
Statuses
18

Elixir Software Engineer @strivepharmacy

Joined November 2016
Don't wanna be here? Send us removal request.
@mcrumm
Michael Crumm (@[email protected])
3 years
@RezKate Yeah that's the purpose of the Phoenix.Param protocol: to convert your data to a String param for a URL. So you can make it safe to pass a date to your path functions: defimpl Phoenix.Param, for: Date do def to_param(d), do: https://t.co/fDdfrISYC3_iso8601(d) end
1
1
0
@RezKate
Kate Rezentes
3 years
TIL: Dates have to be passed to the url as a string not a Date… 4hour lesson #liveview #elixir #programming #params
1
1
3
@RezKate
Kate Rezentes
3 years
Me: Talking about using Postman. @mikirez: I don’t like Postman. I don’t use it. Me: Oh so you use curl? @mikirez: kind of, but I hate curl. Me: What do you use to make POST requests then? @mikirez: @MutableBall
2
0
2
@RezKate
Kate Rezentes
4 years
The woman that consistently blows my mind.
@mikirez
Miki Rezentes
4 years
Me: `mix format` @RezKate: AHHHHH! You just formatted all of that!?!?! That's cool. You should be pairing with juniors.
0
0
2
@mikirez
Miki Rezentes
4 years
Pairing with a jr. TIL @RezKate: If you add --open to your mix phx.server then it automatically opens the page in your browser.
0
1
12
@RezKate
Kate Rezentes
4 years
Paired with @mikirez a bunch today to get the views in my Phx app looking nice. I now have a navigation bar that leads to nowhere at the root of my project… brother. Cheers to my first time diving into the front end.
0
0
3