Making a Greener Web With Demand-Responsive Design
#sustainabledevelopment #sustainabledesign #greentech #web #webdesign #cleanarchitecture #webdevelopment #technology
https://hackernoon.com/making-a-greener-web-with-demand-responsive-design
#sustainabledevelopment #sustainabledesign #greentech #web #webdesign #cleanarchitecture #webdevelopment #technology
https://hackernoon.com/making-a-greener-web-with-demand-responsive-design
Hackernoon
Making a Greener Web With Demand-Responsive Design | HackerNoon
The concept of demand-responsive design builds off of the concept of responsive design.
Testing a Clean Architecture in a Frontend Application - Does It Make Sense?
#development #cleanarchitecture #frontend #documentation #architecture #frontendbackend #frontenddevelopment #hackernoontopstory #hackernoones #hackernoonhi #hackernoonzh #hackernoonvi #hackernoonfr #hackernoonpt #hackernoonja
https://hackernoon.com/testing-a-clean-architecture-in-a-frontend-application-does-it-make-sense
#development #cleanarchitecture #frontend #documentation #architecture #frontendbackend #frontenddevelopment #hackernoontopstory #hackernoones #hackernoonhi #hackernoonzh #hackernoonvi #hackernoonfr #hackernoonpt #hackernoonja
https://hackernoon.com/testing-a-clean-architecture-in-a-frontend-application-does-it-make-sense
Hackernoon
Testing a Clean Architecture in a Frontend Application - Does It Make Sense?
Exploration of a real-life example of Clean Architecture in action on Frontend application. What could go wrong?
DTO in Python: An Explanation
#python #pythonprogramming #designpatterns #cleanarchitecture #programming #pythontutorials #pythondevelopers #programmingtutorial
https://hackernoon.com/dto-in-python-an-explanation
#python #pythonprogramming #designpatterns #cleanarchitecture #programming #pythontutorials #pythondevelopers #programmingtutorial
https://hackernoon.com/dto-in-python-an-explanation
Hackernoon
DTO in Python: Ways of implementation
The primary goal of a DTO is to simplify communication between different layers of an application, particularly when transmitting data...
Just Go Ahead and Test Your Project - Part 1
#testcoverage #java #sonarqube #cleancode #jacoco #testing #cleanarchitecture #integratingcicd
https://hackernoon.com/just-go-ahead-and-test-your-project-part-1
#testcoverage #java #sonarqube #cleancode #jacoco #testing #cleanarchitecture #integratingcicd
https://hackernoon.com/just-go-ahead-and-test-your-project-part-1
Hackernoon
Just Go Ahead and Test Your Project - Part 1 | HackerNoon
Here, I recommend reading articles about TDD (Test-Driven Development) and BDD (Behavior-Driven Development), which can evolve from this stage.
Building Testable and Maintainable iOS Apps with Redux
#redux #swift #uikit #combine #ios #iosappdevelopment #cleanarchitecture #modularity
https://hackernoon.com/building-testable-and-maintainable-ios-apps-with-redux
#redux #swift #uikit #combine #ios #iosappdevelopment #cleanarchitecture #modularity
https://hackernoon.com/building-testable-and-maintainable-ios-apps-with-redux
Hackernoon
Building Testable and Maintainable iOS Apps with Redux
This guide empowers developers to navigate Redux complexities, ensuring structured, scalable, and maintainable iOS apps and also core principles.
Using the Unit of Work Pattern in Clean Architecture for C#
#softwarearchitecture #cleanarchitecture #dotnet #webdevelopment #csharp #unitofworkpattern #codemaintainability #unitofworkpatternincsharp
https://hackernoon.com/using-the-unit-of-work-pattern-in-clean-architecture-for-c
#softwarearchitecture #cleanarchitecture #dotnet #webdevelopment #csharp #unitofworkpattern #codemaintainability #unitofworkpatternincsharp
https://hackernoon.com/using-the-unit-of-work-pattern-in-clean-architecture-for-c
Hackernoon
Using the Unit of Work Pattern in Clean Architecture for C#
Learn how the Unit of Work Pattern in C# complements Clean Architecture, providing efficient database transaction mgmt, improved code maintainability and more.
A Beginner's Guide to the CQRS Pattern in C# and Clean Architecture
#softwarearchitecture #cqrs #cleanarchitecture #dotnet #dotnetcore #csharpprogramming #cqrspatternincsharp #csharptutorial
https://hackernoon.com/a-beginners-guide-to-the-cqrs-pattern-in-c-and-clean-architecture
#softwarearchitecture #cqrs #cleanarchitecture #dotnet #dotnetcore #csharpprogramming #cqrspatternincsharp #csharptutorial
https://hackernoon.com/a-beginners-guide-to-the-cqrs-pattern-in-c-and-clean-architecture
Hackernoon
A Beginner's Guide to the CQRS Pattern in C# and Clean Architecture | HackerNoon
Discover how implementing the CQRS pattern in C# with Clean Architecture can revolutionize your software development process.
Using MediatR with Clean Architecture in C# to Build for Flexibility
#cleanarchitecture #dotnet #cqrs #mediatr #aspnetcore #webdevelopment #mediatrincsharp #csharpprogramming
https://hackernoon.com/using-mediatr-with-clean-architecture-in-c-to-build-for-flexibility
#cleanarchitecture #dotnet #cqrs #mediatr #aspnetcore #webdevelopment #mediatrincsharp #csharpprogramming
https://hackernoon.com/using-mediatr-with-clean-architecture-in-c-to-build-for-flexibility
Hackernoon
Using MediatR with Clean Architecture in C# to Build for Flexibility | HackerNoon
Learn how to optimize your C# application development with Clean Architecture and MediatR.
Code Smell 241 - Referential Transparency Violation
#functionalprogramming #cleancode #coderefactoring #cleanarchitecture #purefunctions #commoncodesmells #codequality #referentialtransparency
https://hackernoon.com/code-smell-241-referential-transparency-violation
#functionalprogramming #cleancode #coderefactoring #cleanarchitecture #purefunctions #commoncodesmells #codequality #referentialtransparency
https://hackernoon.com/code-smell-241-referential-transparency-violation
Hackernoon
Code Smell 241 - Referential Transparency Violation | HackerNoon
Learn how to write pure functions to enhance code readability, maintainability, and testability.
Refactoring 014 - How to Remove IF
#cleancode #softwaredevelopment #softwareengineering #ifelifelse #cleanarchitecture #refactoring #removeifguide #coderefactoring
https://hackernoon.com/refactoring-014-how-to-remove-if
#cleancode #softwaredevelopment #softwareengineering #ifelifelse #cleanarchitecture #refactoring #removeifguide #coderefactoring
https://hackernoon.com/refactoring-014-how-to-remove-if
Hackernoon
Refactoring 014 - How to Remove IF
The first instruction you learned should be the least you use