Some useful resources for designing your website
16th AUG 2021
Hello Devs ! Here are some of my personal favorite website that come handy while designing a website. And by designing I mean - colors, fonts, icons, media, etc. Here are some of the best resources [FREE obviously] that can be used to style up your site and make the site more appealing to the end users...
Working with JavaScript Date() Object
25th AUG 2021
Date() object in JS is really helpful when working with date and time in your JS code. Whenever we create a date object in JS, we get a timestamp of the current time calculated from the 1 JAN 1970 UTC time zone....