Posts tagged "nodejs"
SSR a "Create React App" the hard way
I've been building out a web app using Create React App, developing and deploying is a breeze. But now I need a server side rendering solution for my specific sitation. All the solutions around the web I have found are great, but they don't address the issue I have. So in this post I'll share my own "from scratch" solution. The problem I am solving is:
How to use Geospatial Indexing in mongo using nodejs and mongoose
A couple of weeks ago I build a mobile app for school that shows you cultural stuff todo around you. It’s called randomapp (the assignment was to build an app using the Artsholland API. Therefor it only works in the Netherlands).
How to control your HTML5 game using Arduino
Yesterday I made a mini HTML5 game based on the retro game Asteroids (here is a flashversion) without the asteroids, so I just made a ship with those controls. You can check it out on my personal site and the code is at my Github.
Introduction to Node.js and what I find so great about it
My knowledge of the inner workings of node.js and threading is pretty basic. I can’t guarantee everything written here is accurate. If you spot an error, please let me know!
How to connect your Arduino to nodejs using duino
In this video I’ll explain how to set up your Arduino and Duino so you can interact with your Arduino using nodejs (and javascript).
Visualizing our running progress
You’ve found a dinosaur, this post is only here for archiving purposes. The content is outdated and is not applicable anymore.
Storing tweets using nodejs
Since I have my own VPS I’m constantly trying out new stuff. After messing around with nodejs I have my own little script (just over 100 lines) that connects to Twitter using their streaming API, get’s all tweets that contain certain words, do a minimal amount of parsing and store it all in a SQL database.