unknown uodates

This commit is contained in:
Allen Languor 2021-10-17 17:16:47 +03:00
parent 9e8bbb863f
commit 955b202604
15 changed files with 235 additions and 12 deletions

View File

@ -1,4 +1,4 @@
Hi! I'm a young DevOps engineer with 3++ years of hands-on experience in different IT areas. I had experience in several IT areas, and I understand how things may work for different teams, which is important for implementing the DevOps philosophy in the company.
Hi! I'm a young DevOps engineer with 3++ years of hands-on experience in IT. I had experience in several IT areas, and I understand how things may work for different teams, which is important for implementing the DevOps philosophy in the company.
After working in a QA engineer position, I understand how to test any solution and describe test cases.
Also, I'm not afraid of experiments when it comes to solving unusual problems and using new technologies. I know how things work on bare-metal and in the cloud, so I may help with migrating to the cloud and vice versa.
Also, I'm thinking about consequences, and I'm ready to take responsibility for every decision I've made.

27
cv/md/ni/coverletter.md Normal file
View File

@ -0,0 +1,27 @@
## Cover letter
When I find out that Native Instruments is looking for a DevOps Engineer, I've decided that I can't just get past it.
### About me
Hi!
I'm a DevOps engineer with almost five years of experience in different IT areas (QA, Development, System Engineering). Currently, I'm working at Itigris in the role of DevOps/System Engineer.
Some of my current responsibilities:
- Support Kubernetes clusters. (all our applications and self-hosted services are running in Kubernetes)
- Provide "Platform as a service" for developers and QA. For example, create and support reliable and fast CI/CD pipelines, support and administrate self-hosted services, etc.
- Help other teams with an understanding of Docker and containerization.
- Troubleshooting and administrating
### Why am I writing you?
Not so long ago, I've started to understand that it's important for me to feel that I'm working on something important and valuable. And all the projects at my current job don't make me feel like that. And I've started to think which job may make me give this filing.
Because of being a musician, I've decided that I should continue my DevOps way in the musical area. Native Instruments is a great audio software developing company, and it seems impossible to me not to send my CV.
### Why, I think, you should pay attention to my CV?
- I'm a young engineer with a will to learn.
- I'm not afraid of non-standard solutions, and I'm not tied to old-familiar technologies.
- I always take responsibility for what I'm doing.
- I'm sure that things must be automated when it's possible.
Thank you
Nikolay Rodionov

View File

@ -1,5 +1,5 @@
## Cover letter
When I find out that SoundCloud is looking for a Production Engineer, I decide that I can't just get past it.
When I find out that SoundCloud is looking for a Production Engineer, I've decided that I can't just get past it.
### About me
Hi!

BIN
cv/pdf/n.rodionov-cv.pdf Normal file

Binary file not shown.

BIN
cv/pdf/ni/coverletter.pdf Normal file

Binary file not shown.

Binary file not shown.

57
lyrics/allanger/ .m2 Normal file
View File

@ -0,0 +1,57 @@
You could catch a snow flake and throw it like a shuriken
To put out the fire in my eyes I'm no more sure you can
Stop me I'm putting my full metal jacket on
And fly outta the windows like I was never here at home
Time is no longer a thing, cuz It's over now
What still bothering me, while if falling down.
Starting to reflect back to find out why I've made it.
I'm now a plane with just one wind, and no one's gonna land it
The whole city starts to crumble down cuz the earth shakes
Seems like all of us are gonna die is this world fake
Cuz I'm no more scared to see how my past is dying
Maybe I didn't succeed no matter ho hard i was trying
Now I don't feel that it's a big deal
Now I don't feel that it matters
I remebmer that will to live that I've had
While trying destroying the patterns
That I've taken while being a kid
Looking at the people around
I thought they were willing to guide me
Thru my life but god, i was so wrong
I know you're dancing on the roof
The dance to make it rain
But all i can dive into now
Are just shame and pain
That
It's all me, it's all mine, all yourn. What it's all about
It's all right, cuz I'm no more your dog
Nobody warmed me how far it could go
Nobody warmed against becoming football
Just a one of them I used to say. Just a one of them
It's all about me now i'm bevoming simple man
Many things moving around but non moving around be
I would like to be the with who you wanna tolk about it
Let's talk about it, about anything that's fucked up
Let's get drunk and pick a fight in that irish pub
Let me be your servant cuz there is no place to fall
My letters used to feed your serpant but I still got something more
Than just a shame pain
It's not a runaway
Where are my
Every step I've made is just a step that I've heard about.
I'm so fucking mental that I'm just giving up
The only time I've done my best I've spent a day in the jail

View File

@ -1,10 +0,0 @@
You could catch a snow flake and throw it like a shuriken
To put out the fire in my eyes I'm no more sure you can
Stop I'm putting my full metal jacket on
And fly outta the windows like I was never here at home
It's all me, it's all mine, all yourn. What it's all about
It's all right, cuz I'm no more your dog
I'm scared of what I've seen
Streets are coverd with the blood of the innocent

4
vscode-notes/bodach.md Normal file
View File

@ -0,0 +1,4 @@
# bodach
## bodach-daemon

4
vscode-notes/cpm.md Normal file
View File

@ -0,0 +1,4 @@
# Bodach
## bodach-boxes

22
vscode-notes/daily.md Normal file
View File

@ -0,0 +1,22 @@
When creating a project you must be able to choose from 3 options (2 when from the browser)
1. Create an empty DAW project.
There must be an empty project owned by the droplez user which is gonna be used as a template.
For simplifying creating there must be a database table that will store empty projects object IDs.
Example:
| ID | DAW | Object ID |
| --- | ------------- | --------- |
| 1 | DAW_LOGIC_PRO | $UUID |
| 2 | DAW_ABLETON | $UUID |
So, when creating an empty project, `droplez-studio` should go to `empty_projects` table and get object name. Then use this object as a file first for the first version
2. Create a project from template
Project can be used as a template if it has a `template` flag.
3. Create an empty droplez project. (Not working from the browser)
Just init droplez config file in the specified folder. This should not be triggering a backend.

View File

@ -0,0 +1,23 @@
# droplez v0.1.0
Release MVP
Main client functions:
- Studio
- Projects
- [ ] Project initialization
- droplez-frontend
- init empty project
- init empty DAW project (take the default project from the repo)
- init project from template
- droplez-desktop
- init empty project
- init empty DAW project
- init project from template
- droplez-cli
- init project in dir (like git or init with template)
- ProjectBoard
- Release
- Templates

91
vscode-notes/droplez.md Normal file
View File

@ -0,0 +1,91 @@
# droplez
## MVP
### droplez-frontend
- Projects (Studio)
- Project initialization, listing, updating, commenting
<!-- - Stock -->
<!-- - Sell beats -->
<!-- - Sell arrangements -->
<!-- - Sell sounds -->
<!-- - Sell vst presets -->
<!-- - Plugins -->
<!-- - Donwload plugins -->
<!-- - Save plugins to collection -->
<!-- - Attach presets to a plugin -->
- Personal Page -> Auth service
- Post creation/listing/updating
- Reactions
- Music
- Highligts
- Player
- Timeline comments
- Lyrics
### droplez-desktop
- Project management (studio)
- Player
### droplez-cli
- Project management (studio)
Tasks:
1.
## Logic
CLI:
```
- Init project in the dir, where project file exists
$ droplez init .
-n | --name - project name
-a | --artist - artist name
-c | --collection - collection name
-t | --tags - project tags
droplez init creates a yaml file witt project params
$ droplez add
-m | --message - add message to new version
$ droplez push
```
## Milestones
---
### **milestone 1**: Project Initialization
#### droplez-studio
- [x] CRUD operations
#### droplez-frontend
- [ ] Studio -> Projects page
#### droplez-cli
- [ ] Basic CRUD client
#### droplez-k8s
- [ ] Create deploy for stage environment
---
### **milestone 2:** Files uploading and project versioning
#### droplez-uploader
- [ ] Init file uploader
#### droplez-studio
- [ ] Add information about files
- [ ] Add versioning logic
#### droplez-frontend
- [ ] Add files uploading support
- [ ] Add versioning on project pages
#### droplez-cli
- [ ] File upload support
---
## Notes
### Project creation vs Project initialization
- When creating a project, the new empty project instance is created (supported in Web, Desktop and Cli)
- When initializing a project, droplez config is added to already existing project (Desktop, Cli)
On init, we have a project dir, so we can add a yaml file there, but on create we need to unzip template, add config there and zip again. It should be done the fastest way possible.

View File

@ -0,0 +1,2 @@
# online performance platform

View File

@ -0,0 +1,3 @@
# деньги
пришло