top of page
Search


#15 Learning Vue Forms & Router
The Vue learning journey continues! Here are some learning notes about Forms & Router. Routing is something essential to a SPA, and forms...
Dec 6, 20205 min read


#14 Learning the Vue basics 3
A quick recap of some of the things I've learned. I now use the Vue CLI and components. Used .Vue files for the first time Downloaded the...
Dec 5, 20202 min read


#13 Implementing socket.io rooms
At long last, I think I'm finally getting the hang of implementing socket.io rooms. Because I found the online documentation lacking,...
Dec 4, 20205 min read


#12 Trying out rooms in socket.io
I have really been struggling to wrap my mind around the concept and implementation of rooms in socket.io. I have already read through...
Dec 2, 20203 min read


#11 Start combining Vue & socket.io
I tried and succeeded in serving my front from the same domain of my server. Serving all my HTML from that same express server didn’t...
Dec 2, 20203 min read


#10 Reading the Socket.io documentation
Because I felt a bit confused and lost, I decided to read through the socket.io documentation. I have a summary of what I believe are the...
Nov 30, 20205 min read


#8 Trying out Node.js & WebSockets
In the last article, I talked about creating a simple card game. Let's try to add some multiplayer functionality with express and...
Nov 28, 20202 min read


#6 Learning the Vue basics 2
The Vue learning journey continues This is a continuation of a previous article. Two way binding with v-model You can two-way bind easily...
Nov 27, 20203 min read


#3 Learning the Vue basics
Learning the very basics of Vue
Nov 15, 20203 min read


#2 Learning & project roadmap
My roadmap for this project and how I plan to tackle Vue.
Nov 14, 20202 min read
bottom of page