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.
Three Ways To Improve Your Programming Skills | Linux Journal
When To Use Elixir’s String.to_atom/1
Elixir on Exercism
Get fluent in Elixir by solving 157 exercises. And then level up with mentoring from our world-class team.
index | TIOBE - The Software Quality Company
What is coding? | Why is it Important to Learn for Students?
Coding is one of the fastest growing skills in the world. Let's learn what is coding and why it is important to learn for students worldwide.
Why should 0 be a "boring" value in an enum? · RainwayApp/bebop Wiki
An extremely simple, fast, efficient, cross-platform serialization format - Why should 0 be a "boring" value in an enum? · RainwayApp/bebop Wiki
Generators over arrays
Yield better results by iterating over generators. Learn more about these supercharged arrays that can preserve memory.
I finally understand Declarative Programming 🍀
Declarative Programming is by definition about representing programs in terms of logic instead of control flow. But how?
Data analysis using R | DannyArends.nl
Uploaded 50 Hours of R programming lectures to YouTube
Why Can't You Reverse A String With a Flag Emoji?
Some unexpected output leads to an investigation into character encodings, Unicode, and a whole lot of flags.
Fantastic Symbols and Where to Find Them - Part 2
Fantastic Symbols and Where to Find Them - Part 1
PanDas in Depth— Building Flexible DataFrames
Pandas is a Python package that helps you to easily work with large datasets while building a machine learning model.
What Do I See in These Languages
Though every Turing-complete language can eventually do the same thing, they all have different purposes, design, and philosophy. Learning…
Erlang: the coding language that finance forgot
Erlang is dead, long live Elixir.
10 Useful YouTube Channels That Teach You How to Code - Make Tech Easier
Learning to code can be complicated. If you'd like to learn the skill, these YouTube channels offer video tutorials for you to learn how to code.
Why Do You Write Insanely Bad Code
Hint: It’s Not Your Fault
The bit-twiddling magic of two's complement, explained
The motivation for two's complement, how it works, and where the bit-twiddling comes from.
Write Shitty Code - why you should and feel good about it | cyclic.sh
Why you should write MORE shitty code and feel good about it.
Kolmogorov Complexity to Compress DNA Sequences Using Python ?
Pls I want to use kolmogrov complexity to compress DNA sequences using python can I have someone that can guild me with the codeIt's not the first time that someone asked me to help out when complexity measures are applied to some sort of biological analysis. Applying the complexity metrics
Shuffling
How Spotify's Shuffle Algorithm Works. Short version: for each artist: take every song by them; randomize their order and assign them a value spread evenly between 0% and 100%; finally, order all songs by that coordinate. It seems like a reasonable approach. Here's an older, slightly more complex version: Balanced shuffle. The downside of both of these is that it's a bit memory heavy, and ...
Programming in 1987 Versus Today
Many developers today have no idea what programming was like in the 80s.
Five steps to perfect software
This article will go through the five steps to perfect software that you should never skip.