Hi all, in last few weeks WebAssembly are all over. Many attempt to do them in Rust, in Go. I have puts few link about WA, also time to go a bit deep into virtual machine, programming language design.
This is about logo design. It’s a superfun story and the moral of story is sound. Give it some laugh on monday.
A serie which We’re going to write an application that pretends to be a CPU, and executes programs we write for it. Which, of course, means we’ll have to invent a language too.
I like how the author approach memory leak debugging: ask question, form a hypothesis, analyze hypothesis and repeat until the root cause is found. Even if you don’t write Go, you will be able to extract value from it.
CloudFlare dive deep into Nginx event loops, DiskIO vs Network IO and SSD Performance and how to spread load between nginx worker.
I wanted to better understand how hash functions work, and the best way to learn is to do. For years I’d been treating them like magic, shoving input into it and seeing random-looking, but deterministic, output come out the other end.
SAT is the problem of deciding whether a formula in boolean logic is satisfiable. What makes SAT interesting is that a variant of it was the first problem to be proven NP-complete.
An attempt to boil down and demystify distributed tracing so its core concepts can be quickly absorbed by anybody, regardless of skill, experience, or interest level in DT.
Cover three main types of concerns/problems: Almost impossible to solve, Hard to solve and When not to use GraphQL. Eg: Query In Indefinite Depth, Specific Response Structure, Cache at Network Level, File upload.
Want to practice some real-life security? This gist has some interesting info about toolings and methods.
GraphQL to SQL query execution layer for query planning and batch data fetching
JavaScriptContainer-native workflows for Kubernetes
JavaScript lib to build interactive charts and visualizations
Pluggable WebRTC communication platform. Very cool I must say
Declarative Continuous Delivery for Kubernetes
📓 Tasks, boards & notes for the command-line habitat
Export existing AWS resources to Terraform style (tf, tfstate)
high performance offensive security tool for reconnaissance and vulnerability scanning
simple terminal UI for git commands
an asynchronous task queue/job queue based on distributed message passing
finds secrets accidentally committed to a git repo, eg passwords, private keys
an open source convention-over-configuration product for the whole data lifecycle
new opinionated OpenPGP implementation in Rust
a fast-speed and highly-scalable graph database
a stream processing library, porting the ideas from Kafka Streams to Python
BetterDev Link
Every Monday