A Sneak Peek at the View Transition APIPre-requisite Basic understanding of HTML, CSS, and Javascript. Good grasp of the Document Object Model (DOM). An Updated Browser, preferably Chrome. Introduction Creating smooth transitions on the web is a complex task, and calling it challengi...Jan 6, 2025·15 min read
Making Consistent Web Layouts With SubgridPrerequisites You should have a basic understanding of HTML and CSS. A solid grasp of CSS Grid is necessary. Make sure you have an updated browser, preferably Chrome. Introduction While CSS subgrid has been around for quite some time, it only re...Oct 5, 2024·12 min read
A Leaner Approach To Building ProjectsPrerequisites To get the most out of this guide, you should have some basic knowledge of: Git GitHub Basic terminal commands Setting Up the Folder with Git Step OneCreate a main project folder: mkdir mainProjectFolder cd mainProjectFolder Step ...Sep 28, 2024·4 min read
Unveiling The MVC StructureIntroduction Websites evolved in a very amazing fashion to be both stunning and cutting edge as web apps today, not just due to tools and technologies, but also due to organization. The way the code sites were arranged in the last twenty years have a...Sep 21, 2024·8 min read
Exploring the CSS :is() and :where() selectorsPre-requisite Knowledge of HTML and CSS. A good grasp of CSS specificity and selectors. Introduction CSS has experienced rapid growth over the years, and a noteworthy trend highlighting this evolution is the introduction of new pseudo-classes, en...Sep 14, 2024·14 min read