A passionate self-taught backend developer from india. my passion for software lies with dreaming up ideas and making them come true.
import java.util.*;
public class Soumyajit {
String[] pronouns = {"He", "Him"};
List<String> code = Arrays.asList("C", "Java", "Python", "Kotlin", "Bash");
List<String> askMeAbout = Arrays.asList("spring boot dev", "system design", "DevOps", "cloud", "CS fundamentals");
Technologies technologies = new Technologies();
Architecture architecture = new Architecture();
String currentFocus = "Building a smart healthcare system (HealthHub) with AI, and cloud";
String funFact = "Can debug complex backend flows while sipping chai ☕ and listening to Lo-Fi beats!";
static class Technologies {
List<String> frontEnd = Arrays.asList("HTML", "CSS");
Map<String, List<String>> backEnd = new HashMap<String, List<String>>() {{
put("Java", Arrays.asList("SpringBoot");
}};
List<String> devOps = Arrays.asList("Docker🐳", "Aws", "Kubernetes☸️", "Linux🐧", "Git");
List<String> databases = Arrays.asList("PostgresSQL🐘", "Redis", "MySQL🐬");
List<String> misc = Arrays.asList("Postman🐦⬛", "Swagger", "ELK Stack", "Netlify");
List<String> generativeAI = Arrays.asList("Chatbot", "GPT");
}
static class Architecture {
List<String> backEnd = Arrays.asList("monolithic", "microservices");
List<String> databases = Arrays.asList("Relational", "In-memory");
}
public static void main(String[] args) {
Soumyajit soumyajit = new Soumyajit();
System.out.println("Fun Fact: " + soumyajit.funFact);
}
}
-
languages and tools:
Tools, languages, and other things that I like to work with.
|
Spring Boot |
Python |
Linux |
Docker |
Kubernetes |
AWS |
MySQL |
Java |
React |
JavaScript |
📊 this week i spent my time on:











