Richa for<SheCode/>richak.hashnode.net·Nov 8, 2022What is Prop Drilling ?🤔✨Hey, React js Developers 😇!! In this article we'll cover the prop drilling topic. 🎯What is Prop Drilling ? 👉 If we want to pass data from parent component to it's nth child components in such scenario we have to pass data all the child components ...Discuss·22 likes·109 reads2Articles1Week
Abdulmuiz sulaimanforAbdulmuheezdevabdulmuheez.hashnode.net·Oct 2, 2022Const vs. let vs. varIntroduction In declaring a variable in Javasccript, the var keyword is utilized. However, the release of ES2015/ES6 in 2015 introduced two new keywords let and const. After the release of ES6 it is possible to utilize const, let or var when declari...Discuss·10 likes·85 readsJavaScript
Abdulmuiz sulaimanforAbdulmuheezdevabdulmuheez.hashnode.net·Oct 3, 2022Boolean logicintroduction Modern programmers owe a lot to the efforts of many head in the sky theoretical mathematicians from the 1800s and early 1900s who were searching for mathematical truths and ended up making discoveries that serve as the basics of many mod...Discuss·8 likes·30 readsJavaScript
Were Samson BrunoforSamsonroyal Blogsamsonroyal.hashnode.net·Jan 31, 2023Build and deploy an app using the Next.js 13 app directory.Prerequisites: First, make sure your development environment meets the following requirements: Node.js 16.8 or later. MacOS, Windows (including WSL), and Linux are supported. Undertsanding of HTML, CSS, Js and React components Basic Knowledge of ...Discuss·123 readsReact
Dhanush NforDhanush Ndhanushnehru.hashnode.net·Jan 17, 2023Concurrent programming in NodeJsOne of the strengths of Node.js is its ability to handle multiple tasks simultaneously, through a technique called concurrency. This allows your application to perform multiple tasks at the same time, instead of waiting for one task to be complete be...Discuss·1 like·63 readsNode Js Concepts Node.js
David JohnforMcsavvymcsavvy.hashnode.net·Dec 10, 2022First In, First Out or Last In, First Out: The Power of Stacks and QueuesWhat Are Stacks And Queues stacks A stack is a collection of objects that are stored and accessed according to the last-in, first-out (LIFO) principle. This means that the last object added to the stack will be the first one to be removed. Stacks are...Discuss·111 readsPython For Future DevsPython
David JohnforMcsavvymcsavvy.hashnode.net·Dec 8, 2022Meet Assistant: Your Personal Language Modelhttps://twitter.com/openai_group/status/1600588192285081601?s=20&t=Jto4dfdOsj-DeuEFYDmRSg Tell us about yourself. Hello! My name is Assistant, and I am a large language model trained by OpenAI. I am not a real person, but a computer program designe...Discuss·1 like·69 readsai
David JohnforMcsavvymcsavvy.hashnode.net·Dec 7, 20225 Common Pitfalls to Avoid as a Beginner ProgrammerAs a beginner programmer, it's natural to make mistakes and encounter challenges along the way. However, there are some common pitfalls that many beginners fall into, and learning to avoid them can help you become a more effective and successful prog...Discuss·1 like·112 readscrazyblogger
Richa for<SheCode/>richak.hashnode.net·Nov 8, 2022What is Prop Drilling ?🤔✨Hey, React js Developers 😇!! In this article we'll cover the prop drilling topic. 🎯What is Prop Drilling ? 👉 If we want to pass data from parent component to it's nth child components in such scenario we have to pass data all the child components ...Discuss·22 likes·109 reads2Articles1Week
Abdulmuiz sulaimanforAbdulmuheezdevabdulmuheez.hashnode.net·Oct 6, 2022Javascript: Type conversion and Type coercionAs in our day-to-day life, we already used conversion terms. In computers, the term conversion refers to the ability to convert one file format into other file formats without any problems i.e. converting the file .JPG into .PDF or text file into an ...Discuss·67 readsJavaScript
Abdulmuiz sulaimanforAbdulmuheezdevabdulmuheez.hashnode.net·Oct 5, 2022Ternary operator in JavascriptWhat is a Ternary Operator? Ternary Operator in Javascript is a special operator which has three operands. In JavaScript, there is only one such operator, and that is the Conditional Operator or the Question Mark Operator( ?: ) This operator is used ...Discuss·102 readsJavaScript
Abdulmuiz sulaimanforAbdulmuheezdevabdulmuheez.hashnode.net·Oct 4, 2022Expressions And Statements in Javascriptstatement and expression are terms used to describe javascript codes, it is important that we understand these two distinct concepts. Javascript as a language makes distinction between statement and expression. Expression An expression is any line of...Discuss·85 readsJavaScript
Abdulmuiz sulaimanforAbdulmuheezdevabdulmuheez.hashnode.net·Oct 3, 2022Boolean logicintroduction Modern programmers owe a lot to the efforts of many head in the sky theoretical mathematicians from the 1800s and early 1900s who were searching for mathematical truths and ended up making discoveries that serve as the basics of many mod...Discuss·8 likes·30 readsJavaScript