When To Use Elixir’s String.to_atom/1
Programming
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.
Publish Redistricting Plans Online with Maptitude
Interconnecting Elixir nodes | Railsware Blog
Elixir is a functional language built on top of Erlang VM. Therefore it uses Erlang mechanism for communication with nodes. Erlang has one simple rule: everyone connects to everyone. It provides a simple authentication mechanism by tokens called cookie. In this article I want to show how to use remote ...
Elixir 1.12 and Your First Mix.install Script - Thinking Elixir
Get setup with Elixir 1.12 and OTP 24, then run your first Elixir script using Mix.install/2 that uses dependencies.
The 20% of Elixir syntax you need to read 80% of Elixir code.
A quick cheat sheet of the most common elixir syntax. This is a brief guide using the Pareto...
Basics · Elixir School
When to Use Elixir’s IO.Puts and When IO.Inspect
Practically every application we ever write outputs something to the console. It might be for logging purposes, it might be for debugging…
Elixir Tricks: Building a Recursive Function to List All Files in a Directory
Let's use Elixir to build a simple function to list out all of the files in a directory with subdirectories. We'll need to list out all of the files and folders in the top-level directory and iterate over them. If the item we are iterating over is a file, we'll
case, cond, and if
Website for Elixir