VOOZH about

URL: https://www.javacodegeeks.com/author/venkatt-guhesan

⇱ Venkatt Guhesan, Author at Java Code Geeks


  • DevOps👁 Image
    Venkatt GuhesanNovember 18th, 2022
    1 6,520

    Convert JSON file to YAML using JQ

    What is this article about? When you are working on the web or with DevOps or GitOps, you will have…

    Read More »
  • Software Development👁 Image
    Venkatt GuhesanDecember 24th, 2020
    0 193

    GoLang: Reader-Writer implemented via bufio library to copy file

    How to copy a file in small portions into a target file? Let’s talk about the why? When you copy…

    Read More »
  • Python👁 Image
    Venkatt GuhesanJune 4th, 2020
    1 361

    Python Tips: On Getting Started, Unit Testing and Code Coverage

    tl;dr Here is a collection of useful Python tips, a starter “Hello World” Python template for both web (using Flask)…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Venkatt GuhesanNovember 28th, 2017
    1 1,986

    Spring Framework – Application Context – Three ways to get to the application context

    This article shows you three different ways how to get to the Spring Framework Application Context in your code. Summary…

    Read More »
  • Software Development👁 Image
    Venkatt GuhesanSeptember 8th, 2015
    1 522

    How to configure and install ZeroMQ (libsodium) on CentOS 6.7?

    When getting started on ZeroMQ (version 4.2.0 or above) can be quite challenging especially with all the prerequisites. I’ve spent…

    Read More »
Back to top button
Close