Programming

Programming

1462 bookmarks
Custom sorting
Elixir Processes: Testing - Samuel Mullen
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.
·samuelmullen.com·
Elixir Processes: Testing - Samuel Mullen
Today I Learned
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.
·til.hashrocket.com·
Today I Learned
How we optimized PostgreSQL queries 100x
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…
·towardsdatascience.com·
How we optimized PostgreSQL queries 100x
Code Review How To: Clarity and Simplicity
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.
·andyfry.co·
Code Review How To: Clarity and Simplicity
Implementing ONNX models in Rails
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)
·serpapi.com·
Implementing ONNX models in Rails
RDF on Elixir
RDF on Elixir
Implementation of the Linked Data and Semantic Standards for Elixir
·rdf-elixir.dev·
RDF on Elixir
How do you do dependency injection for Elixir GenServer?
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...
·stackoverflow.com·
How do you do dependency injection for Elixir GenServer?
The Tao of Testing
The Tao of Testing
Even if you’re writing tests for your software (which many don’t), you’re probably doing it wrong.
·jasonpolites.github.io·
The Tao of Testing
Lightweight Dependency Injection In Elixir (Without the Tears)
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…
·blog.carbonfive.com·
Lightweight Dependency Injection In Elixir (Without the Tears)
Espec | Elixir BDD
Espec | Elixir BDD
Ligtning talk by ESpec’s maintainer and Elixir Fan Anton Mishchuk.
·slideshare.net·
Espec | Elixir BDD
Elixir Cucumber Browser Automation Testing
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...
·nickstalter.com·
Elixir Cucumber Browser Automation Testing
100 Days of Code Challenge - Fitonation
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...
·fitonation.com·
100 Days of Code Challenge - Fitonation
Joy of Elixir
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.
·joyofelixir.com·
Joy of Elixir