Flow best practices
Reading Time: 12 minutes Current, Flow is not released even in version 1.0.0, but it is already flexible enough to allow creation type systems in different way...
Reading Time: 12 minutes Current, Flow is not released even in version 1.0.0, but it is already flexible enough to allow creation type systems in different way...
Reading Time: < 1 minute This autumn, I first ever went to Chrome Dev Summit. It was a tremendously inspiring conference that intellectually put me far beyo...
Reading Time: 3 minutes Accessibility is a hot topic in the last few years. Nearly any web-conference has at least one talk, that is dedicated to this theme. T...
Reading Time: < 1 minute Recently I ran into an interesting example of how the flow is interpreting the values without the provided defined type.
Reading Time: 3 minutes Photo by Pankaj Patel on Unsplash You have probably been in my place. You have perfectly planned working day ahead, there are around 2-...
Reading Time: 2 minutes Currently, I am going through course JavaScript Algorithms and Data Structures (which I highly recommend by the way). For me, one of th...
Reading Time: 3 minutes If one wants to add flow annotation to object type and reuse some of the types, that was annotated in another object type, it can be do...
Reading Time: < 1 minute From my observation, debugging is the best-kept secret of the developer life. Everyone is doing quite often, some are doing it even...
Reading Time: 4 minutes The strange thing is happening when one is gaining more experience – it is harder to identify or to find what new to learn. It de...
Reading Time: 4 minutes This book was suggested in our company as one that is pretty short but contains the main concepts about how software should be created....