Programming

Programming

1474 bookmarks
Custom sorting
Configuring Phoenix apps: Two small adjustments with big effects | bitcrowd blog
Configuring Phoenix apps: Two small adjustments with big effects | bitcrowd blog
As other languages, Elixir comes with an application configuration system used to statically configure applications at compile-time and runtime. The system consists of the Config module and various scripts in the config/ directory interpreted by the Mix compiler. Phoenix adds a conventional structure on top, pre-populating configuration files and organizing them by Mix environment.
·bitcrowd.dev·
Configuring Phoenix apps: Two small adjustments with big effects | bitcrowd blog
NTP Implementation in Elixir
NTP Implementation in Elixir
The idea So everything started off with the idea that I can somehow fake uptime of a machine by updating the time against a “corrupted” NTP that will lie about the time. Since there isn’t such a thing as a lying NTP server I decided to create one. This will be an exercise in reverse engineering a protocol, some Linux command line tricks, bitstring manipulation in Elixir, and some various other tricks.
·0x7f.dev·
NTP Implementation in Elixir
Fly.io ❤️ Bun
Fly.io ❤️ Bun
Running Bun applications on Fly.io
·fly.io·
Fly.io ❤️ Bun
libcluster_db
libcluster_db
libcluster + database
·hex.pm·
libcluster_db
Introducing Beamring
Introducing Beamring
A new webring for the BEAM community.
·silbernagel.dev·
Introducing Beamring
Sentc documentation
Sentc documentation
End-to-end encryption sdk for developer.
·sentc.com·
Sentc documentation
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