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 …
Continue reading “GraphQL RealWorld API – TypeScript, JWT, MongoDB, Express and Node.js”
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”
NodeChat Development
Have gotten a bunch of PR’s this past week, since this is the last week of class. Everyone is finishing up their release 4, which means the project has made some great progress. We now have the continuous integration system Travis, that helps with managing the app. And, we are working on es-lint and prettier, …
Finding a JS bug using chrome developer Tools
Another issue was filed in the cube-roll project, Issue #4 which was a problem with the games score not updating. It turned out to be a small fix but I wanted to go through how I found where in the code the bug was. I first started the game and duplicated the problem. I then looked through …
Continue reading “Finding a JS bug using chrome developer Tools”
Fixed restart bug in Three.js game cube-roll
While I was looking for a game to help develop, I found the game cube-roll on github. The bug I fixed was issue 1 : cannot restart game, the problem occurred after you play a round, the game will freeze and you were not able to restart it. This turned out to be a fun project to work on, …
Continue reading “Fixed restart bug in Three.js game cube-roll”
Continue development of chat app.
Development on the chat app has been going good. Few things I would like to get finalized would be a continued integration system, linting, tests and database. I think travisCI would be a great addition to the repo. Took a class today that explained how to implement travisCi into a GitHub repo. It looks like …
Maintaining a GitHub Project
Wow I now have a much better understanding of the life of a project maintenance, after this week. So, a few classmates have now joined the NodeChat Project, the week started simple by me posting a bunch of issues for everyone to work on. But, once they started to work in the project, they started …
Hacktoberfest – Added user is typing… feature using React and SocketIO
This blog post covers my 5th pull request of Hacktoberfest 2018!!!! For a few days I wasn’t sure if I would be able to reach the 5 PR goal. I got super busy with another project, which I may put a blog post up about that project sometime. I was able to work hard on …
Continue reading “Hacktoberfest – Added user is typing… feature using React and SocketIO”
Hacktoberfest – Bug Fixes and Styling in NodeChat app.
For my 3rd and 4th pull request of Hacktoberfest, I didn’t work on much new technology, like in my previous pull request’s. Instead I thought I would fix a bug that was added during the move from a jQuery site to a React site. And I added some styling to the messages on the NodeChat …
Continue reading “Hacktoberfest – Bug Fixes and Styling in NodeChat app.”
Hacktoberfest – Adding sound and images to a React app
Hey everyone, It seems like allot of people like to over complicate adding sound and images in React. They will often make a whole separate class to control their sound or image files. Which definitely has its place, if your sound or images needs bunch of options then definitely make a class to control it. …
Continue reading “Hacktoberfest – Adding sound and images to a React app”
Hacktoberfest Week Two – React and Push.js
In this week of Hacktoberfest, I added push notifications to the Node Chat project in my most recent Pull request. I used the Push.js library in order to accomplish this task. Well learning how to do this, I din’t find much documentation on using Push.js with React so I put together a small tutorial for today’s …
Continue reading “Hacktoberfest Week Two – React and Push.js”
Hacktoberfest Week One
In my first week of Hacktoberfest I started off without any particular project in mind. I had a few ideas of what I wanted to work on, so I started by searching GitHub for a project. I was looking for something using JavaScript or C++. After searching for a while I came across a application …
My First Open Source Pull Request!!!
About a week ago I started working on the open source project Filerjs. This has been my first experience with working with the collaboration features in git and GitHub. I learned allot about the full process of using git and GitHub to help develop a opensource project.
How to find the path of a file using fs.realPath()
Hello and welcome to my blog!!! Below is a guide on using the fs modules realPath() method found in nodejs. Few things to know about….
Sept 14, 2019: First Blog Post
Welcome to my first blog post! My name is Corey, I am currently a student at Seneca college. I am in my 5th semester of the Computer Programming and Analysis Program.