princewilldevblog.hashnode.devCreating and Utilizing GNU-Privacy Guard (GPG) KEYWhat is a GPG_KEY: A GPG (GNU Privacy Guard) key is a type of encryption key used in public key cryptography. It consists of a pair of keys: a private key that is kept secret, and a public key that can be shared. The public key can be used by others ...Nov 12, 2023·4 min read
princewilldevblog.hashnode.devA beginner's guide to shell navigation, manipulation and permissions.Introduction: A shell is a program that helps you communicate with your computer using commands. So when you type in a command, the shell interprets it and tells the computer what to do. This is useful because it allows you to perform tasks quickly a...Apr 12, 2023·5 min read
princewilldevblog.hashnode.devMy ALX Software Engineering Program Experience: A journey to Becoming a Full Stack EngineerIntroduction: ALX is a leading African leadership group that aims to empower 2 million talented Africans by 2030 through various programs. One of their flagship programs is the 12-month Software Engineering Program, which offers an excellent opportun...Feb 5, 2023·3 min read
princewilldevblog.hashnode.dev3 reasons why coding is hadHere are some reasons why coding is hard to learn and also solution to help overcome the difficulties when learning to code: When learning to code you develop a new way of thinking and how to problem solve by writing code. Most developers often plac...Oct 24, 2022·2 min read
princewilldevblog.hashnode.devIntroduction To CSSIn web development one of the most important language you learn, to build up your foundation is the styling language called CSS (Cascading Style Sheets). This blog will be mainly focused on CSS and helping mostly the beginners understand what CSS is ...Jan 26, 2022·13 min read