Michal Zalecki Senior Engineer at @Tooploox 💎, smart contracts, fan of hackathons, React Wrocław meetup organizer.

Stories by Michal Zalecki

Pattern matching and type safety in TypeScript

Dev

Although TypeScript doesn’t have native pattern matching, its community has created several pattern matching libraries that offer more expressive and concise ways to perform pattern matching.

Michal Zalecki
Apr 18, 2023 â‹… 8 min read

How to use static code analysis to write quality JavaScript/TypeScript

Dev

Static code analysis is a process of inspecting the source code to get some insights without actually running it. Learn more here.

Michal Zalecki
Jun 19, 2020 â‹… 8 min read
Caching

Caching headers: A practical guide for frontend developers

Dev

Learn how to cache JavaScript, CSS, fonts and image files for a single-page application and prevent caching HTML files and service workers.

Michal Zalecki
Jan 23, 2020 â‹… 8 min read