A list of basic Git commands for beginners for everyday use
Knowing how to use Git is a must-have skill for any kind of developer these days. Git is a version control system for tracking file changes.
Blog about web development
Knowing how to use Git is a must-have skill for any kind of developer these days. Git is a version control system for tracking file changes.
When working with media whether it’s an image or a video, sometimes you have to preserve its initial proportions (aspect ratio). In this guide, I’ll try to explain how exactly you can achieve such a result with CSS.
JavaScript provides a native API to get the width and height of a viewport. But it’s important to understand the difference between what sizes you are getting as it may cause you some trouble.
It can be confusing and frustrating when trying to understand units in CSS. Especially relative units like em
and rem
.
Did you know that you can create a native HTML autocomplete field with dropdown? Yes, it is possible with just a few lines of code.