Quantcast
Channel: Timmy Kokke
Browsing latest articles
Browse All 66 View Live

Image may be NSFW.
Clik here to view.

Styling console.log output

I recently learned about a very cool console.log feature. You can use CSS formatting to style the output of console.log. And it’s very easy. All you have to do is use the ‘ %c ‘ formatting tag in your...

View Article



Unity3D Editor Tools

For a while now I am streaming the building of a game with the working title ZombieCastlePrincess on Twitch. Although this game itself isn’t open source, I’ve put the editor scripts I build on my...

View Article

Progressive Enhancement

Since last December I’ve been giving talks about Progressive Web apps. A couple of them where lightning talks of 10 minutes. One of the things I had to remove to fit the slides and the demo into those...

View Article

Image may be NSFW.
Clik here to view.

VR in a Box – Recap

VR in a Box Last Wednessday, March 22th, I was given the opportunity to speak at an evening organized by the Dutch Mobile .NET meetup and hosted my Centric. Since I’ve been playing with the Google...

View Article

VR in a Box – Demo | Google Cardboard Virtual Reality Demo in Unity3D and...

Following up on my previous post, I recorded the demo with some of the presentation leading up to the demo. You can download the scripts I create in the video here. Feel free to contact me if you want...

View Article


Image may be NSFW.
Clik here to view.

Getting started with Node.js on ChakraCore

Intro Last year I started to use Node.js more and more. Personally I really like it. Using node.js on ChakraCore has some advantages over using V8. I’ve decided to get to know node.js a bit better and...

View Article

Image may be NSFW.
Clik here to view.

How to build node.js apps effortlessly with express.js

Node.js is a pretty powerful and versatile framework to build sites and tools. But using the defaults to handle HTTP requests and such can be a pain. Express.js can make your life a lot easier. In the...

View Article

Image may be NSFW.
Clik here to view.

The Express.js Route to Success | express.js router

Intro You probably want your node.js server to respond to requests that are coming in, specially when you are building a website. This can be complex and quite tedious to implement in vanilla node.js....

View Article


Live-LiveCoding: node.js @ SDN event

Hello Coders! Here’s the recording of my LiveCoding session at the SDN Event. In this session I’ve build a very basic website using node.js and express.js. I talk about Pug for templating and Sass for...

View Article


How to build a node.js app – #3 – Pug

“Hello Coders!” I just published another video in  my series on building a node.js conference app. In this episode I explain how to use Pug.js for templating. You can find the code at...

View Article
Browsing latest articles
Browse All 66 View Live


Latest Images