Skip to content
View smit-joshi814's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report smit-joshi814

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
smit-joshi814/README.md

import FullStackDeveloper from 'smit-joshi814';

class Skills implements FullStackDeveloper {
    String[] languages  = new String[] { "Java" , "Dart" ,"PHP" , "C#" , "C" ,"C++" };
    String[] frontEnd   = new String[] { "Html" , "CSS" , "JavaScript" , "Bootstrap" , "jQuery" };
    String[] databases  = new String[] { "Oracle" , "MySQL", "MongoDB" , "PostgreSQL" };
    String[] frameworks = new String[] { "Spring Boot", "Flutter" , "Angular" };
    String[] others     = new String[] {
                                          "Spring Security" , "JWT Auth" , "Eureka Server" ,
                                          "Zipkin", "RabbitMQ", "Config Server", "Gateway (String Cloud Routing)",
                                          "Docker" , "K8s" , "jUnit" , "Mokito" , "PostGIS" , "TimeScaleDB" ,
                                          "git" , "GitHub" , "CI/CD"
                                       };
}

class Bio extends Skills {
    String name      = "Smit Joshi";
    String title     = "Full Stack Developer";
    String location  = "Ahmedabad";
    String linkedIn  = "https://www.linkedin.com/in/smit-joshi814/";
    String gitHub    = "https://github.com/smit-joshi814";
    String portfolio = "https://resumesmitjoshi.blogspot.com";
}

Pinned Loading

  1. Microservices Microservices Public

    This is a simple microservice based project, it has three microservices, namely jobs-microservice, company-microservice & review microservice, I have used several tools in this project like Zipkin,…

    JavaScript

  2. wedding-planner wedding-planner Public

    Welcome to Wedding Planner, a project built using Java with Spring Boot and data JPA. This project serves as an intermediator between Users and Vendors in the wedding services industry. Vendors can…

    JavaScript 2

  3. ultimate-eCommerce-java ultimate-eCommerce-java Public

    This repository hosts a comprehensive eCommerce platform developed as a Bachelor's project. Built using Java 17, JSP, Servlets, Bootstrap, jQuery, and MySQL, this project stands as a unique demonst…

    Java 2 1

  4. eAttendance eAttendance Public

    This system is designed to streamline the attendance process using QR codes, ensuring real-time and accurate attendance tracking.

    HTML 3