JavaScript & Data Validation – Don’t Do It the Hard Way
Every developer sooner or later comes to the point when they need to check the incoming data and make sure it is valid. It is not always easy to decide on the best way to attack the problem…
The art of being a professional developer
Every developer sooner or later comes to the point when they need to check the incoming data and make sure it is valid. It is not always easy to decide on the best way to attack the problem…
Common sense approach to handling the in-person coding interviews a.k.a. “whiteboarding sessions”. How to survive, succeed and have fun with it!
Quick and informal primer on “hoisting” function declarations in JavaScript, which often confuses developers coming from a different programming language
As computer technology became disposable, computer professionals became disposable too. And they are keenly aware of that…
Explore various ways of calling Rust WebAssembly methods from JavaScript: how to check the argument type(s), various ways of returning the results and “throwing” errors
Loosely curated list of blogs and personal sites that are worth reading and following (Part 1)
In this part, we are setting up a real-life WebAssembly development environment with VSCode, Node.js, Rust and Webpack