
Pragmatic Maciej
I am Software Developer, currently interested in static type languages (TypeScript, Elm, ReScript) mostly in the frontend land, but working actively in Python also. I am available for mentoring.
Education
M.Sc. Lublin University of Technology
Work
Developer at DataArt
Pinned
Follow the type
Follow the type
4 min read
Know too much
Know too much
5 min read
Mutation is ok
Mutation is ok
4 min read
Switch is ok
Switch is ok
4 min read
Tuples are ok
Tuples are ok
3 min read
loading...
Recent comments
Advanced TypeScript Exercises - Question 6
Tnx Nikita for your feedback. Maybe will get back to the seri...
Programming Tip #1: Avoid Primitives, Use Product Types
Languages which support named function arguments support this...
How to spoof your timezone in Google Chrome
Hey, just found that when needed it most. Tnx
Stop Writing JavaScript Like This
Such posts always inspire me to write another article why rad...
Special kind of array in Typescript - Tuple
Tuple is not Array in general definition. Tuple is implemente...
Why Functional Programmers Avoid Exceptions
Promise is composable but also does eagerly side effects and ...
Why Functional Programmers Avoid Exceptions
Everything depends from the context. If you work with highly ...
Why I Don't Use Async Await
I think when you say "imperative" you mean "statement based",...