GIO
  • Home
  • Resume
  • Contact
Blog

Get notified as soon as new content is published

July 02, 2020

Authenticating User in SPA using GraphQL

In my last post I set up my SPA with Laravel Sanctum & Apollo GraphQL client. The next step after that was to authenticate the user & keep…

Continue Reading
June 14, 2020

Setting Up Laravel Sanctum With Apollo GraphQL Client

I have started working on the font-end part of the Gamification project which will be SPA powered by React & Apollo GraphQL Client , but…

Continue Reading
May 28, 2020

GraphQL vs REST

I had to choose between GraphQL and REST to build the API for the gamification app I'm currently working on. I chose GraphQL to start with…

Continue Reading
May 17, 2020

Gamification App Database Schema

I finished modelling the database. Took me some time to figure out all the necessary building blocks, had to scrap the diagrams at least…

Continue Reading
May 09, 2020

Planning The Gamification App

It takes a lot of planning, time, and effort to build successful software. Sometimes we jump into coding too fast without really taking a…

Continue Reading
May 03, 2020

Building Gamification App With Laravel

Building web apps is something I enjoy a lot, especially working on the back-end part of it. I've been building websites & web apps with PHP…

Continue Reading