We investigate the state of javascript frameworks security for both the Angular and React ecosystems, and the state of security of each of the two different module ecosystems, based on an in-depth look at the vulnerabilities contained in each of the ecosy... (more…)
Read more »
In my research, I've found there are four approaches to Object-Oriented Programming in JavaScript. Which methods should I use? Which one is "the best" way? Here I'll present my findings along with information that may help you decide which is right for yo... (more…)
Read more »
A quick introduction to javascript web workers including syntax use, and possible real-world applications. Resources: - https://developer.mozilla.org/en-US/d... (more…)
Read more »
Hi there! 👋
Recently, I was working as a software engineering intern at a startup as a back end developer. My task was to build the architecture & infrastructure from scratch using a modern server side framework Node.js. The co-founder who was also ..... (more…)
Read more »
Guide on creating a basic blog like single page app (SPA) using no frontend frameworks but just plain javascript (ES6). You do not need React. You do not need Vue. All you need is a editor and basic knowledge of modern javascript. (more…)
Read more »