Jest + Enzyme unit testing in ReactTalking to my peers and friends, nobody really likes to write unit tests for frontend. And I can see why. I saw a few tutorials on how to…Oct 20, 2021Oct 20, 2021
How microchips are bornEven though I work as front-end developer, I studied microelectronics at university. With this background it feels to me almost primitive…Jan 28, 2021Jan 28, 2021
Serial communication in ElectronFew months ago I came across an interesting project. Group of skilled electrical engineers developed machine that could regenerate old…Jun 23, 2020Jun 23, 2020
Published inWebtipsKnow your array methods in JavaScript!When I started working with arrays in JavaScript I always used for cycles to do operations on arrays. I was used to it from university…Jun 16, 2020Jun 16, 2020
Published inBetter ProgrammingHow to Create Modals in ReactWith Redux and HooksJun 3, 20202Jun 3, 20202
Published inBetter ProgrammingHow to Take Snapshots in JestAn introduction to snapshot testsMar 25, 2020Mar 25, 2020
Published inEnvironmental IdeasEcology for everyone — FoodIt may seem that one person cannot change global warming and pollution in this dirty world. But if we do only small changes in our lives…Mar 3, 20201Mar 3, 20201
Streams in NodeJs — Our lifesaversNo, I will not talk about some fancy video streams. I will talk about much more boring stuff. If you are NodeJs developer, you probably…Feb 12, 2020Feb 12, 2020
Published inBetter ProgrammingHow To Prevent SQL Injection Without Prepared StatementsAvoid hackers adding a malicious SQL query into your parameterAug 19, 2019Aug 19, 2019
Published inWebtipsStoring Filters to URL in React and Redux AppRecently I got task to store some filter options into url in a React + Redux app. It felt pretty simple as I’ve done it many times in…Aug 8, 2019Aug 8, 2019