Other general topics Flashcards

1
Q

What are push notifications

A

Push notifications are messages sent from a server to a client application (typically on a mobile device or a web browser) to inform the user of new information or events, even when the application is not actively in use. They are a key feature in modern apps, providing a mechanism to deliver timely updates and alerts to users.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is microservices

A

Each functionality can be devided into small modules which can be developed ,maintained and scaled individulally thus by reducing blast radius ease of maintainance and have loose coupling. api gateway handles all the incoming request and route to correct microservices. service catalog or discovery helps in routimg request to the services intended to server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly