Please find my resume in the repo.
Dummy projects and/or extracted code from projects.
I use many times machine-to-action. Some pieces come from a SailsJS project.
The only frontend code is doc-viewer (extract from an EmberJS app).
## doc-viewer
A simple EmberJS component which gets a PDF from an API, and render as HTML result toward the front with a blacked background. I use here generators to wrap promises (amazing control over promises).
- component.js - the component
- style.scss - the css applied to that component
- template.hbs - the handlebar template
## commands
This is a part of a project.
create.js :
- proceed a queue of commands, with KueJS
- download and read an instruction file (currently yaml)
- fill respective object's queues
find.js
- connect with SSH to a remote server
- prepare the local path
- download and read a yaml instructions
## monitor-api-2
This is a handy module to identify the amount of data per client (according to DB records). A PDF is generated and an email is send to the client.
Unfortunately, the client wants a PDF version sent to his email address.
A small part a project, downloading and reading a CSV file to inject new user records into a mongoDB.
This one use KueJS to proceed operation within the memory.
Some users import files containing more than 10k users.
Idem. Just a piece of a project showing a new-password process.
The users need the token to change in fine their password. It updates the mongoDB user record, renders an EJS template and push an email into the right queue.