Alexey KarpovforAlexey Karpovalexeykarpov.hashnode.net·Jul 25, 2022FeaturedClean Architecture in FrontendI wanted to share several insights that I found helpful for large-scale front-end applications. I want to talk about ideas that proved reliable in practice. At the same time, I pursue simplicity in my explanations. I also implemented an uncomplicate...Umair Hafeez and 3 others are discussing this4 people are discussing thisDiscuss·78 likes·8.5K readsClean Architecture
Mwai BandaforMwai Bandamwaib1.hashnode.net·Jun 28, 2022Clean ArchitectureJust like a building architect maps out and separates a building space into different levels, rooms & entrances/exits. So do we separate layers of our apps into different parts to have complete and elegant loosely coupled systems. Software Architect ...Discuss·48 likes·664 readsiOS
Rafael dos Santos Miguel FilhoforThe Pragmatic Engineerthepragmaticengineer.hashnode.net·Aug 23, 2022Discover the significance of the Don't Repeat Yourself principle.It’s not the first time, and will not be the last, that I have commented on this principle that surrounds software development. In another article I talked about Don't Repeat Yourself and we went through some examples in code. The goal of this articl...Discuss·21 likes·125 readsThe Pragmatic Engineerdry
Saurabh BombleforSaurabh Bomble's Blogsaurabhbomble.hashnode.net·Apr 25, 2023Twelve Factor appThe twelve factor methodology is a language and platform-agnostic set of design principles that can help to build portable, scalable, maintainable, compatible, and robust apps rapidly. It was started by the Heroku engineering team. Reading - https://...Discuss·1 like·48 readsBackend engineeringbackend
Rudraksh NanavatyforRudraksh Nanavatyrudrakshnanavaty.hashnode.net·Apr 18, 2023Clean ArchitectureForeword Hello, fellow experimenters! 👋 Welcome to my Lab! 🧪 In today's experiment, we're gonna be looking at Clean Architecture. 😄 As developers, we're always told to stay up-to-date and learn new things. But then we run into old code that's abou...Discuss·1 like·227 readsClean Architecture
Yash KhandelwalforDashwave for Mobile Devsdashwave-1679310116076.hashnode.net·Apr 11, 2023Android Architecture PatternsAndroid architecture patterns are like a blueprint for your app’s codebase. They’re designed to help you organize your code in a way that makes it easy to maintain, scale, and understand. Think of it like building a house — a solid foundation that la...Discuss·1 like·26 readsAndroid
Noor El-Din WalidforNoor's Bloginoor.hashnode.net·Apr 10, 2023Clean-MVP with SwiftWe all know and heard about architecture patterns used in Software Engineering and the Swift community specifically, starting from our old good friend MVC and to the most recent VIPER, Elm, and TCA (The Composable Architecture). We also heard about C...Discuss·197 readsSwift
Someshwar TripathiforElixir Expressionslordneon.hashnode.net·Mar 29, 2023This programming language crashes on purposeAs a student developer, my experience with programming has mostly been with object-oriented languages. However, I've recently started learning Elixir, a functional programming language known for its concurrency model and "fail fast" philosophy. Elixi...DiscussElixir
Kelvin OkuroemiforXylophonexylophone.hashnode.net·Mar 28, 2023From Good to Great: Part 2Pre-requisite Javascript Classes Javascript Objects Es6 import and export Introduction Welcome, faithful developer. I hope you took out time to use the SOLID patterns we discussed in the previous article. In today's article, we will be storming ...DiscussModern Web Devwebdev
Rahul SinghforRahul4Devrahul4dev.hashnode.net·Mar 2, 2023Clean Code for Flawless Functions and Methods: Tips to Avoid Bugs | #CleanCode P4In this article 👨🏽💻, we will be discussing functions and methods, and how they can be used to make code concise, bug-free🕸, and clean. We will cover the different components of a function and how to properly write good functions to save time and...Discuss·135 reads#CleanCodeclean code
Atharva BhagwatforAtharva Bhagwat's blogcleancodeflutter.hashnode.net·Feb 26, 2023Clean Code Architecture FlutterReso Coder Clean Architecture is a way of designing software that makes it easy to manage and modify. In Flutter apps, Clean Architecture is used to organize the code into different layers. Each layer has a specific job to do, and they work together ...Discuss·56 readsFlutter
Fábio SeixasforFabioSeixaspubbles.hashnode.net·Feb 14, 2023UseCases in React - DependenciesOne of the ideas of the UseCase layer is to be an interaction layer. It's where different parts of the application work together to achieve a defined result. This means we need a way to make these guys available for the UseCase before it executes its...Discuss·27 readsUseCases in ReactClean Architecture
Vikram GuptaforVikram Gupta's blogbasecs101.hashnode.net·Feb 12, 2023How to Write Clean Code? Follow These Best PracticesPhoto by Safar Safarov on Unsplash Hey folks, this article is not about some java related feature or concept but more than that. Basically, I’m going to explain all mistakes a java developer does while writing the code and hence how you can minimize...Discuss·1 like·65 readsclean code