summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2020-11-22 18:01:22 -0300
committerRoger Gonzalez <roger@rogs.me>2020-11-22 18:01:22 -0300
commit90ada3648a98f849a5922460905ed7b82aa1efa5 (patch)
treea18a7099da843587d0939f992f1aacd114ad7804
parent144d3ee365046300c5c0dd15fc80d45a108c402f (diff)
Changed TTV info
-rw-r--r--content/_index.md12
-rw-r--r--content/projects/tus-tapas-valen.md14
-rwxr-xr-xdeploy.sh3
-rw-r--r--projects.org12
4 files changed, 20 insertions, 21 deletions
diff --git a/content/_index.md b/content/_index.md
index 7ddc509..76295c6 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -51,12 +51,12 @@ Senior Backend Developer
I worked for Massive from April 2019 to August 2020. On my time in Massive, I
worked on one big project for Coca-Cola Mexico, called [Tus Tapas
-Valen](/projects/tus-tapas-valen). "Tus Tapas Valen" is an application that
-allowed clients to participate in promotions and auctions, and win prizes. First
-I worked FrontEnd with ReactJS, Redux and redux-observable, but now I'm working
-in the Backend. I had to plan a big refactor while still working on new Backend
-functionalities. The Backend was built using Python, Django, PostgreSQL, AWS,
-and AWS S3
+Valen](/projects/tus-tapas-valen). "Tus Tapas Valen" was an application that
+allowed clients to participate in promotions and auctions, and win prizes. We
+got to 400.000 users in the time the app was online. First I worked FrontEnd
+with ReactJS, Redux and redux-observable, but then I moved to the Backend. I had
+to plan a big refactor while still working on new Backend functionalities. The
+Backend is built using Python, Django, PostgreSQL, AWS, and AWS S3
## [Vascar Solutions](https://vascarsolutions.com/)
Backend Developer
diff --git a/content/projects/tus-tapas-valen.md b/content/projects/tus-tapas-valen.md
index 9dce009..4aefb97 100644
--- a/content/projects/tus-tapas-valen.md
+++ b/content/projects/tus-tapas-valen.md
@@ -2,19 +2,19 @@
title = "CocaCola - Tus Tapas Valen"
author = ["Roger Gonzalez"]
date = 2019-04-01
-lastmod = 2020-11-14T14:02:31-03:00
+lastmod = 2020-11-22T18:01:08-03:00
draft = false
weight = 1004
+++
## About the project {#about-the-project}
-"Tus Tapas Valen" is an application that will allow clients to participate in
-promotions and auctions, and win prizes. We are expecting 5 million users for
-January 2020. First I worked FrontEnd with ReactJS, Redux and redux-observable,
-but now I'm working in the Backend. I had to plan a big refactor while still
-working on new Backend functionalities. The Backend is built using Python,
-Django, PostgreSQL, AWS, and AWS S3
+"Tus Tapas Valen" was an application that allowed clients to participate in
+promotions and auctions, and win prizes. We got to 400.000 users in the time the
+app was online. First I worked FrontEnd with ReactJS, Redux and
+redux-observable, but then I moved to the Backend. I had to plan a big
+refactor while still working on new Backend functionalities. The Backend is
+built using Python, Django, PostgreSQL, AWS, and AWS S3
![](/cocacola-01.jpg)
![](/cocacola-02.jpg)
diff --git a/deploy.sh b/deploy.sh
index b40f182..8025ebb 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -2,6 +2,5 @@
rm -rf ~/code/personal/rogs.me/public/*
hugo
-ssh root@cloud.rogs.me "rm -rf /var/www/rogs.me/*"
-scp -r ~/code/personal/rogs.me/public/* root@cloud.rogs.me:/var/www/rogs.me
+rsync -vru ~/code/personal/rogs.me/public/* root@cloud.rogs.me:/var/www/rogs.me
ssh root@cloud.rogs.me "sudo service nginx restart"
diff --git a/projects.org b/projects.org
index fb5d4f1..73fa4d2 100644
--- a/projects.org
+++ b/projects.org
@@ -97,12 +97,12 @@ created .
:EXPORT_DATE: 2019-04-01
:END:
** About the project
-"Tus Tapas Valen" is an application that will allow clients to participate in
-promotions and auctions, and win prizes. We are expecting 5 million users for
-January 2020. First I worked FrontEnd with ReactJS, Redux and redux-observable,
-but now I'm working in the Backend. I had to plan a big refactor while still
-working on new Backend functionalities. The Backend is built using Python,
-Django, PostgreSQL, AWS, and AWS S3
+"Tus Tapas Valen" was an application that allowed clients to participate in
+promotions and auctions, and win prizes. We got to 400.000 users in the time the
+app was online. First I worked FrontEnd with ReactJS, Redux and
+redux-observable, but then I moved to the Backend. I had to plan a big
+refactor while still working on new Backend functionalities. The Backend is
+built using Python, Django, PostgreSQL, AWS, and AWS S3
[[/cocacola-01.jpg]]
[[/cocacola-02.jpg]]