Programming

Programming

1512 bookmarks
Custom sorting
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
Rust's Result Type is Cool
Rust's Result Type is Cool
Intermediate Rustaceans should know about these combinators defined on the Result and Option types that are indispensable in common error handling usecases.
·naiveai.hashnode.dev·
Rust's Result Type is Cool
Adam Albrecht - Full Stack Developer in Columbus, Ohio
Adam Albrecht - Full Stack Developer in Columbus, Ohio
I’m working on an Elixir app at the moment and really enjoying it, but some of my recent dabbling in the type-safe worlds of Elm and Crystal have left me desiring a bit more structure in my code. The app I’m building involves a multi-step data transformation and so I have a data structure to properly represent this process. But since Elixir is a dynamically typed language, you can’t, for example, have a non-nillable field in a struct. The Elixir/Erlang ecosystem does, however, have a type-checking syntax called Type Specs, along with a tool, Dialyzer,...
·adamalbrecht.com·
Adam Albrecht - Full Stack Developer in Columbus, Ohio
Testing LiveView forms
Testing LiveView forms
A walk around some functions of the LiveViewTest module that come in handy for testing forms.
·fly.io·
Testing LiveView forms