aman-1998
I am a Software Developer and this is my personal profile where I keep my own codes.
Hyderabad, India
Pinned Repositories
Array_special_product
Goldman Sachs coding question implemented in Java language
Batch-Processing
This repository is covers all the concepts of batch processing and Database Migration using Spring Batch
Bisection-Method
Bisection Method using c Language
Full_Stack_Development_Part_II
This is a tutorial to learn Spring, Spring-boot, Restful web-services and one of the most popular logging framework i.e., Logback. The IDE used is Spring Tool Suite 4 (STS4)
Full_Stack_Development_Part_III
This is a tutorial to learn Spring, Spring-boot, Restful web-services and one of the most popular logging framework i.e., Logback. The IDE used is Spring Tool Suite 4 (STS4)
Full_Stack_Java_Development_Part_I
This is a tutorial to learn full stack development using Java, JSP, Servlets, JNDI, JDBC, Hibernate, JavaScript and CSS. The IDE used is Eclipse.
Java-with-Datastructures-and-Algorithms
This repository contains core java concepts, datastructures and algorithms using Java, OOP, design-patterns, multithreading and Java8 concepts
Newton-Raphson
Newton Raphson using C language
Regula-Falsi
Regula Falsi using C Language
SDE_Sheet_DS_Algo
This repository contains Top questions from various coding platforms (mostly from Leetcode). They cover all concepts, so conceptwise you will be covered. After that, it depends on your skill set, if you can tackle a new problem on the same concept.
aman-1998's Repositories
aman-1998/Array_special_product
Goldman Sachs coding question implemented in Java language
aman-1998/Full_Stack_Development_Part_II
This is a tutorial to learn Spring, Spring-boot, Restful web-services and one of the most popular logging framework i.e., Logback. The IDE used is Spring Tool Suite 4 (STS4)
aman-1998/Sexy_Prime_Pairs
TCS Digital Level 2 question TNQT (Advanced Coding section)
aman-1998/Batch-Processing
This repository is covers all the concepts of batch processing and Database Migration using Spring Batch
aman-1998/Database_Design_and_SQL_queries
This repository contains a collection of SQL queries from different sources like interviews, coding websites, etc
aman-1998/Full_Stack_Development_Part_III
This is a tutorial to learn Spring, Spring-boot, Restful web-services and one of the most popular logging framework i.e., Logback. The IDE used is Spring Tool Suite 4 (STS4)
aman-1998/Full_Stack_Java_Development_Part_I
This is a tutorial to learn full stack development using Java, JSP, Servlets, JNDI, JDBC, Hibernate, JavaScript and CSS. The IDE used is Eclipse.
aman-1998/Java-with-Datastructures-and-Algorithms
This repository contains core java concepts, datastructures and algorithms using Java, OOP, design-patterns, multithreading and Java8 concepts
aman-1998/JUnit5_with_springBoot
This repository covers the concept of JUnit5 through examples and unit-testing of REST APP (developed using Spring Boot) using JUnit5
aman-1998/SDE_Sheet_DS_Algo
This repository contains Top questions from various coding platforms (mostly from Leetcode). They cover all concepts, so conceptwise you will be covered. After that, it depends on your skill set, if you can tackle a new problem on the same concept.
aman-1998/Automatic_Remote_Interviewing
This project aims to build a computational framework to record audio-visual interview of a pool of interviewees and then automatically predict their Communication Scores and other Work related behavioral skills before finally classifying them as "Hirable" / "Not Hirable" / "May Be Considered".
aman-1998/Dynamic_Programming
Some Popular Algorithms which require Dynamic Programming.
aman-1998/find_duplicates
Finding duplicates in O(n) time and O(1) space complexity (using Java language)
aman-1998/GS_question
Goldman Sachs coding question implemented using C Language
aman-1998/Hashing
Chaining, Linear Probing and Double Hashing using Java
aman-1998/Housing-Prices-Prediction-using-Machine-Learning-
Housing Prices Prediction through Single Variate Linear Regression using "Gradient Descent" Algorithm
aman-1998/Huffman_coding-in-Java
Huffman_coding in Java for lossless data compression
aman-1998/kth_largest_element
kth largest element in O(n + k * log(n)) time
aman-1998/Longest_Common_Subsequence
Longest_Common_Subsequence using Java
aman-1998/Loop_detection_and_removal_in_a_linked_List
Floyd's loop detection and loop removal algorithm using C language
aman-1998/Microservices_Using_SpringBoot
This is a tutorial to create an application using Microservices, Spring-Boot, Spring-Cloud (Eureka), Hibernate and JSP (JSTL support). For logging, Logback framework is used. The IDE used is STS4.
aman-1998/Missing_values_in_the-range
Missing values in the range using Java and C (when total number of elements is not given)
aman-1998/Multi_Stage_graph
Multi-Stage graph (Shortest Path) in Java
aman-1998/Optimal_merge_pattern
Implementation of "Optimal Merge Pattern" in Java
aman-1998/Pig-Game
Pig Game using HTML5, CSS3, JavaScript
aman-1998/Point_To_Point_And_PubSub_Messaging
This repository focuses on point to point messaging and Publisher Subscriber messaging using Message Brokers. JMS 1 API and JMS 2 API both have been illustrated in detail using ActiveMQ Artemis
aman-1998/sort_by_frequency_in_C_Language
Sorting elements by frequency using qsort() function in C
aman-1998/SQL-Command-Line-or-SQLplus-using-JDBC
A window which works similar to SQL command Line / SQLplus using JDBC
aman-1998/Subset-sum
Subset_sum algorithm implemented in C language
aman-1998/TNQT_Ninja_coding_question
Difference in sum of numbers at odd position and even position using C