Event Sourcing with PostgreSQL

Event Sourcing is an architectural pattern that stores all changes to application state as a sequence of events, and then sources the… | Continue reading


@medium.com | 5 years ago

A Unified Theory of Everything Wrong with the Internet

By providing a false sense of anonymity, the internet encourages us to live out our private lives in a public forum. From fake news to cyberbullying, we tend to behave badly in our digital bubbles. | Continue reading


@medium.com | 5 years ago

Nail that first client: A workflow for new freelancers

Disclaimer : I am the maker behind sievehq.com which has the below said workflow baked into it. If you are interested, I would be more… | Continue reading


@medium.com | 5 years ago

The Future of Digital Product Design Is About Human Empowerment

On breaking our codependent relationship with our technology. | Continue reading


@medium.com | 5 years ago

Benchmarks for Facebook Ads in 2018

It’s quite common for our clients and the larger community of growth professionals to come to us with this question: how well are doing in… | Continue reading


@medium.com | 5 years ago

An easy way to write stateful React components

Introducing the stateful package to overcome the limitations of setState | Continue reading


@medium.com | 5 years ago

Strong Code Ownership

Martin Fowler describes the three categories of code ownership utilized in most software projects: | Continue reading


@medium.com | 5 years ago

Appalachia is Dying. Pikeville is Not. (2016)

Deep in Kentucky’s Appalachian Mountains, a Small City Finds Success | Continue reading


@medium.com | 5 years ago

The public service veto: How The Correspondent protects itself from profit maximization

Turning away from their founding principles is not a power the directors of the company have. | Continue reading


@medium.com | 5 years ago

The Cloud Without Containers

I work on a cloud computing platform. Unlike every other cloud computing platform I know, it doesn’t use containers or virtual machines. | Continue reading


@medium.com | 5 years ago

Build your next Saas app with FEAN stack

FEAN is (Firestore + Express + Angular + Node) never mind :) | Continue reading


@medium.com | 5 years ago

The Fall of Digital Advertising

Facebook misled brands by intentionally inflating its video metrics | Continue reading


@medium.com | 5 years ago

Mobile Indie Spotlight Episode #1: Pluck It

Today we are launching the Mobile Indie Spotlight, a place where we will be interviewing mobile indie developers from around the world in… | Continue reading


@medium.com | 5 years ago

Why Ruby Encourages the Use of Duck Typing

In this article, we’re going to talk about statically & dynamically typed languages. And about the Duck Typing design principle. | Continue reading


@medium.com | 5 years ago

How to test && commit || revert

Oddmund Strømme, Ole Tjensvoll Johannessen and myself created test && commit || revert during our code camp with Kent Beck. | Continue reading


@medium.com | 5 years ago

One Quick Way to Drastically Reduce Your iOS App's Download Size

App download size is important. The larger your app’s download size, the less users will download it. Plus, if it goes past 150 MB, then… | Continue reading


@medium.com | 5 years ago

Deep Learning Based Emotion Recognition with PyTorch and TensorFlow

In this notebook we are going to learn how to train deep neural networks, such as recurrent neural networks (RNNs), for addressing a… | Continue reading


@medium.com | 5 years ago

Why Apple Eventually Lost Me and I’m Switching Back to Windows

For the past 12 years the Mac has been my personal computer of choice. I remember buying my first MacBook so vividly when I was on holiday… | Continue reading


@medium.com | 5 years ago

We Just Made an Electron App 30% Faster

We released Fox.ONE 1.5.1 Desktop 6 months ago. In that release, the speed of opening web pages has been greatly improved. | Continue reading


@medium.com | 5 years ago

The Release of the Crust Test via Team Maidsafe from Scotland

After outlining the road to SAFE-Fleming, our next major milestone, today we’re happy to announce the release of the first stage: the… | Continue reading


@medium.com | 5 years ago

Meet new Fox.ONE: A new blockchain wallet

During the months, the team have worked for new Fox.ONE. Now I am proud to show it to you. | Continue reading


@medium.com | 5 years ago

Building your own chatbot – 2

In this blog post we will give visuals to Keap | Continue reading


@medium.com | 5 years ago

Post GDPR: 10 Years Analytics on FB, YouTube, Instagram, and Google Data

Thanks to new consumer protection laws, I analyzed my data from Google, Facebook, YouTube, and Instagram. | Continue reading


@medium.com | 5 years ago

Coding like a hacker in the terminal

You are a hacker. Your home is the terminal. You know every key stroke is valuable. If something is less than 100% efficient, you will… | Continue reading


