Maneeshwar Karnekarne.hashnode.dev·Dec 9, 2024Confused with relative paths?Here’s a list of how directories and file paths work in most programming environments: Relative Paths ./name.txt: Refers to the file name.txt in the current directory. ../name.txt: Refers to the file name.txt in the parent directory of the curren...Discusspath
Asawerasawer.hashnode.dev·Nov 19, 2024Node.js Path Module: A Comprehensive Guide for Beginners1. What is the path Module? The path module is a built-in Node.js module used to work with file and directory paths. It provides utilities to: Construct paths. Normalize paths. Resolve absolute paths. Extract specific parts of paths (like directo...DiscussNode.js
Kazhian Muthusami (Kaz)kazhian.hashnode.dev·Oct 19, 2024Unlocking the Mystery of 6174: The Fascinating Journey of Kaprekar's ConstantIntroduction Dattatreya Ramchandra Kaprekar (Marathi: दत्तात्रेय रामचंद्र कापरेकर; 17 January 1905 – 1986) was an Indian recreational mathematician who discovered the intriguing number known as Kaprekar's constant, named in his honour. Despite lackin...DiscussMathematics
Arnav Singhpythonfornoobs.hashnode.dev·Oct 9, 2024Mastering Python Loops: For, While & Nested Loops ExplainedWhat will you learn? ConceptSummary For LoopRepeats a block of code a specific number of times using a sequence. While LoopContinues running a block of code as long as a condition remains true. Nested LoopsA loop inside another loop, useful ...Discuss·10 likesPython for Noobswhile loop python
Krishna Ketan Raikrikera.hashnode.dev·Oct 6, 2024A Developer's Guide to Path Management in VS Code for React and PythonIf you're anything like me, you've undoubtedly encountered this situation: You're working in VS Code on a Python or React project when all of a sudden you're faced with absurd path difficulties. Your code works perfectly, but you're receiving "Module...Discuss·30 readsVS Code
Shani Riversshanirivers.hashnode.dev·Oct 3, 2024How to Kickstart Your Career in DataWhy did I give you a roadmap instead of writing courses on the basics of SQL, HTML, CSS, and Javascript? Because, there are so many great and free stuff out there that I feel do more than a great job at getting a beginner up to speed, especially befo...DiscussData Science
Neelesh Joshineeltyper001.hashnode.dev·Sep 23, 2024App Write Invalid URL ErrorHello friends, hope you all are doing well. This post will be short and straight forwarded regarding this problem when it comes to add a file to the Appwrite bucket. The approach is kind of naïve since I followed the documentation straight forwardly....DiscussInvalid URL error
Fatima Jannetmahia.hashnode.dev·Aug 22, 2024Shortest Path: Single Source and All PairsI will be covering two types of path here. Lets' start! Single Source Shortest Path A single source problem is about finding a path between a given vertex (called source) to all other vertices in graph such that the total distance between them (sourc...DiscussPython Data Structure and Algorithm - DSApath
Nikunj Mewadamenikunj.hashnode.dev·Jan 20, 2024Starting with Path in SwiftUIPath in SwiftUI is a fun thing to play with. You can draw basically anything within your own coordinate space. Before diving into Path, let's understand a bit about coordinate space. Imagine you have a square in graph with x and y coordinates with a ...Discuss·26 readsSwift
Reza Rashidirezaduty-1685945445294.hashnode.dev·Jan 15, 2024Nginx Path Configuration PitfallsAt the BlackHat 2018 conference, Orange Tsai revealed a technique for exploiting URL parser misconfigurations. The attack is based on specific conditions within the Nginx configuration: The location directive lacks a trailing slash in its path. An ...Discuss·2.9K readsDevSecOps