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!
Personal blog about technology and music.
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!
Hello, and Welcome to my blog! Recently I have been working through some tutorials from Thinkster.io. In this blog post, I will be reviewing my experience going through the React and Redux tutorial. I completed the tutorial using the GraphQL API I made. The tutorial uses a REST API, so I had to make lots …
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 …
Continue reading “GraphQL 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 …
Continue reading “RealWorld API – TypeScript, JWT, MongoDB, Express and Node.js”