How Radar Relay Is Built (2017)

Insight into features and community feedback | Continue reading


@medium.com | 5 years ago

Why We Contribute to Open Source

We report a survey with 52 developers who, in the last year, contributed to popular GitHub systems to the point of becoming core… | Continue reading


@medium.com | 5 years ago

Hawker API

Follow my blog at http://blog.jael.ee | Continue reading


@medium.com | 5 years ago

I Had a Baby and Cancer When I Worked at Amazon. This Is My Story

Last Saturday, I read the 6,000-word New York Times piece, “Inside Amazon,” in the car on my way to the beach. I sat quietly in the front… | Continue reading


@medium.com | 5 years ago

Shopify app challenge. 6 months – 6 apps

Let me start with my inspiration. I am looking at, digital nomad, the motivation behind indiehackers.com, one and only, Pieter Levels … | Continue reading


@medium.com | 5 years ago

Pretty Components: Prop-Based Styled Components in React.js

One of the biggest struggle I go through when working with React is styling. Here's the solution. | Continue reading


@medium.com | 5 years ago

The Monsters, Inc. Argument for Unconditional Basic Income

How to convert an economy based on fear to one based on joy | Continue reading


@medium.com | 5 years ago

Kokonaut Roadmap

At Kokonaut, we produce Indoor WiFi Climate Sensors that enable Growers to Monitor the Climate in their Greenhouse on their Mobile Devices… | Continue reading


@medium.com | 5 years ago

Practicing Safemath for Smart Contracts with Solidity and Openzeppelin

At the beginning of my endevour to learn more about distributed ledger technologies I encountered Solidity but then tried to lookup other… | Continue reading


@medium.com | 5 years ago

AI and Arbitrage

As an architect of financial software, I am always interested in arbitrage opportunities. Arbitrage opportunities are a way to profit… | Continue reading


@medium.com | 5 years ago

Asset Tokenization on Blockchain Explained in Plain English

Tokenization on Blockchain is a steady trend of 2018. It seems that everything is being tokenized on Blockchain from paintings, diamonds… | Continue reading


@medium.com | 5 years ago

On the design of women's spaces (2016)

First of all: I’m a non-binary woman. That means “woman” is a label that is significant to me, that I hold on to, and that I identify… | Continue reading


@medium.com | 5 years ago

Why a Dutch court stopped high school students from swapping schools (2017)

What led to the court ruling that trading is forbidden — and what this has to do with what we want our society to be like… | Continue reading


@medium.com | 5 years ago

Scaling SQL: A series of short articles on globally scalable ACID transactions

How we use optimistic locking to scale SQL | Continue reading


@medium.com | 5 years ago

Lessons from My Math Degree That Have Nothing to Do with Math

I’ll conjure up a popular image. It’s late at night. A figure is hunched over a desk scribbling into a notebook. The room smells like graphite dust, eraser shavings and body odor. Numbers and symbols… | Continue reading


@medium.com | 5 years ago

Generate Angular Unit Test Automatically

How much do you like to write unit tests from the scratch? My guess is “not so much”. The reason behind this guess is that writing the… | Continue reading


@medium.com | 5 years ago

The Summer of Do It Yourself: An Entrepreneurial Lesson in Self-Reliance

Here’s a helpful little program I created for my kids to enforce self-reliance and self-confidence. Not long after, I realized I should… | Continue reading


@medium.com | 5 years ago

Node.js Is Chaotic and Insecure

It seems like only yesterday we had the “left-pad” fiasco where Azer Koçulu ended up pulling his packages after a name dispute. | Continue reading


@medium.com | 5 years ago

7 Best Tactics to Stop Laziness and Procrastination from Ruining Your Life

Your Survival Guide When Motivation Betrays You | Continue reading


@medium.com | 5 years ago

Try ML-Agents, New Feature to Connect Unity and TensorFlow: Imitation Learning

Unity Machine Learning Agents (ML-Agents) is an open-source Unity plugin that enables games and simulations to serve as environments for… | Continue reading


@medium.com | 5 years ago

The PSIBER Space Deck (1989)

Written by Don Hopkins, October 1989.University of Maryland Human-Computer Interaction Lab, Computer Science Department, College Park… | Continue reading


@medium.com | 5 years ago

Es6 – Yielding your intentions

Welcome, ECMAscript revolutionised the javascript language, introducing some concepts that narrowed the distance to functional programming… | Continue reading


@medium.com | 5 years ago

Programming and management – why computer scientists leave 6-figure jobs

Why computer scientists leave 6-figure jobs | Continue reading


@medium.com | 5 years ago

Khoob Foundation: Part 1: काम/Work

In this intro piece we will be covering the following: | Continue reading


@medium.com | 5 years ago

