Matthias Hryniszak

Matthias Hryniszak @padcom

About: I'm a passionate software developer. I like coding :) It's fun!!!

Location:
Gliwice
Joined:
Mar 23, 2020

Matthias Hryniszak
articles - 17 total

Vite config reuse

Have you ever wondered how big a Vite configuration file can get? What if you have a project with...

Learn More 1 0Jul 25 '24

mrdr is born (from hell!)

I've been doing node and frontend for years now. More than anything, it bugs me that some things that...

Learn More 0 0Nov 22 '23

Processing for the masses - p5js on steroids

Very recently I have discovered The Coding Train YouTube channel. At first, it was kinda weird for a...

Learn More 0 0Jun 22 '23

We've got it all wrong!

How many times have you heard: "We're only going to get the architect for the first X time of the...

Learn More 0 0May 2 '23

Working with streams in Node.js

When working with streams one of the coolest things ever is using async generators to do piped...

Learn More 0 0Apr 9 '23

Pipes! Pipes everywhere!

I love small bits that do great things. This time it's about adding the pipe() method to any object,...

Learn More 0 0Mar 28 '23

nano-pinia

One of the best qualities of Pinia is that it is actually a way to properly implement the singleton...

Learn More 0 0Mar 12 '23

What's so difficult about being a software developer in 2023?

A lot of interesting events happened lately. Big companies letting people go, even if they were with...

Learn More 0 0Jan 31 '23

Type-safe object builder in TS

Long story short - object builder pattern in TypeScript :) type Builder<Source extends object,...

Learn More 5 0Oct 24 '22

Software Development Myths

Have you, as a software developer, ever been told you have to know the business? That you have to...

Learn More 0 0Oct 18 '22

Using an F405 flight controller with INav and Arducopter - Serial ports

It is a bit confusing what to put where when connecting an F405 (like Matek F405-STD). Here's my...

Learn More 0 0Feb 24 '22

Names, titles...

I have had a very interesting train of thoughts while trying to explain to a colleague of mine why a...

Learn More 3 0Feb 18 '22

Does [put-your-favorite-framework-here] make you a better software developer?

Recently I've started working in a React-based project. I won't lie to you - I think React is just...

Learn More 2 1Feb 7 '22

Docker Swarm vs node.js cluster

Out of boredom, I have started testing the performance of Docker Swarm vs Node.js cluster. I...

Learn More 1 0Jan 23 '22

Principles of software architecture

Hello folks! Recently, I've been doing some consulting for an e-commerce site. During the review, it...

Learn More 2 0Jan 19 '22

Extending Array.prototype

I think the Array API is awesome. It's great. In fact, there's little that can't be done with what we...

Learn More 0 0Jan 9 '21

Vue.js and dialogs

Let's think for a moment about modal dialogs. What is their usage pattern? What are they for, I mean...

Learn More 29 6Mar 23 '20