• About Blog

    What's Blog?

    A blog is a discussion or informational website published on the World Wide Web consisting of discrete, often informal diary-style text entries or posts.

  • About Cauvery Calling

    Cauvery Calling. Action Now!

    Cauvery Calling is a first of its kind campaign, setting the standard for how India’s rivers – the country’s lifelines – can be revitalized.

  • About Quinbay Publications

    Quinbay Publication

    We follow our passion for digital innovation. Our high performing team comprising of talented and committed engineers are building the future of business tech.

Wednesday, March 24, 2021

Latency and Fault Tolerance for Distributed System

MicroservicesAlso known as the microservices architecture, is an architectural style that structures an application as a collection of services that areHighly Maintainable and TestableLoosely CoupledIndependently DeployableOrganized around Business CapabilitiesOwned by a Small...

Monday, March 8, 2021

JSON Web Token (JWT)

What is JWT ? How it works ? How can it keep our applications secure?JSON Web Tokens has become the favourite choice among modern developers when implementing user authentication. Let’s understand what JWT is and how it works, specifically in the context of securing web applications.There...

Featured Post

Benefits & Best Practices of Code Review

Photo by Bochelly Code reviews are methodical assessments of code designed to identify bugs, increase code quality, and help developers lear...