It is common to set styles in Javascript. Four years of working with HTML, CSS and Javascript there were plenty of times I had to style elements with Javascript. Here are some uses-cases and ways to style elements in Javascript. I will also be describing one common use case at the end of this article.
Ultimate List of JavaScript Interview Questions
More than 90 questions for Juniors, Middle and Senior Developers. Both practical and theoretical.
Destructuring in JavaScript
Destructuring is a handy tool to make use of as you write your code, it helps reduce the complexity of your code, making it more readable and human-friendly.
React Lesson 5: React Devtools and Reusable Open-Source Components
We will learn how to utilize DevTools in debugging React. Let’s get started.
React Lesson 4: Homework. Decorators and Mixins
As we saw in the previous article, decorators are just the Higher-Order components that add extra functionality to the passed component and return a new enhanced component. Before we get to our homework, let’s dive deep and understand how decorators and mixins work.
How to Architect a Node.Js Project from Ground Up?
In this article, we will discuss how to architect a Node.js application properly, and why it is important. Also, we’ll look at what design decisions can lead us to in creating a successful digital product.
Progressive Web Applications and Service Workers
In this article, we’ll explore Progressive Web Apps and Service Workers.
Introduction to Web Components. Part 1: Native vs Virtual DOM
The series aims to show what Web Components are, put them in parallel for comparison with Frameworks to understand the differences and the needs each of them answer. You’re looking at part 1 here, in which I talk about Native support vs Virtual DOM.
The Ultimate Introduction to Kafka with JavaScript
In this article, you’ll learn basic terms and their definitions used in Kafka, architecture, Zookeeper, and how to create a producer and consumer using JavaScript that can interact with Kafka broker.
Building a Telegram Bot with Node.js
In this article, you’ll learn how to build a Telegram bot using Node.js.