Index ¦ Archives ¦ Atom > Tag: design

Various Options To Deliver Real Time Notifications

If you wish to deliver (or) push data from your web server to your web application running in a browser in real time, you have 4 options at the time of writing this post (2022).

  1. Polling / Long Polling.
  2. Server Sent Events (SSE).
  3. Websockets.
  4. WebPush

Polling

Polling and Long Polling has …


Notes from Clean Architecture

These notes are from Clean Architecture book by Robert C.Martin (Uncle Bob) for my self-reference and will be updated as I progress through the chapters.

Part 1 - Introduction

  1. Both Architecture and Design points to same things in software development (Low-level and high-level details).
  2. The goal of Architecture is to …

JVM vs BEAM Architecture Differences

  • Recently read a study comparing the design of widely used Oracle's implementation of JVM (aka. HotSpot VM) and Erricson's implementation Erlang VM (BEAM) with respect to concurrency and parallelism. This study was published in May 2015.
  • This is not about comparing two languages (i.e java vs erlang/elixir) or …

© Prasanna Venkadesh. Creative Commons Attribution ShareAlike. Theme by Giulio Fidente on github.