The Beginner’s Guide to Learn Sass – Mastering the Basics of Sass

Have you ever wanted to learn Sass, but you didn’t find a good tutorial? Chances are that you are quite good with CSS. However, you feel like there is a better way of working with CSS. You want to take your skills and efficiency to another level. In that cases, learning how to use preprocessor… Continue reading The Beginner’s Guide to Learn Sass – Mastering the Basics of Sass

What Web Design Skills You Need To Survive In The Future Pt1?

Web is moving incredibly fast. And, this speed is increasing almost every month. What are some of the web design skills you need to survive in this fast-paced environment? What skills you need to stay on the edge and thrive? This is the subject of this article. You will learn about the first three skills… Continue reading What Web Design Skills You Need To Survive In The Future Pt1?

Learning React by Practice – React Router for Beginners

Imagine you could change the content of the website or app without reloading it. Impossible? Not at all. You can do that with something called React Router. How? I’m glad you are asking. Today, I will take you through all steps necessary to get React Router up and running. From now, you will see reloading… Continue reading Learning React by Practice – React Router for Beginners

Learn How to Create Simple React Form Elements

Have you ever wanted to create some React form elements, but didn’t how? Good news! In this tutorial, you will learn how to create a number of simple React form elements. What elements? You will create elements such as button, datalist, checkbox, label, input and radio. These are probably the most often used form elements.… Continue reading Learn How to Create Simple React Form Elements

Learn How to Create Quick and Simple React Flipping Card

How cool would it be to know how to build React flipping card? Your own interactive business card! Imagine how you could use this card to make your portfolio stand out! In this tutorial, I will take you through all the steps necessary to create this card. I tried to make the code simple ad… Continue reading Learn How to Create Quick and Simple React Flipping Card

How to Build Simple and Powerful Lazyload JavaScript Plugin

Have you ever wanted to use lazyload plugin to speed up your website? Who wouldn’t. The problem is that most of lazyload plugins require jQuery. Sure, there are some exception. However, you need advanced knowledge of JavaScript if you want to understand the code. If you don’t have that, forget about customizing the plugin. You… Continue reading How to Build Simple and Powerful Lazyload JavaScript Plugin