Site Logo

Nikita Hlopov

Frontend Dev Blog

Blog About Archive Tags

TILs in May 2019

31 May 2019
  • html
  • css
  • javascript
  • til

I’ve been learning a lot of awesome stuff related to web development. So I decided to summarize and document it for future references and to share the knowledge.

Continue reading →

Text overflow ellipsis on select tag

16 May 2019
  • html
  • css

For a better UI and appeal a CSS text-overflow property is used on a long piece of text. I’m going to show how to apply that to a select tag.

Continue reading →

Positioning content inside a flexbox container with CSS

25 Apr 2019
  • css

This article will cover the approach that uses CSS flexbox property for positioning a content inside a container element.

Continue reading →

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.

Continue reading →

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.

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