Articles(Page 8)

How CPU works?

⤳ In this chapter, I’ll cover how the CPU fetches, decodes, and executes the instructions of a computer program. Central Processing Unit*, known as the CPU is where the execution of instructions happens. The CPU is the brain of your computer and interacts with the memory (RAM) over the system ...

On job titles

⤳ In recent years, various job titles have emerged. Some of these job titles are valid, and some are just fancy made-up names. Due to the fact the skills overlap across job titles, it’s tricky to say what skills fall under what role. However, let’s try ...

SEO technical concepts

⤳ SEO or Search Engine Optimization is the process of enhancing a website’s traffic by increasing its visibility (a.k.a impressions) on search engine results pages (SERP). Constant optimizations on the content, site performance, usability, and link profile significantly improve your website’s search engine visibility. No matter ...

Cloud computing

⤳ Several years ago, companies had to set up their own data centers with all the equipment needed to get their software into the hands of their customers. Smaller websites used web hosting services or even shared-hosting solutions. Things are different now. Today, you can create ...

Version control

⤳ Version control means recording the changes made to a file over time. Version control enables programmers to see the evolution of files over time and roll back to a certain point in time if needed. It ensures nothing gets lost, and there’s always a way ...