The Archive

Blog Posts

95 articles  ·  Page 9/12

Why Linux Does Not Need Antivirus
Jan 06, 2024

Why Linux Does Not Need Antivirus

Linux is a kernel used in an operating system within a Linux Distro. If you are looking for an antivirus in Linux, you might only find a few.

Read Article →
How to Create a Related Articles Widget With Blogger API
Jan 06, 2024

How to Create a Related Articles Widget With Blogger API

Related Articles in Blogger must be created manually and cannot be done through the layout. To create it, you need a Blogger API Key because we will use the Blogger API, as well as JavaScript for the widget to work.

Read Article →
How to Create a Blogger API Key
Jan 06, 2024

How to Create a Blogger API Key

A Blogger API Key is used for authentication to identify that the access is not from an unauthorized person. What is an API Key?

Read Article →
Understanding Blogger API v3
Jan 06, 2024

Understanding Blogger API v3

The Blogger API allows you to interact with the Blogger server to display, create, or delete posts and comments. What is an API?

Read Article →
9 Reasons Why You Should Use the ReactJS Framework
Jan 06, 2024

9 Reasons Why You Should Use the ReactJS Framework

Front-end development has become a popular and rapidly growing field among developers. In a market filled with numerous web application frameworks, ReactJS stands out as a top choice. This JavaScript library, backed by Facebook and a strong developer community, has gained immense popularity for its simplicity, consistency, and scalability.

Read Article →
How to Install a Sitelink Search Box in Blogger
Jan 06, 2024

How to Install a Sitelink Search Box in Blogger

A Sitelink Search Box will make your website or blog display a search box on the Google search results page...

Read Article →
How to Create Multi-Level TOC in Blogger
Jan 06, 2024

How to Create Multi-Level TOC in Blogger

Table of Contents, abbreviated as TOC, is often found in blogs. For WordPress, there are TOC plugins that can create multi-level tables of contents automatically without hassle, but for Blogger, such plugins are not available, meaning you have to create them manually. This is why I want to share how to create an automatic table of contents in Blogger.

Read Article →
How to Implement Native Image Lazy Loading, Very Easy!
Jan 06, 2024

How to Implement Native Image Lazy Loading, Very Easy!

Lazy Loading is a technique that loads resources like images at the very end after the page loads or loads only when needed. Lazy loading ...

Read Article →