@medium.com | 5 years ago

Alphabet's Sidewalk Labs in Toronto, Civic Data, and Trust

Yesterday, Sidewalk Labs proposed using a Civic Data Trust as a governance vehicle to manage data collection and use in the proposed smart… | Continue reading


@medium.com | 5 years ago

This Wee Scottish Firm Is Building a Solution to Net Neutrality 

Tim Berners-Lee creator of the World Wide Web recently stated ‘the system is failing’ and by that he meant the internet. The internet he… | Continue reading


@medium.com | 5 years ago

SAFE-Fleming: Maidsafe's Next Major Milestone in Decentralized Web Project

In September 2017, we released the Alpha 2 version of the SAFE Network. It marked significant progress for the project for a number of… | Continue reading


@medium.com | 5 years ago

Video Chat Is Terrible and About to Get Much Worse

Video chat has every appearance of being a solid win for human communication. It’s useful for companies with far-flung employees and for distant friends and family. With social media becoming ever… | Continue reading


@medium.com | 5 years ago

Getting Flow to agree with your types

Flow is notoriously hard to use. I believe in the importance of strong static type-checkers. | Continue reading


@medium.com | 5 years ago

Highly Available WordPress on AWS: Don’t Learn the Hard Way

Strategies for hosting a scalabale and HA Wordpress infrastructure on AWS. | Continue reading


@medium.com | 5 years ago

Mastering data structures in ruby – circular linked lists

The defining factor for circular linked lists is that they allow us to traverse them infinitely. Since they had to tail, whenever a list… | Continue reading


@medium.com | 5 years ago

How to Transform and Build a People Platform

Companies can survive people leaving if it builds a platform around its people. I’ve seen first hand, when things fall apart. | Continue reading


@medium.com | 5 years ago

Lumen: Custom, Self-Service Dashboarding for Netflix

By Trent Willis | Continue reading


@medium.com | 5 years ago

How Facebook 3D Photos Work

Facebook recently rolled out a new feature, 3D Photos. This short article explains how it works under the hood. | Continue reading


@medium.com | 5 years ago

JavaScript Event Loop Explained

“How is JavaScript asynchronous and single-threaded ?” | Continue reading


@medium.com | 5 years ago

Electron in Practice: Building a Desktop Application with Web Standards

I just released a large Electron app which I’ve spent the past two months coding. It’s been an exciting but often times frustrating… | Continue reading


@medium.com | 5 years ago

Criptext launches the first encrypted email app on Linux

We’re super excited to announce that after much demand Criptext is finally available on Linux. This is a very important milestone for us… | Continue reading


@medium.com | 5 years ago

Federated Database Framework and Wikidata Example

adding economic incentives to data sets | Continue reading


@medium.com | 5 years ago

Start Performance Budgeting

If you’re building a web experience and want to stay fast, a performance budget can be critical. For success, embrace performance budgets… | Continue reading


@medium.com | 5 years ago

Top AI Interview Questions and Answers – Part 3

Answers to AI and Data Science interview questions asked in top Data Science/AI Interviews. | Continue reading


@medium.com | 5 years ago

The Riddle of UX Writing

The fortune cookie is no ordinary cookie. It eschews the gooey chunks, decorative frosting, and other cheap thrills typical of the confectionary genre. It carries a certain dignity and grace. A… | Continue reading


@medium.com | 5 years ago

Rlay: Database Collaboration Framework

adding economic incentives to data sets | Continue reading


@medium.com | 5 years ago

Information is the key to excellence in software engineering teams

Why supporting your team’s information systems should be one of the primary considerations for software projects. | Continue reading


@medium.com | 5 years ago

Crowdsourced Databases

adding economic incentives to data sets | Continue reading


@medium.com | 5 years ago

World first subscription platform to support blockchain payments

Upodi is part of the new breed of SaaS based companies that will tackle not only advanced subscription management, but also include a… | Continue reading


@medium.com | 5 years ago

Continous Performance Testing with Jmeter

The performance and load tests usually are done aftermath or at the tail end of a software development life cycle. Finding a metric which… | Continue reading


@medium.com | 5 years ago

Is there an easy way to display 3D objects in the web browser?

Join Medium. | Continue reading


@medium.com | 5 years ago

How Companies Turn Your Data into Money

Companies collect our personal data online and use it to target us with ads, among other purposes. And while that’s not a new phenomenon… | Continue reading


@medium.com | 5 years ago