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,...
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...
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.
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…
h4cc/awesome-elixir: A curated list of amazingly awesome Elixir and Erlang libraries, resources and shiny things. Updates:
A curated list of amazingly awesome Elixir and Erlang libraries, resources and shiny things. Updates: - h4cc/awesome-elixir: A curated list of amazingly awesome Elixir and Erlang libraries, resourc...
Learn C Programming Using the Classic Book by Kernighan and Ritchie
Dennis Ritchie created the C programming language. He also co-authored the authoritative reference book on C programming with Brian Kernighan. If you want to truly understand C programming, it is a good idea to go straight to the source. We just published a C programming course on the freeCodeCamp.org YouTube
Welcome folks, in this particular module we are going to talk about what are Operators in C, the most important and easy topic in this particular series,
Explores the basic cryptographic technique known as a one time pad using Elixir. Based on examples found in the book Classic Computer Science Problems in Python.