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
- Host: GitHub
- URL: https://github.com/smit-joshi814/smit-joshi814
- Owner: smit-joshi814
- Created: 2023-11-06T04:38:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-31T08:21:02.000Z (over 1 year ago)
- Last Synced: 2025-07-09T08:04:07.319Z (6 months ago)
- Topics: java-developer, smit-joshi
- Homepage: https://resumesmitjoshi.blogspot.com
- Size: 341 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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";
}
```