In this blog post, we'll explore what prototypal inheritance is, how it works in JavaScript, and some practical examples to help you better understand the concept.
'This' in JavaScript refers to the object that is executing the current function.
In simple words, CSS selector specificity refers to the way in which the browser determines which CSS style to apply to an HTML element.
Event delegation is a technique in JavaScript that allows you to handle events at a higher level in the DOM (Document Object Model) tree.
One big challenge for frontend web developers is to keep the responsivity on different devices used in portrait and landscape positions or when you use the browser and another app sharing the screen.
When I started looking to transition from VsCode to Vim/Neovim, I worried about not reducing my productivity, and I will describe in this post how I did that step by step.
The Document Object Model (DOM) is used by the browser to render and show you the web page. It’s the way to make the pages dynamic and interactive.
A Promise is a proxy for a value not necessarily known when the promise is created. It allows you to associate handlers with an asynchronous action's eventual success value or failure reason.
In this post, let's use the Callback to read a file. Naturally, reading a file is not instantaneous; it is necessary some time to read them, and all will happen in an async way.
With hooks, it is possible to use state and other React features without writing a class. Hooks began included in React 16.8.0 version.
It is a central topic to start applying arrays to our projects to solve an extensive range of problems.
In this post, we will talk about some React foundations. Let's touch on the main concepts to start using react in your projects.
When you are teaching something, your approach to that content is much deeper on the subject.
Let’s talk about the React advantages, how to use your component system, and understand all this success.
JavaScript offers functions that repeat a command or a group of instructions “x” times, making the developers' lives easier.
Git is the most famous and used version control system used on the world. It's an open-source project developed in 2005 for Linus Torvalds - the Linux kernel creator.
Markdown is a markup language that often feels more natural to type than HTML. Plugins can inspect and change markdown.