© 2023 Hashnode
#newbie
What is DNS? The Domain name system (DNS) is a naming database in which Internet domain names are located and translated into Internet Protocol (IP) addresses. The domain name system maps the name peo…
Introduction Coding can be intimidating, especially when you are a newbie, each time you get stuck or you can't figure something out try Google! Google is an invaluable tool to help you find answers t…
The reason behind the blog People tend to share their achievements all the time but what matters is how they dealt with their failures, cause often a failure can break someone's confidence to such an …
Say you are solving the Rubik’s cube, and you are a couple of steps toward the whole solution and at this point you get stuck. Maybe you would need to track back a few steps or get assistance from a f…
Coding has the power to unleash your child's inner math genius! Yes, you read it right! Coding, the language of the future, not only opens doors to technology but also serves as a secret weapon for en…
Exploring Lists in Python In Python, a list is a versatile collection type used to store multiple values into a single variable. Lists are represented by an opening square bracket [, followed by the e…
The only thing standing between you and your goals is your lack of execution. Welcome, Everyone! I want to give a quick intro about myself, the purpose of this blog, and how I plan to use it moving fo…
Clicking the 'Back Button' in the browser instantly redirects to the previous page instead of closing the modal. After After clicking 'Back Button' in Browser it will close the modal When using my React app on a mobile device, I encounte…
What are python loops? Loops are fundamental programming constructs that allow us to repeat a block of code for a specific number of times or until a certain condition is met. In Python, there are two…
“Novice”, “Starter” and “Learner” are the words synonymous to a beginner. If you have no prior experience to the creating process related to software; then my friend you are a beginner. Fret not, as h…