Programming

Programming

1462 bookmarks
Custom sorting
An Introduction to ETS Tables in Elixir
An Introduction to ETS Tables in Elixir
When crafting an Elixir program, you often need to share a state. For example, in one of my previous articles I showed how to code a server to perform various calculations and keep the result in...
·code.tutsplus.com·
An Introduction to ETS Tables in Elixir
Want to write better user stories? Stop using “can”.
Want to write better user stories? Stop using “can”.
Feature Factories are dangerous things. You might even work in one and don’t realize it yet. Here’s a test: if your team built something 6 months ago and you’ve no idea if anyone …
·morethancoding.com·
Want to write better user stories? Stop using “can”.
Elixir - File IO
Elixir - File IO
Elixir - File IO, File IO is an integral part of any programming language as it allows the language to interact with the files on the file system. In this chapter, we will discus
·tutorialspoint.com·
Elixir - File IO
Broadway
Broadway
Build concurrent and multi-stage data ingestion and data processing pipelines with Elixir.
·elixir-broadway.org·
Broadway
Phoenix
Phoenix
Phoenix is a web framework for the Elixir programming language that gives you peace of mind from development to production
·phoenixframework.org·
Phoenix
Testing Distributed Systems
Testing Distributed Systems
Curated list of resources on testing distributed systems
·asatarin.github.io·
Testing Distributed Systems
Use Git tactically
Use Git tactically
How you can use micro-commits to effectively apply the Strangler Fig pattern.
·stackoverflow.blog·
Use Git tactically
Pin and suffering
Pin and suffering
I'd like to think that my understanding of "async Rust" has increased over the past year or so. I'm 100% onboard with the basic principle: I would like to handle tho...
·fasterthanli.me·
Pin and suffering
Write Readable Code
Write Readable Code
Techniques and reasons to optimize your code for people, not metrics.
·thoughtbot.com·
Write Readable Code
Writing out large arrays in Go: binary.Write is inefficient for large arrays
Writing out large arrays in Go: binary.Write is inefficient for large arrays
Programmers often need to write data structures to disk or to networks. The data structure then needs to be interpreted as a sequence of bytes. Regarding integer values, most computer systems adopt “little endian” encoding whereas an 8-byte integer is written out using the least significant bytes first. In the Go programming language, you can … Continue reading Writing out large arrays in Go: binary.Write is inefficient for large arrays
·lemire.me·
Writing out large arrays in Go: binary.Write is inefficient for large arrays
Parser Combinators in Elixir
Parser Combinators in Elixir
Learn what parser combinators are, what they are made of, and how to make your own CSV parser using NimbleParsec, a parser combinator library written in Elixir.
·serokell.io·
Parser Combinators in Elixir
Elixir Tips
Elixir Tips
·elixir-tips.blackode.in·
Elixir Tips
Elixir Code Generator for Paw
Elixir Code Generator for Paw
Paw extension for Elixir code generation with the HTTPoison library.
·rok3.me·
Elixir Code Generator for Paw
Configuring VSCode to use with Elixir and Phoenix Templates - Learning Resources / Guides/Tuts/Tips/Info - Elixir Programming Language Forum
Configuring VSCode to use with Elixir and Phoenix Templates - Learning Resources / Guides/Tuts/Tips/Info - Elixir Programming Language Forum
Hey 👋🏼 Elixir community, I’ve been learning Elixir, and working on some side projects. My editor of choice is VSCode, and although I started somewhat seriously working with Elixir like a month ago, only today I finally was able to configure VSCode, so it will help me, rather than me fighting it. There are multiple extensions on VScode Marketplace, and it can be confusing to decide which ones to install. Initally, I went ahead, and installed almost all of them, which of course led to prob...
·elixirforum.com·
Configuring VSCode to use with Elixir and Phoenix Templates - Learning Resources / Guides/Tuts/Tips/Info - Elixir Programming Language Forum