Site Logo

Nikita Hlopov's

Blog about web development

Blog About Archive Tags

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 →

How to create a flip box card with CSS

26 Apr 2023
  • css

Learn how to create a cool-looking card with a flip effect on hover with pure CSS.

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