Blog Posts
95 articles · Page 9/12
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.
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.
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?
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?
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.
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...
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.
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 ...