Open in app

Sign In

Write

Sign In

Hansini Rupasinghe
Hansini Rupasinghe

48 Followers

Home

About

Jun 11, 2021

PROXY DESIGN PATTERN IN MICROSERVICES

In Proxy pattern, all the requests are transferred transparently to a service that invokes a different microservice. Here, the actual consumer is not aware of the service that is being called internally.

Proxy Design Pattern

5 min read

PROXY DESIGN PATTERN IN MICROSERVICES
PROXY DESIGN PATTERN IN MICROSERVICES
Proxy Design Pattern

5 min read


Published in Nerd For Tech

·Jun 10, 2021

CIRCUIT BREAKER DESIGN PATTERN IN MICROSERVICES

✷ Circuit Breaker is more than just a design pattern. It is very close to a sustainable pattern. ✷Circuit Breaker pattern helps you to keep your service without dying or keeping good health of your service. (Fail Fast) Why this is important ❗️❓ In a traditional system, we have no idea on how other services…

Circuit Breaker Pattern

6 min read

CIRCUIT BREAKER DESIGN PATTERN IN MICROSERVICES
CIRCUIT BREAKER DESIGN PATTERN IN MICROSERVICES
Circuit Breaker Pattern

6 min read


Jun 9, 2021

AGGREGATOR DESIGN PATTERN IN MICROSERVICES

AGGREGATOR DESIGN PATTERN =======================================

Aggregator

6 min read

AGGREGATOR DESIGN PATTERN IN MICROSERVICES
AGGREGATOR DESIGN PATTERN IN MICROSERVICES
Aggregator

6 min read


Published in Nerd For Tech

·Jun 8, 2021

BEST PRACTICES FOR MICROSERVICES

Through this article, we will be discussing best practices that should be followed when implementing Microservice Architecture. The topics that we will be discussing are as follows. Design Hard Coded Values Logging Versioning Authorization and Authentication Mechanism Dependency Make Executable Contracts Fault Tolerance Documentation 1. Design

Best Practices

10 min read

BEST PRACTICES FOR MICROSERVICES
BEST PRACTICES FOR MICROSERVICES
Best Practices

10 min read


Published in Nerd For Tech

·Jun 7, 2021

WEB APPLICATIONS TO MICROSERVICES

In 2013, along with Martin Fowler’s book and several discussions on Microservices, people started thinking about new architectural views for web applications. Let us focus on how we can migrate from web applications to microservices. We use Monolithic applications. Monolithic architecture consists of a single executable file for the entire…

Microservices

6 min read

WEB APPLICATIONS TO MICROSERVICES
WEB APPLICATIONS TO MICROSERVICES
Microservices

6 min read


Jun 5, 2021

Introduction to Docker and Container based development

Advancement of Application Architecture throughout the years An application architecture can be referred to as a map that explains how the software applications of an organization are congregated together and how those applications interact with each other in order to meet business or user requirements.

6 min read

Introduction to Docker and Container based development
Introduction to Docker and Container based development

6 min read


Jun 2, 2021

MODERN JAVASCRIPT

======================================= What is JavaScript? ❉ JavaScript can be introduced as a multi-paradigm and dynamic language which was initially created with the purpose of making web pages alive. ❉ The syntactic structure of JavaScript is mostly based on Java and C languages. ❉ The programs written using JavaScript are called ‘Scripts’ and do not…

Modern Javascript

11 min read

MODERN JAVASCRIPT
MODERN JAVASCRIPT
Modern Javascript

11 min read


May 27, 2021

MEMENTO DESIGN PATTERN

MEMENTO DESIGN PATTERN ======================================= ❉ Memento is one of the behavioral design patterns that is usually utilized for saving and restoring the state of an object into a previous state without violating encapsulation. ❉ It is also referred to as Snapshot pattern or Token. ❉ Memento pattern is used to carry out the…

Memento Pattern

6 min read

MEMENTO DESIGN PATTERN
MEMENTO DESIGN PATTERN
Memento Pattern

6 min read


May 26, 2021

CHAIN OF RESPONSIBILITY

What is Chain of Responsibility? ❉ Chain of Responsibility is one of the behavioral design patterns that creates a chain of receiver objects upon a request. ❉ It decouples the sender of the request and the receiver in accordance with the request type. ❉ Once a request is received, each handler decides whether to undertake…

Chain Of Responsibility

7 min read

CHAIN OF RESPONSIBILITY
CHAIN OF RESPONSIBILITY
Chain Of Responsibility

7 min read


May 25, 2021

BUILDER DESIGN PATTERN

BUILDER DESIGN PATTERN ======================================= ❉ The builder pattern is a creational design pattern that permits building complex objects in a step by step manner until the final step returns the object. ❉ The builder does not depend on any other object. ❉ A director object which only knows what type of object it…

Builder Design Pattern

5 min read

BUILDER DESIGN PATTERN
BUILDER DESIGN PATTERN
Builder Design Pattern

5 min read

Hansini Rupasinghe

Hansini Rupasinghe

48 Followers
Following
  • Madusha Athapaththu

    Madusha Athapaththu

  • Madusha Athapaththu

    Madusha Athapaththu

  • Editorial Team

    Editorial Team

  • Irushinie Muthunayake

    Irushinie Muthunayake

  • Hasitha Subhashana

    Hasitha Subhashana

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech