Debugging mocha tests with Visual Studio Code when Node.js is installed using nvm

In my development environments, I never install Node.j using apt-get but use nvm instead to be able to use multiple Node.js versions in parallel. To be able to debug mocha tests using Visual Studio Code, I'm using this launch.json: {"version": "0.2.0","configurations": [{"name": … | Continue reading


@alexanderzeitler.com | 8 years ago

Debugging a ES6 Node.js application in a Docker container using Visual Studio Code

Yesterday I just tried to debug an ES6 Node.js application using Visual Studio Code and noticed that I couldn't remote debug. So I just asked on Twitter and got some replies from Erich Gamma and Andre Weinand today: @alexzeitler_ @code pls see the remote debugging section here ht … | Continue reading


@alexanderzeitler.com | 8 years ago

Deploying a private, secured Docker Registry within 15 minutes

After using Docker in development, you might want to put your application into production. Depending on your need, you might not want to push your private Docker images for your application to the Docker Hub, but have a private registry instead. Docker has been providing the priv … | Continue reading


@alexanderzeitler.com | 8 years ago

Writing A Ray Tracer in Go - Part 2

This is part 2 of my journey to try and write a ray/path tracer in Go. Checkout part 1 here.I’m roughly following the e-book Ray Tracing in One Weekend, but translating all of the code into Go.In the previous post we covered how a path tracer works and got an image to display on … | Continue reading


@markphelps.me | 8 years ago

Subconscious Learning

I've been learning about... learning lately, specifically subconscious learning. Here's what I've found! | Continue reading


@blog.cassidoo.co | 8 years ago

Writing a Ray Tracer in Go

I’ve been wanting to learn Go for awhile now. I bought a book, read several blogs and tutorials, but I still didn’t feel like I was really getting anywhere with the language.A few weeks ago I went with my a few of my co-workers to the Triangle Golang meetup hosted by my friend Br … | Continue reading


@markphelps.me | 8 years ago

OzCode Review - The magical extension that takes the pain out of debugging

Continue reading


@josephwoodward.co.uk | 8 years ago

Pure CSS3 Text Carousel

I built a pure CSS text carousel because I couldn't find one I liked. Here's how I did it, and tweaks for later. | Continue reading


@blog.cassidoo.co | 8 years ago

Closures in JavaScript

Closures in JavaScript are an important concept that all JS devs should know. So here's a summary for you. | Continue reading


@blog.cassidoo.co | 8 years ago

Messing with Sketch Club

I got the app Sketch Club and have really enjoyed making some fun drawings! | Continue reading


@blog.cassidoo.co | 8 years ago

Resizing a VMware Workstation VM partition using GParted - get the swap partition out of my way!

TL;DR Hard Disk space can only be replaced with more Hard Disk space Disclaimer: If you're doing things wrong described here you'll loose your data - create a backup first! Nowadays it's casual to use VMs for development environments. It's also casual that projects grow and you r … | Continue reading


@alexanderzeitler.com | 8 years ago

Workflows: using Docker Machine and Docker Compose together in development

We're using the Docker eco system now for a while in development and production. As you may know, the Docker eco system not only consists of the Docker engine (client and server), but it also provides Docker Machine and Docker Compose. While Docker Compose makes linking container … | Continue reading


@alexanderzeitler.com | 8 years ago

More Chinese Mobile UI Trends

TRANSLATIONS: 中文 (36氪) | 中文 (虎嗅) At the end of 2014, I wrote about the trends I noticed in UI design in apps in China. It was a surprising hit, receiving hundreds of thousands unique views the following week, and multiple translations into Chinese as well as Russian and Korean. I … | Continue reading


@dangrover.com | 8 years ago

Chrome crashes on Ubuntu in VMware Workstation

If you're using Chrome on Ubuntu in a VMware Workstation VM it is likely, that it has been crashing after being in the background for a while. Sometimes it also kills the VM entirely. For me the solution was to disable hardware accelartion completely - the performance isn't that … | Continue reading


