Home

Welcome to my Blog I post about stuff that Interests me and about stuff that I am currently working on.

Feel free to browse my posts and comment!

Blog

Welcome To my Blog!!!

See all my post here!!!

See posts about SPO 600 here!!! 

 

GraphQL RealWorld API – TypeScript, JWT, MongoDB, Express and Node.js

Hello, Welcome to my blog! Following up on my most recent post “RealWorld API – TypeScript, JWT, MongoDB, Express and Node.js”. I have modified the REST API I made into a Graph QL API. What is GraphQL? GraphQL is a query language for an API. GraphQL allows front-end applications to have control to specify the …

RealWorld API – TypeScript, JWT, MongoDB, Express and Node.js

Hello, Welcome to my blog! Recently, I subscribed to a tutorial website called Thinkster.io. Thikster has tutorials dedicated to making production-ready applications. They have tutorials for many different frameworks. I decide to go through their node.js tutorial. I also wanted to get more comfortable with typescript, so I changed the tutorial up some by implementing …