March 22, 2024
Comparing Strings in JavaScript: How to check for Equal Normalized Values
Last week, I contributed to the implementation of a feature that prevent users from submitting input values that already exist in the database.
March 22, 2024
Last week, I contributed to the implementation of a feature that prevent users from submitting input values that already exist in the database.
March 4, 2024
Date is a JavaScript built-in object that represents a specific moment in time. It encapsulates an integral number that represents milliseconds since the midnight at the beginning of January 1, 1970, UTC.
February 9, 2024
I have created a customized cover template for my blog posts, which includes a background image with the title and date of the post.