Series of articles

Collection of articles groped by specific topics.
Each series contains a number of articles on a specific topic.

Git from Beginner to Advance

Discover the potentials of version control with Git

3 articles

66 min total read time
Git from Beginner to Advance

Discover the potentials of version control with Git and revolutionize your coding process! This guide provides a thorough introduction to the core concepts and operations of Git for anyone.

From installing Git and creating the first commit, to creating multiple remote origins and collaborating with other developers, this comprehensive guide will equip beginners with the...

Content Recommendations That Work

Effective Strategies for Providing Relevant Content Recommendations

2 articles

32 min total read time
Content Recommendations That Work

Having proper content recommendations is essential for any website that publishes materials, as it helps to keep users engaged and on the site for longer periods of time. We can use different methods, including AI and basic algorithms, to provide the audience with the most relevant content recommendations.

I want to make sure that we cover this topic, and this is why we have a series of...

Understanding Computer Fundamentals

Basics and Fundamentals that everyone who works with computers should know

3 articles

49 min total read time
Understanding Computer Fundamentals

Welcome to the series, “Understanding Computer Fundamentals”! This series of articles is focused on people who just starting out learning programming or just want to know more about computers and how they work. You'll get all the information you need to build a solid foundation in programming concepts and techniques.

In each article, we'll cover a different fundamental conce...

Lazy loading

Series of articles about Lazy loading in JavaScript

3 articles

30 min total read time
Lazy loading

If you've ever built a website that involves lazy loading images or infinite scrolling, you might have experienced some performance issues that can slow down your website. This is where the Intersection Observer API comes in. The Intersection Observer API is a powerful tool that allows you to efficiently monitor when an element enters or exits the viewport, without the need for costly a...