- India
- in/hardikpawar1
Highlights
- Pro
-
Java Public
Forked from TheAlgorithms/JavaAll Algorithms implemented in Java
-
Python Public
Forked from TheAlgorithms/PythonAll Algorithms implemented in Python
Python MIT License UpdatedOct 12, 2025 -
awesome-low-level-design Public
Forked from ashishps1/awesome-low-level-designLearn Low Level Design (LLD) and prepare for interviews using free resources.
C++ GNU General Public License v3.0 UpdatedOct 12, 2025 -
nammayatri Public
Forked from nammayatri/nammayatriA Direct-to-Driver open mobility platform powering the next-generation of mobility applications in India.
PureScript GNU Affero General Public License v3.0 UpdatedOct 12, 2025 -
Incremental-Diversity Public
Codebase for Incremental Diversity
-
PolyPersona Public
A Flask web app that mimics celebrity speech styles via Gemini API with image generation (Pollinations API), multi-language support (gTTS, googletrans), customizable model parameters, audio generat…
-
-
-
-
-
MERNcraft Public
An automation script designed to kickstart your MERN stack application development. It helps you set up a basic project structure with React for the frontend & Express for the backend.
-
-
Sentiment-inator Public
Sentimentinator is a web-based tool that lets users input text and instantly receive predicted sentiment labels (positive, neutral, or negative) using advanced natural language processing (NLP) tec…
-
-
Velocity-Vault Public
This repository contains the documents/source code associated with the Next Gen Car Showroom Management System project.
-
algorithms-and-data-structures Public
Forked from kelvins/algorithms-and-data-structures🧮 Algorithms and Data Structures in several Programming Languages
Python MIT License UpdatedOct 7, 2024 -
-
-
-
Guide to create and deploy 5 Flask microservices on Kubernetes (k8s). The microservices (Service A, Service B, Service C, Service D, and Service E) communicate with each other within the k8s cluste…
Python UpdatedSep 17, 2024 -
A simple Spring Boot application containerized with Docker and deployed on Kubernetes. It serves a "Hello World" message in the "/" route, and a JSON list of items in the "/items" route.
Java UpdatedSep 16, 2024 -
A simple Spring Boot application containerized with Docker. It serves a "Hello World" message in the "/" route, and a JSON list of items in the "/items" route.
Java UpdatedSep 16, 2024 -
MPI-analysis-using-LLVM Public
This project aims to analyze the uniform participation patterns of MPI processes in C/C++ code using LLVM/Clang. By leveraging the LLVM framework, we developed a custom analysis pass that identifie…
C UpdatedSep 15, 2024 -
-
k8s-and-MERN-Experimentation Public
This guide will walk you through creating a simple MERN stack application and deploying it on Kubernetes, with local JSON data instead of MongoDB.
JavaScript UpdatedSep 15, 2024 -
PyPIMetaMorphosis Public
Streamlined package to create a PyPI-ready project structure automatically using Python. It simplifies the process of building and organizing files for Python packages, including setting up a folde…
Python MIT License UpdatedSep 15, 2024 -
This guide will walk you through creating a simple MERN stack application and containerizing it with Docker, with local JSON data instead of MongoDB.
JavaScript UpdatedSep 14, 2024 -
This project demonstrates how to deploy a simple Flask application that displays "Hello, World!" using Kubernetes. It covers the process of creating a Flask app, containerizing it with Docker, and …
Python UpdatedSep 14, 2024 -
This project demonstrates how to create a simple Flask application that displays "Hello, World!" and containerize it using Docker.
Dockerfile UpdatedSep 14, 2024 -
FlaskStarter Public
A PyPI published package to streamline Flask web-app dev by automating project setup, virtual environment creation, directory structure, barebones html, css, py files and dependency management, fac…