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
Tag: JavaScript
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
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