Web Development Updates
Javascript
React
CSS
NextJS
Node.JS
Cloud
Search
Search
Web Development Updates
Javascript
React
CSS
NextJS
Node.JS
Cloud
Deno
Deno
Creating Unique Ids in Deno
In Deno MD5 unique ids can be created using the uuid library. This is a standard library which is reviewed by the Deno team.
8 April 2021
Deno
Getting MD5 Hash String in Deno
In Deno MD5 hash of a given string can be created using the hash library. This is a standard library which is reviewed by the Deno team.
6 April 2021
Deno
Getting Date and Time in Deno
In Deno date and time can be handled through the built-in Javascript Date object. Deno also provides the standard datetime library which makes it very easy to get date & time in various formats.
4 April 2021
Deno
URL Encoding in Deno
A url can be encoded in Deno by either using the encodeURI() method or creating a URL object. No libraries are required to be imported.
2 April 2021
Deno
Implement Google OAuth Login with Deno
This tutorial explains how to implement Login with Google in a Deno app using Google OAuth APIs.
31 March 2021