9 posts tagged with "javascript"
View all tagsDeno - The easiest, most secure JavaScript runtime

Introduction
In 2020 I wrote an initial article covering some topics about Deno, its advantages and disadvantages. Since then the tool has evolved quite a bit, and with that I will bring some content covering development with Deno. In this article I will present some basic examples that demonstrate Deno's capabilities.
JavaScript Design Patterns
JavaScript Design Patterns
Hey everyone, what's up?
Today I'm going to share some Design Patterns with JavaScript. I'll bring examples of the most common ones and the ones I enjoy using the most in my day-to-day work. I'll try to present clearer cases that can make you think about when a particular Design Pattern will apply to your solution.
This article is not a "recipe book" for when to use what, but rather what each pattern is for and how it can help you. I want to make you think about it rather than draw a straight line...
So let's get going...

