Categories
JavaScript Programming

Trackr – Our winner submission at UNIHACK Melbourne 2018

Categories
Data Science Programming SQL

How we built Data Science Web App “Route Planner X” on AWS infrastructure

Categories
Data Science Programming Python

[Guide] Web Scraping 101: What you need to know and how to scrape with Python & Selenium Webdriver

The first step in building a data science model is: Collecting data.

For beginners in data science, it is easier to grab ready-to-use data files in CSV format from many available public data sources. If anyone is interested, I will list the sites for free publicly available in the future article.

This article is for anyone who would like to learn how to scrape website quickly and easily using the tool in Python you already know (Pandas). I will cover a little bit on the basics of web scraping before talking about the libraries.

Categories
Data Science JavaScript Programming React SQL

[Guide] Building Data Science Web Application with React, NodeJS, and MySQL

Categories
Data Science Programming Python

[Python] How to update Anaconda Navigator with command line

I had a problem updating Anaconda Navigator with its UI and managed to solve by updating using the command line. So I wrote this article so it benefits other people and I can also come back if I face this problem in the future. Note that this blog post will be very very short, but very useful.

Categories
Data Science Programming R

3 Methods how to update R on RStudio (for Windows & Mac)

When was the last time you update your R and RStudio?

I installed RStudio and R a year ago, and never update it since then. Today I just noticed I cannot install new R packages because of my old R version. So I explore some ways to update R and would like to share with someone who is also looking to update R on RStudio.

Categories
Data Science JavaScript Programming

Data Visualisation for Melbourne AirBnb investors in D3.js[with Code]

Last month I attended the Quantify Datathon 2017 event. We are given AirBnb data from insideairbnb.com, then we have 5 days to explore and comes up with the model and/or visualization. Here is the final product from my team, Team Gravy.

Categories
JavaScript Programming React

React Modal – The easy way to show a modal without Redux

Creating a modal box (or popup) is not difficult, but also not easy. I spent 2-3 days finding a solution to build a modal in my React project. As my background is from jQuery and pure JavaScript, I was not aware of the possibility for ReactDOM to build a modal. In this post, I will go through the process of building a modal without JavaScript, and how it is solved by “react-modal” component.

Categories
CSS HTML/CSS JavaScript Programming

WordPress VS React – What I learned from my first day with React

It was 3 years ago that I worked with people who used React for the first time. After that, I had many chances to get in contact with React. But I haven’t really write frontend using React until today.

I am quite amazed with the React ecosystem and would like to share my comparison here.

Categories
Data Science Programming Python

[Google Analytics API] How to get data from Google Analytics with Python in Jupyter Notebook (with tutorial file)

Today I found an online tool that can get the stats of the published articles from Google Analytics. That’s how I got interested in Google Analytics API. As I am studying Data Science at the moment, knowing how to do web analytics would open up a lot of new possibilities.