Przemyslaw Jan Beigert

Przemyslaw Jan Beigert @przemyslawjanbeigert

About: Software engineer, enthusiast of new technologies (but only if they are better than old ones). Open source and functional programming fan.

Location:
Poznan, Poland
Joined:
Nov 2, 2021

Przemyslaw Jan Beigert
articles - 12 total

Modular monolith with the eslint-boundries

Intro If your monolith JS/TS application is growing and you're afraid of losing control,...

Learn More 0 0Sep 26 '24

How to run npm scripts concurrently?

Intro Before creating a pull request, you probably want to be sure that CI will reject it....

Learn More 18 2May 29 '24

How to minify private methods in a TypeScript class?

Introduction As you may notice during minification your long and descriptive variable...

Learn More 2 0Mar 6 '23

Improve TypeScript Omit type

Introduction Builded Omit type can be very useful e.g.: interface Obj { key1:...

Learn More 3 4Feb 24 '23

3 macos settings to boost your productivity

Caps lock position Unless you're a manager and have to scream on people at the slack caps...

Learn More 4 0Aug 5 '22

Turn on TS flag evolutionarily

Introduction After migration a JavaScript project to TypeScript it is good to turn on some...

Learn More 6 0Jun 23 '22

Simple communication between page and browser extension

Introduction This will not be a great pattern for a public browser extension. However...

Learn More 10 9May 6 '22

Template literal types in the Vuex

Introduction TypeScript 4.1 introduced template literal types. On the first look it...

Learn More 2 0Feb 2 '22

Save couple of seconds each day by Alfred's workflow

Assumptions I'm working on my private laptop. Each day I must run IDE, iTerm, docker,...

Learn More 3 0Feb 1 '22

Improve $destroy performance in Vue

Introduction Vue in most of the cases is a fast enough framework. However, the time of...

Learn More 6 0Jan 10 '22

How to write a constant in the TypeScript?

Introduction TypeScript was designed as a superset of JavaScript, so TS types should not...

Learn More 12 0Jan 5 '22

Gremlins testing with puppeteer

Introduction The idea behind gremlins testing is pretty simple: any user action on your...

Learn More 8 0Jan 3 '22