Validate Slack requests

You can build a Slack app, but you should make it secure. See how to validate Slack’s requests.

Using Twilio's Debugger with Flask

I published a post in Twilio’s blog! It shows how to use Flask to have an app to store your debugger events from Twilio. Check it out: https://www.twilio.com...

HTML and CSS with Freecodecamp

{“index.html”:”<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">\n\n\n<h2 class="red-text">CatPhotoA...

Exploring indexes in SQL

This project explores indexes with SQL and it is part of my course at dataquest.io.

Analysing business with SQL

I’ve been learning SQL. This is an exercise analysing data from a fictional digital music shop, Chinook. The Chinook database contains information about the...

SQLite and Python

I’ve been learning SQL. This is an exercise analysing data from the CIA world factbook, combining queries from SQL with python tools!

Working with scripts

Find the py files that I created for my project on Hacker News submissions. This is part of my dataquest.io course in data science!

Star Wars survey project

Find a Jupyter notebook with my project on Star Wars survey conducted by FiveThirtyEight. The data is available here.

Exploratory analysis of scholarships

This is an exploration on distribution of scholarships. The data is not publicly available and I have created fantasy labels/names to mask sensitive informat...