Khoob Foundation: Part 1: काम/Work

In this intro piece we will be covering the following: | Continue reading


@medium.com | 5 years ago

The weirdest bug I’ve found in a compiler: MSVC 2017

There’s been discussion on cppitertools about the newest MSVC release (15.7) claiming to be fully standards compliant, which led me here. | Continue reading


@medium.com | 5 years ago

The weirdest bug I’ve found in a compiler: MSVC 2017

There’s been discussion on cppitertools about the newest MSVC release (15.7) claiming to be fully standards compliant, which led me here. | Continue reading


@medium.com | 5 years ago

Dumbold Voting Machine for the Sims 1

Just before the 2004 presidential election, I created and programmed a downloadable Dumbold Voting Machine object for The Sims 1, as… | Continue reading


@medium.com | 5 years ago

Dumbold Voting Machine for the Sims 1

Just before the 2004 presidential election, I created and programmed a downloadable Dumbold Voting Machine object for The Sims 1, as… | Continue reading


@medium.com | 5 years ago

Understand the GDPR in 10 minutes

or, “Just tell me what I have to do, man.” | Continue reading


@medium.com | 5 years ago

Understand the GDPR in 10 minutes

or, “Just tell me what I have to do, man.” | Continue reading


@medium.com | 5 years ago

What Is a Wallet and How Does a Crypto Payment Work (Explain Like I’m 5)

…continuing from: How Bullet-Proof Is The Blockchain? (ELI5) | Continue reading


@medium.com | 5 years ago

What Is a Wallet and How Does a Crypto Payment Work (Explain Like I’m 5)

…continuing from: How Bullet-Proof Is The Blockchain? (ELI5) | Continue reading


@medium.com | 5 years ago

I left journalism for tech … and I use all the same skills

Years ago, a male friend told me a story about going to coding camp as a kid. | Continue reading


@medium.com | 5 years ago

I left journalism for tech … and I use all the same skills

Years ago, a male friend told me a story about going to coding camp as a kid. | Continue reading


@medium.com | 5 years ago

Read this before starting your Content Marketing efforts

Why so many startup founders and marketers start content marketing and fail and how to avoid that path. | Continue reading


@medium.com | 5 years ago

Blockchain Through the Eyes of a Developer

Why this story? When I studied the publicly available information on blockchain, such as what’s on Wikipedia, it struck me as fragmentary… | Continue reading


@medium.com | 5 years ago

TypeScript enums explained

This article explains the difference between Typescript’s enum, const enum, declare enum, and declare const enum identifiers. Caveat: I… | Continue reading


@medium.com | 5 years ago

Announcing MXBoard – MXNet Data Visualization Directly in TensorBoard

Author: Wu Jun, Amazon AI Software EngineerTranslated from: https://zh.mxnet.io/blog/mxboard | Continue reading


@medium.com | 5 years ago

What’s Your Open Source Strategy?

A research report from Mozilla and Open Tech Strategies provides new perspectives on framing open source strategy. The report builds on… | Continue reading


@medium.com | 5 years ago

Flow vs. TypeScript in React – my two cents

Should you use Flow or TypeScript in your next React project? I recently had a bit of a dilemma with this question and I would like to… | Continue reading


@medium.com | 5 years ago

GDPR for side-projects? Blocking all EU traffic with Nginx in 3 simple steps

I was recently reading a blog post from the lone maintainer of a small open-source project who felt pressured to block all EU users using… | Continue reading


@medium.com | 5 years ago

Ultimate Startup Guide to Becoming GDPR Compliant

We’re big fans of BareMetrics so when it’s founder, Josh Pigford, tweeted about the need for an “Ultimate Startup Guide to Becoming GDPR… | Continue reading


@medium.com | 5 years ago

Control an Industrial Robot with Your iPhone or Android

Smart Devices are becoming commonplace. Our Mobile Devices, Echo Dots, Teslas, and Nests are leading the way towards an automated future… | Continue reading


@medium.com | 5 years ago

Indian Education System and its impact on my life

This is my very first blog and it is inspired from the books of Robert T. Kiyosaki and my current state of being. | Continue reading


@medium.com | 5 years ago

Why joining an early-stage startup?

As en engineer, you have a massive impact 💥 on the product you work on 👩‍💻 and the organization you join 🤝 | Continue reading


@medium.com | 5 years ago

What is Patent Thinking and how it could improve your team's creativity

Patent Thinking is a new design methodology which combines Patent Design and Design Thinking. Using this new ideation methodology teams… | Continue reading


@medium.com | 5 years ago

Best code components for Node.js

There’s a dizzying number of components available for building Node projects. Every type of task, from building a UI to unit testing, has… | Continue reading


@medium.com | 5 years ago