Learn React by Practice and Create Stunning Image Gallery

One of the best ways to learn React is by practice. Nothing can help you learn like trial and error. When you get your hands dirty your brain is like sponge. Your ability to absorb new knowledge is incredible. In addition, learning by practice is also more fun. For this reason, I decided to write… Continue reading Learn React by Practice and Create Stunning Image Gallery

Insanely Easy and Simple React Form Tutorial

Have you ever wanted to create pure React form? Have you ever wished to use React with Material design? Imagine creating something functional and also beautiful! I have a great news for you … This is your lucky day! Today, in this tutorial, we will take React and Material design and create beautiful form. I… Continue reading Insanely Easy and Simple React Form Tutorial

HTML5 and CSS3 Feature Detection with Modernizr and Beyond

What is feature detection? How can you use it in web development? These and many more questions are the subject of this article. First, you will learn about the current champion among feature detection JavaScript libraries. Then, you will explore the interesting future of CSS-based feature detection. In-between, you will also learn about some practices… Continue reading HTML5 and CSS3 Feature Detection with Modernizr and Beyond

Create Your Own To-Do App With React

React is one of the most used JavaScript libraries today. It makes it easier to create interactive UIs. You can use React to design and create both, simple and complex application. You can even use it to create one-page websites if you want. In other words, you can use React to build almost anything. Today,… Continue reading Create Your Own To-Do App With React

9 Quick JavaScript Tips to Improve Your Code Pt2

Do you want to know some cool JavaScript tips, tricks and gems? Then, you are on the right place! In this second part of JavaScript tips, you will get what do you want. For example, you will learn about two gems from ES6. You will also learn why var keyword can be sometimes dangerous. Then,… Continue reading 9 Quick JavaScript Tips to Improve Your Code Pt2

9 Quick JavaScript Tips to Improve Your Code Pt1

JavaScript can be sometimes hard to use in the right way. It is language with a couple of quirks and pitfalls. In this article, you will learn about first five JavaScript tips to improve your code. You will explore topics such as strict-mode and debugging and what’s the difference between undefined and null. Then, you… Continue reading 9 Quick JavaScript Tips to Improve Your Code Pt1