Programming

Programming

1462 bookmarks
Custom sorting
Parsing time stamps faster with SIMD instructions
Parsing time stamps faster with SIMD instructions
In software, it is common to represent time as a time-stamp string. It is usually specified by a time format string. Some standards use the format %Y%m%d%H%M%S meaning that we print the year, the month, the day, the hours, the minutes and the seconds. The current time as I write this blog post would be … Continue reading Parsing time stamps faster with SIMD instructions
·lemire.me·
Parsing time stamps faster with SIMD instructions
ODD Avatars Workshop – Fission
ODD Avatars Workshop – Fission
Protocol Engineer Brian and Head of Design Ryan created a workshop that gives users hands-on experience using WNFS and the ODD App Template.
·fission.codes·
ODD Avatars Workshop – Fission
for Can Do More
for Can Do More
Learn about all the neat stuff that the `for` construct can do in Elixir!
·fly.io·
for Can Do More
Elixir Streams
Elixir Streams
Elixir and Phoenix tips, courses, and more.
·elixirstreams.com·
Elixir Streams
How To Write Code Documentation
How To Write Code Documentation
Programming book reviews, programming tutorials,programming news, C#, Ruby, Python,C, C++, PHP, Visual Basic, Computer book reviews, computer history, programming history, joomla, theory, spreadsheets and more.
·i-programmer.info·
How To Write Code Documentation
Grasshopper For API Load Testing With Python
Grasshopper For API Load Testing With Python
Programming book reviews, programming tutorials,programming news, C#, Ruby, Python,C, C++, PHP, Visual Basic, Computer book reviews, computer history, programming history, joomla, theory, spreadsheets and more.
·i-programmer.info·
Grasshopper For API Load Testing With Python
Thinking loops in Elixir
Thinking loops in Elixir
Approaches for converting imperative loops into functional Elixir.
·alexpearce.me·
Thinking loops in Elixir
A LiveView is a Process
A LiveView is a Process
A Phoenix LiveView is a Process, let's discuss what that means!
·fly.io·
A LiveView is a Process
Using Process Dictionaries in Elixir
Using Process Dictionaries in Elixir
Process dictionaries are useful, can solve specific problems, and are not evil
·openmymind.net·
Using Process Dictionaries in Elixir
Phoenix LiveView: Async Assign Pattern
Phoenix LiveView: Async Assign Pattern
I've been using LiveView for about two years now. It's a great framework that makes snappy and responsive pages. One anti-pattern I see fa...
·blog.andyglassman.com·
Phoenix LiveView: Async Assign Pattern
Elixircards | Flashcards to help you master Elixir
Elixircards | Flashcards to help you master Elixir
Elixir flashcards are a set of beautifully crafted, professionally printed, poker sized flashcards to help you master the Elixir language.
·elixircards.co.uk·
Elixircards | Flashcards to help you master Elixir
Adding Dialyzer without the Pain
Adding Dialyzer without the Pain
This post is about how to add Dialyzer to an existing Elixir project to get the benefits today without being overwhelmed fixing all the legacy problems.
·fly.io·
Adding Dialyzer without the Pain
Parsing IP addresses crazily fast
Parsing IP addresses crazily fast
Most of us are familiar with IP addresses: they are strings of the form “ddd.ddd.ddd.ddd” where ddd is a decimal number of up to three digits in the range 0 to 255. For example, 127.0.0.1 or 192.168.0.2. Each of the four number is a byte value, and the address is n IPv4 network address that … Continue reading Parsing IP addresses crazily fast
·lemire.me·
Parsing IP addresses crazily fast
Yggdrasil: Easy Pub-Sub in Elixir
Yggdrasil: Easy Pub-Sub in Elixir
When I started coding in Elixir (around 2016), I was working for a financial company. Our product aut...
·dev.to·
Yggdrasil: Easy Pub-Sub in Elixir