Understanding Data Types: The Foundation of Efficient Programming in RubyMar 12, 2023·31 min read·518
Why Understanding the CPU and RAM Is Essential Before Learning Java ProgrammingUpon acquiring knowledge in Java, coding was not the initial skill I developed. It commenced by acquiring knowledge about the fundamental operations of computers, emphasizing the Central Processing Unit (CPU) and its function in executing programs. A...Oct 12, 2024·5 min read·30
What are CSS Classes and CSS Ids, and When we should Use them in our HTML Document?Software developers often struggle with how to properly use CSS classes and CSS ids in their HTML documents. This blog post will discuss the differences between CSS classes and CSS ids, and provide guidance on when to use them in our HTML documents. ...Feb 8, 2023·4 min read·351
Excelling in Software Development as a Non-Computer Science Major: A Guide to SuccessIntroduction During my journey to acquire coding skills, I learned HTML, CSS, and JavaScript. Initially, I felt confident in my abilities as a programmer, however, this perception was short-lived as I soon realized there were important skills I had y...Jan 18, 2023·11 min read·217
What Makes Git A Unique And Essential Tool For All Software Developers?Introduction One of the most popular version control systems (VCS) among software developers, IT professionals, and even people with a non-technical background nowadays is Git, but it can also be intimidating/unfriendly, especially for those who want...Dec 19, 2022·10 min read·419
What Are The Benefits Of Planning Your Project Before You Start Coding It?As a less experienced software developer, I once held a misconception about software development productivity. I believed that productivity could only be achieved by constantly coding. During my first project, I felt like an expert programmer. Howeve...Oct 4, 2022·8 min read·1.4K
#HTML Tutorial for absolute beginners Lesson no(3) Install Git and create your first GitHub account Using #LinuxBefore starting the process of setting up Git and creating your first Github account, let me give you a quick explanation of Git and Github. What is Github? GitHub is one of the leading hosting platform / website which help and enable you (develope...Jan 29, 2020·5 min read·364
#HTML Tutorial for absolute beginners Lesson no(2)Introduction In this second lesson of the HTML for Absolute Beginners course, we will learn about the necessary requirements to start with HTML coding. The aim of this lesson is not just to impart knowledge, but also to make the learning process enjo...Jan 22, 2020·4 min read·267