Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kachamachkov/kachamachkov

Config files for my GitHub profile.
https://github.com/kachamachkov/kachamachkov

config github-config

Last synced: about 2 months ago
JSON representation

Config files for my GitHub profile.

Awesome Lists containing this project

README

        

```javascript

const boyan: Developer = {
code: [ "Javascript", "Typescript?" ],
technologies: {
backEnd: [ "NodeJS", "Express", "Handlebars", "EJS" ],
frontEnd: [ "React", "HTML5", "CSS3" ],
devOps: [ "Docker 🐳?" ],
databases: [ "MongoDB", "PostgreSQL?" ]
},
architecture: [ "MVC", "SPAs", "MPAs" ],
education: [ "SoftUni", "UNWE" ],
hobbies: [ "Calisthenics", "Basketball", "Competitive Gaming" ],
goal: "Untangling sea knots"
};

```