Determine the Contents of a Zip File Without Downloading ItIs it possible to know the ZIP file content before downloading it? With only 52 lines of code, the magic can happen!Dec 30, 20213Dec 30, 20213
Creating Beautiful Animations in React NativeAnimations make your app visually more attractive. Animate the header in your React Native appOct 21, 20202Oct 21, 20202
How to Use Named Parameters in TypeScriptHacking functions to have named parametersApr 5, 20202Apr 5, 20202
Pipeline timestamp conundrumDealing with dates and times in a computer programs is difficult. There are so many things to consider — you have to think about different…Jan 11, 2020Jan 11, 2020
React with EnzymeEven though the Enzyme-library is well designed, there are some tricky points to considerOct 29, 20191Oct 29, 20191
One Action to rule them all 💍You get an offer you can’t refuse so you click the button and accept it. In the same moment, an action is sent, reducers execute some…Jul 29, 2019Jul 29, 2019
GRASP Design PrinciplesI bet you’ve already heard about SOLID Principles. But do you know the GRASP Principles (aka GRASP Patterns)? 🧐Jun 21, 20191Jun 21, 20191
Enum Pattern in TypeScriptIf you want to learn a new Design Pattern and read about the differences between enum in TypeScript and Java, you are in the right place…May 25, 20192May 25, 20192
Lifecycle Methods in React — refactoring patternsReact, as befits a JavaScript framework, evolves in the course of time. Starting with version 16.3, some of the lifecycle methods became…Apr 8, 2019Apr 8, 2019