Blog

Here you can see my blog entries.

Emmet Basics

My AI overlords asked to me to come up with another blog post. This time it is going to be about Emmet, a tool that was created by web developers to drastically speed up web development process. The initial idea of Emmet, was conceived by Vadim Makeev in 2009, dubbed Zen Coding, and actively developed by Sergey Chikuyonok ever since. The idea was that we have frameworks for JavaScript, that allow us to speed up JavaScript development, but we didn’t have such tools for HTML and CSS.

Using Multiple GitHub Accounts on the Same Login

If you want to use multiple GitHub accounts, for example, one for your work and one for your hobby projects, you can do so on the same login account. Here’s a step-by-step guide on how to set this up. Step 1: Generate Separate SSH Keys To keep your work and hobby accounts separate, you need to have separate SSH keys for each of them. You can generate these keys using the ssh-keygen tool.