JavaScript Concepts

JavaScript Concepts

10 Hidden JavaScript Concepts: Every Developer Should Know Introduction JavaScript is one of the most widely used programming languages in the world today. It is a powerful language that is capable of creating dynamic and interactive web applications. Although JavaScript has been around for many years, there are still hidden concepts

Continue reading

The SOLID Principles

The SOLID Principles: Writing Scalable & Maintainable Code. Single Responsibility, Open/Closed Principle, Liskov Substitution Principle, Interface Segregation, and Dependency Inversion. Has anyone ever told you that you write “bad code”? Well if you have, there’s really nothing to be ashamed about. We all write flawed code as we learn. The good

Continue reading

CSS Transform Handbook

CSS Transform Handbook

CSS transform allows you to translate, rotate, skew, scale, or add perspective effects to HTML elements. This tutorial discusses everything you need to know to transform HTML elements like a pro. Table of Contents What is the CSS transform Property? What is the CSS rotate() Function? What is the CSS rotateX() Function? What is the CSS rotateY() Function? What

Continue reading