An open API service indexing awesome lists of open source software.

https://github.com/smit-joshi814/smit-joshi814

Smit Joshi
https://github.com/smit-joshi814/smit-joshi814

java-developer smit-joshi

Last synced: 6 months ago
JSON representation

Smit Joshi

Awesome Lists containing this project

README

          



```js

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";
}

```