Tomasz Buszewski

Tomasz Buszewski @tomekbuszewski

About: Former manager and tech lead. Owner of one-man agency.

Location:
Warsaw
Joined:
Nov 16, 2018

Tomasz Buszewski
articles - 25 total

Design Systems in React – Scaffolding and Setup (Part 0)

Creating and maintaining UI library or an entire design system is complex. Building one from scratch can be a challenge, so let’s prepare the project to make it easier.

Learn More 2 0Aug 14 '24

How to Run Technical Interviews

Running a good interview is one of the most important skills as a developer. And yet, many of us...

Learn More 1 0Aug 9 '24

How to Add OpenAPI to your Express App?

Proper documentation is the key for comfortable work with your code. And the best documentation is the one you generate, not write.

Learn More 1 0Aug 6 '24

5 Things to do First as a Team Leader

In a perfect world, your manager would have a series of meetings with you to guide you into your new role. But that's not always the case.

Learn More 6 0Aug 1 '24

Welcome, New Member *sigh*

Taken from my blog: https://www.buszewski.com/writings/2020-03-27-welcome-new-member/ In IT, it is v...

Learn More 13 0Mar 27 '20

Checkboxes and radios – proper form design

Crosspost from my blog: https://www.buszewski.com/writings/2020-03-18-proper-form-design-checkboxes-a...

Learn More 7 0Mar 18 '20

Lessons learnt from new buszewski.com

Originally from my blog: https://www.buszewski.com/writings/2020-03-13-lessons-learnt-from-new-buszew...

Learn More 5 0Mar 13 '20

A note on naming colors

Posted earlier on my blog. Remember that text saying "in IT, naming thing is hard"? This is even har...

Learn More 8 0Mar 5 '20

Don’t forget to forget your code

How often do you find yourself coming back to the code you’ve written a few months ago? I am a very...

Learn More 14 0Feb 10 '20

What is Redux, really? – Part 3

Last time I've talked about Redux as a state manager. Now I want to talk about Redux as the state man...

Learn More 10 4Jan 14 '20

What is Redux, really? – Part 2

What is Redux, really? – Part 2 Last time I talked about state management in general. Now...

Learn More 9 0Dec 1 '19

The three states of data-driven UI

How should our UI behave, when our logic doesn't really know, whether there will be any actual data?...

Learn More 61 2Nov 20 '19

What is Redux, really? – Part 1

Redux came to be a go-to solution for state management in React apps. It's also one of the most incom...

Learn More 20 0Nov 18 '19

Immutable Records as object factories

Objects in JavaScript are quite flexible. This means, they can be altered in many ways, sometimes acc...

Learn More 8 0Oct 24 '19

Real cost of your new library

Creating application nowadays consists mostly of implementation. We are using t...

Learn More 12 7Mar 2 '19

Module pattern in JavaScript

A module is a construct somewhat similar to a singleton class. It has only one instance and exposes...

Learn More 253 23Feb 26 '19

High level view and logic separation in React

One of React’s greatest strengths is the ability to separate the view from the logic. I like to take...

Learn More 34 20Feb 17 '19

Relational (and immutable) models as persistence layer

Keeping data in application state is a very common thing. But maintaining its size and complexity may...

Learn More 15 0Jan 20 '19

Test-driven development in JavaScript

Testing the code we are writing is crucial in the job. Even though there are teams that doesn't do...

Learn More 63 1Jan 9 '19

Default styles in Storybook with Styled Components

Recently I was building a Storybook for my new project. While I enjoy the encapsulation it provides,...

Learn More 39 2Dec 31 '18

Method overloading in TypeScript

Some time ago, while building an API, I though that stacking if statements depending on function...

Learn More 20 2Dec 30 '18

Facade pattern in JavaScript

When building an application, we often face problems with external APIs. One has simple methods,...

Learn More 128 15Dec 23 '18

IT Job Interviews – Technical

For quite some time now I am attending interviews for various IT-related roles. From junior and middl...

Learn More 15 3Dec 15 '18

IT Job Interviews – Human Resources

For quite some time now I am attending interviews for various IT-related roles. From junior and middl...

Learn More 8 1Dec 10 '18

Singleton in JavaScript

A quick look on singleton pattern and its implementation in JS

Learn More 149 32Dec 5 '18