Recent blogs
Learn how to use the navigator.connection object to get connection type of a user's device using JavaScript?
Learn how to use the Promise.all() method to wait for all the Promises to resolve in JavaScript
Learn how to check whether a checkbox input element is checked using JavaScript
Learn how to show the strings in raw format using the String.raw template literals tag function in JavaScript
Learn what is the globalThis keyword in JavaScript?
Learn how to use the history.go() function to go 2 pages back or front in history using JavaScript
Learn how to skip a commit during the git rebase process
Learn how to use the encodeURIComponent() and decodeURIComponent() functions to encode and decode a part of a URL using JavaScript
Learn how to use the lsof and kill Linux commands to kill a Node.js process running at a specific port in Linux
Learn how to clone a repository including the submodules or sub repositories in Git
Learn how to disable the resize functionality of the textarea tag in HTML
Learn how to use the encodeURI() and decodeURI() functions to encode and decode a full URL using JavaScript
Learn how to use the target attribute in the anchor tag to open a link in a new tab using HTML
Learn how to delete a branch from a remote repository in Git
Learn how to use the maxlength attribute to set the maximum character limit for an input or textarea tag in HTML?
Learn how to undo the last commit from a remote git repository?
Learn how to use the __filename environment variable to get the filename of the currently executing script in Node.js
Learn how to use the __dirname environment variable to get the directory of the currently executing script in Node.js
Learn how to use the contenteditable global tag attribute to make tags editable in HTML
Learn the usage of fs.appendFileSync() synchronous function to add data to the end of a file in Node.js?
Learn the usage of fs.appendFile() asynchronous function to add data to the end of a file in Node.js?
Learn how to use the renameSync() synchronous function from the fs module to rename a file synchronously in Node.js
Learn how to use the rename() asynchronous function from the fs module to rename a file asynchronously in Node.js
Learn how to remove and add remote origin from a Git repository?
Learn how to use the unlinkSync() function from the filesystem module to remove a file synchronously using Node.js?