Programming

Programming

1461 bookmarks
Custom sorting
5 Reasons We Love Elixir Clustering
5 Reasons We Love Elixir Clustering
If it's not obvious, we love Elixir here at Gigalixir and one of the reasons is distributed clustering. Clustering allows you to connect your app servers together and makes it simple for them to communicate with one another. Here are 5 reasons we love Elixir clustering. Pub/Sub If you've
·blog.gigalixir.com·
5 Reasons We Love Elixir Clustering
Dealing with legacy databases in Ecto
Dealing with legacy databases in Ecto
Ecto is awesome. It makes dealing with SQL databases in Elixir particularly fun. Is it simple to use with legacy databases though? The…
·cafeinacode.com·
Dealing with legacy databases in Ecto
State Timeouts with gen_statem
State Timeouts with gen_statem
Learn how to build a finite state machine with gen_statem in Elixir
·dockyard.com·
State Timeouts with gen_statem
Feature Flags: Making Software Delivery Faster
Feature Flags: Making Software Delivery Faster
If you aren’t sure of a certain feature, you can experiment with feature flags to find out what users think of it before releasing it to a wider audience.
·thenewstack.io·
Feature Flags: Making Software Delivery Faster
Book Review : Template Metaprogramming with C++
Book Review : Template Metaprogramming with C++
I have spent the last few years programming often in C++. The C++ langage is probably one of the hardest to master. I still learn something new every week. Furthermore, C++ is getting upgrades all the time: C++17 was a great step forward and C++20 brings even more exiting improvments. In C++, we often use … Continue reading Book Review : Template Metaprogramming with C++
·lemire.me·
Book Review : Template Metaprogramming with C++
Futuristic CSS — Smashing Magazine
Futuristic CSS — Smashing Magazine
In this article, Sacha Greif tries to anticipate future CSS trends and takes a look at some far-fetched and futuristic CSS features that might one day make their way to the browser.
·smashingmagazine.com·
Futuristic CSS — Smashing Magazine
Task and gen_tcp
Task and gen_tcp
Website for Elixir
·elixir-lang.org·
Task and gen_tcp
Episode 140: gopher | Elixir Sips
Episode 140: gopher | Elixir Sips
Elixir Sips is a subscription screencast series to help you learn the Elixir Programming Language.
·elixirsips.com·
Episode 140: gopher | Elixir Sips
The Kaprekar process
The Kaprekar process
(Best viewed on larger screens) What is it? Given the number of digits to maintain, and a starting positive integer i with no more...
·paddy3118.blogspot.com·
The Kaprekar process
Programming as play
Programming as play
I often want to program something just for fun without any expectations. But why? Well, a recent scientific paper investigated this idea of programming as play.
·austinhenley.com·
Programming as play
Elixir + Neo4j
Elixir + Neo4j
How to use Neo4j in an Elixir project with real time updates. Presented September 8, 2017 at ElixirConf 2017.
·slideshare.net·
Elixir + Neo4j
Hashing a File in Elixir
Hashing a File in Elixir
What is a hash function and how to calculate the hash strings and files in Elixir, using functions in :crypto module and Elixir Streams
·poeticoding.com·
Hashing a File in Elixir
Elixir File.stream! lines vs chunks
Elixir File.stream! lines vs chunks
Elixir File.stream! lines vs chunks. GitHub Gist: instantly share code, notes, and snippets.
·gist.github.com·
Elixir File.stream! lines vs chunks
Efficient file hashing in Elixir
Efficient file hashing in Elixir
You can download the code from this article from GitHub Elixir in itself does not have functions to...
·dev.to·
Efficient file hashing in Elixir