Essays, poems, and personal reflections from the desk and drawer.

notes

Stateless and Stateful

5 January 2022

The state of an application (or anything else, really) is its condition or quality of being at a given moment in time—its state of being. Whether something is stateful or stateless depends on how long the state of interaction with it is being recorded and how that information needs to be stored.

Stateless

A stateless process or applicaton can be understood in isolation. There is no stored information or references to past transactions. Each transaction is made as if from scratch for the first time. Think of stateless transactions as a vending machine: a single request and a response.

Stateful

Stateful applications and processes, however, are those that can be returned to again and again, like online banking or email. They’re performed with the context of previous transactions and the current transaction may be affected by what happened during previous transactions. For these reasons, stateful apps use the same servers each time they process a request from a user.

References

Redhat blog

essay

Watchbi - Bootstrap Coming Soon theme

10 October 2021

Watchbi is a minimal and simple responsive coming soon theme built in Bootstrap v5 with Bootstrap icons...

essay

Git Cheat Sheet

23 August 2021

Its hard to memorize all the important Git commands by heart, so I thought it's better to keep a personal Git cheat sheet for myself. So I don’t want to Google it every time...

essay

Tools Recommendations for daily life

26 July 2021

A list of mobile and web applications that will help our daily life productive for productivity and creativity...

essay

Oracle Database XE Installation on Windows

5 July 2021

For testing and learning Oracle Database we can start with Oracle Database Express Edition (XE)...

essay

Welcome to my Digital Garden

1 June 2021

A digital garden is a personal online space where ideas, notes, and knowledge are shared in an evolving, non-linear way.

essay

Markdown Cheat Sheet

29 May 2021

For my both blogs I am using markdown for writing the blog posts, so I thought its better to keep a persoanl markdown cheat sheet for myself. So that I don't want...

essay

Rootbi - Bootstrap portfolio theme

10 May 2021

Rootbi is a responsive portfolio theme built in Bootstrap which contains an home, blog, notes, projects...

essay

What I Use

18 April 2021

A list of products, tools and essentials that I use for work and daily life. This post is inspired from the website users.tech. Gadgets, Software...