How to Create and Implement a Favicon for Your Website
Favicon Favicon is a small icon that represents a website. It displayed in places like the web browser’s address bar. The favicons of Chirpy are placed in the directory assets/im...
Favicon Favicon is a small icon that represents a website. It displayed in places like the web browser’s address bar. The favicons of Chirpy are placed in the directory assets/im...
Giscus Giscus is an open-source commenting system that can be integrated into static website (GitHub Pages) Apply Giscus commenting 1. Prerequisite Install Giscus in github ...
LeetCode LeetCode Problem after taking the Udemy course 1. Array Solve Three problems using Python Merge Sorted Array Remove Duplicates from Sorted Array Remove ...
Udemy Online course lectures up to the 45th 1. Data Structure Each data structure contains information about the data values, relationships between the data and functions that can be...
Udemy Online course lectures up to the 30th 1. Class # include <iostream> using namespace std; class Arithmetic { private: int a; int b; public: Arithmetic(int a, int b) { this-&g...
Udemy Online course lectures up to the 16th 1. Pointer pointers is an address variable. Using pointer is accessing heap memory Accessing the external resources Point...
Git 1. Git Push git push --set-upstream origin <branch> git push -u origin <branch> -u option is the same effect as --set-upstream By setting the upstream branch, you specify th...