Programming

Programming

1474 bookmarks
Custom sorting
Github Actions for Elixir CI
Github Actions for Elixir CI
Setup Github Actions to run Continuous Integration (CI) tests for your Elixir project.
·fly.io·
Github Actions for Elixir CI
Be A More Productive Coder
Be A More Productive Coder
Learn how to edit multiple lines at once in VS Code.
·davidamos.dev·
Be A More Productive Coder
Modern vector programming with masked loads and stores
Modern vector programming with masked loads and stores
When you start a program, it creates a ‘process’ which own its memory. Memory is allocated to a software process in blocks called ‘pages’. These pages might span 4kB, 16kB or more. For a given process, it is safe to read and write within these pages. In your code, you might allocate a 32-byte array. … Continue reading Modern vector programming with masked loads and stores
·lemire.me·
Modern vector programming with masked loads and stores
Erlang: remote call vs sending messages
Erlang: remote call vs sending messages
I'd like to execute some procedure on a remote node. And I'm not sure which is the best way to do this. I can write a rpc:call to do this. Or send a message by Remote ! {call, some_procedure} to th...
·stackoverflow.com·
Erlang: remote call vs sending messages
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