JavaScript series, Reverse Engineering, best practices and Spies

softchris

Chris Noring

Posted on July 27, 2019

JavaScript series, Reverse Engineering, best practices and Spies

Reverse Engineering

There is a real benefit to trying to figure out how the tools you use every day actually work. It forces you to think and also improve your architecture skill. Most of all it makes you understand why something is implemented in a certain way.


Have you ever wondered how a Promise actually works? Then this article is for you
You use test libraries every day, I hope. Have you ever wondered what makes them tick?
Want to understand what makes spies tick in testing by implementing it yourself? Then this is for you.

Good practices

Here are 10 things in JavaScript I think you should adopt today. You will type less and get more done.

Back to school


Recursion was one of those dreaded topics at Uni but if you got it WOW you could build some really elegant solutions. Recursion is everywhere, compilers, compression, search. Upskills with this elegant approach
💖 💪 🙅 🚩
softchris
Chris Noring

Posted on July 27, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related