Kisalaykisu
Previous Company:-Data Scientist at iNeuron.ai Currently Working in @oracle as a Full-stack Developer
DeveloperPune
Pinned Repositories
BookStore_CartRestAPI
This repository contains school-related Java server-side project work for an imaginary book store with required/necessary back-end features & course requirement description.
ConsumerSpringRabbitmq
RabbitMQ is an open source message broker written in Java. It's fully compliant with JMS 1.1 standards. It is developed and maintained by Apache Software Foundation and is licensed under Apache license. It provides high availability, scalability, reliability, performance and security for enterprise level messaging applications.
content-aws-certified-cloud-practioner
Kesha Williams, 12-08-2020
Js_AddressBook_WithAddition
Build an object-oriented console address book application. (JavaScript)
JS_Ajax_PromiseCallBack
Promise object is created. Async function returns the promise object. If async is done successfully, promise object is resolved by calling its resolve method. If async is done with error, promise object is rejected by calling its rejected method.
JS_EmailValidation
Validate Email Using RegEx in JavaScript. To get a valid email id we use a regular expression /^[a-zA-Z0-9.! #$%&'*+/=? ^_`{|}~-]+@[a-zA-Z0-9-]+(?:\. [a-zA-Z0-9-]+)*$/.
MoodAnalyzer
It is based on the current mood of the user and give you each reaction.
PokemonAPI
Pokemon
Rest_APIMessaging
A REST API (also known as RESTful API) is an application programming interface (API or web API) that conforms to the constraints of REST architectural style and allows for interaction with RESTful web services. REST stands for representational state transfer and was created by computer scientist Roy Fielding
SpringAppDevelopment_Beginning
Spring Tools 4 is the next generation of Spring tooling for your favorite coding environment. Largely rebuilt from scratch, it provides world-class support for developing Spring-based enterprise applications, whether you prefer Eclipse, Visual Studio Code, or Theia IDE.
Kisalaykisu's Repositories
Kisalaykisu/LinkedList
Linked List is a part of the Collection framework present in java.util package. This class is an implementation of the LinkedList data structure which is a linear data structure where the elements are not stored in contiguous locations and every element is a separate object with a data part and address part. The elements are linked using pointers and addresses. Each element is known as a node. Duem to the dynamicity and ease of insertions and deletions, they are preferred over the arrays. It also has a few disadvantages like the nodes cannot be accessed directly instead we need to start from the head and follow through the link to reach a node we wish to access.
Kisalaykisu/AlgorithmPrograms
Algorithms in Java are static methods that can be used to perform various operations on collections.
Kisalaykisu/HashTable
The Hashtable class implements a hash table, which maps keys to values. Any non-null object can be used as a key or as a value. To successfully store and retrieve objects from a hashtable, the objects used as keys must implement the hashCode method and the equals method.
Kisalaykisu/Practice_Problem_Snake
In the loadImages() method we get the images for the game. The ImageIcon class is used for displaying PNG images. In the initGame() method we create the snake, randomly locate an apple on the board, and start the timer. If the apple collides with the head, we increase the number of joints of the snake
Kisalaykisu/BasicJavaProgram
Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. It is a general-purpose programming language intended to let programmers write once, run anywhere
Kisalaykisu/BinarySearchTree
A data structure is a data organization, management, and storage format that is usually chosen for efficient access to data.
Kisalaykisu/DataStructures
A data structure is a data organization, management, and storage format that is usually chosen for efficient access to data.
Kisalaykisu/Calender
Calendar app helps you spend less time managing your schedule and more time enjoying it.
Kisalaykisu/MoodAnalyzer
It is based on the current mood of the user and give you each reaction.
Kisalaykisu/UserRegistration_WithoutRegex
User registration systems are screens, forms, or profile pages that request information from a user to create a web-based account or profile. A user registration system generally asks a user to create a username and password, and possibly answer other security questions as well.
Kisalaykisu/JavaRegex_UserRegistration
User registration systems are screens, forms, or profile pages that request information from a user to create a web-based account or profile. A user registration system generally asks a user to create a username and password, and possibly answer other security questions as well.
Kisalaykisu/Address_Book
The address book needs to store name, address, telephone number, postal code, Email, home phone and other information.
Kisalaykisu/Address-Book
The address book needs to store name, address, telephone number, postal code, Email, home phone and other information.
Kisalaykisu/JAVA_IO
Payroll management is an important part of any business because it helps improve employee engagement and regulatory compliance using IO.
Kisalaykisu/Address_Book_IO
The project using the io concept.The address book needs to store name, address, telephone number, postal code, Email, home phone and other information.
Kisalaykisu/CensusAnalyzer
A census method is that process of the statistical list where all members of a population are analysed. The population relates to the set of all observations under concern.
Kisalaykisu/HotelReservationSystem
A web application to book a room in a hotel (room reservation).
Kisalaykisu/CabInvoiceGenerator
It is a billing software for travel agency. Language used for this software is Java. Backend is SQL
Kisalaykisu/EmployeePayroll_Sql
A Payroll Management system is the process by which employers pay wages to their employees. It’s also how they demonstrate their commitment to their workers, fulfill their obligations to government…
Kisalaykisu/AddressBook_DB
The address book needs to store name, address, telephone number, postal code, Email, home phone and other information using databases.
Kisalaykisu/EmployeePayroll
Payroll management is an important part of any business because it helps improve employee engagement and regulatory compliance
Kisalaykisu/Workshop_IO
The address book needs to store name, address, telephone number, postal code, Email, home phone and other information.
Kisalaykisu/EmployeePayrollService
Payroll management is an important part of any business because it helps improve employee engagement and regulatory compliance
Kisalaykisu/abcd
A development container is a running Docker container with a well-defined tool/runtime stack and its prerequisites. You can try out development containers with GitHub Codespaces or Visual Studio Code Remote - Containers.
Kisalaykisu/Java
The complete Java covered included with programs and notes
Kisalaykisu/Sample
Kisalaykisu/multi-page-app
Kisalaykisu/Exploratory-Data-Analysis-App-bug-free
Kisalaykisu/pomodoro-app
Kisalaykisu/ML-OPT-App