blog.pkkulhari.comAuthorize Git Operations Using Personal Access TokenGitHub removed the support for password authentication on August 13, 2021. Now, you can't authorize your git operations using the password. Now, You have to use token-based authentication like personal access, OAuth, or GitHub App installation token ...Aug 14, 2021·3 min read
blog.pkkulhari.com21 HTML Best Practices for Writing Maintainable and Scalable DocumentHi, Aliens 👋 When you jump into web development whether you want to become a front-end developer or a back-end developer, HTML is the first language you learn. In this article, I will share some HTML best practices that will make you a pro in HTM...Aug 9, 2021·6 min read
blog.pkkulhari.com7 Git Commands with ExamplesHi aliens 👋Git is the one of most popular and open-source version control system out there which provides a command-line tool known as Git Bash to interact with it. As a developer, you should know some of the basic and frequently used Git commands. ...Jul 30, 2021·4 min read