Paul McAvineyforDeveloper DAOgrotesque-shame-tremble-47.hashnode.net·Mar 4, 2022The #100DaysOfWeb3 ChallengeAbout The Challenge In this challenge, you are tasked with learning something Web3-related every day for 100 days. You should publicly announce somewhere, perhaps on Twitter, that you are attempting the challenge. Ideally, you will also post your pro...Arun K C and 1 other are discussing this2 people are discussing thisDiscuss·90 likes·413 readsWeb3Already started this awesome journey! 🤩 https://twitter.com/arunkc97/status/1499421614596841473?s=20&t=ZKuEEn1QXJQo2qBB5nk3mA 4
Geshan ManandharforGeshan's Bloggeshan.hashnode.net·Jan 6, 2021FeaturedHow to outperform your competition in take-home coding challengesLike it or not, your hiring process will most of the time involve take-home coding challenges. You can either perform poorly in it or excel. With the steps in this guide, you can surely outclass your competition in any take-home coding challenge. Fol...Osinachi Chukwujama and 1 other are discussing this2 people are discussing thisDiscuss·83 likes·457 reads2Articles1Week
Gopi Gorantalafor👨🏻💻 ggorantalaggorantala.hashnode.net·Mar 4, 2022Power of Two, A Google Interview Question - Java SolutionIn this lesson, we will try to check if the given number is a power of 2. We solve this by writing an efficient algorithm that takes an optimal amount of time. Introduction Let’s do another challenging question to check your understanding of Bitwise ...Discuss·77 likes·172 readsCoding Interviewsalgorithms
Hussnain AhmadforDisparate Wanderings of Psycho Coderpsychocoder.hashnode.net·Apr 23, 2023Weekly Dev Journal - Episode # 13Hello, Welcome to the 13th Episode of Weekly Dev Journal. Here you will get some useful resources, interesting articles, and my learnings in the programming world. Now let's start with today's EPISODE. Learnings: Coding: As coding work, I worked on s...DiscussWeekly Dev Journalpsycho coder
Priya ChakrabortyforPriya's blogpriyachakraborty.hashnode.net·Apr 22, 2023DAY 7 of PYTHON top 100 questions : from Basic to Advanced !!Write a Python program to check whether a given string is a palindrome or not:- str=input("ENTER THE STRING : ") if str == str[::-1]: print("YES") else: print("NO") Output: ENTER THE STRING : eye YES The code first prompts the user to inpu...Discuss100DaysOfCode
Katie SmithforInda Knowindaknow.hashnode.net·Apr 20, 2023DRY: Don't Repeat YourselfWhen it comes to coding, redundancy is the most frustrating thing, other than bugs or your code breaking of course. I have struggled with this myself a little, especially when just going through the motions of coding, all you want to do is get your c...Discussdry
Hussnain AhmadforDisparate Wanderings of Psycho Coderpsychocoder.hashnode.net·Apr 18, 2023Building Code Competition Portal Website in Next JS - Part # 00Hello, Welcome to another series. This series is about making a code competition portal website as a part of a side project. This article is all about the planning of that project. After planning, we will move on to design and then finally coding the...DiscussBuild In Public
Kelechi VictorforKC_Victorkcvictor.hashnode.net·Apr 17, 2023Coding with Mobile Phone.Many newbies getting started in tech today mostly those from the third-world country seem to not have a learning device, but most if not all have a smartphone. Some don't know that they can start somewhere using their smartphones. Using a smartphone ...Discuss·3 likes·26 readsProgramming Tips
Marcia CrippsforMarcia Cripps's Blogmarciac95.hashnode.net·Apr 15, 2023Choosing Your Coding Adventure: Which Programming Language Should You Learn?Embarking on the journey of learning to code can be both exciting and overwhelming. With many programming languages available, one of the most common questions among coding enthusiasts is, "Which programming language should I learn?" In this blog pos...Discuss·29 likescoding
Sai PranayforSai Pranay's Blogsaipranay47.hashnode.net·Apr 15, 2023Where to Practice Your Frontend Skills?Becoming a proficient front-end developer requires consistent practice and staying up-to-date with the latest technologies and techniques. With numerous resources available online, it can be challenging to find the best platforms to practice your fro...Discuss·20 likesFrontend Development
Hussnain AhmadforDisparate Wanderings of Psycho Coderpsychocoder.hashnode.net·Apr 13, 2023MY GOALS for 2nd Semester of UniversityHello, It's the start of my 2nd semester at my University and I think it's a great time to write some GOALS that I will try to achieve this semester. Here are the GOALS that I will complete before the end of 2nd semester (In Sha ALLAH). Convert my I...Discusspsycho coder
Ronica SinghforRogueDev's GameDev Blogronicasingh.hashnode.net·Apr 13, 2023JavaScript 101 - The BasicsHow to read input data from the console? In JavaScript, to input data from the user, you use the prompt() function or the ES6 readLine(). In some online competitive challenges, its possible their JavaScript compiler would require you to use the readL...DiscussJavaScript
Swati SarangiforCoding Concoctioncodingstars.hashnode.net·Apr 9, 2023Projects in Python related to user account creation💡Introduction This post is a part of #BlogchatterA2Z Challenge 2023. Are you looking for Python projects related to user account creation? Check out these coding challenges that can help you improve your skills in this area. From creating user accou...Discuss·6 likesPythonproblem solving skills