Site Logo

Nikita Hlopov's

Blog about web development

Blog About Archive Tags

Toggle switch button with Pure CSS

28 Jun 2023
  • css

A toggle switch button is a recognizable part of the User Interface. These days it is common beyond smartphones and widely used on the web.

Continue reading →

SVG circle progress bar

06 Jun 2023
  • svg

Circle progress is a popular way to highlight progress. If you want to make it look nice across all browsers you should use SVG to create a circle progress bar.

Continue reading →

Get all form's elements in JavaScript

24 May 2023
  • javascript

When working with forms, there are cases when you need to get all of the form elements in a nice and structured way. JavaScript offers a native way to get all of the form’s elements.

Continue reading →

How to measure JavaScript code performance

10 May 2023
  • javascript
  • performance

If you want your website or app to work well, you have to make sure your JavaScript code is optimized and working as best as possible.

Continue reading →

Write better JavaScript conditionals

03 May 2023
  • javascript

You can make your code more concise and readable by writing better conditionals in 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.

Privacy policy