codedamn
Categories
What do you need to learn today?
codedamn
Categories
Rishabh Rao
@rishabh • 85 articles written
Uncategorized
How to add IDE and coding labs to your website?
Jul 31st, 2024
Uncategorized
Programming
What is Master Theorem in Data Structures and Algorithms (DSA)?
Mar 18th, 2024
Programming
Python
How to install Python on macOS with brew?
Mar 18th, 2024
Python
Selenium
Python Selenium Web Scraping Guide
Mar 18th, 2024
Selenium
React JS
How to Use useState or useEffect Hook in React
Mar 18th, 2024
React JS
C Programming
Switch Statement in C programming (with examples)
Mar 10th, 2024
C Programming
Programming
Computer Science for beginners – Everything you need to know
Mar 10th, 2024
Programming
C Programming
Recursion in C
Mar 10th, 2024
C Programming
Programming
How to calculate fibonacci Series Using Recursion?
Mar 10th, 2024
Programming
C Programming
Finding frequency of given element in a sorted array in C
Mar 10th, 2024
C Programming
C Programming
Accessing String Using Pointers in C
Mar 10th, 2024
C Programming
C Programming
Ternary Operators in C
Mar 9th, 2024
C Programming
Python
How to rename columns in Pandas (with examples included)
Mar 9th, 2024
Python
Python
How to use matplotlib colormaps in Python?
Mar 9th, 2024
Python
Go Language
How to create your first Go program
Feb 19th, 2024
Go Language
Go Language
Arrays in Go
Feb 19th, 2024
Go Language
Go Language
Conditionals in Go
Feb 19th, 2024
Go Language
Linux
What is OAuth 2 and how does it work?
Feb 5th, 2024
Linux
Linux
How To Edit the Sudoers File
Feb 5th, 2024
Linux
Linux
How To Set Up SSH Keys on Ubuntu
Feb 5th, 2024
Linux
Nextjs
How to reset Next.js development cache?
Feb 5th, 2024
Nextjs
Frontend
Display in Tailwind CSS
Nov 26th, 2023
Frontend
Frontend
Backdrop blur in Tailwind CSS
Nov 26th, 2023
Frontend
Nextjs
Is Next.js a frontend or backend framework?
Nov 26th, 2023
Nextjs
Java
How to fix “Cannot find symbol” error in Java?
Nov 19th, 2023
Java
Java
What is ‘final’ keyword in Java?
Nov 19th, 2023
Java
Java
How to declare an Array in Java
Nov 19th, 2023
Java
SQL
What is subquery in SQL?
Oct 28th, 2023
SQL
SQL
What is NVL in SQL – Complete guide with example
Oct 28th, 2023
SQL
Frontend
What is HTML and how is it different from CSS?
Oct 28th, 2023
Frontend
Databases
LIKE in PostgreSQL explained with examples
Oct 27th, 2023
Databases
Databases
How to create a database in PostgreSQL?
Oct 27th, 2023
Databases
Frontend
How to handle browser compatibility issues in CSS?
Oct 10th, 2023
Frontend
Frontend
What is the use of <!doctype HTML> declaration?
Oct 9th, 2023
Frontend
Frontend
What’s the difference between id and class in HTML/CSS?
Oct 9th, 2023
Frontend
Frontend
How to create a hyperlink in HTML?
Oct 9th, 2023
Frontend
React JS
What are refs in React.js and when should you use them?
Oct 9th, 2023
React JS
React JS
Why are React hooks like useEffect and useState important?
Oct 9th, 2023
React JS
Frontend
Why is it important to have a meta tags in HTML?
Oct 9th, 2023
Frontend
React JS
Why do you need to use setState instead of directly modifying the state?
Oct 9th, 2023
React JS
React JS
How do I create a React component? Complete guide with examples
Oct 9th, 2023
React JS
React JS
How React Component Lifecycle Methods Work?
Oct 9th, 2023
React JS
Node.js
Important JavaScript Concepts to Know Before Learning Node.js
Oct 9th, 2023
Node.js
TypeScript
TypeScript type vs interface – What is the difference?
Oct 7th, 2023
TypeScript
Programming
How often should you practice coding?
Oct 7th, 2023
Programming
TypeScript
Exclude Property From Type In TypeScript
Sep 13th, 2023
TypeScript
Git
Fix git error – Updates were rejected because the tip of your current branch is behind
Sep 13th, 2023
Git
Python
Fix ValueError: “invalid literal for int() with base 10” in Python
Sep 13th, 2023
Python
TypeScript
What are Mapped Types in TypeScript?
Sep 13th, 2023
TypeScript
Linux
How to use for and while loops in bash scripting?
Jul 20th, 2023
Linux
Linux
Securing Data Transfer with SSH and SCP in Linux
Jul 20th, 2023
Linux
Linux
How To Use Pipelines in Bash
Jul 19th, 2023
Linux
JavaScript
Best Practices for Object-Oriented Programming in JavaScript
Jul 19th, 2023
JavaScript
JavaScript
Prototypes vs. Classes in JavaScript
Jul 19th, 2023
JavaScript
JavaScript
Exploring JavaScript Modules: All the way from IIFEs to ES6 Modules
Jul 18th, 2023
JavaScript
JavaScript
What is ‘this’ keyword in JavaScript? Complete guide
Jul 18th, 2023
JavaScript
JavaScript
What is microtask queue in JavaScript?
Jul 18th, 2023
JavaScript
JavaScript
JavaScript Callbacks Explained: A Guide to Asynchronous Programming
Jul 18th, 2023
JavaScript
JavaScript
What is Hoisting and Scoping in JavaScript?
Jul 18th, 2023
JavaScript
Python
Python File Handling
Jul 17th, 2023
Python
Python
Understanding Break, Continue, and Pass in Python with Examples
Jul 16th, 2023
Python
JavaScript
Mastering JavaScript Regular Expressions: A Comprehensive Guide
Jul 16th, 2023
JavaScript
Python
Python Syntax Explained: A Comprehensive Breakdown
Jul 16th, 2023
Python
Programming
Why Page Speed Matters for SEO: A Technical Guide for Developers
Jul 15th, 2023
Programming
Python
How to do Web Scraping with Python
Jul 15th, 2023
Python
Programming
Troubleshooting Guide for “DNS Server Not Responding” Issue
Jul 5th, 2023
Programming
JavaScript
What is void(0) in JavaScript
Jul 5th, 2023
JavaScript
Git
Delete Branch in Git: A Step-by-Step Guide
Jul 5th, 2023
Git
Python
Understanding ‘is in’ Operator in Python
Jul 3rd, 2023
Python
Python
Python Exponent Operation: A Practical Guide
Jul 2nd, 2023
Python
Java
How to convert string to int in Java?
Jun 25th, 2023
Java
Java
Increment (++) and Decrement (–) Operators in Java Explained
Jun 25th, 2023
Java
AWS
Which companies use AWS Cloud Provider?
Jun 22nd, 2023
AWS
AWS
What is AMI in AWS? Complete Guide To Using AMI
Jun 22nd, 2023
AWS
Web Development
10 Essential Skills Every Web Developer Should Learn
Jun 12th, 2023
Web Development
Python
Fix Python ImportError or ModuleNotFoundError: No module named ‘yaml’
Jun 10th, 2023
Python
AWS
How to fix “The provided execution role does not have permissions to call CreateNetworkInterface on EC2”
Jun 10th, 2023
AWS
AWS
How to connect to EC2 instance in AWS?
Jun 10th, 2023
AWS
AWS
Terraform vs CloudFormation – Complete Guide
Jun 9th, 2023
AWS
JavaScript
How to Write a Regular Expression for a URL in JavaScript
Jun 8th, 2023
JavaScript
JavaScript
indexOf() String Method in JavaScript
Jun 6th, 2023
JavaScript
JavaScript
How to remove element from an array in JavaScript
Jun 6th, 2023
JavaScript
Programming
How to do git push to remote branch
Jun 6th, 2023
Programming
Java
Top 25 Java Algorithm Interview Questions
Jun 4th, 2023
Java
Company
Feature Update – codedamn Playgrounds
Apr 14th, 2022
Company