All posts by
Marek Nogiec
Front-end Enthusiast
How to async in JavaScript
Marek Nogiec March 17, 2016I’d like to share with you a few different ways of writing asynchronous code in JavaScript. Whether you’re writing for the browser or building complex Node.js apps you might find some useful tips how to improve the quality and readability of your code either by using popular techniques or some more
Redux. Concept over implementation
Marek Nogiec September 29, 2015Since the concept of adapting MV* architectures to JavaScript never felt quite right, I started dabbling with various Flux implementations. Subsequently I got drawn towards Redux, which in my mind took all the good parts and combined them into a lightweight and easy-to-use solution.
How switching to SVG simplified our work
Marek Nogiec August 20, 2015This is not an article about the pros and cons of using icon fonts vs SVGs. This is however, an article about why migrating to SVG greatly simplified the process of adding and managing the icons used in our common set.