Programming

Programming

1513 bookmarks
Custom sorting
Practical SOLID in Golang: Open/Closed Principle
Practical SOLID in Golang: Open/Closed Principle
We continue a journey through the SOLID principles by presenting the one which gives flexibility to applications — The Open/Closed…
·levelup.gitconnected.com·
Practical SOLID in Golang: Open/Closed Principle
Using C from Elixir with NIFs
Using C from Elixir with NIFs
An in-depth look at how to use NIFs from Elixir to run native code in the Erlang VM.
·andrealeopardi.com·
Using C from Elixir with NIFs
Running C code in Elixir/Erlang: Ports or NIFs?
Running C code in Elixir/Erlang: Ports or NIFs?
I've found that Elixir programs can run C code either via NIFs (native implemented functions) or via OS-level ports. Having read those and similar links, I'm not a hundred percent clear on when to ...
·stackoverflow.com·
Running C code in Elixir/Erlang: Ports or NIFs?
Fast and Elegant Clojure
Fast and Elegant Clojure
Idiomatic Clojure without sacrificing performance
·bsless.github.io·
Fast and Elegant Clojure
7 Best Practices for Testing APIs: A Practical Guide for Developers
7 Best Practices for Testing APIs: A Practical Guide for Developers
7 Best Practices for Testing APIs: A Practical Guide for Developers. API VS Web Services VS Microservices. Microservices vs API. API vs Web Services. What is an API and How it works? What is API Testing, Types & Benefits?
·decipherzone.com·
7 Best Practices for Testing APIs: A Practical Guide for Developers
Semiautomated LaTeX tables
Semiautomated LaTeX tables
Functions that speed up how I make tables in LaTeX.
·leancrew.com·
Semiautomated LaTeX tables
Minimal Elixir JSON RESTful API
Minimal Elixir JSON RESTful API
How to expose a JSON endpoint in Elixir without any framework?
·blog.lelonek.me·
Minimal Elixir JSON RESTful API
Oh, Erlang! 🤯
Oh, Erlang! 🤯
What we did for #SpawnFest 2021
·itnext.io·
Oh, Erlang! 🤯
Elixir Processes: Spawn, Send, and Receive - Samuel Mullen
Elixir Processes: Spawn, Send, and Receive - Samuel Mullen
All of OTP is built on a handful of process primitives. In this article, we'll explore three in particular – spawn, send, and receive – to see how they work together.
·samuelmullen.com·
Elixir Processes: Spawn, Send, and Receive - Samuel Mullen