Exception mapping
Published on
This is pdf document explaining exception mapping flow in web app. Read More
Stanislav Zorjan - Stasha - Full Stack Software Engineer and Game Development Hobbyist - Prague
This is pdf document explaining exception mapping flow in web app. Read More
Published on
This is pdf document explaining exception mapping flow in web app. Read More
Published on
Recently I came across the concept of unit e2e testing. You probably already know what e2e tests are, but what are unit e2e tests? Read More
Published on
These days I'm actively playing with sass and compass and I'm really starting to like them. The one thing I was missing is image sprite sheet generation using SmartSprites. Read More
Published on
Few days ago I was playing with SASS (Syntactically Awesome Stylesheets). But Because I'm too lazy :) I just wanted to automate
process as much as possible, so I've set up simple ANT project to run SASS from within netbeans.
Read More
Published on
In this post, You can find ANT script that automates some of the main HTML 5 tasks as are versioning, running tests, generating image sprite-sheets, minifying javascripts and css, compressing html, inline scripts and styles and finally making release.
Read More
Published on
For those who don't know, doT.js is JavaScript template engine.
It's one of the fastest and easy to use JavaScript templating engines.
You can find more about doT.js at:
Read More
Published on
OOP Basics & Principles Read More
Published on
Many junior programmers heard about MVC, they know MVC is architectural pattern used for separation of concerns, but sometimes, it's hard to understand it until you see a practical example. Read More
Published on
In this post I will show you how to set up auto deployment in 5 minutes using Jenkins. Read More
Published on
Few years ago I was working in 'sterile' web environment where only allowed server side technology was SSI - Server Side Includes.
I needed to extract parts from URL and based on those parts to dynamically generate links.
Read More