Tag programming
78 bookmarks have this tag.
78 bookmarks have this tag.
Comparison between types of API tokens.
There’s plenty of information out there on how to scale Django to handle numerous requests per second, but most of it…
Last year I finally decided to learn some Rust. The official book by Steve Klabnik and Carol Nichols is excellent, but even after reading it and working on some small code exercises, I felt that I …
Sales pitches are the only place where “self-serve dashboards" work. In the real world, it's a different story.
Why "business" people don't use metabase/power-bi.
From Erlang, to Elixir and now, GLEAM!?
Go programming language is known to be easy to use. Thanks to its well-thought syntax, features and tooling, Go allows writing easy-to-read…
Hard disagree on this one, but still interesting.
Rust and Node aren't bad for encouraging dependency use -- your favorite language's tools just suck.
piku, inspired by dokku, allows you do git push deployments to your own servers, no matter how small they are.
Hare is a systems programming language designed to be simple, stable, and robust. Hare uses a static type system, manual memory management, and a minimal runtime. It is well-suited to writing operating systems, system tools, compilers, networking software, and other low-level, high performance tasks.