blackode
This article comprises of two biggest changes of ExUnit.
- Arguments in the failure report
- Running mix test with the failed flag
Trending in Blog Posts
I am seeing a lot of aplications of Argumentum ad Vericundiam in software discussions. They do link some piece of writing and point us to...
New
At the heart of every Phoenix application is the often “invisible” HTTP server layer.
For over a decade Cowboy has served the community ...
New
I wrote up a blog post talking about the first skill I made, one that does a detailed Elixir dependency update.
More than Dependabot, it...
New
I’ve published Part 4 of my Elixir distributed systems learning series.
This part explores process linking using low-level primitives di...
New
Hey everyone! :waving_hand:
I’ve published Part 7 of the Building Distributed Systems in Elixir series, where we build core distributed ...
New
So, instead of wasting my afternoon arguing with anonymous handles on X, I turned to my trusty, soulless assistant and said: “Listen, ple...
New
New article: Elixir Project Structure — From mix new to a Growing Codebase
I’ve published a new article in my Elixir learning series on d...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixirconf-us
- #elixir-ls
- #ai
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
blackode
Mastering Binaries in Elixir from Zero to Hero
https://medium.com/blackode/playing-with-elixir-binaries-strings-dd01a40039d5?source=collection_home---4------1----------------
blackode
https://medium.com/blackode/how-to-retrieve-genserver-state-after-termination-the-practical-guide-1bafcff780bb
This article is all about how to achieve the fault tolerance concept using the Supervisor in Elixir. This gonna be the lengthy reading as I tried to explain each line of code briefly.
This article is not about How the Supervisor or GenServer works.
What we gonna do here?
Here, we are going to implement Mini Banking System. Not a Production Grade Coding.
blackode
How to trace a GenServer’s Execution? Elixir/Erlang
An article for beginners and who have started playing with GenServers
Enable tracing using the debug option.
This explains how to debug the messages and log to the console with a simple option.
blackode
7 Lines to Code Fizz-Buzz Game Principle in Elixir
Description
This article is all about coding the implicit conditions in FizzBuzz Word Game. This makes you to walk over lines of code that gives similar output with different syntax. This for Beginners to enhance their coding style.
Url
https://medium.com/@blackode/7-lines-to-code-fizz-buzz-game-principle-in-elixir-8aa6d02c30e8
Happy Coding …
blackode
10 Killer Elixir Tips #7 – blackode – Medium
https://medium.com/blackode/10-killer-elixir-tips-7-62efc9c5aa14
Happy Coding…
blackode
The Rigid Code Behind Smooth Code
What you see is more simplified
https://medium.com/@blackode/the-rigid-code-behind-smooth-code-elixir-beginner-77eb0a32218c

This article shows you the rigid lines of code behind smooth lines you write in elixir.
As we know, the most of the Elixir programming language is written in Elixir itself with the power of Macros and also we all know why we love to code in Elixir because of its simplicity. But, today we are going to walk back to find the light in the dark.
OvermindDL1
Interesting articles, but I have to question what’s with the pictures, they seem to have nothing to do with their corresponding articles… ^.^;
blackode
Sorry about that @OvermindDL1
Which picture you did not understand?. So, I can describe. The images are just to bring the idea of the article title.
Like I tried to match up nature with Elixir Coding. That is the only Idea.
OvermindDL1
Pretty much all of them, the wine glass, the animal with antlers, etc… I don’t get the references with the content, they seem random to me like O’Reily’s book covers… ^.^;
blackode
@OvermindDL1
The wine glass has two variants, what you see on camera and the other one is unfocused. Just to implant the idea of macros. What we see a simple line is not simple in its backdrop.
If you see the antler expression, It is in the state of fear. Watching something far from it like some carnivore is coming towards it. That article is 7 version of another set of elixir tips from daily experiences. To bring the atmosphere of another set of Killer Elixir Tips I just added that image.
Similarly, The two elephants its mother as Supervisor as it monitors its child GenServer just some kinda humor touch…
I know it is hard to figure out these until someone gives you a brief explanation…
The ultimate Goal is to match something with nature. And the Inspiration Oreily itself.