codedamn
Categories
What do you need to learn today?
codedamn
Categories
Pranav
@pranav • 100 articles written
Uncategorized
Adding Custom CSS inside Fermion pages
Aug 6th, 2024
Uncategorized
Uncategorized
Classplus vs Fermion: What is the best Classplus alternative?
Jun 18th, 2024
Uncategorized
Uncategorized
Moodle vs Fermion: What is the best Moodle alternative?
Jun 18th, 2024
Uncategorized
Uncategorized
Gumroad vs Fermion: What is the best Gumroad alternative?
Jun 18th, 2024
Uncategorized
Uncategorized
Graphy vs Fermion: What is the best Graphy alternative?
Jun 11th, 2024
Uncategorized
Uncategorized
Podia vs Fermion: What is the best Podia alternative?
Jun 11th, 2024
Uncategorized
Python
3 Best Databases For Python
Mar 18th, 2024
Python
Git
Complete guide to git stash pop
Mar 18th, 2024
Git
Frontend
How to center an image in HTML
Mar 18th, 2024
Frontend
Python
How to calculate square root in Python (with examples)
Mar 18th, 2024
Python
DSA
What is Data Structures and Algorithms?
Mar 18th, 2024
DSA
Laravel Framework (PHP)
What is a Model in Laravel Framework in PHP?
Mar 18th, 2024
Laravel Framework (PHP)
C Programming
Finding factorial of a given number using For Loop with C language
Mar 10th, 2024
C Programming
C Programming
How to calculate factorial Using Recursion in C?
Mar 10th, 2024
C Programming
C Programming
Working with 2D Arrays in C – Initialization, Reading & Displaying
Mar 10th, 2024
C Programming
C Programming
Strings in C – String Initialization, Accessing & Displaying
Mar 10th, 2024
C Programming
C Programming
How to find reverse of the given string in C?
Mar 10th, 2024
C Programming
C Programming
How to concatenate strings in C?
Mar 10th, 2024
C Programming
C Programming
Introduction to pointers in C
Mar 10th, 2024
C Programming
C Programming
How to use pointers as parameters to function in C?
Mar 10th, 2024
C Programming
C Programming
How to use pointer to a function in C?
Mar 10th, 2024
C Programming
C Programming
What are unions in C?
Mar 10th, 2024
C Programming
C Programming
Relational Operators in C
Mar 9th, 2024
C Programming
C Programming
Arithmetic Operators in C
Mar 9th, 2024
C Programming
Python
How to Fix: No module named matplotlib
Mar 9th, 2024
Python
Python
How to install matplotlib with pip install?
Mar 9th, 2024
Python
React JS
How to optimize your React.js Code?
Feb 19th, 2024
React JS
Frontend
Flexbox vs Grid in CSS – What To Use?
Feb 19th, 2024
Frontend
Go Language
Maps in Go
Feb 19th, 2024
Go Language
Go Language
Operators in Go
Feb 19th, 2024
Go Language
Nextjs
What is public folder inside Next.js?
Feb 5th, 2024
Nextjs
Frontend
@apply in Tailwind CSS
Nov 26th, 2023
Frontend
Frontend
Text decoration in Tailwind CSS
Nov 26th, 2023
Frontend
Java
extends keyword in Java – Complete guide
Nov 20th, 2023
Java
Java
What does ++ mean in Java?
Nov 19th, 2023
Java
Java
How to compare strings in Java?
Nov 19th, 2023
Java
Java
What is a class in Java? Complete Guide with Examples
Nov 19th, 2023
Java
Databases
How to take backup of a PostgreSQL database?
Oct 28th, 2023
Databases
Databases
How to insert data in table with PostgreSQL?
Oct 28th, 2023
Databases
SQL
What is PostgreSQL? How is it different from SQL?
Oct 27th, 2023
SQL
SQL
What is cursor in SQL?
Oct 27th, 2023
SQL
SQL
HAVING vs WHERE in SQL – What is the difference?
Oct 27th, 2023
SQL
SQL
What is a trigger in SQL?
Oct 27th, 2023
SQL
Frontend
What is the difference between inline, internal, and external CSS?
Oct 9th, 2023
Frontend
React JS
What is the difference between create-react-app, Next.js, and Gatsby?
Oct 9th, 2023
React JS
React JS
How can I share data between components in React.js?
Oct 9th, 2023
React JS
React JS
How is React different from other JavaScript frameworks like Angular or Vue?
Oct 9th, 2023
React JS
React JS
What is the difference between props and state in React?
Oct 9th, 2023
React JS
Node.js
What is GraphQL? How to use GraphQL with Node.js?
Oct 9th, 2023
Node.js
Frontend
Ordered and unordered lists in HTML
Oct 9th, 2023
Frontend
JavaScript
How to solve JavaScript error “Heap out of memory”?
Oct 7th, 2023
JavaScript
Frontend
Fix Error “React refers to UMD global, but the current file is a module”
Sep 13th, 2023
Frontend
Vue.js
How To Handle Events in Vue.js
Jul 20th, 2023
Vue.js
React JS
Understanding React Component Lifecycle Methods
Jul 19th, 2023
React JS
JavaScript
What is requestAnimationFrame Queue in JavaScript?
Jul 18th, 2023
JavaScript
JavaScript
What is Task Queue in JavaScript Event Loop?
Jul 18th, 2023
JavaScript
JavaScript
Securing Web Storage in JavaScript: Best Practices for Handling Sensitive Data
Jul 17th, 2023
JavaScript
JavaScript
A Look at esbuild’s Advanced Features: Code Splitting, Tree Shaking, and More
Jul 17th, 2023
JavaScript
JavaScript
How to Set Up esbuild for a JavaScript Project
Jul 17th, 2023
JavaScript
JavaScript
How to Create, Export, and Import ES6 Modules in JavaScript
Jul 17th, 2023
JavaScript
JavaScript
Using JavaScript Modules in the Browser: A Step-by-Step Guide
Jul 17th, 2023
JavaScript
JavaScript
How to Use JavaScript Modules for Better Code Organization
Jul 17th, 2023
JavaScript
JavaScript
Keeping Your Code DRY: Understanding the Importance of Not Repeating Yourself in JavaScript
Jul 17th, 2023
JavaScript
Python
Lambda Functions in Python: What They Are and How to Use Them
Jul 16th, 2023
Python
JavaScript
Why should you avoid global variables in JavaScript?
Jul 16th, 2023
JavaScript
Programming
What is HTTP/3 and Why Does It Matter for the Future of the Web?
Jul 15th, 2023
Programming
Git
Getting Started with Git: A Guide for Beginners
Jul 15th, 2023
Git
Programming
What is GraphQL and How Can It Enhance Your API Development?
Jul 15th, 2023
Programming
Programming
What does CPU Mean? Understanding the Heart of Your Computer
Jul 5th, 2023
Programming
React JS
Using the React Context Provider: An In-Depth Guide
Jul 4th, 2023
React JS
JavaScript
Flattening an Array: Best Practices and Examples
Jul 4th, 2023
JavaScript
Python
Python Print Variable: Displaying Output Effectively
Jul 4th, 2023
Python
Python
Python Array Size: How to Determine the Length
Jul 4th, 2023
Python
Python
Python Strip Whitespace: A Complete Guide
Jul 3rd, 2023
Python
Python
How to Print a List in Python: A Detailed Guide
Jul 3rd, 2023
Python
Python
How To Return Multiple Values in Python?
Jul 2nd, 2023
Python
JavaScript
How To Capitalize First Letter In JavaScript
Jul 2nd, 2023
JavaScript
JavaScript
JavaScript Object fromEntries() Method Explained
Jun 24th, 2023
JavaScript
JavaScript
JavaScript concat array explained – How to merge arrays in JS
Jun 24th, 2023
JavaScript
Cloud
Fundamentals of Cloud Computing Explained
Jun 23rd, 2023
Cloud
AWS
AWS Parameter Store Vs Secret Manager Explained
Jun 23rd, 2023
AWS
Python
How to change matplotlib figure and plot size with plt.figsize()
Jun 23rd, 2023
Python
Node.js
Node Version Manager Setup Guide [2023]
Jun 22nd, 2023
Node.js
General
What is ChatGPT? Complete Guide
Jun 17th, 2023
General
Frontend
Input types in HTML with Code Examples
Jun 16th, 2023
Frontend
React JS
SEO For React.js Developers
Jun 13th, 2023
React JS
Programming
Web Application Architecture – Complete Guide 2023
Jun 10th, 2023
Programming
Python
How to Exit a Python Program from the Terminal
Jun 9th, 2023
Python
JavaScript
What Does G Flag Mean in Regular Expressions?
Jun 8th, 2023
JavaScript
JavaScript
How to check if value is undefined or null in JavaScript
Jun 8th, 2023
JavaScript
Frontend
How to Bold Text in HTML with CSS
Jun 7th, 2023
Frontend
Web Development
Node.js vs Python – What’s the difference?
Jun 6th, 2023
Web Development
Frontend
Using HTML to open link in new tab
Jun 6th, 2023
Frontend
SQL
SQL inner join vs left join complete guide with examples
Jun 6th, 2023
SQL
React JS
7 Production Ready React.js Practices
Jun 5th, 2023
React JS
Java
What is static in Java
Jun 5th, 2023
Java
C Programming
Armstrong number in C – Complete guide with example
Jun 4th, 2023
C Programming
JavaScript
Three dot operator in JavaScript Complete Guide With Examples
Jun 4th, 2023
JavaScript
JavaScript
Encode and Decode Base64 using JavaScript With Examples
Jun 3rd, 2023
JavaScript
Golang
Understanding Goroutines and Channels in Golang: A Beginner’s Guide to Concurrency
Mar 6th, 2023
Golang