Have you ever wanted to learn web development, but didn’t know where to start? The path to learn web development can be very complex. It can be hard to choose what topic or technology you should begin with. The goal of this two-part article is to make this decision easier for you. Today, we discuss… Continue reading How to Learn Web Development Pt.1 – Where to Start
Tag: JavaScript
Learn How to Build A Custom HTML5 Video Player
Videos are great tools for catching attention and even better for storytelling. And people, business and brands are using them more and more. However, native HTML5 video player offers only limited options for customization. When client wants a video player that matches her brand these options are not enough. Today, we will take a look… Continue reading Learn How to Build A Custom HTML5 Video Player
6 Simple Tips on How to Start Writing Clean Code
Writing clean code is not an easy task. It requires experimenting with different tips and practices. The problem is that there are so many practices and tips on this subject it can be overwhelming. As a result, it can be hard for a developer to choose those tips and practices worth following. Let’s make this… Continue reading 6 Simple Tips on How to Start Writing Clean Code
Learn How to Create A Simple Carousel with React.js
Have you ever wanted to create a simple carousel in React.js? In that case, you are on the right place. In this easy tutorial, we will create a simple carousel you can then take and use anywhere you want and with any content you want. I tried to make this tutorial simple. So, even beginners… Continue reading Learn How to Create A Simple Carousel with React.js
How to Build Simple Landing Page with Bootstrap 4
How easy it is to build simple landing page with Bootstrap 4? The answer is that it depends. It depends on how well-designed and how complex you want your landing page to be. In this tutorial, I will show how to use Bootstrap to build a very simple landing page. And, I will do my… Continue reading How to Build Simple Landing Page with Bootstrap 4
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