@alexanderzeitler.com | 8 years ago

Farting 101: The questions you're too embarrassed to ask

The most insidious consequences of the festive meal are a lot more interesting than you think | Continue reading


@newscientist.com | 8 years ago

Farting: The questions you're too embarrassed to ask

The most insidious consequences of the festive meal are a lot more interesting than you think | Continue reading


@newscientist.com | 8 years ago

The ultimate guide to stacking the dishwasher

A dishwasher is supposed to make life easy, if only we could agree how to load it. It’s time to settle the argument | Continue reading


@newscientist.com | 8 years ago

5 applications of linear regression that will drive him crazy

Push these sexy applications in his mind to spice things up and drive him nuts. | Continue reading


@blog.cassidoo.co | 8 years ago

How to Extract Data from iOS Apps on MacOS

I've been using the sleep tracking app SleepBot for more than 2 years. It was a great app and it had always served me well. Recently, however, I noticed that the app isn't maintained anymore. This means it's just a question of time until the app stops working. In order to be safe … | Continue reading


@adriansieber.com | 8 years ago

Germany — You have failed the metric system

Some of you might watch the TV series "Arrow". Every time the Arrow catches a criminal who is supposedly harming his city, he will point it out to them in a theatrical fashion and yell: — You have failed this city! I wish we would have someone like him for all the people and org … | Continue reading


@adriansieber.com | 8 years ago

TU Berlin/Spin Digital at IFA 2015 in BerlinSpin Digital will...

TU Berlin/Spin Digital at IFA 2015 in BerlinSpin Digital will demonstrate at IFA Berlin its real-time HEVC/H.265 decoder for 4K (UHD-1 Phase 2) supporting 60 frames per second, high dynamic range, and extended color formats (4:4:4 and 10-bit). The exhibition will take place from … | Continue reading


@tumblr.com | 8 years ago

Film265 Face-to-Face Meeting in CopenhagenOn July 3rd 2015...

Film265 Face-to-Face Meeting in CopenhagenOn July 3rd 2015 members of the Film265 consortium met in Copenhagen at LevelK headquarters to discuss the advances of the project. Participants from all consortium partners (TU Berlin, Reelport, Marché du Film - Cinando, and LevelK) were … | Continue reading


@tumblr.com | 8 years ago

TU Berlin and reelport presented Film265 at the Connect...

TU Berlin and reelport presented Film265 at the Connect Concertation Meeting.The Film265 project was presented by Mauricio Alvarez-Mesa (TU Berlin) and Tilman Scheel (reelport) at the Connect Concertation Meeting, which was organized by the Creativity Unit of the DG Connect direc … | Continue reading


@tumblr.com | 8 years ago

Film265 at Cannes Film Festival 2015Members from the Film265...

Film265 at Cannes Film Festival 2015Members from the Film265 consortium participated in the Cannes Film Festival 2015 edition at the French Riviera city from May 13th to May 24th. Mr Jerome Paillard, executive director of the Marché du Film, Tilman Scheel CEO of reelport, and Mau … | Continue reading


@tumblr.com | 8 years ago

PostgreSQL replication using Bucardo

Setting up replication in PostgreSQL using Bucardo | Continue reading


@srijn.net | 8 years ago

TU Berlin/Spin Digital presented an 8K H.265 decoder at CEBIT...

TU Berlin/Spin Digital presented an 8K H.265 decoder at CEBIT 2015TU Berlin participated as exhibitor at CeBIT Hannover (Germany), one of the world’s most important computer and technological trade shows. The exhibition took place at the Hannover Messe from 16th to 20th March. TU … | Continue reading


@tumblr.com | 8 years ago

Adding Keyboard Shortcuts to your React Apps

Using the Mousetrap library, you can add keyboard shortcuts to your React apps. | Continue reading


@blog.cassidoo.co | 8 years ago

Making the Whitney Houston API

I made a Whitney Houston API. Because why not. | Continue reading


@blog.cassidoo.co | 8 years ago

Diversity: We're Not Done Yet

