Sophia Ahuoyiza Abubakar ahuoyiza.hashnode.dev·Oct 10, 2024Systems & Structurefirst draft Introduction Everyone seeks that one hack, that neat trick, that quick fix to overcome their inconsistency, manage their time, stop procrastinating, get more done, utilize their potential, and amaze us all. But... There is no quick fix, n...Discuss·3 likesstructure
Sai Aneeshlhcee3.hashnode.dev·Aug 19, 2024The Architecture of StripeStripe, a global leader in online payments, processes billions of dollars annually. Its robust and scalable architecture is the backbone of its success. While the exact details of Stripe's architecture are proprietary, we can infer key components and...Discussstripe
Furkan Zermanreactnativist.hashnode.dev·Jul 18, 2024Project Structure Guidelines for Your New React Native Expo ProjectStarting a new React Native Expo project can be both exciting and overwhelming, especially when it comes to organizing your codebase. A well-structured project layout is essential for maintaining an efficient, scalable, and easy-to-navigate applicati...Discuss·1 like·178 readsGolden KeysExpo
J.A. Shezanjashezan.hashnode.dev·Apr 8, 2024The React .js / Next.js Project Structure I FollowSource of The Structure I have got it from Below Articles:Main Article: https://dev.to/phukon/how-i-structure-my-react-projects-1lk I also Follow: https://dev.to/itswillt/folder-structures-in-react-projects-3dp8 Make React Project Structure in effect...DiscussFrontend OdysseyReact
Dev Kheradiyadevkheradiya.hashnode.dev·Mar 4, 2024Mastering Sitecore Content: Unleashing the Power of EditorsIn the previous blog, we explored the functionalities of the Sitecore dashboard and in this blog, we delve into the types of functionalities the Sitecore content editor offers. Template: We are observing this type of folder structure, so first, we u...Discuss·38 readsSitecoreContentAuthor
Fidestampfidestamp.hashnode.dev·Mar 2, 2024A look inside the blockchain:Structure and Functions: A blockchain is a system of recording information in a way that makes it difficult or impossible to change, hack, or cheat the system. A blockchain is essentially a digital ledger of transactions that is duplicated and distri...DiscussBlockchain
Dipesh Palcodewithdipesh.hashnode.dev·Feb 15, 2024Structure of NetworkLet Assume you order something online.Let us say that a person is living in India. He/She orders something from the US via an online shopping site. How does the shipment of the order take place? The online shopping site will send the ordered item to...Discuss·1 liketcp-ip
Oladimeji Alabi Taofeekdimcoder.hashnode.dev·Jan 30, 2024A Beginner's Guide to Pointers in C: Understanding and ApplicationIntroducing the C programming language The C language was developed in 1972 at At&T Bell Labs by Dennis Ritchie. It combines features of the B and BCPL (Basic Combined Programming Language) programming languages but is also mixed with the Pascal lang...Discuss·12 likes·71 readspointers
Ayush Kumarkrayush1109-dsa.hashnode.dev·Jan 15, 2024Structure of Files Arrangement1.Educational or academic - folder names : Folder NameDescription ModulesDiscrete units or topics of study Lecture_NotesNotes from lectures or class presentations AssignmentsFolders for various assignments ProjectsFolders related to larger ...DiscussTheory/Concepts of DSAstructure
Ashish Jaiswarashishjaiswar.hashnode.dev·Jan 14, 2024Best practices to structure react appAs a developer, I often find it challenging to organize files and folders in React. I used to wonder what would be the perfect way to design your folder structures along with the naming conventions. Therefore I started doing my research and came up w...Discuss·1 like·60 readsWeb Development