VOOZH about

URL: https://www.javacodegeeks.com/author/Biju-Kunjummen

⇱ Biju Kunjummen, Author at Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Biju KunjummenMay 4th, 2023
    0 318

    EventArc with CloudRun

     Google Cloud EventArc provides a simple way to act on events generated by a variety of Google Cloud Services. Consider an…

    Read More »
  • Core Java👁 Image
    Biju KunjummenJanuary 12th, 2023
    1 675

    Bigtable Pagination in Java

     Consider a set of rows stored in Bigtable table called “people”: My objective is to be able to paginate a…

    Read More »
  • Communications👁 Image
    Biju KunjummenNovember 24th, 2022
    0 1,001

    CloudEvent Basics

    CloudEvent is a way of describing events in a common way. This specification is starting to be adopted across different…

    Read More »
  • DevOps👁 Image
    Biju KunjummenSeptember 26th, 2022
    0 179

    Cloud Deploy with Cloud Run

    Google Cloud Deploy is a service to continuously deploy to Google Cloud Application runtimes. It has supported Google Kubernetes Engine(GKE) so…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Biju KunjummenSeptember 11th, 2022
    0 647

    Skaffold for Local Java App Development

    Skaffold is a tool which handles the workflow of building, pushing and deploying container images and has the added benefit of…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Biju KunjummenJuly 27th, 2022
    0 346

    Google Cloud Function Gradle Plugin

     It is easy to develop a Google Cloud Function using Java with Gradle as the build tool. It is however…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Biju KunjummenJuly 18th, 2022
    0 1,094

    Google Cloud Functions (2nd Gen) Java Sample

    Cloud Functions (2nd Gen) is Google’s Serverless Functions as a Service Platform. 2nd Generation is now built on top of…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Biju KunjummenMay 19th, 2022
    0 833

    Google Cloud Structured Logging for Java Applications

     One advice for logging that I have seen when targeting applications to cloud platforms is to simply write to Standard…

    Read More »
  • Core Java👁 Image
    Biju KunjummenMay 3rd, 2022
    1 211

    Calling Google Cloud Services in Java

    If you want to call Google Cloud Services using a Java based codebase, then broadly there are two approaches to…

    Read More »
  • 1
  • 2
  • 3
  • »
  • 10
  • 20
  • ...
  • Last
Back to top button
Close