Programming

Programming

1474 bookmarks
Custom sorting
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
The Rise Of Programming As A Trade
The Rise Of Programming As A Trade
Powered by efficient development tools, hiring a programmer to automate the boring stuff is a worthwhile consideration. As development time reduces for simple tasks, incorporating automation can be more appealing for bus...
·blockchainunlimited.us·
The Rise Of Programming As A Trade
Metaprogramming in Python
Metaprogramming in Python
How you can use metaprogramming in Python and how it can simplify certain tasks.
·developer.ibm.com·
Metaprogramming in Python
10 Tips on How to Become a Great Coder: The Ultimate Guide
10 Tips on How to Become a Great Coder: The Ultimate Guide
Everyone can become a good coder, but few can become a master in it. This article talks about 10 amazing tips on how you can become a great programmer.
·blog.codingminutes.com·
10 Tips on How to Become a Great Coder: The Ultimate Guide