A software engineer from China. π
const aboutMe = {
pronouns: "he" | "him",
code: ["Java", "Kotlin", "Javascript", "Typescript"],
technologies: {
frontEnd: {
js: ["Vue"],
css: ["Bootstrap"]
},
backEnd: {
java: ["Spring", "Spring Boot", "Spring Cloud", "JPA"],
js: ["Node"]
},
databases: ["PostgreSQL", "MySQL", "MongoDB", "Redis", "Elasticsearch"]
}
};