21 Tips to Improve Your Development Process Pt2

Welcome in the second part of the 21 tips to improve your development process article. In the first part you’ve learned about the first 12 tips and tricks to speed up and improve your development process in many ways. Today, you will get the rest. These tips will cover different areas to remain universal and useful… Continue reading 21 Tips to Improve Your Development Process Pt2

Advanced techniques for navigation with CSS

There are people who will tell you that you cannot create cool effects like sliding or fading without getting your hands on JavaScript. Don’t listen to those ignorants. They have no clue about what can you do with good old HTML and a few lines of CSS. In this post I will show couple effects… Continue reading Advanced techniques for navigation with CSS

How to Design a Website That Will Attract Your Visitors

So, you decided to create a website for yourself or your business. Unfortunately, getting your website online is not a sure way to success in the form of high traffic, daily visits and great rankings in search engines. So, how can you design your site to make it more attractive for your visitors? What are… Continue reading How to Design a Website That Will Attract Your Visitors

Thoughts on Building a Brand and Getting Ahead

Personal branding is a pretty hot term right now. Take a look at bookstore and you will find countless of books on this subject. Rather than writing another post on how to build a personal brand, I decided to share with you some thoughts about creating and keeping personal brand and branding in general. If… Continue reading Thoughts on Building a Brand and Getting Ahead

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

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