fixup: remove ignoring data folder
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
19b08ecd3d
commit
d36bf0798f
4 changed files with 64 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
/*
|
/*
|
||||||
|
|
||||||
|
!/data
|
||||||
!/public
|
!/public
|
||||||
!/styles
|
!/styles
|
||||||
!/translates
|
!/translates
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,6 +8,7 @@
|
||||||
!/*.json
|
!/*.json
|
||||||
!/*.ts
|
!/*.ts
|
||||||
|
|
||||||
|
!/data
|
||||||
!/public
|
!/public
|
||||||
!/styles
|
!/styles
|
||||||
!/translates
|
!/translates
|
||||||
|
|
30
data/about/eng.md
Normal file
30
data/about/eng.md
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
Hi!
|
||||||
|
|
||||||
|
My name is Dmitriy Pleshevskiy.
|
||||||
|
|
||||||
|
I'm a lead software developer, architect, team leader and mentor
|
||||||
|
|
||||||
|
Open-source projects are my passion! I invest, exeriment, implement and improve
|
||||||
|
projects in my spare time
|
||||||
|
|
||||||
|
Besides programming, I love to cook and spend time with my beloved family!
|
||||||
|
|
||||||
|
### Programming languages
|
||||||
|
|
||||||
|
- Prefer: Rust, TS, Bash
|
||||||
|
- Extensive experience: Rust, TS, JS, Python, Bash
|
||||||
|
- Limited experience: Haskell, Java, C#, C++
|
||||||
|
|
||||||
|
### Databases
|
||||||
|
|
||||||
|
- Prefer: Postgres
|
||||||
|
- Extensive experience: Postgres, MySQL, Sqlite, Mongo
|
||||||
|
|
||||||
|
### Creating applications
|
||||||
|
|
||||||
|
- Traditional (SSR + Forms)
|
||||||
|
- API (REST/GraphQL/WebSocket/EventSource)
|
||||||
|
- Dynamic (SPA)
|
||||||
|
- Hybrid (SSR + SPA)
|
||||||
|
- Console
|
||||||
|
- Crossplatform
|
32
data/about/rus.md
Normal file
32
data/about/rus.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
Привет!
|
||||||
|
|
||||||
|
Меня зовут Дмитрий Плешевский.
|
||||||
|
|
||||||
|
Я ведущий разработчик програмного обеспечения, архитектор, руководитель команды,
|
||||||
|
а так же ментор.
|
||||||
|
|
||||||
|
Open-source проекты - моя страсть! Придумываю, эксперементирую, воплощаю,
|
||||||
|
улучшаю проекты в своё свободное время.
|
||||||
|
|
||||||
|
Помимо программирования я люблю готовить и проводить время со своей любимой
|
||||||
|
семьей!
|
||||||
|
|
||||||
|
### Языки программирования
|
||||||
|
|
||||||
|
- Предпочитаю: Rust, TS, Bash
|
||||||
|
- Огромный опыт: Rust, TS, JS, Python, Bash
|
||||||
|
- Ограниченный опыт: Haskell, Nix, Java, C#, C++
|
||||||
|
|
||||||
|
### Базы данных
|
||||||
|
|
||||||
|
- Предпочитаю: Postgres
|
||||||
|
- Огромный опыт: Postgres, MySQL, Sqlite, Mongo
|
||||||
|
|
||||||
|
### Создание приложений
|
||||||
|
|
||||||
|
- Традиционные (SSR + Forms)
|
||||||
|
- API (REST/GraphQL/WebSocket/EventSource)
|
||||||
|
- Динамическое (SPA)
|
||||||
|
- Гибридное (SSR + SPA)
|
||||||
|
- Консольные
|
||||||
|
- Кроссплатформенные
|
Loading…
Reference in a new issue