There are no reviews yet. Be the first to send feedback to the community and the maintainers!
sorting-and-search-algorithms-in-java
The project implements sorting algorithm and search algorithms in java. It has log4j logging implementation which help user to understand algorithm working. It also provide metadata of each algorithm which provide some basic data like no of iterations, no of swapping operations, time taken by algorithm to sort or search elements. The algorithms are implement using java generic implementation so we can use this implementation to sort or search any objects arrays.java-programming-tutorials
The repository contains the sample programs on multithreading and java 8 features.simple-object-mapper-java
The simple-mapper is a lightweight annotation-based object mapping framework.spring-boot-reactive-restapi-mongodb-webflux
Spring boot reactive (Non-blocking) programming using Spring boot Webflux and Spring boot Reactive MongoDB.core-java-hibernate-mysql
It is a hibernate repository implementation using java 8 and Generics. The implementation helps to reduce boilerplate code while developing DAO layer in enterprise applications. By extending the Repository child class will inherit all CRUD methods. Also it has feature to manage session and trasaction internally or externally as well.go-lang-design-patterns-examples
The repository implements various design patterns in the Go Language. Design patterns are typical solutions to commonly occurring problems in software design. They are like pre-made blueprints that you can customize to solve a recurring design problem in your code.machine-learning-using-python
vehicle-price-prediction-random-forest-regressor-reactjs-frontend
python-fundamental-programs
Python basics, List, Tuple, Dict, Strings, Control statements (if-else, switch case), Loop(for, while)python-ml-work
machine-learning-algorithm-impl-java
My own implementation of Machine Learning algorithms in Java 8, with JChartFree for data visualisation.react-redux-cdn-example
It is a web application developed using the CDN of the react js.rest-api-using-golang-gin-framework
Demo project for GO Language with sample REST API using the Gin Web Frameworkspring-cloud-currency-conversion-microservices
Microservices Naming Server, Configuration Server, API Gateway, Circuit Breker, Load Balancer Implementationgo-lang-fundamental-examples
The repository has the programs on the fundamental concept of the Go Language programming. It covers variable declaration, conditional block, loop, functions, a data structure(array and slice), goroutines, struct, pointers, error handling and file handling.react-redux-bootstrap-todo-application
It is React based to-do application. User can add as many tasks in to-do list. There option to edit, delete and Mark completed task as well. All the task are displayed using pagination and user has filter option to filter active and completed task from to to do list.next-js-application
It is a sample component based front end web application developed using the Next-Js and react-js. It has integrated with Github Rest API to get the repository details. Also application is developed using the Vercel deployment platformSpark-Scala-Examples
I have implemented the sample programs using apache spark. The programs have developed on the concepts of Spark RDD and Spark SQL Dataframe.Love Open Source and this site? Check out how you can help us