Site Logo

Nikita Hlopov's

Blog about web development

Blog About Archive Tags

MySQL query for an id column with an AUTO_INCREMENT field

07 Jan 2024
  • mysql
  • php

While working on a project for a “Make a Spotify Clone from Scratch: JavaScript PHP and MySQL” course that I’m learning, I encountered an issue with making a query to the database.

Continue reading →

A simple way to add an outline to text with pure CSS

20 Dec 2023
  • css

Adding a cool outline effect to your text is quite simple with just a few lines of CSS.

Continue reading →

How to change 2FA authentication app (TOTP) in GitHub

01 Dec 2023
  • tools
  • tips

I was a bit stuck and confused initially when I had to change the authenticator app on my phone and enable it on GitHub, luckily it was pretty easy.

Continue reading →

Creating stylish number input with custom buttons

20 Nov 2023
  • css

By default, the appearance of the number input is not very user-friendly, particularly the arrows. In this article, I will demonstrate how you can customize it to make it more appealing and easier to use.

Continue reading →

Exploring Subtle intricacies in Implementing Cut, Copy, and Paste to Clipboard using JavaScript

10 Nov 2023
  • javascript

Dealing with clipboard operations in JavaScript can present certain challenges. In this guide, I’ll clarify the process and walk you through the fundamental clipboard tasks and addressing related nuances.

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