Tobias Barth

Tobias Barth @4nduril

About: Freelance web-developer. Works mostly with React. Implements accessible, responsive web applications. Loves functional programming patterns. Does not love TypeScript.

Location:
Cologne, Germany
Joined:
Apr 26, 2017

Tobias Barth
articles - 10 total

Bundling your library with Webpack

Preface This article is part 7 of the series "Publish a modern JavaScript (or TypeScript)...

Learn More 14 1May 13 '20

How to bundle your library and why

Preface This article is part 6 of the series "Publish a modern JavaScript (or TypeScript)...

Learn More 14 2Nov 18 '19

Check types and emit type declarations

Preface This article is part 5 of the series "Publish a modern JavaScript (or TypeScript)...

Learn More 8 0Oct 31 '19

Building your library: Part 1

Preface This article is part 4 of the series "Publish a modern JavaScript (or TypeScript)...

Learn More 5 0Jul 24 '19

Compiling modern language features with the TypeScript compiler

Preface This article is part 3 of the series "Publish a modern JavaScript (or TypeScript)...

Learn More 10 0Jul 18 '19

Transpile modern language features with Babel

Preface This article is part 2 of the series "Publish a modern JavaScript (or TypeScript)...

Learn More 16 1Jul 7 '19

Publish a modern JavaScript (or TypeScript) library

Did you ever write some library code together and then wanted to publish it as an NPM package but rea...

Learn More 15 0Jul 7 '19

Resize LVM on LUKS partition without messing everything up

Since forever I run my work computer operating systems on a full-disk-encrypted partition. Currently...

Learn More 6 0Jun 10 '19

Fix speed issue when writing to NAS system

I just fixed an issue with my FreeBSD home server. It is set up as a file server for Mac (AFP) and Li...

Learn More 6 0May 3 '19

Execute Promise-based code in order over an array

The problem I recently faced a problem: I had a list (an array) of input data and wanted t...

Learn More 5 3Apr 18 '19