© 2023 Hashnode
#30-days-of-code
Drawing inspiration from HackerRank's #30DaysOfCode Day 10 challenge on Binary Numbers, I present a comprehensive analysis of the problem and share my insights and techniques for successfully solving …
Overview I'll be sharing my hashnode & appwrite hackathon journey on Twitter, what I'm going to build and what I learned from the journey, what stack I'm going to use etc. it's important to note that…
Introduction Hey folks, the 30DaysOfJavaScript is a guide for both beginners and advanced JavaScript developers. In this Blog series, you'll learn all about JavaScript, the most popular programming la…
Learnings 1)Learn about JVM and the installation of JDK. 2)Read about java language specifications. 3)Learn about internal working. 4)learn about language fundamentals.
Hello, guys I have completed the 30 days coding challenge, Before I narrate my experience regarding the 30 days coding challenge organized by the Code For Community (CFC) club of GEC Raipur, Let me in…
Hi everyone 👋🏻 Here is solution of #Day2 of #30daysofcode by Newton School & 30 Days Of Code 🚀 Problem name: Edward and Maths Competition Link: https://my.newtonschool.co/playground/code/0vb6uf9tra6m ✅Approach: Solved using simple maths …
What is useRef()? First of all, let's compare useRef() with useState(). The main difference between them is, a change in useState() variable will always cause a re-render, whereas, a change in useRef() won't cause the re-render. People use …
Hi Everyone, Here is the solution of #Day1 of #30daysOfCode by Newton School & Everyday Coders🚀 Problem name: Mall and CouponsLink: https://lnkd.in/dpPk546m See my solution using a heap.✅Approach: Take the maximum price and apply a coupon …
Hi everyone 👋🏻 Here is solution of #Day2 of #30daysofcode by Newton School & 30 Days Of Code 🚀 Problem name: Friends Or Not? ! Link: https://my.newtonschool.co/playground/code/nru0grk3qnkr ✅Approach: Used an Undirected graph. If any node…
Here are some tips for achieving the 30 Days of Code challenge: Set clear goals: Before you start the challenge, make sure you have a clear understanding of what you want to achieve. Do you want to l…