Shivam Dubeycloud-journey.hashnode.dev·Nov 13, 2024AWS Account and Folder Structure Hierarchy for BeginnersWhen you’re new to AWS, one of the first things you’ll encounter is how AWS organizes its accounts and resources. Understanding this structure is crucial for managing your cloud environment effectively and securely. Let’s break down the AWS account h...aws folder structure
Subham Rawatsubham123.hashnode.dev·Sep 6, 2024Mastering React & React Native: 4 Proven Folder Structures for Optimal Project OrganizationWhen starting with a new language or framework, like React, one of the first challenges is figuring out how to organize your project. Unlike frameworks such as Angular, React doesn't dictate a specific file structure, leaving it up to the developer t...React
Sagarpreet Chadhasagarpreet.in·Sep 3, 2024Organizing Your Frontend CodeThe Beginning: Hi there, 💡 This article discusses how our project codebase evolved as the team and apps grew over time. I'm excited to share the final state with all of you. 💪 Back in 2021, when the Xflow frontend team was formed, we were fully ...1 like·59 readsFrontend Development
Kingsley Ihemelandukijuchihe.hashnode.dev·Aug 26, 2024Folder Structure The Art of Code Organization: A Blueprint for Success 🏗️💼The Tangled Web of Unstructured Code 🕸️ Have you ever tried to find a specific ingredient in a poorly organized kitchen? That's what it feels like when you have one big monolithic app. It simply doesn't work! 🙅🏾♂️. I mean it does literally work b...NodeJS Best PracticesNode.js
Edet Asuquoeddy.hashnode.dev·Aug 22, 2024The Importance of a Good Folder Structure in Software EngineeringIntroduction In the world of software engineering, we often focus on the intricacies of code - algorithms, design patterns, and syntax. While these aspects are undeniably crucial, there’s another foundational element that can make or break a project’...67 readsSoftware Engineering
Mikeydraken.hashnode.dev·Aug 18, 2024Building Your Ultimate Next.js BoilerplateIntroduction As developers, we often find ourselves repeating the same setup processes for new projects. Authentication, database connections, payment integrations, and styling – these are the building blocks of most modern web applications. But what...nextjs Boilerplate
Sekhudinsyaikhu.hashnode.dev·Jul 13, 2024My Opinion: Next.js Folder StructureDisclaimer Struktur folder ini hanya berlaku untuk Nextjs app router dengan***`src`*** directory. Sesuaikan struktur folder ini dengan kebutuhan spesifik proyek Anda. Dalam proyek Next.js, struktur folder yang rapi dan terorganisir sangat penting unt...36 readsWeb Development
Rafin Rahmanblog.rafin-rahman.com·Jul 7, 2024How to Structure Your React Projects: A Guide for BeginnersCreating a well-structured React project can be challenging, especially when you're just starting out. In this guide, we'll walk you through three different ways to organize your React project files and folders, suitable for beginner, intermediate, a...48 readsReact
Sergey Dunaevskiynotes.dunaevskiy.dev·Jun 22, 2024React folder structure recommendations (based on Next.js AppRouter)Various React applications require various structures. Let's define a set of advice on how to think about project organisation and apply it to a medium-sized project. These recommendations aren't a silver bullet for every project. Apart from the "cas...29 readsJavaScript
Dev Mankaddevmankad.hashnode.dev·Jun 20, 2024Building a Scalable Node.js Backend: Best Practices for Folder Structure and Code OptimizationIn the realm of modern web development, structuring your Node.js backend effectively is crucial for maintaining scalability, code organization, and developer productivity. This blog post delves into industry-standard practices for organizing your bac...2 likes·53 readscode cleaning