Rerunning Failing Cucumber Scenarios on CircleCI
One day we decided to make our Cucumber scenarios faster and the easiest way to go wast to replace Read all »
View ArticleAdventures while creating universal Reactjs application
The goal Reactjs became very popular recently, community grows fast, more and more sites use it, it seems like worth learning then. So I decided to learn. Although there is so many resources and so...
View ArticleAdventures while creating universal Reactjs application – Part 2 – Using bare...
Idea Our application would not be very complicated, but I wanted to create something I need, as I think this is the best method to learn new thing – by solving some actual problem. App would be used...
View ArticleAdventures while creating universal Reactjs application – Part 3 – Flux
Why Flux? General idea Smart and dump components Let’s fluxify our app Let’s add new dependencies to our package.json by running: npm install –save flux events. Dispatcher We would need...
View ArticleAdventures while creating universal Reactjs application – Part 4 – Redux
Why Redux? General idea Let’s reduxify our app You can now remove events and flux from the package.json. And let’s add redux dependencies to our package.json by running: npm install –save redux...
View ArticleWeb Summit 2015 – Sketchnotes & Thoughts
Yes. Basia and I were at Web Summit Conference this year. We went to Dublin – the land of Fairies, Guinness and a huge technology conference. Overall it was great and exhausting; the talks were...
View ArticleWeb Summit 2015 – Crowd, Talks & Toys
You might have already read the great review of WebSummit 2015 by Gosia (aka “The Cheerful Designer”) and thinking about going next year? Well, maybe is time for an opinion from me – “The Unhappy...
View ArticleBoost Your CSS Animation Performance with the Repaintless.css Library
CSS animations have been in regular use for a few years now. Used correctly, they are a fantastic way to enhance your website and help users understand interactions better. Unfortunately, as easy they...
View ArticleReact series strikes back – React Native
Some time ago Few months ago we publish series about creating applications using ReactJS and related architectures (flux and redux). Since then we started using also React Native and we think it’s...
View ArticleStarability.css – Accessible rating with animations on top
To be honest, I hardly ever stumble upon a situation that I have trouble finding a satisfying solution to my problem over the internet. And yet it happened to me last week. I was thinking of a way to...
View Article