fixup: remove ignoring data folder
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dmitriy Pleshevskiy 2022-06-14 00:43:22 +03:00
parent 19b08ecd3d
commit d36bf0798f
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
4 changed files with 64 additions and 0 deletions

View File

@ -1,5 +1,6 @@
/* /*
!/data
!/public !/public
!/styles !/styles
!/translates !/translates

1
.gitignore vendored
View File

@ -8,6 +8,7 @@
!/*.json !/*.json
!/*.ts !/*.ts
!/data
!/public !/public
!/styles !/styles
!/translates !/translates

30
data/about/eng.md Normal file
View 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
View 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)
- Консольные
- Кроссплатформенные