Skip to content
Nivedhan-Blog

Nivedhan-Blog

  • Home
  • About
  • Contact
  • More

    Category: Uncategorized

    Deploy a Hello World App on AWS Elastic Beanstalk

    This examples shows how to setup a simple hello world using AWS elastic bean stalk using blue green deployment Step 1 :Create a Dockerfile for a “Hello… Read more “Deploy a Hello World App on AWS Elastic Beanstalk”

    October 8, 2024October 8, 2024 by Nivedhan

    Data Structures & Algorithms Sample Java Programs.

    //One Dimentional Array Sample Example public static void main(String[] args) { int[] arr = new int[4]; arr[0]=1; arr[1]=2; arr[2]=3; arr[3]=4; for(int i=0;i<arr.length;i++) { System.out.println(“Elemtn at index”+arr[i]); }… Read more “Data Structures & Algorithms Sample Java Programs.”

    November 17, 2021 by Nivedhan

    Kubernetes Information

    Pod always runs on a Node. A Node is a worker machine in Kubernetes and may be either a virtual or a physical machine, depending on the cluster.… Read more “Kubernetes Information”

    October 17, 2021 by Nivedhan

    Spring Proffessional Certification Tips

    Hello all , i am writing this based on the steps i have followed to study for Spring 5 certification.   Understand the concepts and topics given… Read more “Spring Proffessional Certification Tips”

    August 20, 2019 by Nivedhan

    Mutual Tls(2-Way) Between Consul and Spring Boot Application.

    1.    Introduction This document details the communication between Consul and Spring boot using TLS protocol and 2-way Communication. It also mentions all the issues faced during my… Read more “Mutual Tls(2-Way) Between Consul and Spring Boot Application.”

    April 30, 2018August 20, 2019 by Nivedhan

    Spring Boot Admin

    Spring Boot Admin is a simple administration User Interface for all the spring boot applications.There are various features that it provides like. Show health status Show details,… Read more “Spring Boot Admin”

    November 27, 2017November 27, 2017 by Nivedhan

    Api -Versioning

    In todays world , the need for rest api’s is increasing constantly , with the increase in writing complex API’s there are scenario’s where there can be… Read more “Api -Versioning”

    November 13, 2017November 13, 2017 by Nivedhan

    Circuit-Breaker Patter & Hystrix

    In today’s World , there are multiple services calling each other quite often , this leads to lot of dependency on each other and whenever a user… Read more “Circuit-Breaker Patter & Hystrix”

    November 8, 2017November 8, 2017 by Nivedhan

    About My self

    This is the excerpt for your very first post.

    November 3, 2017November 7, 2017 by Nivedhan
    Blog at WordPress.com.
    Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
    To find out more, including how to control cookies, see here: Cookie Policy
    • Subscribe Subscribed
      • Nivedhan-Blog
      • Already have a WordPress.com account? Log in now.
      • Nivedhan-Blog
      • Subscribe Subscribed
      • Sign up
      • Log in
      • Report this content
      • View site in Reader
      • Manage subscriptions
      • Collapse this bar
     

    Loading Comments...
     

      Design a site like this with WordPress.com
      Get started