Technical Analysis: Async Rat 👾
4 April, 2024
A technical analysis of the AsyncRat remote access trojan that rose in 2021 and has managed to stay relevant till now (Q1 2024)
What Is Concurrency In Node JS?
28 April, 2019
A look at concurrency in nodejs and how to use it
How To Avoid Javascript Bugs
4 April, 2019
Essential tips on how to avoid most javascript bugs
Avoiding Weird Javascript Behaviour (true + true === 2 but true !== 1)
11 March, 2019
Explaining some weird behavior in javascript and how to avoid it
Using CSS Selectors In Javascript
4 March, 2019
A guide to fully understanding CSS selectors in javascript
Do We Need To Compile Website Components?
26 February, 2019
A discussion on the state of component-based rendering and if compilers don't need to be a part of the process.
The JS developer's view of WASM in 2019
18 February, 2019
A look at WASM from the javascript developer's perspective
Web Components, for when VueJS is too much
11 February, 2019
How to make reactive/stateful components without a framework or library