Site Logo

Nikita Hlopov

Frontend Dev Blog

Blog About Archive Tags

Modern button styles in web design

29 Mar 2019
  • html
  • css

The modern world of web design and UI is dominated by Material and Flat design trends.

Read More

How to find an item in a JavaScript array (+performance tests)

20 Feb 2019
  • javascript

In this article, I’m going to show several ways of how to find an item in a JavaScript array. As well as provide a performance test for all of the methods.

Read More

Special characters and symbols with HTML entities

06 Feb 2019
  • html

HTML entities are a set of special encoded characters reserved for use in the HTML.

Read More

Cool Chrome Dev Tools tricks and tips you might not know about

02 Jan 2019
  • tips
  • development

Google Chrome browser has been my favorite browser for development for quite some time. And the Dev Tools capabilities is one of the reasons for that.

Read More

How to handle multiple attributes in ReactJS

05 Dec 2018
  • react
  • javascript

Have you ever had a situation when your JSX code is cluttered with multiple attributes? If you have, there is a simple solution to handle this situation.

Read More
⟨ Previous Next ⟩

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