AstonJ
First Post!
AstonJ
Popular in Other Resources
I always wanted to create my own course and share things I’ve learned with the community at large. I wouldn’t be where I am if not for th...
New
Microsoft: DEVOPS200.9x Architecting Distributed Cloud Applications
Note: This course is not related to Elixir at all, but I found it ver...
New
I wanted to share an exercise I did that I found useful for refining my knowledge of SQL internal implementations and list comprehensions...
New
Hey everyone,
We hope you are all safe and well. We have a very exciting new webinar to announce for you.
You can register at https://w...
New
Following up from his talk at ElixirConf EU Virtual, our colleague Oleg Tarasenko will be joining us on the webinar to dive deeper into C...
New
Cool way to learn service workers by playing this game
Also this game may not work well in the latest Firefox but works in Opera
New
Hey all :wave:
I took me a bit more than 1 year but I finally managed to finish “Programming Machine Learning - From Coding to Deep Lear...
New
This document is to help you prevent a data breach due to your Elixir web application being hacked. It covers strategic and technical wor...
New
I have a new free email course on how to best use types in Erlang and Elixir you can sign up here
https://elixirtraining.org/types_cours...
New
Does anyone have resources (articles, talks, etc.) they can share about “modern fullstack apps”?
By “modern fullstack” I mean dynamic, s...
New
Other popular topics
In asking this question I am more interested about the expressiveness of the language itself and less concerned about the availability of...
New
Credo is smart enough to check for (something like) this:
assert length(the_list) == 0
with this response:
Checking if an enum is empt...
New
What is the idiomatic way of matching for not nil in Elixir?
E.g.,
First way:
defp halt_if_not_signed_in(conn, signed_in_account) when...
New
Hi all,
Trying to get some more clarity over utc_datetime and naive_datetime for Ecto:
https://hexdocs.pm/ecto/Ecto.Schema.html#module-...
New
This post is a wiki (feel free to hit the edit button near the bottom right of this post to add your own changes!)
This post collects co...
New
I want to try my hand at web scraping. What tools/libraries do I need to use. I’m hoping to turn this into something professional so don’...
New
I’m working on defining a simple Ecto schema for a table (in PostGres), but I don’t see where I can define a column as NOT NULL. Conside...
New
I will often find my self writing things similar to:
case some_value do
nil -> something()
"" -> something()
_ -> someth...
New
Hello guys,
I have finally made it. I created an admin interface for a framework. It’s been on my todo list for years and with the curre...
New
Hi,
I have to write a raw query for one of my project. But till now I have used ecto queries and don’t have much experience writing raw ...
New







