Site Logo

Nikita Hlopov's

Blog about web development

Blog About Archive Tags

Add and remove items in JavaScript array with push, pop, shift, unshift

09 Feb 2022
  • javascript

JavaScript have native methods to add and remove items at the beginning and the end of array.

Continue reading →

How to optimize images for SEO, Performance, and Accessibility

30 Jan 2022
  • seo
  • performance
  • html

Images are an essential part of any web page, as they provide additional information and supplement the content. In this guide, I’d like to share with you some tips on how you can optimize images on your website to improve SEO, Performance, and Accessibility.

Continue reading →

Create a search icon inside input box with HTML and CSS

03 Dec 2021
  • css
  • html

Displaying a search icon inside an input box is a nice way to indicate to the user that it is indeed a search input.

Continue reading →

11 Online coding challenges for front-end developers to boost skills

25 Nov 2021
  • resources

You can boost your coding and problem-solving skills as well as gain more confidence by participating in coding challenges.

Continue reading →

Create a gradient border in CSS

18 Nov 2021
  • css

To show gradients for a border with CSS you can use the border-image property. It allows setting gradient values in the same way as the background-image property.

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