Raja Kumarrajagceian.hashnode.dev·Jan 13, 2025day #7 : Web development JourneyToday’s topic is “Basic Structure of HTML” .., HTML (HyperText Markup Language) is the standard language used to create and design web pages. Every HTML document follows a basic structure that ensures the page is correctly displayed by web browsers. ...structure
Shashi Shekharpointers.hashnode.dev·Jan 10, 2025Key concepts in C/C++Static Functions A static function is a function whose scope is limited to the file or class in which it is declared. It has special properties depending on whether it's used in C or C++ (or other programming languages), but its key feature is its li...C
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...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...stripe
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...1 like·219 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...Frontend 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...40 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...Blockchain
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...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...12 likes·71 readspointers