Site Logo

Nikita Hlopov's

Blog about web development

Blog About Archive Tags

How to get the length of an object with Vanilla JavaScript in 3 ways

17 Feb 2020
  • javascript

In this article, I’ll show you how to get the length of an object with Vanilla JavaScript in 3 ways.

Continue reading →

How to remove HTML element from DOM with vanilla JavaScript in 4 ways

22 Dec 2019
  • javascript

Vanilla JavaScript allows you to remove elements from DOM in several ways. In this article, I’ll show you how it can be achieved and also provide performance tests for each one.

Continue reading →

TILs Fall 2019 - Egde on a MAC, Speech Syntesis and lots of CSS

30 Nov 2019
  • html
  • css
  • javascript
  • til

This Fall has been busy for me, however, many new things have been discovered while browsing the internet and I’d like to share them with you.

Continue reading →

5 reasons of why Semantic HTML is important

31 Oct 2019
  • html
  • seo

I’ll go through a list of 5 reasons of why semantic HTML is important and why web developers should pay more attention to it.

Continue reading →

Handling CSS variables (Custom Properties) in React

17 Sep 2019
  • css
  • react

In this article, I’ll explain how to handle (update) CSS variables in React. I’ll give you the concept for both Class components approach and Hooks approach.

Continue reading →
⟨ Previous Next ⟩

This work is licensed under a CC BY 4.0 License.
The code in this work is licensed under an MIT License.

Privacy policy