Skip to content

Full Stack Dev

My Coding Journey

  • Home
  • About
  • Privacy Policy
Full Stack Dev
My Coding Journey

Month: March 2021

Java

Java : Auto import static methods in IDEs

BySuresh Gadupu March 28, 2021March 27, 2022 Java

In Java 1.5 the static method import concept was introduced.Before that whenever we are using static method we used to invoke static method on class name like Integer.parseInt(“1”). But by using static method import we can directly call parseInt(“1”) method in our code. For this to work we need to import like below. In general…

Read More Java : Auto import static methods in IDEsContinue

Java

Testing AWS Lambda with Kinesis stream in local IDE

BySuresh Gadupu March 7, 2021June 5, 2022 Java

Recently worked on a projected where I migrated event publishing from RabbitMQ to Kinesis stream. In this post I will discuss how we can create AWS Lambda project and test the Lambda logic in local IDE without deploying to the project in AWS cloud. In this post I will focus on developing and testing lambda…

Read More Testing AWS Lambda with Kinesis stream in local IDEContinue

Buy Me a Coffee

Search

Recent Posts

  • Build Mac and Linux ARM64 Spring Boot 3 Native Image with GitHub Selfhost Runners
  • Using Testcontainers for Local Development and Integration Testing In Spring Boot 3.1
  • DevContainers Support with Docker Compose in SpringBoot 3.1
  • Lombok: A Comprehensive Guide to Java’s Most Useful Library
  • JUST – CLI for developing Spring Boot applications

Archives

  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020

Categories

  • CI/CD
  • Cloud
  • Database
  • Free Stuff
  • Java
  • JavaScript
  • Miscellaneous
  • Platform
  • Reading
  • RPI
  • Spring Boot
  • Tool
  • Uncategorized
  • Useful Websites

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Calendar

March 2021
MTWTFSS
1234567
891011121314
15161718192021
22232425262728
293031 
« Feb   Apr »

© 2023 Full Stack Dev - WordPress Theme by Kadence WP

  • Home
  • About
  • Privacy Policy