Pinned Repositories
ArrayList-in-Java
ChalkandFiglet
Using npm packages chalk which is used for providing color and figlet which is used for providing font size and style
Class-Loader-in-JAVA
Comparator-in-Java
DNASequncing-using-ML
DRDO_BOT
ReservationChatbot
Chatbot created on Microsoft Azure using Language Understanding(LUIS) on node.js platform
SimpleLinearRegression
An example to show Simple Linear Regression Model
UUID-Generator-in-Hibernate
UUID2-Generator-in-Hibernate
Showing an example of UUID2 Generator used in Hibernate.
kartikgoel1999's Repositories
kartikgoel1999/Class-Loader-in-JAVA
kartikgoel1999/DRDO_BOT
kartikgoel1999/ReservationChatbot
Chatbot created on Microsoft Azure using Language Understanding(LUIS) on node.js platform
kartikgoel1999/SimpleLinearRegression
An example to show Simple Linear Regression Model
kartikgoel1999/UUID-Generator-in-Hibernate
kartikgoel1999/UUID2-Generator-in-Hibernate
Showing an example of UUID2 Generator used in Hibernate.
kartikgoel1999/ArrayList-in-Java
kartikgoel1999/ChalkandFiglet
Using npm packages chalk which is used for providing color and figlet which is used for providing font size and style
kartikgoel1999/Comparator-in-Java
kartikgoel1999/DNASequncing-using-ML
kartikgoel1999/Generics-in-Java
Generics in Java is similar to templates in C++. The idea is to allow type (Integer, String, … etc and user defined types) to be a parameter to methods, classes and interfaces.
kartikgoel1999/Getting-Started-with-NodeJS
kartikgoel1999/Hibernate-Query-Language
Hibernate Query Language (HQL) is an object-oriented query language, similar to SQL, but instead of operating on tables and columns, HQL works with persistent objects and their properties. HQL queries are translated by Hibernate into conventional SQL queries, which in turns perform action on database.
kartikgoel1999/Map-in-JS
kartikgoel1999/PepCoding-Placement-Questions
kartikgoel1999/Reduce-Method
kartikgoel1999/Reflection-API-in-Java
kartikgoel1999/template1
Created a template using CSS and HTML
kartikgoel1999/Vector-in-Java