Milosz Piechocki (@miloszpp) 's Twitter Profile
Milosz Piechocki

@miloszpp

Father and husband; frontend engineer; functional programming enthusiast; climber 🧗‍♂️.

ID: 1712192508

linkhttp://codewithstyle.info calendar_today30-08-2013 09:06:55

501 Tweet

472 Followers

287 Following

TypeScript Daily (@typescriptdaily) 's Twitter Profile Photo

Various TypeScript patterns for interacting with REST endpoints that address problems such as unnecessary coupling, backward compatibility, and runtime correctness. 🔗 codewithstyle.info/typescript-dto/ ✍️ by Milosz Piechocki 🏷 #TypeScript #JavaScript

Milosz Piechocki (@miloszpp) 's Twitter Profile Photo

Polling is a technique for supporting long running backend operations in the UI. It is exactly the kind of scenario where RxJS shows its usefulness. Let’s see how to implement polling with RxJS in just a few lines of code. codewithstyle.info/rxjs-polling/

Milosz Piechocki (@miloszpp) 's Twitter Profile Photo

Some time ago I encountered an interesting bug at work. I believe solving this bug was a great exercise in RxJS fundamentals, therefore I decided to tell you about it. codewithstyle.info/rxjs-fetch-can…

Gergely Orosz (@gergelyorosz) 's Twitter Profile Photo

It's tempting to mock corporate language ("why not just say what you mean?"). These non-offensive phrases that can be interpreted multiple ways are used when working with people you don't have trust with yet & save time vs damage control if your direct message is the wrong one.

Dvir Segal (@dvir_segal) 's Twitter Profile Photo

A great piece by Milosz Piechocki about what makes #SoftwareEngineer a senior. My takeaway, shift your focus from making SW to making systems by impacting different aspects of the company. I would add team building, mentorship, and knowledge sharing to points shared #careergrowth

Milosz Piechocki (@miloszpp) 's Twitter Profile Photo

A simple solution to the problem of persisting #react component state beyond its lifecycle. codewithstyle.info/use-persisted-…

Milosz Piechocki (@miloszpp) 's Twitter Profile Photo

Do you often forget about error handling when calling backend API's from the UI? With the AsyncResult pattern in TypeScript, this will never happen again! codewithstyle.info/typescript-asy…