Swapnil Gupta

Swapnil Gupta @swapnilxi

About: Some Broken Lines of codes and a cup of coffee, that's pretty much it! I Speak and Love #Java!

Joined:
Jun 12, 2021

Swapnil Gupta
articles - 25 total

How to deploy Containerized Spring Boot Application on AWS using CodePipeline

Requirements : 1.Aws Account Docker Aws codePipeline AWS ECS Dockerfile BuildSpec file

Learn More 0 0Mar 26 '24

Understanding JWT Token in Spring Boot Security with Chat GPT AI

🚨 Tech Deep Dive: Spring Boot Security with JWTs - A Must for Developers with Chat GPT-4...

Learn More 2 0Dec 18 '23

List in Java

Java List Interface Explained with Complex Example In Java, the List interface is a part...

Learn More 0 0Jul 28 '23

Streams Interview questions in Java

Link to Blog: https://dev.to/swapnilxi/stream-in-java-4p27 10 easy question to crack next java 8...

Learn More 0 0Jul 26 '23

How to import CSV data in spring boot to save in PostgreSQL: Spring Batch

This could be done using OpenCSV, Apache POI and Spring Batch if you have small amount of Data we...

Learn More 0 0Jul 19 '23

SQL Query in Spring Boot

we will understand the usages by examples like one in the case of finding existing record through the...

Learn More 0 0Jun 22 '23

Mockito example

Certainly! Here's an example of testing a private method and switch cases using only...

Learn More 0 0Jun 13 '23

Arrays.fill in Java

Ever thought how to fill the whole array with same value in Java !? in CPP, we use memset or can...

Learn More 0 0Jan 26 '23

Integer to String and String to Integer in Java

We can use value of : Alexander Nikiforov on website ( teamtreeHouse) on Oct 2, 2016 In...

Learn More 1 0Jan 2 '23

ArrayList to Array Conversion in Java

https://codeahoy.com/java/How-To-Convery-ArrayList-To-Array/ Method 1- public static int[]...

Learn More 0 1Dec 19 '22

LeetCode: Greatest Sum Divisible by 3

LeetCode Discussion class Solution { public int maxSumDivThree(int[] nums) { int res =...

Learn More 0 0Nov 2 '22

Binary Search: Recursive and Iterative method

LeetCode discussion class Solution { // iterative public int search(int[] nums, int...

Learn More 0 0Nov 2 '22

Stream in Java

Stream provides following features: Stream does not store elements. It simply conveys elements from...

Learn More 3 0Sep 8 '22

Stacks in Java

Stack Implementation Stack class Arrays LinkedList Stack...

Learn More 8 0Jul 21 '22

Tower of Hanoi: Recursion Problem

problem: three poles having disk in it , A-B-C, you have to move all disk from A to C using B as...

Learn More 6 0Jul 2 '22

HashTables in Java

Hashtables? Hashset and Hashtable difference? use Cases implementation Array...

Learn More 1 0Jun 27 '22

LEET Code 21 Days of Dynamic Programming

** Day 13** Minimum falling Path using hashmap Day 10 Airtmetic Slices Logic and other Solution:...

Learn More 5 0Jun 24 '22

Challenge Platforms to Learn Java

Twitter Some Websites that can help you to improve your coding skills...

Learn More 7 0Jun 23 '22

Introduction to Dynamic Programming

To know the Dynamic Programming or better understanding Recursion as pre-requisite is the...

Learn More 8 0Jun 9 '22

Recursion 101

Recursion is always Notorious among programmers, also confusing for the new programmers and...

Learn More 5 0Apr 16 '22

Buy and Sell Stocks-I and II

Problem link : https://leetcode.com/problems/best-time-to-buy-and-sell-stock/submissions/ Twitter |...

Learn More 7 1Apr 7 '22

Intersection of Two Arrays - II

Leet Code Problem Link: https://leetcode.com/problems/intersection-of-two-arrays-ii/ follow: twitter...

Learn More 7 0Apr 6 '22

Java HashMaps:5 Important things to getting Started

What is Hashing and What are Java HashMaps? When to use Java HashMaps? Application of HashMaps in...

Learn More 6 0Apr 6 '22

Arrays | Must-known DSA Array Techniques

Webinar by Scalar and Naman Bhalla What are Arrays? *Linear Data Structure *A way to store data of...

Learn More 8 0Apr 5 '22

Merge Sorted Array

Problem link: https://leetcode.com/problems/merge-sorted-array/ solution video:...

Learn More 10 1Apr 5 '22