Maddy Tabing

September 16, 2020

Django is fast, efficient, and with AWS Elastic Beanstalk, easy to deploy. After looking at libraries and other resources to build this API, we found that Django REST Framework (DRF) would suit our needs and be a one stop for 1) Token authentication, 2) Creating easy API endpoints/views and 3) Generating documentation. Below is a quick recap and high level overview in creating an API using DRF.

February 01, 2019

While you may want to just improve the speed and overall performance of a side project you're working on, a lot of companies rely on their websites to convert traffic and visitors to leads and sales.

October 16, 2018

So you got your React app to work… time to make it sexy! Semantic UI is a development framework that helps you easily create responsive layouts.

September 25, 2018

After seeing a number of "I Forced a Bot" tweets go viral, I wanted to see whether a computer program could actually execute something like this, and if so, what would it look like?

September 22, 2018

For our Flatiron Module 2 project, our groups were tasked with creating a Rails project designed with the MVC (model, view, controller) framework. Our app Seamful, a food-delivery service, is a domain with users, restaurants, orders, reviews and food items.