All Posts (219)
Rules vs Guidelines
Aug 10, 2024
FBX vs glTF Colors
Aug 10, 2024
GraphProtocol: TS2322 null assignment in Subgraph
Mar 02, 2023
Subgraph Development Tips and Tricks - Graph Protocol
Feb 28, 2023
Succinct guide to SEO
Feb 27, 2023
Using LF instead of CRLF on Windows
Feb 26, 2023
Setup to create an Electron app using create-react-app
Feb 26, 2023
Fix astro RSS error which says that file has invalid or missing frontmatter.
Feb 26, 2023
Identify browser using userAgent
Feb 26, 2023
GraphProtocol: Read IPFS Data in Subgraph
Jan 24, 2023
Use GitHub with SSH - Complete guide including VSCode setup
Jan 24, 2023
A program to explain MATH HANDLING FUNCTIONS
Nov 17, 2022
A program to explain RANDOM ACCESS FILES
Nov 17, 2022
A program to create student FILE
Nov 17, 2022
A program to write integers in a file
Nov 17, 2022
A program to copy one file to another
Nov 17, 2022
A program to create a file, perform READ & WRITE operations on it
Nov 17, 2022
A program to explain BUBBLE SORT using pointers
Nov 17, 2022
A program to explain memory allocation
Nov 17, 2022
A program to explain POINTERS to POINTERS
Nov 16, 2022
A program to explain POINTERS to STRINGS
Nov 16, 2022
A program to explain FUNCTION with RETURN TYPE POINTERS
Nov 14, 2022
A program to explain pointers to functions
Nov 14, 2022
A program to explain POINTERS to STRUCTURE
Nov 14, 2022
A program to explain functions using pointers
Nov 14, 2022
A program to explain ARRAY OF POINTERS
Nov 13, 2022
A program to search an element in an array using pointers
Nov 13, 2022
A program to read radius and calculate circumference of a circle
Nov 13, 2022
A program to read radius and calculate area
Nov 12, 2022
A program to find maximum from an array using pointers
Nov 12, 2022
A program to explain POINTER with single dimensional array
Nov 11, 2022
A program to declare a POINTER and to explain the initialization of pointer
Nov 11, 2022
A program to explain NESTED MACROS
Nov 11, 2022
A program to explain macros with ARGUMENTS
Nov 11, 2022
A program to explain SIMPLE MACROS
Nov 11, 2022
A program to explain UNIONS
Nov 10, 2022
A program to pass a structure to a function as a parameter and return the structure from the function
Nov 10, 2022
A program to explain ARRAY of structures
Nov 09, 2022
A program to explain initialization of structures
Nov 09, 2022
A program to explain NESTED STRUCTURE
Nov 08, 2022
A program to copy one structure into another structure
Nov 08, 2022
A program to explain how to use a struct
Nov 07, 2022
A program to declare a structure and access its elements
Nov 07, 2022
A program to find out GCD of two numbers using RECURSION
Nov 06, 2022
A program to print FIBONACCI series using RECURSION
Nov 06, 2022
A program to find factorial of a number using RECURSION
Nov 05, 2022
A program to explain how to pass a string to a function
Nov 05, 2022
A program to explain CALL BY REFERENCE (address)
Nov 05, 2022
A program to explain CALL BY VALUE
Nov 05, 2022
A program to add two dimensional matrices using functions
Nov 04, 2022
A program to pass two dimensional array to a function
Nov 04, 2022
A program to explain LINEAR SEARCH using FUNCTIONS
Nov 03, 2022
A program to explain FUNCTION WITH ARGUMENTS and RETURN VALUES
Nov 03, 2022
A program to explain FUNCTION WITHOUT ARGUMENTS and WITH RETURN VALUES
Nov 03, 2022
A program to explain FUNCTION WITH ARGUMENTS and WITHOUT RETURN VALUES
Nov 02, 2022
A program to explain FUNCTION WITHOUT ARGUMENTS and WITHOUT RETURN VALUES
Nov 02, 2022
A program to explain FUNCTION PROTOTYPE
Nov 01, 2022
A program to print table of strings
Nov 01, 2022
A program to explain string manipulations - Part 2
Nov 01, 2022
A program to explain string manipulations - Part 1
Oct 31, 2022
A program to read a string and print it using gets and puts
Oct 31, 2022
A program to compare two strings without using library function
Oct 30, 2022
A program to concatenate two strings and print the resultant string without using library function
Oct 30, 2022
A program to copy one string into another string without using library function
Oct 29, 2022
A program to find the length of a string without using library function
Oct 29, 2022
A program to read a STRING and print it
Oct 28, 2022
A program to find the product of two matrices and print the resultant matrix
Oct 28, 2022
A program to add and subtract two matrices and print resultant matrices
Oct 26, 2022
A program to explain find transpose of matrix
Oct 26, 2022
A program to find the maximum element of a matrix
Oct 25, 2022
A program to search an element in the matrix
Oct 25, 2022
A program to print the upper triangle and lower triangle of a matrix
Oct 25, 2022
A program to find trace of a matrix
Oct 24, 2022
A program to declare two-dimensional array and read the elements into array
Oct 24, 2022
A program to swap two single dimensional arrays
Oct 24, 2022
A program to append two single dimensional arrays
Oct 24, 2022
A program to copy single dimensional array into another
Oct 23, 2022
A program to merge two single dimensional arrays into another array
Oct 23, 2022
A program to search an element from a single dimensional array (LINEAR SEARCH)
Oct 22, 2022
A program to find the sum of array elements
Oct 22, 2022
A program to declare a single dimensional array
Oct 21, 2022
A program to initialize a single dimensional array
Oct 21, 2022
A program to print the format - stars/asterisks pyramid
Oct 20, 2022
A program to explain GOTO
Oct 20, 2022
A program to print the format - right aligned column numbers triangle
Oct 19, 2022
A program to print the format - column numbers pyramid
Oct 19, 2022
A program to print the format - inverted column numbers triangle
Oct 18, 2022
A program to print the format - inverted row numbers triangle
Oct 18, 2022
A program to print the format - right angled star triangle
Oct 17, 2022
A program to print PRIME numbers below 100
Oct 17, 2022
A program to explain unconditional statement CONTINUE
Oct 11, 2022
A program to explain unconditional statement BREAK
Oct 11, 2022
A program to find the sum of even numbers and the sum of odd numbers below 1000
Oct 10, 2022
A program to print natural numbers between 1 and 10 in reverse order
Oct 10, 2022
A program to print numbers between 1 and 10 (explain FOR)
Oct 09, 2022
A program to find and print REVERSE of a given number
Oct 09, 2022
A program to find and print sum of individual digits of a given number
Oct 04, 2022
A program to find factorial value for numbers between 1 and 10
Oct 04, 2022
A program to find the FACTORIAL value of a given number (DO WHILE)
Sep 30, 2022
A program to find the sum of "n" natural numbers (WHILE)
Sep 30, 2022
A program to find Palindrome numbers below given number
Sep 27, 2022
A program to find whether given number is PALINDROME (or) NOT
Sep 27, 2022
A program to find Armstrong numbers below given number
Sep 26, 2022
A program to find whether given number is an ARMSTRONG number
Sep 26, 2022
A program to explain WHILE
Sep 26, 2022
A program to explain DO WHILE
Sep 25, 2022
A program to explain SWITCH CASE, which has CASE blocks without statements
Sep 25, 2022
A program to explain SWITCH CASE DEFAULT with break
Sep 24, 2022
A program to explain SWITCH-CASE-DEFAULT, without using break
Sep 24, 2022
A program to calculate electricity bill by reading units consumed
Sep 22, 2022
A program to explain IF ELSE IF ladder
Sep 22, 2022
A program to find largest among three numbers
Sep 21, 2022
A program to calculate HRA and DA from Basic Salary
Sep 21, 2022
A program to find maximum of two numbers using IF ELSE
Sep 20, 2022
A program to explain COMPOUND IF
Sep 20, 2022
A program to explain SIMPLE IF
Sep 19, 2022
A program to explain logical operators
Sep 19, 2022
A program to explain relational operators
Sep 18, 2022
A program to explain comma operator
Sep 18, 2022
A program to explain shorthand operators
Sep 18, 2022
A program to explain bitwise operators
Sep 17, 2022
A program to explain increment and decrement operators
Sep 16, 2022
A program to explain sizeof operator
Sep 16, 2022
A program to explain conditional operator
Sep 14, 2022
A program to read integer and print it in decimal, octal, and hexadecimal form.
Sep 14, 2022
A program to explain type casting
Sep 14, 2022
A program to explain formatted output function PRINTF
Sep 13, 2022
A program to read 2 values and explain arithmetic operators (+, -,*,/)
Sep 13, 2022
A program to print NAME and ADDRESS
Sep 12, 2022
A program to print declare variables
Sep 12, 2022
Input TextField with DatePicker using Vuetify(supports Tab and click operations)
Sep 08, 2022
Let VSCode know about absolute imports
Sep 08, 2022
What is the difference between msg.sender and tx.origin
Jul 03, 2022
Blockchain Oracles - Introduction - Part 2
Jul 02, 2022
Store IPFS Hash as Bytes32 in Smart Contracts
May 21, 2022
GraphProtocol: Encoding & Decoding data and hashes in subgraph
May 09, 2022
Connect to truffle dashboard using ethers.js
May 04, 2022
NodeJS - Securing Through Cryptography
May 01, 2022
Bitcoin Weaknesses & Attacks
Apr 24, 2022
Working with Blockchain Oracles - Introduction
Apr 24, 2022
Kill the process locking a PORT on Mac/Linux
Dec 31, 2021
Download multiple files at once using IDM
Dec 31, 2021
Freelancing tips and tricks in 2020
Oct 28, 2021
Differences between braces, parentheses and square brackets
Apr 15, 2021
How to create and start a MongoDB Replica Set?
Dec 30, 2020
What is website mirroring?
Sep 22, 2020
What is Hyper-V?
Sep 22, 2020
Common mistakes that freelancers will make
Sep 21, 2020
How to sort object keys based on values?
Aug 01, 2020
10 tips to learn and remember online courses
Jul 31, 2020
Torrent Terminology
Jul 26, 2020
wrapPageElement vs wrapRootElement - Detail Guide - When to Use?
Jul 12, 2020
Delete the undeletable folder using Command Prompt on Windows
Jul 06, 2020
Colorful logs in Bash
Jul 06, 2020
Run C/C++ programs with VS Code
Jul 04, 2020
File Recovery on Windows
Jun 29, 2020
Cipher: Overwrite memory to make the deleted files unrecoverable
Jun 29, 2020
Sort array of numbers/strings in ascending or descending order.
Jun 29, 2020
Comparision of time and space complexities of Sorting Algorithms
Jun 05, 2020
Fixed: v-data-table infinite update loop in component render function error in testing
May 06, 2020
Testing asynchronous code using Jest
May 05, 2020
Creating a global gitignore file
May 04, 2020
Common errors: Installing Windows 10 without disk(or any) errors
May 02, 2020
Maintaining CSS Style States using “Infinite” Transition Delays
Apr 29, 2020
Hello World using Bash Script
Apr 26, 2020
Configuring a TypeScript project using tsconfig.json
Apr 26, 2020
How to run your TypeScript code
Apr 26, 2020
What is TypeScript?
Apr 26, 2020
What is NodeJS
Apr 25, 2020
Validate url using NodeJS
Apr 23, 2020
Display javascript object in JSON format in the UI
Apr 01, 2020
Remove non-numeric characters from a string - JavaScript
Apr 01, 2020
Creating a new VueJS project using @vue/cli
Mar 31, 2020
Script to get accentColor of a website
Mar 31, 2020
Demo of componentDidMount using useEffect, using API
Mar 30, 2020
Manage state using useState hook
Mar 29, 2020
Inserting element in the array(beginning, middle or end)
Mar 26, 2020
Substring vs. slice in JavaScript
Mar 09, 2020
Ways to Split strings in JavaScript
Mar 09, 2020
Rest and Spread operators in JavaScript
Mar 09, 2020
Remove extra spaces in a string in JavaScript
Mar 06, 2020
Modulo(remainder) operator in JavaScript
Mar 06, 2020
Get ISO datetime string in JavaScript
Mar 04, 2020
Current Date and Time in JavaScript
Mar 04, 2020
Capitalize the first letter of a String in JavaScript
Mar 02, 2020
Check if a number is Integer in JavaScript
Mar 01, 2020
Filter array using a condition in JavaScript
Feb 29, 2020
Git status show folders only, hide files in the log
Feb 22, 2020
Compare two git commits using GIT CLI
Feb 22, 2020
Creating a random number inside a range in JavaScript
Feb 21, 2020
GIT - Creating new branch using GIT CLI
Feb 20, 2020
GIT - Add modified/new files to staging in GIT CLI
Feb 20, 2020
Gatsby Error - field type "String" - working with images
Feb 20, 2020
Git Clone - Complete guide to cloning repositories with Git CLI
Feb 18, 2020
GIT - How to add a new remote using GIT CLI
Feb 17, 2020
Git Commit - Complete Guide to committing your files in GIT CLI
Feb 16, 2020
GIT - Adding alias to a GIT command
Feb 15, 2020
Git Tags - Complete guide to use tags with GIT CLI
Feb 14, 2020
String Interpolation - ES6 Template Literals in JavaScript
Feb 13, 2020
Filter unique elements from an Array using modern JavaScript (ES6)
Feb 12, 2020
How to change MySQL Server timezone?
Feb 11, 2020
How to get the user IP on the server
Feb 11, 2020
Gulp task never finishes, says Starting... what to do?
Feb 01, 2020
How to create a custom 404 page on Zeit Now(zeit.co)
Jan 29, 2020
How to setup bash auto completion(GIT & NPM) on Windows
Jan 29, 2020
Manage multiple GitHub accounts using SSH keys
Jan 27, 2020
Inline environment variables in CLI
Jan 16, 2020
How to use preload script in electron
Jan 15, 2020
Solved window.require is not a function in Electron app
Jan 15, 2020
Publish npm package with GitHub Actions
Jan 12, 2020
Code Snippet — Accessing Clipboard Images with Javascript
Jan 11, 2020
MDX ― Markdown inside a (JSX)React component
Dec 29, 2019
npmignore vs gitignore ― Which one to use?
Dec 29, 2019
Push a tag to git repo using CLI
Dec 29, 2019
Run shell scripts using npm script
Dec 15, 2019
How to declare a variable in C
Nov 10, 2019
Solved Gatsby error: Encountered duplicate defintitions for one or more documents: each document must have a unique name. Duplicated documents
Nov 10, 2019
Program to print name and website
Nov 10, 2019
Trim spaces for String in JavaScript
Oct 07, 2019