Spin up a Node.JS Server in Kubernetes in 10 Minutes

cyberpunk

Hey everyone!

I wrote this quick guide to help you to get started with k8s in 10 min.

In this guide, I show you how to spin a quick Node.js server in Kubernetes and to grasp some of its main concepts. Here is the source code.

Install kubectl

First ...

more ...

18 Tips for Website Performance

Mon 12 December 2016 Category web, dev

cyberpunk

1. Test your Website’s Speed

Use a website speed test tool to analyze the overall speed of your website. For instance, KeyCDN’s website speed test tool or WebPageTest can useful (and they both support HTTP/2). You could also use a JavaScript profiler.

2. Load Test Your Site ...

more ...

To All the AR & VR Groms Out There

cyberpunk

Hi Everyone!

I am sharing a compilation of some of VR & AR resources that I have been learning and reading from. If you enjoyed it, star and contribute to the awesome AR and VR github repo 😎!

Augmented Reality

AR Platforms

more ...

Introducing a GCP Pub/Sub Message Framework

cyberpunk

To try to make sense of all the logs from different sources on GCP pub/sub, I created this little serverless framework that uses Kafka streams for alerting correlation on Kubernetes.

Installing Kubeless

Follow these instructions. Customize Kubeless config file at kubeless-config.yaml and then run:

$ make kl

Creating Kubeless ...

more ...

Studies in Machine Learning & AI - #12

Sat 08 October 2016 Category AI & ML

Studies in Machine Learning & AI - #11

Sun 25 September 2016 Category AI & ML

Studies in Machine Learning & AI - #10

Sat 17 September 2016 Category AI & ML

Studies in Machine Learning & AI - #9

Sat 10 September 2016 Category AI & ML

Studies in Machine Learning & AI - #8

Sat 03 September 2016 Category AI & ML

Studies in Machine Learning & AI - #7

Sat 27 August 2016 Category AI & ML

cyber

Papers

  • Decoupled Neural Interfaces using Synthetic Gradients. New DeepMind's paper reviewing backpropagation, using a modeled synthetic gradient in place of true backpropagated error gradients. Backpropagation is a bottleneck in DNN, so the idea is instead to use an asynchronous estimator, that would be obtained by supervised training of another ...
more ...