#programming-tips
Read more stories on Hashnode
Articles with this tag
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...
Part #1 · In this post I will share some JavaScript tips and tricks that have helped me to write some nice code and resolve problems in a more clean...
Recently I have been reading some stuff about some features included in React that I have been missing out, by scrolling on the documentation I...