6 followers
Front end developer, always trying to learn new things and share them!
So, there is no strange case that sometimes we find ourselves making code to create filler content on our pages (like static footer text, counters,...
It's a common task to validate forms in order to receive the correct information and reduce errors. This validations are commonly done using...
What's a CSS variable? A CSS variable is an defined name with a valid CSS value associated to it, it's defined by using -- at the start of the...
With the inclusions of hooks in react, we have at our disposition a handful of hooks to use which give us a lot of flexibility to create our apps in a...
Date and time input type HTML input can give you a full calendar input by using input type="calendar" <input type="calendar" /> And the time input...
Without using third party libraries ยท A part of my daily tasks at work its to handle dates and how to format them to show them to the user. Long story...