summaryrefslogtreecommitdiff
path: root/content/resume/volition.md
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-14 16:44:18 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-14 16:44:18 -0300
commit92906794e5c14a840b8ad92c2e18b0ecb520d6d2 (patch)
tree3833fa5e3175ec26b9d4c69a3589f44cdd9130f7 /content/resume/volition.md
parentf9adc4b0892115c7a2281b76a8a89d37d113e80a (diff)
Moved projects to resume
Diffstat (limited to 'content/resume/volition.md')
-rw-r--r--content/resume/volition.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/content/resume/volition.md b/content/resume/volition.md
new file mode 100644
index 0000000..fce8e06
--- /dev/null
+++ b/content/resume/volition.md
@@ -0,0 +1,44 @@
++++
+title = "Volition"
+author = ["Roger Gonzalez"]
+date = 2020-07-01
+lastmod = 2020-11-14T14:02:31-03:00
+draft = false
+weight = 1003
++++
+
+## About the project {#about-the-project}
+
+Volition is an app that wants to be the top selling place for a certain kind of
+product. In order to achieve that, we had to develop a series of crawlers for
+different vendors, in order to get all the data so the storefront could be
+created .
+
+
+## Tech Stack {#tech-stack}
+
+- JavaScript
+- TypeScript
+- NodeJS
+- PuppeteerJS
+- Docker/docker-compose
+- PostgreSQL
+- Google Cloud
+- Kubernetes
+- Bash
+- ELK (ElasticSearch, LogStash, Kibana)
+
+
+## What did I work on? {#what-did-i-work-on}
+
+- Team lead
+- Moved the entire project to docker and docker-compose. Before it, the
+ development environment has pretty tricky to setup.
+- Improved the old code, introducing standards with esLint and smoke tests.
+- Configured a VPN and an Ubuntu VNC session in docker to help with the proxy
+ and the non-headless browser.
+- Created new crawlers for the new vendors.
+- Configured the new Kibana dashboard.
+- Created a gatekeeper to check the crawlers status before going out to the
+ internet.
+- Monitored and ran many crawlers.