codedamn
Categories
What do you need to learn today?
codedamn
Categories
Mehul Mohan
@mehul • 100 articles written
Uncategorized
How to do live-streaming on Fermion with OBS?
Jul 14th, 2024
Uncategorized
Uncategorized
Content dripping for your next technical course
Jul 10th, 2024
Uncategorized
Uncategorized
How to create offline coding-bootcamp-like experience for your online school
Jul 8th, 2024
Uncategorized
Uncategorized
Creating a custom landing page on Fermion
Jun 26th, 2024
Uncategorized
Uncategorized
How can you handle Indian taxes and payments with Fermion?
Jun 4th, 2024
Uncategorized
Java
How to find transpose of a matrix in Java
Mar 18th, 2024
Java
Laravel Framework (PHP)
Laravel Request Path explained with examples
Mar 18th, 2024
Laravel Framework (PHP)
Laravel Framework (PHP)
Creating a route in Laravel PHP Framework
Mar 18th, 2024
Laravel Framework (PHP)
SQLite
What is SQLite? Everything about SQLite with examples
Mar 18th, 2024
SQLite
C Programming
If, If-Else Statements in C Programming (with examples)
Mar 10th, 2024
C Programming
C Programming
Calculating sum of digits in a given number in C
Mar 10th, 2024
C Programming
C Programming
Sorting an Array in C (with examples)
Mar 10th, 2024
C Programming
C Programming
Multi-Dimensional Arrays in C
Mar 10th, 2024
C Programming
C Programming
What are double pointers in C?
Mar 10th, 2024
C Programming
C Programming
Logical Operators in C
Mar 9th, 2024
C Programming
C Programming
What are variables in C?
Mar 9th, 2024
C Programming
Python
How to Fix Error: Length of values does not match length of index
Mar 9th, 2024
Python
Python
Guide to using matplotlib subplots in Python
Mar 9th, 2024
Python
product
Best Udemy alternatives for instructors in 2024
Feb 22nd, 2024
product
Go Language
How to compile and run a Go program
Feb 19th, 2024
Go Language
JavaScript
How to add leading zero to a number in JavaScript
Feb 19th, 2024
JavaScript
product
How to create coding interviews on Codedamn?
Feb 7th, 2024
product
Web Development
Safari cookie is not being set – Here’s a fix
Feb 5th, 2024
Web Development
product
7 Best Teachable Alternatives in 2024 For Content Creators
Jan 23rd, 2024
product
product
How to learn coding on codedamn? A comprehensive guide
Dec 13th, 2023
product
Python
Do semicolons in Python mean anything?
Nov 26th, 2023
Python
Frontend
Scrollbar styling in Tailwind CSS
Nov 26th, 2023
Frontend
Programming
What is cout in C++
Nov 26th, 2023
Programming
Java
What is Modulo/Modulus/Remainder Operator In Java?
Nov 20th, 2023
Java
Python
What is __repr__ in Python?
Nov 20th, 2023
Python
Java
What is XOR operator in Java
Nov 19th, 2023
Java
React JS
How to use inline styles in React.js
Nov 19th, 2023
React JS
Java
What are optional parameters in Java?
Nov 19th, 2023
Java
C Programming
What is \ 0 (null byte) in C? Explained with examples.
Oct 31st, 2023
C Programming
Databases
How to uninstall PostgreSQL from your macOS?
Oct 28th, 2023
Databases
Databases
PostgreSQL Cheat Sheet You Should Know
Oct 28th, 2023
Databases
Databases
CASE in PostgreSQL explained with examples
Oct 27th, 2023
Databases
SQL
PostgreSQL vs MySQL – The ultimate comparision
Oct 27th, 2023
SQL
SQL
WHERE AND syntax in SQL – Complete guide
Oct 27th, 2023
SQL
SQL
What is SQL? Complete introduction to SQL
Oct 27th, 2023
SQL
Tips
How To Ask Your Employer To Pay For Your Professional Development
Oct 22nd, 2023
Tips
Frontend
What is the purpose of the HTML head section?
Oct 10th, 2023
Frontend
Frontend
What is the difference between block, inline, and inline-block display values in CSS?
Oct 10th, 2023
Frontend
Frontend
How to create a basic navigation bar using HTML and CSS?
Oct 9th, 2023
Frontend
React JS
How can I make my React app more accessible?
Oct 9th, 2023
React JS
Frontend
What’s the difference between em, rem, px, and % units in CSS?
Oct 9th, 2023
Frontend
Frontend
What is the difference between margin and padding in CSS?
Oct 9th, 2023
Frontend
React JS
Why is the key prop important when rendering lists?
Oct 9th, 2023
React JS
React JS
What is virtual DOM in React?
Oct 9th, 2023
React JS
React JS
What is JSX? Why React.js uses JSX?
Oct 9th, 2023
React JS
Linux
How to Manage System Users in Linux
Oct 9th, 2023
Linux
JavaScript
Fix JavaScript Error “Cannot read properties of undefined”
Sep 13th, 2023
JavaScript
JavaScript
Introduction To Zod TypeScript
Aug 31st, 2023
JavaScript
JavaScript
How to fix JavaScript error: Cannot redeclare block-scoped variable
Aug 31st, 2023
JavaScript
Instructor
How to build a course online? Build an online coding course
Aug 28th, 2023
Instructor
Web Development
10 Fun Coding Projects For Beginners
Aug 27th, 2023
Web Development
Linux
How to work with Regular Expressions in Bash?
Jul 20th, 2023
Linux
Linux
How to work with files in bash?
Jul 20th, 2023
Linux
Linux
Working with Variables in Bash: A Practical Guide
Jul 20th, 2023
Linux
React JS
Creating and Using Custom Hooks in React
Jul 20th, 2023
React JS
React JS
How to Use the useState Hook in React.js
Jul 20th, 2023
React JS
React JS
Managing State in React.js: Techniques and Best Practices
Jul 19th, 2023
React JS
React JS
What are Props in React: A Comprehensive Guide with Examples
Jul 19th, 2023
React JS
Linux
Array Manipulation in Bash
Jul 19th, 2023
Linux
JavaScript
What are Generators in JavaScript
Jul 18th, 2023
JavaScript
JavaScript
A Practical Guide to Using Local Storage in JavaScript
Jul 17th, 2023
JavaScript
JavaScript
The Art of Naming Variables in JavaScript: Tips and Best Practices
Jul 17th, 2023
JavaScript
JavaScript
How and Why to Use Linters in JavaScript?
Jul 17th, 2023
JavaScript
JavaScript
The Benefits of Using JSDoc for Commenting Your JavaScript Code
Jul 17th, 2023
JavaScript
Python
Assertions in Python
Jul 17th, 2023
Python
Python
If-Else in Python: Complete Guide with Examples
Jul 16th, 2023
Python
JavaScript
Understanding DOM Events in JavaScript: A Comprehensive Guide
Jul 16th, 2023
JavaScript
Frontend
What is Responsive Design? A Guide to Modern Web Development
Jul 15th, 2023
Frontend
Programming
Freelance Coding: Tips and Tricks for Success
Jul 4th, 2023
Programming
Python
Python List Is Empty: All Methods to Check
Jul 1st, 2023
Python
Python
Solving “Only Size-1 Arrays Can Be Converted to Python Scalars” Error
Jun 30th, 2023
Python
Frontend
How to center elements with flexbox – Complete guide
Jun 25th, 2023
Frontend
JavaScript
JavaScript Window Location Explained – Complete Guide
Jun 24th, 2023
JavaScript
Programming
Fix Git Error: failed to push some refs to remote
Jun 24th, 2023
Programming
Python
How to implement Switch Case in Python
Jun 22nd, 2023
Python
product
Codedamn Partners with BITS Pilani to Empower Student Developers
Jun 17th, 2023
product
Databases
ACID properties of PostgreSQL
Jun 17th, 2023
Databases
Programming
TCP/IP Model in Computer Networking
Jun 17th, 2023
Programming
Node.js
Memory Management in Node.js: A Beginner’s Guide
Jun 16th, 2023
Node.js
Node.js
Node.js Security Tips: Top Practices Every Developer Should Know
Jun 16th, 2023
Node.js
Frontend
Radio buttons in HTML
Jun 16th, 2023
Frontend
Frontend
How to add image in HTML
Jun 16th, 2023
Frontend
Frontend
How many tags are there in HTML?
Jun 15th, 2023
Frontend
API
The Rising Costs of Social Media APIs: The Twitter-Reddit Scenario
Jun 11th, 2023
API
Node.js
How To Fix ReferenceError: fetch is not defined
Jun 10th, 2023
Node.js
Python
Fix Python Error “defaulting to user installation because normal site-packages is not writeable”
Jun 10th, 2023
Python
JavaScript
What is [object, object] in JavaScript? How to fix?
Jun 9th, 2023
JavaScript
Python
Python check if a file or directory exists
Jun 5th, 2023
Python
Web Development
What does about:blank page mean in browsers
Jun 5th, 2023
Web Development
Python
Python remove item from list – Complete guide with examples
Jun 5th, 2023
Python
C Programming
Fibonacci series number in C – Complete guide with example
Jun 5th, 2023
C Programming
Web Development
How to Become a Full Stack Developer in 2023 Complete Guide
Jun 4th, 2023
Web Development
Programming
How to solve coding problems step by step – Complete guide
Jun 4th, 2023
Programming
Node.js
Libuv in Node.js
Jun 4th, 2023
Node.js
JavaScript
How to Compare 2 Arrays in JavaScript
Jun 3rd, 2023
JavaScript