Update on September 6th: Finally included the IPython notebooks!This post is an accompaniment to my Diversity: We’re not done yet first at EuroPython in Bilbao, Spain in July 2015, then as a keynote for DjangoCon US in Austin, TX in September 2015. Slides here, video from EuroPyt … | Continue reading


@roguelynn.com | 8 years ago

Picking your brain: Cold call email etiquette

I get a LOT of emails from people asking to "pick my brain." Here is how I wish people would approach this. | Continue reading


@blog.cassidoo.co | 8 years ago

One year at Venmo

I've been at Venmo for a year! | Continue reading


@blog.cassidoo.co | 8 years ago

A Brief History of the PNG

The PNG file format has been around forever... sort of. Not really. | Continue reading


@blog.cassidoo.co | 8 years ago

The CSS Image Values Spec

The CSS Image Values Spec allows you to cleanly blow up pixel art on the web. | Continue reading


@blog.cassidoo.co | 8 years ago

Finding a Mentor

Finding a mentor isn't always as explicit as it seems. | Continue reading


@blog.cassidoo.co | 8 years ago

Man vs sherry trifle: Can I eat myself drunk?

What happens if you try to get mashed on potatoes and sauced on sauce? It's a sobering insight into what really happens to the booze we cook with | Continue reading


@newscientist.com | 9 years ago

Chinese Mobile App UI Trends

TRANSLATIONS: 中文 (UI.cn) | 中文 (CSDN) | 한국어 | ру́сский язы́к This summer, I packed up all my things and moved from San Francisco to Guangzhou, China for work. Through an unlikely chain of coincidences that I don’t entirely recall, I’ve become a product manager on WeChat, a popular … | Continue reading


@dangrover.com | 9 years ago

post post-privacy

I saw the Mailbox beta launch the other day and felt this urge to get on board. I was excited like in the old days when new apps and services made me nervous like a little kid before christmas. But somewhere deep inside it didn't feel true anymore. I stopped my "early-adopter car … | Continue reading


@bastianallgeier.com | 9 years ago

A Weekend at BattleHack Boston

I had my first hackathon experience as a Venmo employee this past weekend, and boy was it fun! | Continue reading


@blog.cassidoo.co | 9 years ago

My last days at ISU

I'm leaving Iowa State in a few weeks, which is both a bummer and very exciting. | Continue reading


@blog.cassidoo.co | 10 years ago

How to ask for help

Some people don't know how to ask for help. Luckily, there's a proper way to do it. | Continue reading


@blog.cassidoo.co | 10 years ago

10 Tips for Successful Public Speaking

Public speaking is the number 1 fear out there. Let's conquer it together. Lovingly. | Continue reading


@blog.cassidoo.co | 10 years ago

The laptop you need for college

Too often people go for the biggest and best laptop out there, when there are reasonable, affordable options. Let's talk about it. | Continue reading


@blog.cassidoo.co | 10 years ago

#newjob

In late 2011, I was contacted by a very charming, smart and persuasive French gentleman who spoke of clouds, platform-as-a-service, and polyglot programming. It took him and his team a couple of months to get me thinking seriously about a career change, after 10 great years at IB … | Continue reading


@andypiper.co.uk | 10 years ago

How to Ace an Interview

Interviews are scary, but they don't have to be. When you're on the spot, it's best to be prepared. Let's prepare you. | Continue reading


@blog.cassidoo.co | 10 years ago

Things you should have on your LinkedIn profile

As much as I'd like to say that your looks will get you far, sometimes actual information is good to know too. | Continue reading


@blog.cassidoo.co | 10 years ago

Feedback is awesome

I love getting feedback from people. You learn most from it. | Continue reading


@blog.cassidoo.co | 10 years ago

My Talk at TEDxDesMoines

Continue reading


@blog.cassidoo.co | 10 years ago

HTML+CSS Tutorial, Part 2

This is part 2 of a two-part tutorial for beginners as an introduction to HTML and CSS. | Continue reading


@blog.cassidoo.co | 10 years ago