Best of Design Patterns — February 2023
- 1
- 2
Community Picks·3y
The bridge design pattern in Javascript
The Bridge design pattern is a structural design pattern that separates the abstraction of an object from its implementation. It provides flexibility and extensibility to the system by creating a bridge between the abstraction and the implementation.
- 3
- 4
Towards Dev·3y
Microservice Interview questions for Backend Developers series-1
Microservice Interview questions for Backend Developers series-1 I will share concepts of microservice from beginner to advanced level. These days microservice can be built in any language, be it java,.net, python or node.js. Most interview starts with microservice concepts like what benefits microservice provides and when to use it.