Coding Understanding web workers Oct 26, 2020 Web Monkey October 26th, 2020 Comments Understanding web workers JavaScript has a single thread by design. However, modern JS environments usually allow…
Coding 8 things to avoid doing in CSS Mar 30, 2020 Web Monkey March 30th, 2020 Comments 8 things to avoid doing in CSS Some people say that CSS is easy to learn…
Coding JavaScript: Understanding Generators Jan 6, 2020 Web Monkey January 6th, 2020 Comments JavaScript: Understanding Generators In 2015, a rich set of new features was introduced to the JavaScript…
Coding Smelly Code? It’s Time To Refactor Your Code! Dec 2, 2019 Web Monkey Are you thinking about getting on a refactoring task? Do you feel that your code smells, and needs some refactoring?…
Coding The Approach To Becoming A Better Developer – 5 Essential Techniques Jul 10, 2019 Web Monkey Today, the average Software Engineer’s salary in the United States is $103,000/year. There are plenty of opportunities available, and this…
Coding What Are Pure Functions? Jul 1, 2019 Web Monkey July 1st, 2019 Comments What Are Pure Functions? JavaScript developers are embracing Functional Programming quite a lot these days, and…
Coding SOLID – 5 Principles Of Object Oriented Design Every Developer Must Learn Jun 10, 2019 Web Monkey You may have come across the term SOLID principles in your programming career. SOLID principles are a set of five…
Understanding web workers
October 26th, 2020 Comments Understanding web workers JavaScript has a single thread by design. However, modern JS environments usually allow…
8 things to avoid doing in CSS
March 30th, 2020 Comments 8 things to avoid doing in CSS Some people say that CSS is easy to learn…
JavaScript: Understanding Generators
January 6th, 2020 Comments JavaScript: Understanding Generators In 2015, a rich set of new features was introduced to the JavaScript…
Smelly Code? It’s Time To Refactor Your Code!
Are you thinking about getting on a refactoring task? Do you feel that your code smells, and needs some refactoring?…
The Approach To Becoming A Better Developer – 5 Essential Techniques
Today, the average Software Engineer’s salary in the United States is $103,000/year. There are plenty of opportunities available, and this…
What Are Pure Functions?
July 1st, 2019 Comments What Are Pure Functions? JavaScript developers are embracing Functional Programming quite a lot these days, and…
SOLID – 5 Principles Of Object Oriented Design Every Developer Must Learn
You may have come across the term SOLID principles in your programming career. SOLID principles are a set of five…