Programming

Programming

1474 bookmarks
Custom sorting
Elixir versus Python for Data Science
Elixir versus Python for Data Science
Machine learning capabilities with Elixir have expanded significantly in recent years. Sean Moriarity discusses some of those developments and compares Elixir's machine learning abilities with Python's.
·dockyard.com·
Elixir versus Python for Data Science
Brief note on debugging
Brief note on debugging
How hard it can be to debug a production bug? or in a live system? How can you debug software quickly and efficiently?
·distributedstack.dev·
Brief note on debugging
How we used DesignOps and Figma to scale our team
How we used DesignOps and Figma to scale our team
We looked to better document our designs and project background in a useful and clear way to support a growing team. This article outlines that experience and what success we found using Figma to support DesignOps.
·thoughtbot.com·
How we used DesignOps and Figma to scale our team
5 ways to learn C programming on Linux
5 ways to learn C programming on Linux
There are many theories about why the C programming language has endured for as long as it has. Maybe it's the austerity of its syntax or the simplicity of its vocabulary.
·opensource.com·
5 ways to learn C programming on Linux
Trie based classifiers evaluation
Trie based classifiers evaluation
In this document we show how to evaluate TriesWithFrequencies-based classifiers created well known Machine Learning datasets.
·rakuforprediction.wordpress.com·
Trie based classifiers evaluation
TCP Header
TCP Header
·jmrfg.github.io·
TCP Header
Elixir: Easy distributed programming
Elixir: Easy distributed programming
Creating distributed and concurrent applications doesn’t have to be difficult. Elixir allows hobbyist and new programmers to easily create projects that can work across multiple nodes. Elixir…
·funprojects.blog·
Elixir: Easy distributed programming
Intro to Distributed Elixir
Intro to Distributed Elixir
How Elixir and the BEAM can make distributed systems easier
·medium.com·
Intro to Distributed Elixir
Automated Tests Are the Safety Net that Saves You
Automated Tests Are the Safety Net that Saves You
Modifying the source code and knowing that there are no automated tests in place is similar to working at height and knowing that a single mistake could cost you your life.
·yegor256.com·
Automated Tests Are the Safety Net that Saves You