Site Logo

Nikita Hlopov

Frontend Dev Blog

Blog About Archive Tags

List of Free Online Code Editors for Web Development

10 Nov 2020
  • tools

An online code editor is a great way you can quickly prototype something, test, or just fiddle around with a piece of code.

Continue reading →

A Complete Guide How to Loop Through Object in JavaScript (+ performance tests)

05 Nov 2020
  • javascript

There are multiple different ways how to loop through object in JavaScript. But …

Continue reading →

Select tag custom styles with CSS only

27 Oct 2020
  • css

The select tag is one of the most confusing and hard to style form elements in HTML. Luckily there is a simple and cross-browser consistent solution to give custom styles for select tag using only CSS.

Continue reading →

12 FREE CSS games to practice and improve your CSS skills

20 Oct 2020
  • resources
  • css

One of the best ways to learn something new is by playing. The same principle can be applied when learning CSS.

Continue reading →

4 Ways To Get the Width and Height of an Element with Vanilla JavaScript

12 Oct 2020
  • javascript

This guide will explain to you how to get the width and height of an HTML element with plain Vanilla JavaScript.

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.