electroblog.hashnode.devHow to Stay Relevant in the Tech WorldOverview With time, more people are transitioning their careers into tech and more young developers are joining these communities. Although there are plenty of jobs in the tech industry, the competition is increasing day by day. Only in the last 3 ye...Sep 23, 2023·7 min read
electroblog.hashnode.devNPM Error Code 4058 (ENOENT)The Problem This is a rather common error that devs see from time to time when they try to install or update packages using npm. It can also appear when using npx, something like npx create-react-app. There could be several reasons for this error, an...Sep 15, 2023·1 min read
electroblog.hashnode.devWhat Are Persistent Identifiers and Why We Need ThemOverview The concept of Persistent Identifiers is important to understand because it dictates how we store and find intel throughout the internet. It can be anything from the source code of programs to scientific research. If we don't set up a fair a...Sep 8, 2023·9 min read
electroblog.hashnode.devUsing Multiple GitHub Accounts on One Machine with SSHOverview Have you ever wanted to use more than one GitHub account on your laptop? Maybe you want to use a work account and a personal account. Or maybe you want to use accounts from different remotes such as GitHub, GitLab, and BitBucket. It's easy t...Sep 3, 2023·4 min read
electroblog.hashnode.devBeginner's Guide to GitHub: Opening Your First Pull RequestOverview Last time we saw how to get started with GitHub and get used to all the basics. Now let's focus more on learning to collaborate with other devs. Watch this video to see the process of opening a PR. It's the one I used myself and I followed i...Sep 1, 2023·8 min read