• 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, April 26, 2023

Benefits & Best Practices of Code Review

Photo by BochellyCode reviews are methodical assessments of code designed to identify bugs, increase code quality, and help developers learn the source code. Developing a strong code review process, or utilizing version control, sets a foundation for continuous improvement and...

Saturday, November 5, 2022

Understanding Spring AOP

Photo by Glenn Carstens PetersWhat is Spring AOP?Spring AOP enables Aspect-Oriented Programming in spring applications. It provides the way to dynamically add the cross-cutting concerns(logging, security, transaction management, auditing, i18n etc.) before, after or...

Monday, July 25, 2022

Understand Code Refactoring Techniques to Improve your Code Quality

Photo by Danial IgderyNow a days, agile teams are under tremendous pressure to write code faster with enhanced functionality in short time. There would be some or the other functionality added at the last moment or just before the release. As engineers are under pressure,...

Wednesday, October 20, 2021

Understand and Analyze Java Thread Dump

Photo by Mel PooleMicroservicesAlso known as the microservices architecture, is an architectural style that structures an application as a collection of services that are:Easily Maintainable and TestableLoosely CoupledIndependently DeployableOrganized around Business CapabilitiesOwned...

Monday, September 13, 2021

Redis Overview and Benchmark

Image Courtesy MoriohReDiS which stands for Remote Directory Server, is an open source in-memory data store, used as a database and as a cache. Redis provides data structures such as strings, hashes, lists, sets and sorted sets. Redis has built-in replication, Lua...

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...