Hi all, I migrated this site into K8S. You can see the code on betterdev together with k8s manifest. I’ll add more docs in next week. Any contribution are welcome
Simply using the tools by themselves doesn’t mean you’re going to make the cultural transformation. 4 guideline for software defined culture: Reliability, Operability, Observability, Responsibility.
Take a step back and catalog some high-level testing anti-patterns that are technology agnostic. Hopefully you will recognize some of these patterns regardless of your favorite programming language.
JSON is the de-facto standard? But how well do you really know JSON? We’ll read the specifications and write test cases together
Use Go or not, the article is sound. It dives into how Go store data structure, make use of CPU cache, inline function, dead code elimination, and Go routine and more…
Author wrote the NES emulator with Rust and WebAssembly to learn Rust. It’s not perfect and have some audio bugs, but it’s good enough to play Super Mario bros. Learn Rust and NES both at same time.
Do you think by putting code into a function make it faster thant leave code in global scope?
The author refactored more of code to use union types then noticed that our bundle size has been steadily increasing! Why so? We’ll start with a problem which union types can solve, then examine the cost.
I love button. Who doesn’t like ability to push and let it does the thing. The author review seven basic principles you need to know to create effective buttons.
BetterDev Link
Every Monday