Shivank Kapurshivankkapur.hashnode.net·Apr 23, 2023Day 1 Of #30DaysOfJavaScriptIntroduction 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 language in the history of mankind. JavaScript is us...Discuss·10 likes30 Days of Code
Krupesh Vithlanifor30 Days Of Code30doc.hashnode.net·Jan 17, 2023Day 1 of 30 Days Of CodeHi 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 on it if a...Discuss·5 likes·95 reads30 Days of Code
pradeep bisenpradeepbisen.hashnode.net·Feb 1, 202330 days of coding challengeHello, 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 introduce myself first. My name is Pradeep Bisen, I ...Discuss·2 likes·117 reads30 Days of Code
Shivank Kapurshivankkapur.hashnode.net·Apr 23, 2023Day 1 Of #30DaysOfJavaScriptIntroduction 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 language in the history of mankind. JavaScript is us...Discuss·10 likes30 Days of Code
HARSHIKA ADARSHharshikaadblogs.hashnode.net·Feb 4, 2023Day 1/30 of codeLearnings 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.Discuss30 Days of Code
pradeep bisenpradeepbisen.hashnode.net·Feb 1, 202330 days of coding challengeHello, 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 introduce myself first. My name is Pradeep Bisen, I ...Discuss·2 likes·117 reads30 Days of Code
vaneela khatrifor30 Days Of Code30doc.hashnode.net·Jan 19, 2023Day 3 of 30 Days Of CodeHi 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 concept. I...Discuss·1 like·177 reads30 Days of Code
Tushar Rupanitushar-rupani.hashnode.net·Jan 18, 2023Understanding useRef() in ReactWhat 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 it for acc...Discuss·66 readsReact
Krupesh Vithlanifor30 Days Of Code30doc.hashnode.net·Jan 17, 2023Day 1 of 30 Days Of CodeHi 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 on it if a...Discuss·5 likes·95 reads30 Days of Code
vaneela khatrifor30 Days Of Code30doc.hashnode.net·Jan 17, 2023Day 2 of 30 Days Of CodeHi 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 has (n-1)...Discuss·1 like·207 readsday2
Nadeem khannadeemdev.hashnode.net·Dec 21, 2022how to achieve 30 days of code challenge?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 learn a specific programming language or technology...Discuss30 Days of Code
Nadeem khannadeemdev.hashnode.net·Dec 21, 202230 days of Javascript?30 Days of JavaScript is a popular online course that teaches the basics of the JavaScript programming language. It is designed for beginners who want to learn the fundamentals of JavaScript and how to use it to build web applications. The course cov...Discuss·41 reads30 days of javascript
Eliud Githukugiteliud.hashnode.net·Dec 12, 2022Day 6 and 7 of #30-days-of-codingDictionaries in python are used to store data in key-value pairs. Values in a dictionary are changeable via methods that will be discussed later on in this article. The syntax of a dictionary is as follows: this_dict = { 'fname': 'John', 'ln...Discuss·44 readsPython 3