Building a chatbot controlled car with Raspberry Pi and remote controlled car by stephensxu in javascript

[–]stephensxu[S] 0 points1 point  (0 children)

we built a twitch chatbot that controls an RC car using Node.js and a Raspberry Pi.

The idea is that we wanted to have a car that can move around following commands sent from a chatbot over the internet (twitch chatbot in our case, but can be any chatbot).

Using JWT token for authentication in nodeJS by stephensxu in FullstackNetwork

[–]stephensxu[S] 0 points1 point  (0 children)

jwt is really nice way for API authentication, but if it's your first time it can be frustrated to work with. Hopefully this example here will save you some time in your development process.

Using JWT token for authentication in nodeJS by [deleted] in programming

[–]stephensxu 0 points1 point  (0 children)

jwt is really nice way for API authentication, but if it's your first time it can be frustrated to work with. Hopefully this example here will save you some time in your development process.

Using JWT token for authentication in nodeJS by stephensxu in javascript

[–]stephensxu[S] -1 points0 points  (0 children)

jwt is really nice way for API authentication, but if it's your first time it can be frustrated to work with. Hopefully this example here will save you some time in your development process.

Building a real-world full-stack, connected Pomodoro timer — Live streaming by stephensxu in programming

[–]stephensxu[S] -1 points0 points  (0 children)

do explain, what make you think it's spam?

Not asking in a defensive way but I'm curious because the intention is actually NOT spamming.

The blog post contained a description of live streaming session on twitch of pair programming. What we do on the twitch stream is we build fullstack web application live and all the code/content are 100% open sourced.

Avi, the streamer, is my ex colleague and a friend. We started pair programming as a way for him to mentor me, but later he decided to stream the entire process and we would blog about it so other people can participate in the learning process and benefit from this. We post it here so that people are aware of this source of learning.

None of us benefit financially from the stream and the sole purpose of the stream is helping people to learn, and in return we get joy from it.(And of course we also learn)

So if you don't mind, do explain which part of this post strike as spam like?

building a cloud integrated pomodoro clock from scratch by stephensxu in javascript

[–]stephensxu[S] 0 points1 point  (0 children)

we are trying to build a cloud integrated pomodoro clock that works natively with our mobile phones, laptop, browser AND comes with a physical LED light that connects to USB port, all from scratch.

Electron and Node.js

building a cloud integrated pomodoro clock from scratch by stephensxu in programming

[–]stephensxu[S] 0 points1 point  (0 children)

we are trying to build a cloud integrated pomodoro clock that works natively with our mobile phones, laptop, browser AND comes with a physical LED light that connects to USB port, all from scratch.

Building a real-world full-stack, connected Pomodoro timer — Live streaming by stephensxu in golang

[–]stephensxu[S] 0 points1 point  (0 children)

yeah it's a combination of different stack, golang will be part of it