Tapas Adhikaryblog.greenroots.info·15 hours agoHow to navigate between routes in Next.js?Next.js App router enables us to create file-system-based routing where the top-level app/ folder acts as the root route(/), and a special page.js file under it acts as the page for that route segment. Often, we would like to go from one page to anot...Discuss·16 likes·106 readsBuild with Next.jsNext.js
GAURAV YADAVgaurav246blogs.hashnode.dev·Dec 7, 2023151 DSA Problem journeyQ4:)Given an integer array, find a subarray that has the largest product, and return the product. The test cases are generated so that the answer will fit in a 32-bit integer. Example : Input: nums = [2,3,-2,4] Output: 6 Explanation: [2,3] has the la...Discuss·11 likesC++
Cherlock Codeevergrowingdev.hashnode.dev·Dec 7, 2023🦚 Transform Your Dev Workflow with AIIt’s no secret that AI is changing many parts of software development. And if you’re a new developer starting your journey in this fast-moving field, using AI can give you an edge by making you more productive and improving your skills. The tools and...DiscussProductivityAI
Adriancodewithadrian.hashnode.dev·Dec 6, 2023The Key to Staying Relevant in Programming: Embracing Lifelong LearningIn the ever-evolving world of technology, the journey of a programmer is marked not just by the projects they complete but by the continuous learning and adaptation they undertake. The field of programming is dynamic, making lifelong learning not jus...Discusslife long learning
Bashar Omarbasharomar.hashnode.dev·Dec 6, 2023Git-GitHub ConceptsGetting Started Begin using GitHub to manage Git repositories and collaborate with teams. Understand what Git is, learning resources, and essential tools. Meanings of Terms or Concepts in Git & GitHub Basic Concepts 1 - What is a Repository? A Repo...DiscussGitHub
GAURAV YADAVgaurav246blogs.hashnode.dev·Dec 5, 2023151 DSA Problem journeyGiven an integer array nums sorted in non-decreasing order, return an array of the squares of each number sorted in non-decreasing order. Example: Input: nums = [-4,-1,0,3,10] Output: [0,1,9,16,100] Explanation: After squaring, the array becomes [16,...Discuss·11 likesC++
Bashar Omarbasharomar.hashnode.dev·Dec 4, 2023Three Js What is it?Basic Knowledge The Internet has rapidly evolved in recent years. With the widespread adoption of HTML5 and numerous advancements in this field, the capabilities and performance of web pages have become stronger, faster, and easier. It is now possibl...Discuss·2 likesthree
IyanuØluwaiyanucodes.hashnode.dev·Dec 4, 2023Short-Circuiting the && (AND) and || (OR) operatorShort-circuiting is a feature of the logical operators && (AND) and || (OR) that allows them to return a value without evaluating the whole expression. This can improve the efficiency and speed of evaluating a condition or expression. In JavaScript w...DiscussJavaScript
Michael LaroccaPromichaeljudelarocca.hashnode.dev·Dec 4, 2023JavaScriptmas 2023 - Week 1Tis the season! JavaScriptmas is here again! JavaScriptmas is a FREE annual festive coding event hosted by the online coding school Scrimba, consisting of 24 daily coding challenges, prizes, and more! JavaScriptmas 2023 What is JavaScriptmas? Java...Discuss·1 likeScrimba
{ Aman }justaman045.hashnode.dev·Dec 4, 2023Things I'll be focusing on in 2024Things I'll be focusing on in 2024 I've been following the To-Do kind of way to easily track down my steps to achieve the goal. So why shouldn't we just try to implement that procedure to learn something new? So here I come with my list to focus on t...Discuss·1 like#codenewbies