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

Thursday, June 24, 2021

Template Method Pattern - Skeleton is Defined in Base Class

Photo Courtesy UnsplashWhat is the Template Method Design Pattern?The Template Method Design Pattern defines a sequence of steps of an algorithm and allows the subclasses to override the steps but do not allow to change the sequence. The Key to the Template Design Pattern is...

Tuesday, June 15, 2021

Materialized Views in RDBMS - Is it a View or Table?

 Google uses structured data to understand the content on the page and use that data to display in richer features in the search results.Below you can see the difference in the search result data provided by Google for the OnePlus 8T product from official site vs amazon...

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