Product Development – How My Workflow Looks Like Pt2

First and foremost, I want to say thanks to all of you who send their feedback and questions related to my product development workflow. I did not expect such a reaction at all. Since many of you wanted to know about the structure of HTML, CSS, Sass and JavaScript I use, I decided to write… Continue reading Product Development – How My Workflow Looks Like Pt2

Product Development – How My Workflow Looks Like Pt1

Do you know what is better than being a well–paid employee, freelancer or consultant? Making money on work you love when you sleep. Product development is what can make this dream reality. Imagine waking up in the morning, looking at your mailbox and seeing notifications about new sales. How does that sound to your ears?… Continue reading Product Development – How My Workflow Looks Like Pt1

Performance Budget – Website Optimization the Right Way

On the front–end side of web development, performance is something that should not be ignored. What’s more, to show how important the performance is, new thing called performance budget appeared. Today, you are going to learn what performance budget is, why is it not so easy to set it and what ways and tools you… Continue reading Performance Budget – Website Optimization the Right Way

HTML rapid prototyping – All you need to know

Times when designers were condemned to working in graphic editors are long gone. In today’s world, you have the ability and options to build your designs much faster and easier by using technologies like HTML and CSS along with rapid prototyping. You can know this approach of design as designing in the browser and this… Continue reading HTML rapid prototyping – All you need to know

Sass optimization – 5 tips for faster work

CSS preprocessors were developed primarily to enhance the basic CSS technology by adding some behavior and features known in programming languages. If you are new into this subject you might be a little confused because of so many options available. Sass (sass and scss), less, stylus, css-crush, myth, switch css and DtCSS to name just… Continue reading Sass optimization – 5 tips for faster work

BEM crash course for web developers

You have OOCSS, SMACSS and many more standards for writing and maintaining CSS syntax. Today, block, element and modifier is what we’ll be focusing on and also what BEM abbreviation stands for. You’ve already heard about it from me in one of the previous posts about how to modularize your CSS. Because of your interest… Continue reading BEM crash course for web developers