Artur Skowroński
All posts by

Artur Skowroński

Software Developer
expand_more

React Internals: Introduction to React.js diff “algorithm”

React.js is a fast beast, but do you really know why? Let’s watch the video to see how React.js internals really work on the lower level.

5 cool GitHub Docker projects

5 cool GitHub Docker projects

GitHub is one of the best places to find clever, diverse programming projects, but it’s easy to overlook something interesting. I prepared list of 5 Docker projects definitely worth getting more attention than they have now.

Be Reactive and use streams!

Reactive Streams is a new specification with the goal of leading different JVM languages to the new, asynchronous future.

With real-time data and Internet of Things modern applications need to incorporate new programming techniques. Reactive Streams is a new specification with the goal of leading different JVM languages to the new, asynchronous future.

Evil Genius 101: The Hidden Power of JavaScript Object prototype

New language features are often welcomed, but if they are working against the language nature… Huston, we have a problem!