About

About

A coder, build the world in code.

A loster, lost in the real world.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
const coder = {
    name: "Steven",
    location: {
        country: "China",
        city: "Shanghai"
    },
    skills: {
        java: {
            since: 2011
        },
        springboot: {
            since: "2.0"
        },
        "psotgresql": "postgresql",
        "golang": {},
        "redis": {},
        "kafka": {},
        "python": {},
        "langchain": {}
    }
}

console.log(JSON.stringify(coder))