AmiiboAPI Partnering for Data Pipeline Competition 2021

AmiiboAPI is an API partner for the Data Pipeline Competition 2021, August 12-16! Compete to build the most interesting data pipeline. Winners receive $10,000 in prizes!
Visit the site at: https://www.datapipelinewc.com/

Read More

Bossjob.ph back-end

I was part of this project as a back-end engineer to develop the API, database, and infrastructure of bossjob.ph, while I am currently working in Yolo Technology Pte Ltd, Singapore.

Features:

  • Develope using PHP Lumen framework.
  • Uses AWS as our cloud platform for hosting our services. (RDS, EC2, and etc)
  • Multiple microservices working together.
  • Search system using ElasticSearch Service (ESS)
  • Uses Elastic Beanstalk as part of our scalability infrastructure.
  • Simple Queue Services (SQS) for our queues needs such as sending of emails.
  • Uses WebSocket for our chat system.
  • Docker for quick deployment.

Yolo Technology Corporate Website

Website: https://yolotechnology.com/

The website was designed with HTML (Bootstrap), CSS and Javascript. While working in yolo technology, I was tasked to create their website. The design was given by our designer.

WeatherPi – A raspberry pi weather application

Github: https://github.com/N3evin/WeatherPi

Created using python3 with Tkinter, the application uses Yahoo weather API to retrieve weather information of the location that the user desired. This project was created as I had a raspberry pi lying around and my bedside clocked had recently been broken. Therefore, I purchased a 3.5 inch LCD screen for the raspberry pi to use it a bedside clock. Due to the limitation of the screen, I could not add any more information, such as hourly weather forecast.

Discord’s Bot NurseJoy

A customized discord’s bot that was created for Pokemon Singapore. It is used to store and display Nintendo 3DS and/or Nintendo Switch friend’s code with the use of chat commands. It was written in python with discord.py as it’s discord API. SQLite was chosen as the database due to budget constraint. However, since the query is similar to MySQL, it could be easily modified and changed to MySQL when I have the necessary budget.

Website: https://nursejoy.xyz/

Read More

AmiiboAPI – A RESTful API for Amiibo

Website: http://www.amiiboapi.com/

A side project that I decided to take up during my free time and coded this in python. The core idea of this work was to allow me to set up a backend where games could connect to the database via web services. Thus, I decided to use my free time to study up on the different type of web services and study about RESTful API. Which led me to create a centralized Amiibo database for its NFC information as a mini project instead of a game, which also allows me to portray my first idea.

Read More