Making a gift for three presidents

When I was about to graduate from the masters program at University of Washington (MSTI) in late 2018, the program leadership asked me and my classmate if we could prepare a sentimental gift for three VIPs that played vital part in starting the MSTI program. It was a volunteer project that I was very excited […]

Read More

Building RESTful API in Laravel – part 2 – Design API Controller

In the previous tutorial (https://maxoffsky.com/code-blog/building-restful-api-in-laravel-start-here/) I shared the basics of RESTful controller structure and a route that we will need to build a RESTful web application. As promised, in this tutorial we will explore how exactly to make our API work with our data. We will explore a simple Todo list application as and example. […]

Read More