How to Center an Element with a Sticky Item Next to It
While developing a web page, I needed to center an element on the page and add another sticky element next to it. The problem is that only the content needs to be centered, not the sticky element. Here is the solution I came up with.
Query parameters are key-value pairs, which are added to the end of URLs after a question mark. In this article we have covered how to handle Vue query params with vue-router by showing a few examples
Add a new user and disable the SSH root login on Linux Ubuntu Server to improve the security of your server. Here are the steps to disable root login via SSH
An SSH key is a pair of keys used to authenticate for secure remote access over an SSH protocol. Generating a new SSH key involves using a tool called ssh-keygen, which is typically available on most Unix-based systems
Vue Router is a powerful routing library for Vue 3 applications that allows you to set and manage your single-page application's navigation and URL structure
JavaScript localStorage is a powerful tool for to store data locally in the browser and a way to save data on a user's computer without needing a server or database.