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
Tag: web
Having Fun with Object-Oriented JavaScript
It’s been a long time since we discussed or practiced object-oriented JavaScript. The last reference to JavaScript and objects was, I guess, in JavaScript 101 series part11 and part12. For today, you are going to have some fun while learning or recalling your older knowledge and memories on the subject of object-oriented JavaScript and programming as… Continue reading Having Fun with Object-Oriented JavaScript
Design patterns in JavaScript
Have you ever looked at your code and though … Man, this is a real mess! Well, this happened yesterday when I was looking at the JavaScript code of my website. I started to think about how to improve not just my coding skills, but the way the code is designed. After a few minutes… Continue reading Design patterns in JavaScript
So, you want to get started in web design
About a month ago, a great friend of mine asked me this interesting question, what do I need to know to design a website? Since his job was back-end with front-end here and there, the answer was short, simple and easy to follow in just a few steps. However, it made me thing about what… Continue reading So, you want to get started in web design
The ultimate guide to product design
In the previous post you could learn about prototyping in HTML, why it is better than working in graphic editor and how to get started. Today you will have a chance to explore this, product design and development, topic further by understanding what product design is, what questions you should ask and how many features should… Continue reading The ultimate guide to product design
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