Learn how to use Sass variable, nesting, mixins and more then start building a real-world web app with Sass.

Welcome to this article about Sass. Sass is an acronym for, ' Syntactically awesome style sheets ', it's an extension of CSS that allows you to use different features like variables, nested rules, mixins, inheritance, operators and more. Sass is one of …

Learn Less variable, nesting, mixins and more then start using it on a real project.

Welcome to this article, where you will learn some important things that will help you throughout the journey to increase your knowledge about Less. Less is a CSS pre-processor. CSS pre-processor is a scripting language that extends common CSS to be able to use f…

Important things to consider if you want to learn any programming language.

Maybe you've been wanting to know how you can learn any programming language more easily. In short, a programming language is a set of grammatical rules for instructing a computer or computing device to perform a particular task. Note that the computer work…

What is color wheel, and how does it convert RGB colors into hex code?

In this article, I will show you how the color wheel converts RGB colors into hex code, If you are not familiar with the color wheel then be aware that the color wheel is a visual representation of the color scheme based on their chromatic relationship. If you loo…

Avoid form resubmission on page refresh using PHP or JavaScript.

When you submit data to a database via an HTML form, those data are inserted into the database, but if you click the submit button again without entering any data into the input field you will find the same data stored in the database, again when you try to refresh t…

Three important things to consider when deciding to own a website.

In this article, I'm going to show you three important things that you must take into account whenever you want to own a website regardless of whether it is a content management system (CMS) based website or otherwise. It is good to look at the purpose of o…

why understanding html, css and JavaScript is not enough to make you the best front end developer?

why understanding html, css and JavaScript is not enough to make you the best front end developer? Welcome back to this article that says "why understanding HTML, CSS and JavaScript is not enough to make you the best front-end developer? WHO IS THE FRONT-E…