Latest developer stories
  • Home
  • Contact Us
  • Website
Sign in Subscribe

Design Pattern

A collection of 3 posts
Understanding Micro-Frontends: Small, Standalone Frontend Applications for Agile Development
micro frontends

Understanding Micro-Frontends: Small, Standalone Frontend Applications for Agile Development

Micro-frontends refer to small, standalone, and deliverable frontend applications that can be combined to form a whole single application. The idea is to break down a monolithic frontend into smaller, more manageable pieces that can be developed, tested, and deployed independently.
14 Dec 2022 4 min read
Design Patterns Trade-offs
Design Pattern

Design Patterns Trade-offs

Design Patterns are typical solutions to commonly occurring problems in software design. They are like pre-made blueprints that you can customize to solve a recurring design problem in your code. Introduction Each of the design patterns represents a specific type of solution to a specific type of problem. There is
12 Aug 2022 5 min read
Actor Model and its Significance
Actor Model

Actor Model and its Significance

Brief introduction to Actor Model, and the problems it solves? What is Actor Model The actor model is a model of concurrent computation that treats actors as the universal primitive of concurrent computation. In response to a message it receives, an actor can: make local decisions, create more actors, send
16 Dec 2021 9 min read
Page 1 of 1
Latest developer stories © 2025
Powered by Ghost