Testing · Elixir School
Programming
Elixir Processes: Testing - Samuel Mullen
Thinking in processes is already difficult; writing automated tests for those processes shouldn't make it worse. Elixir provides the necessary tooling to ensure your processes are rock solid. This article explains how to use them.
Specifications and types · Elixir School
Collections · Elixir School
Storing Elixir Release Configuration in Environment Variables with exrm
Today I Learned
TIL is an open-source project by Hashrocket that exists to catalogue the sharing & accumulation of knowledge as it happens day-to-day.
On implementing Bloom Filters in C
A concise implementation of bloom filters in C
How we optimized PostgreSQL queries 100x
Some of the tricks we used to speed up SELECT-s in PostgreSQL: LEFT JOIN with redundant conditions, VALUES, extended statistics, primary…
Code Review How To: Clarity and Simplicity
Part three of a three part series exploring code review best practices. This post focuses on clarity and simplicity, with a focus on what exactly these concepts imply, general tools to increase simplicity and clarity in a codebase, and a review of a real piece of code for those same qualities.
Fullstack Phoenix - Tutorials and screencasts for Elixir, Phoenix and LiveView
Fullstack Phoenix - Tutorials and screencasts for Elixir, Phoenix and LiveView
Implementing ONNX models in Rails
Intro This is a part of the series of blog posts related to Artificial Intelligence Implementation. If you are interested in the background of the story or how it goes: #1) How to scrape Google Local Results with Artificial Intelligence? #2) Real World Example of Machine Learning on Rails #3)
7 Best Practices for Computer Programming
Consider using these practices for developing high-quality software productively
Don’t underestimate Recursion: it’s far more powerful, than most people think
Its technical meaning is just defining something through itself. But how amazingly universal it is, how much air it gives us to breathe!
The Developers Dilemma — The Skill Trap
Do you stick with your current skills or learn new skills?
If I were to start my Android career in 2022, here is how I would do it
Learn how to can start your Android Development career, learning what is and isn’t important to learn and what to do to land your first…
Secure Code Quickly as You Write It - The New Stack
Successful application development means balancing speed and security. You cannot sacrifice one for the other.
RDF on Elixir
Implementation of the Linked Data and Semantic Standards for Elixir
Early steps in Elixir and RDF
Using RDF.ex to work with RDF vocabularies in Elixir
How do you do dependency injection for Elixir GenServer?
I am building a GenServer in Elixir, let's say it's a simple Queue like this
defmodule Queue do
use GenServer
def start_link(name) do
GenServer.start_link(__MODULE__, :ok, name: name)
e...
The Tao of Testing
Even if you’re writing tests for your software (which many don’t), you’re probably doing it wrong.
Learn With Me: Elixir - Dependency Injection and Mocking (#67)
We learn about dependency injection and how it is used in Elixir
Lightweight Dependency Injection In Elixir (Without the Tears)
In our last Elixir blog post, “Functional Mocks with Mox in Elixir”, we discussed how testing across module boundaries could be made easier by creating a Behaviour for a collaborating m…
Absinthe: Home
Espec | Elixir BDD
Ligtning talk by ESpec’s maintainer and Elixir Fan Anton Mishchuk.
(22) Elixir | BDD | LinkedIn
Elixir Cucumber Browser Automation Testing
Hey Everyone, moving forward with my Elixir and Test Automation experience, I’ve been working on some kind of new POC. I’ve been following two Elixir project...
Tips and Tricks for Writing Elixir BDD Gherkin Tests with White Bread | HackerNoon
100 Days of Code Challenge - Fitonation
The following challenge is the result of a social media post that went viral. Lots of people wanted to be a part of it. Therefore, I have thought of making it available to a larger audience, so that I can do my bit in helping the programming community. This challenge focuses on solving at least...
Joy of Elixir
Joy of Elixir is a gentle introduction to programming, aimed at people who already know some things about computers, but who have little-to-no programming experience.