Creating scalable and maintainable CSS is hard. On the other hand, it is very easy to create bloated stylesheets nobody can understand. Atomic design might be one way we can deal with it. In this article, we will take a look at this methodology, its benefits and basic structure. My goal for this article is… Continue reading Atomic Design – Your Ultimate Guide to Scalable & Modular CSS (Sass)
Tag: JavaScript
3 Secrets of the Best Designed Websites in the World
Are there any secrets we can learn from the best designed websites in the world? Yes. In this article, you will learn about three main practices you can adopt to improve the quality and usability of your projects. Using these practices will also help you provide a better service to your clients. To make this… Continue reading 3 Secrets of the Best Designed Websites in the World
7 Soft Skills Every Freelance Web Designer Must Have Pt7-Improvisation
How good are you in improvisation? Believe it or not, this is also one of the soft skills every freelancer, entrepreneur and person must have. It is this skill that allows us to always find a way around any obstacle. In this article, you will find seven tips to get better at improvisation. You will… Continue reading 7 Soft Skills Every Freelance Web Designer Must Have Pt7-Improvisation
Gulp for Web Designers – All You Want to Know
Have you ever wanted to automate boring tasks of web design and development? Let me introduce you to Gulp. Gulp is a streaming build system that will aims to make your workflow more productive and efficient. This is done by automating all those boring tasks such as minification and assets optimization you have to do… Continue reading Gulp for Web Designers – All You Want to Know
Modal Dialog – Creating Gallery With Modal Preview
Welcome back for another great tutorial. It’s been a while since we build something in HTML, CSS and JavaScript. For this reason, I prepared a challenge for today … Our goal will be building simple gallery enhanced with sleek preview in custom modal dialog. And, not only that. Our gallery will be featuring implemented grid… Continue reading Modal Dialog – Creating Gallery With Modal Preview
JavaScript Design Patterns – How to Make Sense of Chaos Pt2
How about to master some JavaScript design patterns? It’s been couple days since I wrote the first part of this mini-series. Thank you for your patience. Today, you are going to explore and learn about the rest of commonly used design patterns by JavaScript developers. In end of this post, you will also find a brief… Continue reading JavaScript Design Patterns – How to Make Sense of Chaos Pt2