17 Tips to Improve Your Design Skills and Become a Better Designer Pt.3

Keeping your design skills up to date is not easy. However, it is crucial if you want to grow as a designer. It is also important for your career or business. This article will give you a handful of tips that will help you improve your design skills, fix any existing blind spots and become… Continue reading 17 Tips to Improve Your Design Skills and Become a Better Designer Pt.3

17 Tips to Improve Your Design Skills and Become a Better Designer Pt.2

As a designer you have to constantly work on your design skills. This is the only way to stay relevant. Improving your design skills will also help you attract new clients, or employers, and create new work opportunities. These 5 tips will help you with it. Learn them, use them, improve your design skills and… Continue reading 17 Tips to Improve Your Design Skills and Become a Better Designer Pt.2

17 Tips to Improve Your Design Skills and Become a Better Designer Pt.1

It doesn’t matter how good you are. Fields like design are always changing, shifting and growing. The only way to stay on the edge is to constantly learn and improve your design skills. These tips will help you make progress and improve your design skills no matter the level you are at.

JavaScript Classes – A Friendly Introduction Pt.2

JavaScript classes can make your code cleaner and more readable. This article will help you understand concepts such as class fields, getter and setter accessors and mixins. Learn how to work with JavaScript classes like a Pro, improve your programming skills, and become a better JavaScript developer.

JavaScript Classes – A Friendly Introduction Pt.1

JavaScript classes are one of the hottest features introduced in ECMAScript 2015. It is also one of the features that are discussed the most. Learn all you need to know about JavaScript classes, and how they work, so you can start using them with rock-solid confidence.

React Best Practices & Tips Every React Developer Should Know Pt.2

Writing clean React code is hard and it takes time. Use these React best practices to make your code better and your work easier and faster. Learn how to initialize state faster, use key props the right way, deal with asynchronous nature of the setState and how to use propTypes and defaultProps.