Programming

Programming

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
For developers, flow state starts with your finger tips
For developers, flow state starts with your finger tips
Developers and their employers are constantly thinking about productivity. We partnered with Logitech to produce a four-part podcast series to chat about how your hardware and software work together to keep you in a flow state and make you more productive. Each podcast will have it’s own landing page on the blog, but will also…
·stackoverflow.blog·
For developers, flow state starts with your finger tips
DSL type-safe builders
DSL type-safe builders
How to define type-safe DSL builders in Kotlin.
·kt.academy·
DSL type-safe builders