<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>ProgrammingBasic</title><link>http://localhost:3000</link><description>Clean, fast blog with Next.js, TinaCMS, and TailwindCSS.</description><item><title>How to Fix Error Code 0x80004005 in Windows (Complete Guide)</title><link>http://localhost:3000/0x80004005-error-windows-11-solution</link><description>Learn how to fix error code 0x80004005 in Windows 11 and Windows 10. Follow step-by-step solutions for Windows update errors, ZIP extraction issues, network sharing problems, and VirtualBox errors with practical troubleshooting methods.</description><pubDate>Wed, 18 Mar 2026 10:00:00 GMT</pubDate></item><item><title>3 Ways to Combine Multiple Strings into a Single String | Concatenate Strings</title><link>http://localhost:3000/3-ways-to-combine-multiple-strings-into-a-single-string-concatenate-strings</link><description>This tutorial is about how to combine or join multiple strings in to a single string in javascript. we will learn three ways to concatenate add string in javascript.</description><pubDate>Sun, 24 Oct 2021 15:35:41 GMT</pubDate></item><item><title>3 Ways to generate random string/characters in JavaScript</title><link>http://localhost:3000/3-ways-to-generate-random-string-characters-in-javascript</link><description>We will learn about three ways on how to generate random strings/characters in javascript. We will use Math.random() method, shortid npm module and inbuilt method toString() method in javascript. </description><pubDate>Sat, 23 Oct 2021 19:04:50 GMT</pubDate></item><item><title>How to add 404 page in Vue using vue-router</title><link>http://localhost:3000/add-404-page-using-vue-router</link><description>Find out how to add a custom 404 (Page Not Found ) Error page in Vue using vue-router.</description><pubDate>Thu, 21 Jul 2022 08:00:34 GMT</pubDate></item><item><title>How to add background image with gradient overlay in CSS</title><link>http://localhost:3000/add-background-image-with-gradient-overlay-in-css</link><description>Short tutorial on how to add background image with semi-opaque / semi-transparent gradient over the image using CSS.</description><pubDate>Sun, 27 Mar 2022 09:50:24 GMT</pubDate></item><item><title>How To Add Multiple Classes in VueJS | Class Binding</title><link>http://localhost:3000/add-bind-multiple-classes-in-vue</link><description>Vuejs tutorial on how to add or bind multiple classes dynamically in Vuejs using v-bind directive.</description><pubDate>Thu, 02 Jun 2022 16:17:03 GMT</pubDate></item><item><title>How to Add Syntax Highlighting PrismJS to Nuxt</title><link>http://localhost:3000/add-code-syntax-highlighter-prismjs-to-nuxtjs</link><description>This article is about how to add a code syntax highlighter PrismJS to Nuxt and configure PrismJs theme in NuxtJS.</description><pubDate>Tue, 19 Oct 2021 06:12:00 GMT</pubDate></item><item><title>How to write comments in a Markdown File</title><link>http://localhost:3000/add-comment-in-markdown-file</link><description>Find out the different ways to add comment in a markdown file, so that it wont show up in HTML output of your web page..</description><pubDate>Mon, 04 Jul 2022 10:33:48 GMT</pubDate></item><item><title>How to add common header and footer in Nuxt</title><link>http://localhost:3000/add-common-header-footer-nuxt</link><description>Short post on how to add common header and footer component for all your pages in your nuxt application using layouts directory.</description><pubDate>Fri, 29 Jul 2022 05:10:08 GMT</pubDate></item><item><title>How to add CSS border inside a div element</title><link>http://localhost:3000/add-css-border-inside-a-div-element</link><description>Find out how to add a border inside a div element using CSS box-sizing, outline property and box-shadow inset property.</description><pubDate>Tue, 07 Jun 2022 19:16:11 GMT</pubDate></item><item><title>How to add dynamic Key to an object in JavaScript</title><link>http://localhost:3000/add-dynamic-key-to-object-in-javascript</link><description>Short tutorial on how to create and add dynamic key to an object in JavaScript using bracket syntax and ES6 methods.</description><pubDate>Sat, 19 Mar 2022 10:34:28 GMT</pubDate></item><item><title>Easy Way to add Emoji in markdown with VS Code</title><link>http://localhost:3000/add-emoji-in-markdown-vs-code</link><description>Find out how to add emoji in your markdown document in VS Code using markdown emoji or emojisense plugins.</description><pubDate>Mon, 11 Jul 2022 10:18:26 GMT</pubDate></item><item><title>How to add empty folder/directory in Git</title><link>http://localhost:3000/add-empty-folder-directory-in-git</link><description>Find out how to add an empty folder/directory in our github repository to be tracked by git using .gitignore , .gitkeep and readme file.</description><pubDate>Tue, 24 May 2022 13:15:31 GMT</pubDate></item><item><title>[Solution]  Add External Script Tags in Vue JS component</title><link>http://localhost:3000/add-external-script-tags-in-vue-js-component</link><description>The article is about how to add external Js script in Vue component. We will be using mounted() and two modules to add script tags in vue locally.</description><pubDate>Thu, 02 Jun 2022 16:18:57 GMT</pubDate></item><item><title>How to add getter to an existing JavaScript Object</title><link>http://localhost:3000/add-getter-to-an-existing-javascript-object</link><description>Short tutorial on adding a getter to an existing JavaScript object using Object.defineProperty method.</description><pubDate>Tue, 22 Mar 2022 04:44:22 GMT</pubDate></item><item><title>Add leading zero to a number in JavaScript (Code Example)</title><link>http://localhost:3000/add-leading-zero-to-number-javascript</link><description>To add leading zero to a number, first convert the number to a string and use padStart() method to add the leading zero.</description><pubDate>Wed, 26 Oct 2022 02:40:25 GMT</pubDate></item><item><title>Add Multiple Classes to HTML elements using JavaScript</title><link>http://localhost:3000/add-multiple-classes-to-html-element-javascript</link><description>Find out how to add and remove multiple classes to and from an HTML element using JavaScript's classList.add() and classList.remove() method.</description><pubDate>Fri, 21 Oct 2022 01:01:39 GMT</pubDate></item><item><title>Add property to each object in an array of object in JavaScript</title><link>http://localhost:3000/add-property-to-object-in-array-of-objects-in-javascript</link><description>Short article on how to add property to each object in an array of objects using JavaScript.</description><pubDate>Fri, 19 Aug 2022 13:38:31 GMT</pubDate></item><item><title>Align the elements of &lt;input&gt; tag to center on HTML</title><link>http://localhost:3000/align-input-tag-to-center-html</link><description>Find out how to align the element of the input tag to center on the html page using inline style and css.</description><pubDate>Sun, 01 May 2022 15:16:40 GMT</pubDate></item><item><title>How to allow input type=file accept only images</title><link>http://localhost:3000/allow-input-type-file-accept-only-images</link><description>Find how to allow input field type=file accept only a particular type of file, here only images from users.</description><pubDate>Thu, 23 Jun 2022 05:50:41 GMT</pubDate></item><item><title>Pretty Print JSON Programmatically using JavaScript</title><link>http://localhost:3000/beautify-or-pretty-print-json-programmatically-in-javascript</link><description>Find out how to beautify or pretty print a JSON string Programmically in JavaScript.</description><pubDate>Sat, 19 Mar 2022 11:50:52 GMT</pubDate></item><item><title>Uninstall/Remove package using Yarn</title><link>http://localhost:3000/best-practices-to-yarn-remove-package</link><description>This article is about what are the best practices that we can follow to yarn remove package and update yarn.lock file properly.</description><pubDate>Fri, 05 Nov 2021 16:37:17 GMT</pubDate></item><item><title>How to bind text, html and attributes in Svelte</title><link>http://localhost:3000/bind-text-html-and-attributes-in-svelte</link><description>Short tutorial on how to bind text, html and html attributes in Svelte and render it on our html templates.</description><pubDate>Mon, 06 Jun 2022 12:11:22 GMT</pubDate></item><item><title>Call Vue Component Method from Outside the Component</title><link>http://localhost:3000/call-vue-component-method-from-outside-the-component</link><description>Find out how to call a method in a component from outside the component in Vue. Calling a child component method from the parent component.</description><pubDate>Thu, 02 Jun 2022 16:11:07 GMT</pubDate></item><item><title>Call a Vue Method on page load in Vue JS</title><link>http://localhost:3000/call-vue-method-on-page-load-vue-js</link><description>Short article on how to call a method/function on page load in Vue JS to fetch data or to initialized something using created and mounted hook.</description><pubDate>Mon, 27 Jun 2022 06:36:10 GMT</pubDate></item><item><title>Cannot find module 'dotenv' Error in Node.js - Solved</title><link>http://localhost:3000/cannot-find-module-dotenv-error-in-node-js</link><description>Learn how to solve the "Cannot find module 'dotenv'" error in Node.js. Here you will  getstep-by-step guide to troubleshoot and fix this common module issue.</description><pubDate>Wed, 12 Apr 2023 08:33:43 GMT</pubDate></item><item><title>How to Fix the "Cannot Read Property of Undefined" Error in JavaScript</title><link>http://localhost:3000/cannot-read-property-of-undefined-error-in-javascript</link><description>The "Cannot read property of undefined" error occurs when you try to access a property or method of a variable that is undefined in JavaScript.</description><pubDate>Sun, 23 Jul 2023 07:19:48 GMT</pubDate></item><item><title>Capitalize First Letter of a String - JavaScript</title><link>http://localhost:3000/capitalize-first-letter-of-a-string-in-javascript</link><description>This article is about how to capitalize the first letter of a string using JavaScript.</description><pubDate>Sat, 03 Jun 2023 07:10:18 GMT</pubDate></item><item><title>How to center align an image in markdown</title><link>http://localhost:3000/center-align-an-image-in-markdown</link><description>Short article on how to center align an image or text in markdown language using align attribute of html.</description><pubDate>Thu, 30 Jun 2022 09:02:01 GMT</pubDate></item><item><title>JavaScript: Change Background Color of a Webpage.</title><link>http://localhost:3000/change-background-color-using-javascript</link><description>Find out how to change the background color of the body tag or a div in a web page using JavaScript.</description><pubDate>Tue, 07 Jun 2022 19:28:14 GMT</pubDate></item><item><title>Change default port number in Vue CLI App</title><link>http://localhost:3000/change-default-port-number-in-vue-cli</link><description>Short article on how to change the default port number i.e 8080 in vue-cli via terminal and package.json file.</description><pubDate>Thu, 03 Feb 2022 09:31:35 GMT</pubDate></item><item><title>How to Change default terminal in VSCode</title><link>http://localhost:3000/change-default-terminal-in-vscode</link><description>This article is on how to change or set the default terminal in VSCode. You can use your favorite shell like CMD or GitBash by following the steps in this article. </description><pubDate>Sat, 03 Jun 2023 04:33:55 GMT</pubDate></item><item><title>How to change git username and password on PC</title><link>http://localhost:3000/change-git-username-password-on-your-pc</link><description> This post is about how to change git username and password locally and globally in your computer.</description><pubDate>Sat, 18 Dec 2021 08:41:11 GMT</pubDate></item><item><title>Change image src using onClick event in JavaScript</title><link>http://localhost:3000/change-image-scr-onclick-event-javascript</link><description>Find out how to change or replace the image src (source) on click of a button using onClick() event in JavaScript.</description><pubDate>Sat, 06 Aug 2022 15:48:11 GMT</pubDate></item><item><title>How to change image size in markdown in GitHub</title><link>http://localhost:3000/change-image-size-in-markdown-github</link><description>Find out different ways on how to change or resize image size in markdown for GitHub profile. Learn to change markdown image size using CSS style.</description><pubDate>Sun, 10 Jul 2022 09:33:54 GMT</pubDate></item><item><title>Change Text Color Using JavaScript with Example</title><link>http://localhost:3000/change-text-color-javascript</link><description>This post is about how to change color of text in HTML using JavaScript with and without clicking a button.</description><pubDate>Tue, 07 Jun 2022 19:31:47 GMT</pubDate></item><item><title>Check for prime number using for and while loop in Python</title><link>http://localhost:3000/check-for-prime-number-using-for-and-while-loop-python</link><description>Write python programs to find prime numbers using for loop and while loop and also within a given range between 1 to 100.</description><pubDate>Sun, 02 Oct 2022 03:37:42 GMT</pubDate></item><item><title>Check GitHub Account in the Terminal</title><link>http://localhost:3000/check-github-account-in-terminal</link><description>

GitHub is an integral tool for developers to store, manage, and collaborate on software projects with other developers. And as we work more and more in the co</description><pubDate>Sat, 16 Dec 2023 00:00:00 GMT</pubDate></item><item><title>How to check Git email address and username in terminal?</title><link>http://localhost:3000/check-github-email-username-terminal</link><description>This article is about how to check GitHub email address and username from your terminal in windows and Mac.</description><pubDate>Mon, 23 May 2022 14:52:54 GMT</pubDate></item><item><title>Check if a HTML checkbox is checked using JavaScript</title><link>http://localhost:3000/check-if-checkbox-is-checked-javascript</link><description>Find out how to check if the checkbox is checked or not using JavaScript.</description><pubDate>Tue, 07 Jun 2022 19:35:22 GMT</pubDate></item><item><title>Check if user input is empty in python</title><link>http://localhost:3000/check-if-input-is-empty-python</link><description>Find out how to check if the user input is empty in python using if and while statement and not operator.</description><pubDate>Fri, 23 Sep 2022 16:11:57 GMT</pubDate></item><item><title>Check if multiple values exists in an array using JavaScript</title><link>http://localhost:3000/check-if-multiple-values-exist-in-array-javascript</link><description>Tutorial on How to check if multiple values exist within an JavaScript array using includes(), every() and indexOf() method.</description><pubDate>Wed, 02 Mar 2022 12:04:29 GMT</pubDate></item><item><title>How to check if String contains only spaces in JavaScript</title><link>http://localhost:3000/check-if-string-contains-only-spaces-javascript</link><description>Quick way to check if a string contains only spaces or have empty string using trim() and regular expression using JavaScript.</description><pubDate>Tue, 03 May 2022 18:20:17 GMT</pubDate></item><item><title>Check if String Is a Number or Not in JavaScript</title><link>http://localhost:3000/check-if-string-is-a-number-or-not-javascript</link><description>Tutorial on how can I check if a string is a valid number or not in JavaScript.</description><pubDate>Mon, 03 Jan 2022 12:50:07 GMT</pubDate></item><item><title>Check if String starts with a space in JavaScript</title><link>http://localhost:3000/check-if-string-starts-with-space-javascript</link><description>Find out whether a string starts with a space or not using regex test method, string match method and startsWith method in JavaScript.</description><pubDate>Tue, 30 Aug 2022 09:02:11 GMT</pubDate></item><item><title>Check if user input is empty in python</title><link>http://localhost:3000/check-if-user-input-is-empty-in-python</link><description>

In this article, we will learn to detect if the user input is empty or not in python.




In Python, we can take user input using the input function. The inpu</description><pubDate>Wed, 13 Sep 2023 00:00:00 GMT</pubDate></item><item><title>How to get list of globally installed npm packages</title><link>http://localhost:3000/check-list-npm-global-installed-packages</link><description>To get the list of npm packages installed globally in your computer, we have to use -g flag along with npm list command.</description><pubDate>Sat, 21 May 2022 07:50:09 GMT</pubDate></item><item><title>How to Check null Values in JavaScript? | isNull() JavaScript</title><link>http://localhost:3000/check-null-value-in-javascript</link><description>Find out how to check if object values is null in JavaScript using isNull() function.</description><pubDate>Wed, 02 Feb 2022 09:06:40 GMT</pubDate></item><item><title>How to write isNumber() in JavaScript?</title><link>http://localhost:3000/check-value-is-number-in-javascript</link><description>Tutorial on how to code a isNumber() function to check if a value is a number or not in JavaScript.</description><pubDate>Sun, 23 Jan 2022 10:33:08 GMT</pubDate></item><item><title>Clear cache in Yarn: yarn cache clean</title><link>http://localhost:3000/clean-cache-in-yarn</link><description>Find out how to clear cache in yarn using the yarn cache clean command. It deletes all the data of the cached node packages from your local storage.</description><pubDate>Wed, 14 Sep 2022 06:33:11 GMT</pubDate></item><item><title>Code on how to get Yesterday date in JavaScript</title><link>http://localhost:3000/code-to-get-yesterday-date-in-javascript</link><description>This article is about how to get yesterday's date in JavaScript. We will get current date using new Date() and the substract one day from it.</description><pubDate>Wed, 10 Nov 2021 16:29:36 GMT</pubDate></item><item><title>Compare Elements of Two Arrays in JavaScript</title><link>http://localhost:3000/compare-two-arrays-in-javascript</link><description>Find out how to compare elements of two arrays in JavaScript using JSON.stringify(), toString(), every() or Lodash and uderscorejs.</description><pubDate>Sun, 09 Jan 2022 05:05:02 GMT</pubDate></item><item><title>How to use computed property for v-for in Vue JS</title><link>http://localhost:3000/computed-property-for-v-for-vue</link><description>Quick tutorial about Vue computed property and how to use computed property value for v-for in Vue.</description><pubDate>Thu, 02 Jun 2022 15:58:19 GMT</pubDate></item><item><title>How to conditionally bind class in Svelte</title><link>http://localhost:3000/conditionally-class-binding-svelte</link><description>Tutorial on how to conditionally bind dynamic classes in Svelte JS using curly braces.</description><pubDate>Fri, 15 Jul 2022 13:15:59 GMT</pubDate></item><item><title>Create Confirmation Alert Box with YES and NO options - JavaScript</title><link>http://localhost:3000/confirm-yes-or-no-in-javascript</link><description>Find out how to create confirmation dialog box to confirm yes or no in JavaScript using confirm() method.</description><pubDate>Thu, 02 Jun 2022 10:20:29 GMT</pubDate></item><item><title>How to convert a decimal number to an integer in Vue</title><link>http://localhost:3000/convert-a-decimal-number-to-an-integer-in-vue</link><description>Short article on how to convert an decimal number to an integer in Vue using parseInt method.</description><pubDate>Mon, 11 Apr 2022 10:59:46 GMT</pubDate></item><item><title>Convert array to string with brackets and quotes in JavaScript</title><link>http://localhost:3000/convert-array-to-string-with-brackets-and-quotes-in-javascript</link><description>Short article on how to convert an array to a string while preserving brackets and quotes.</description><pubDate>Sat, 19 Feb 2022 06:14:27 GMT</pubDate></item><item><title>Convert date to long date format using Javascript</title><link>http://localhost:3000/convert-date-to-long-date-format-using-javascript</link><description>Learn how to convert a date to a long date format using Javascript. To convert it to a long format we will be using a toLocaleDateString() method in javascript.</description><pubDate>Wed, 13 Oct 2021 05:23:15 GMT</pubDate></item><item><title>Convert image to webp in nuxtjs | Image Optimization</title><link>http://localhost:3000/convert-image-to-webp-in-nuxtjs-image-optimization</link><description>To optimize an image in nuxt we have to use the @nuxt/image module. It can convert an image to webp format in nuxt application.</description><pubDate>Sun, 31 Oct 2021 19:56:20 GMT</pubDate></item><item><title>Convert javascript array to object of same keys/values</title><link>http://localhost:3000/convert-javascript-array-to-object-of-same-keys-values</link><description>This article is about how to convert javascript array to object of same keys/values. To convert the array to object of same keys/values pair we will use reduce() method in javascript.</description><pubDate>Mon, 18 Oct 2021 18:02:38 GMT</pubDate></item><item><title>How to Convert JSON to YAML in Python 3</title><link>http://localhost:3000/convert-json-to-yaml-python</link><description>Learn how to convert JSON to YAML in Python with this easy-to-follow guide. Use the json and pyyaml libraries to convert data seamlessly.</description><pubDate>Thu, 30 Mar 2023 09:29:57 GMT</pubDate></item><item><title>Convert  Kilometers to Miles using JavaScript program</title><link>http://localhost:3000/convert-kilometers-to-miles-javascript-program</link><description>Find out how to write a JavaScript function that takes a number and converts kilometers to miles i.e km to mi.</description><pubDate>Sun, 24 Jul 2022 10:48:12 GMT</pubDate></item><item><title>How to convert markdown files to PDF in VSCode</title><link>http://localhost:3000/convert-markdown-files-to-pdf-vscode</link><description>Find out how to convert your markdown files and export it as pdf using Markdown PDF plugin in VSCode.</description><pubDate>Tue, 28 Jun 2022 07:26:35 GMT</pubDate></item><item><title>How to convert markdown to PDF offline with Pandoc Converter</title><link>http://localhost:3000/convert-markdown-to-pdf-with-pandoc-converter</link><description>Find out how to convert or merge two or more markdown files into a pdf format in windows and MacOs using command line in Pandoc document converter.</description><pubDate>Sun, 31 Jul 2022 15:08:53 GMT</pubDate></item><item><title>Convert seconds to minutes and seconds (mm:ss) using JavaScript</title><link>http://localhost:3000/convert-seconds-to-minutes-and-seconds-javascript</link><description>Find out how to convert seconds to minutes and second format mm:ss using toString() and padStart() in JavaScript.</description><pubDate>Tue, 17 May 2022 12:43:21 GMT</pubDate></item><item><title>Convert a string into integer or float using Python</title><link>http://localhost:3000/convert-string-into-integer-or-float-python</link><description>Find out how to convert a string into an integer or floating point number using int() and float() function in Python.</description><pubDate>Mon, 05 Sep 2022 13:05:29 GMT</pubDate></item><item><title>5 ways to convert string to number in JavaScript</title><link>http://localhost:3000/convert-string-to-number-in-javascript</link><description>Find out how to convert a string to a number in JavaScript using parseInt(), parseFloat(), unary plus and math.round method.</description><pubDate>Fri, 29 Apr 2022 01:31:21 GMT</pubDate></item><item><title>Convert a Unix timestamp to time in JavaScript</title><link>http://localhost:3000/convert-unix-timestamp-to-time-javascript</link><description>Find out how to convert a unix timestamp to time format in JavaScript using toLocaleTimeString() method.</description><pubDate>Wed, 02 Mar 2022 04:44:35 GMT</pubDate></item><item><title>Copy text from an HTML element to clipboard-JavaScript</title><link>http://localhost:3000/copy-text-to-clipboard-using-javascript</link><description>This article is about how to copy text from an html element to clipboard using JavaScript. You can copy from element with input field.</description><pubDate>Fri, 12 Nov 2021 19:01:05 GMT</pubDate></item><item><title>How to create a project in Svelte JS</title><link>http://localhost:3000/create-a-project-in-svelte-js</link><description>Short tutorial on how to create a project in Svelte Js and install all its dependencies and create your first app with Svelte Front-end framework.</description><pubDate>Mon, 06 Jun 2022 11:13:03 GMT</pubDate></item><item><title>Checkbox inside GitHub Markdown Table</title><link>http://localhost:3000/create-checkbox-inside-markdown-table-github</link><description>Short article on how to create checkbox or tick and cross mark inside markdown table in Github using emoji.</description><pubDate>Sun, 04 Jun 2023 15:57:26 GMT</pubDate></item><item><title>Create Directory if not Exists in Python</title><link>http://localhost:3000/create-directory-if-not-exists-in-python</link><description>To create a directory if the targeted directory does not exist in python we have to use the os.path.exists() method of the os module.</description><pubDate>Tue, 11 Oct 2022 23:00:45 GMT</pubDate></item><item><title>How to create a horizontal list using HTML and CSS</title><link>http://localhost:3000/create-horizontal-list-in-css</link><description>Find out different ways to create horizontal list using inline-block and flex-box in CSS for your navigation bar on your website.</description><pubDate>Thu, 10 Aug 2023 15:57:55 GMT</pubDate></item><item><title>Create multiline string in JavaScript | Split string to Multilines</title><link>http://localhost:3000/create-multi-line-string-javascript</link><description>Find out how to create multiline string in JavaScript using string concatenation, blackslash and template literals.</description><pubDate>Mon, 11 Jul 2022 14:23:05 GMT</pubDate></item><item><title>How to Create New Folder in Github Repository?</title><link>http://localhost:3000/create-new-folder-github</link><description>This article is about how to create or add new folder in github repository directly from the web browser.</description><pubDate>Mon, 23 May 2022 14:47:47 GMT</pubDate></item><item><title>Create a vertical line using Html and Css</title><link>http://localhost:3000/create-vertical-line-using-html-css</link><description>Learn with step-by-step instruction on how to add vertical line in HTML using CSS border, transform and pseudo classes.</description><pubDate>Mon, 30 Jan 2023 19:23:37 GMT</pubDate></item><item><title>Change image source (src) on hover using CSS</title><link>http://localhost:3000/css-change-image-on-hover</link><description>Find out how to change the source of the image tag on hover using CSS using :hover selector.</description><pubDate>Sun, 07 Aug 2022 13:52:05 GMT</pubDate></item><item><title>Add CSS style to input type=file | Custom file input</title><link>http://localhost:3000/css-custom-file-input-type-file</link><description>Short tutorial to add css styles to input type=file field on a website using : :file-selector-button pseudo selector for **Webkit/Blink** browsers.</description><pubDate>Mon, 20 Jun 2022 10:10:06 GMT</pubDate></item><item><title>How to declare global variable in Vue JS</title><link>http://localhost:3000/declare-global-variable-in-vue</link><description>Find out how to set and declare global variables in vue js 2 and vue 3 to access the variable any where in the project.</description><pubDate>Wed, 13 Apr 2022 05:50:22 GMT</pubDate></item><item><title>Default value for prop function in VueJS</title><link>http://localhost:3000/default-value-for-prop-function-in-vuejs</link><description>The article is about how to set default value for function prop in vuejs. For props like Function and O</description><pubDate>Thu, 21 Oct 2021 18:54:07 GMT</pubDate></item><item><title>Delete a file in Node using unlink() and unlinkSync() method</title><link>http://localhost:3000/delete-file-in-node-using-fs</link><description>Short tutorial on how to remove a file from the file system in node js using unlink() and unlinkSync() functions.</description><pubDate>Sat, 20 Aug 2022 06:53:17 GMT</pubDate></item><item><title>How to Destructure an Array in JavaScript</title><link>http://localhost:3000/destructure-array-javascript</link><description>Learn how to use destructuring an array or parameters of function in JavaScript with the help of examples.</description><pubDate>Sun, 29 Jan 2023 02:41:26 GMT</pubDate></item><item><title>Detect Dark Mode | Color Mode Change using JavaScript and CSS</title><link>http://localhost:3000/detect-dark-mode-and-color-change-with-javascript-css</link><description>Find out how to detect dark mode and detect mode change using JavaScript and CSS in modern browsers like chrome, edge, firefox.</description><pubDate>Tue, 07 Jun 2022 19:39:44 GMT</pubDate></item><item><title>Firebase 9 - How to detect first time login of new user using googleAuth</title><link>http://localhost:3000/detect-first-time-login-of-user-googleauth-firebase</link><description>Find out how to detect first time login of a new user using googleAuth in firebase 9.</description><pubDate>Thu, 14 Apr 2022 08:16:29 GMT</pubDate></item><item><title>Disable scrolling Behaviour on a body with element on position fixed in mobile.</title><link>http://localhost:3000/disable-scrolling-behaviour-on-a-body-with-element-on-position-fixed-in-mobile</link><description>In this article we will learn on how to disable the scroll behaviour of a body on a element with position fixed on mobile devices.. </description><pubDate>Sat, 16 Oct 2021 12:43:04 GMT</pubDate></item><item><title>How to disable the resizable property of a textarea</title><link>http://localhost:3000/disable-the-resizable-property-of-a-textarea</link><description>Short article on how to disable the resizable property of a textarea using CSS property resize.</description><pubDate>Tue, 22 Mar 2022 07:37:27 GMT</pubDate></item><item><title>How to display JavaScript variable value in HTML</title><link>http://localhost:3000/display-javascript-variable-value-html</link><description>Short tutorial on how to display JavaScript variable values in HTML using three ways , using innerHTML, document.write() and window.alert().</description><pubDate>Fri, 24 Jun 2022 12:48:10 GMT</pubDate></item><item><title>How to Downgrade an Installed npm Package</title><link>http://localhost:3000/downgrade-installed-npm-package</link><description>Learn how to downgrade npm packages for compatibility issues, bug fixes, new features, or personal preference. Follow step-by-step guide for a easy downgrade process.</description><pubDate>Thu, 02 Feb 2023 19:02:30 GMT</pubDate></item><item><title>Download Qbasic for Windows 10 and 11 for Free</title><link>http://localhost:3000/download-qbasic-qb64-free-for-windows-7-10-32-64-bit-2021</link><description>Download Qbasic for Windows 10 and 11 for Free with installation tutorial and github link to download software</description><pubDate>Sat, 16 Sep 2023 00:00:00 GMT</pubDate></item><item><title>Use emoji as list bullet points using CSS list-style</title><link>http://localhost:3000/emoji-list-bullet-points-css-list-style</link><description>Find out two different ways to use emoji as bullet point using list-style in CSS with the help of :before pseudo-element and @counter-style CSS at rule.</description><pubDate>Thu, 28 Jul 2022 03:20:53 GMT</pubDate></item><item><title>Enable or Disable button programmatically using JavaScript </title><link>http://localhost:3000/enable-or-disable-button-using-javascript</link><description>This article is on how to programmatically enable or disable button using JavaScript. </description><pubDate>Tue, 07 Jun 2022 19:48:08 GMT</pubDate></item><item><title>Execute a function from child component in Vue</title><link>http://localhost:3000/execute-function-from-child-component-props-emit-vue</link><description>Find out how we can execute a function in the parent component from the child component using emit function in Vue.</description><pubDate>Mon, 13 Jun 2022 11:28:21 GMT</pubDate></item><item><title>JavaScript - How to export multiple functions from a file</title><link>http://localhost:3000/export-multiple-functions-javascript</link><description>In this article, we will be covering how we can export and import multiple functions in JavaScript.</description><pubDate>Fri, 06 May 2022 13:02:12 GMT</pubDate></item><item><title>Fill array with incrementing numbers/ intergers using JavaScript</title><link>http://localhost:3000/fill-array-with-incrementing-numbers-intergers-using-javascript</link><description>Find out how to fill an array with incrementing numbers/integers using JavaScript's for loop and Array.from() method with keys().</description><pubDate>Sun, 27 Mar 2022 10:40:46 GMT</pubDate></item><item><title>How to find exponent power of a number in JavaScript</title><link>http://localhost:3000/find-exponent-power-of-number-javascript</link><description>Find out how to get the exponent power of a number with and without using the Math.pow() method in JavaScript.</description><pubDate>Fri, 06 May 2022 12:39:01 GMT</pubDate></item><item><title>How to find the median value of an array using JavaScript</title><link>http://localhost:3000/find-median-value-of-array-javascript</link><description>Short tutorial on how to find median of odd and even numbers of values in an array using JavaScript.</description><pubDate>Sat, 11 Jun 2022 04:37:05 GMT</pubDate></item><item><title>Find square root of negative number using python</title><link>http://localhost:3000/find-square-root-of-negative-number-python</link><description>We can get the square root of a negative number in python using the cmath python library. It provides us various functions to work with complex numbers.</description><pubDate>Sun, 23 Oct 2022 12:32:45 GMT</pubDate></item><item><title>Find square root of negative number using python</title><link>http://localhost:3000/find-square-root-of-negative-number-using-python</link><description>
In this article, we will learn how to find the square root of a negative number using python.

To find the square root of a negative number we have to use comp</description><pubDate>Wed, 13 Sep 2023 00:00:00 GMT</pubDate></item><item><title>Find the average of n numbers using JavaScript</title><link>http://localhost:3000/find-the-average-of-n-numbers-using-javascript</link><description>Tutorial to write a JavaScript function to find the average of n numbers of items in an Array using JavaScript.</description><pubDate>Sat, 11 Jun 2022 04:45:55 GMT</pubDate></item><item><title>Fix 'failed to push some refs to' Git Errors</title><link>http://localhost:3000/fix-git-error-failed-to-push-some-refs-to</link><description>If you have encountered the "error: failed to push refs to" error in git, then follow this solution provided in this article to easily fix the error. </description><pubDate>Wed, 15 Feb 2023 04:33:15 GMT</pubDate></item><item><title>[Fixed] GitHub "fatal: remote origin already exists" error</title><link>http://localhost:3000/fix-git-fatal-remote-origin-already-exists-error</link><description>Find out to fix "fatal: remote origin already exits" github error while working with remote git repository.</description><pubDate>Fri, 05 Aug 2022 06:18:24 GMT</pubDate></item><item><title>Fixing Inconsistent Indentation Errors in Python</title><link>http://localhost:3000/fix-inconsistent-indentation-errors-in-python</link><description>Inconsistent Indentation Errors in Python occurs because of mixing tabs and spaces in your python code. </description><pubDate>Mon, 24 Jul 2023 17:22:35 GMT</pubDate></item><item><title>React TypeError: map() is not a function error [Solved]</title><link>http://localhost:3000/fix-react-typeerror-map-is-not-a-function-error</link><description>Learn how to fix the common error "React map is not a function" in your code by properly importing and using the Array.map method.</description><pubDate>Mon, 24 Jul 2023 18:47:10 GMT</pubDate></item><item><title>How to Fix "ReferenceError: document is not defined" in JavaScript</title><link>http://localhost:3000/fix-referenceerror-document-is-not-defined-in-javascript</link><description>The "ReferenceError: document is not defined" is a common error in JavaScript that occurs when trying to access the `document` object in a non-browser environment like Node.js.</description><pubDate>Mon, 24 Jul 2023 17:00:10 GMT</pubDate></item><item><title>How to Fix Unknown at rule @tailwindcss(unknownAtRules)</title><link>http://localhost:3000/fix-unknown-at-rule-tailwindcss-in-vscode</link><description>Easy guide on how to fix the Unknown at rule @tailwindcss in VSCode error in VScode editor using extension and correct configuration of the editor.</description><pubDate>Sat, 15 Apr 2023 20:41:22 GMT</pubDate></item><item><title>[FIX] Your Git Gateway backend is not returning valid settings. Please make sure it is enabled.</title><link>http://localhost:3000/fix-your-git-gateway-backend-is-not-returning-valid-settings-please-make-sure-it-is-enabled</link><description>how to fix the error Your Git Gateway backend is not returning valid settings. Please make sure it is enabled in netlify cms</description><pubDate>Thu, 26 Aug 2021 15:53:39 GMT</pubDate></item><item><title>Fixed Error - npm ERR! missing script: dev</title><link>http://localhost:3000/fixed-error-npm-err-missing-script-dev</link><description>Find out how to fixed npm error, npm missing script dev while running the node serve in your javascript node project.</description><pubDate>Sun, 22 May 2022 14:06:27 GMT</pubDate></item><item><title>[Fixed] npm WARN : No description field in Node</title><link>http://localhost:3000/fixed-npm-warn-no-description-field</link><description>To fix npm warning - npm WARN: no description field from our node projects. we have to add description in the package.json file.</description><pubDate>Sat, 21 May 2022 12:55:09 GMT</pubDate></item><item><title>How to flatten nested list in python (5 ways)</title><link>http://localhost:3000/flatten-nested-list-in-python</link><description>A python list can be 2D list or multi-dimensional list. Find out different ways to flatten a list of list (nested list) in python.</description><pubDate>Sat, 15 Oct 2022 02:37:52 GMT</pubDate></item><item><title>Force update Vue to Reload/Rerender component</title><link>http://localhost:3000/force-reload-rerender-component-vue</link><description>Short tutorial on how to correctly force update Vue.js component to reload or rerender. The component is reinitialized without having to do a browser refresh.</description><pubDate>Thu, 04 Aug 2022 22:08:53 GMT</pubDate></item><item><title>Free QBasic Online Compilers Editors (Complete List)</title><link>http://localhost:3000/free-qbasic-online-compilers-editors</link><description>Here is the list of the best Qbasic Online Compilers and editors to learn Qbasic Online</description><pubDate>Sat, 16 Sep 2023 00:00:00 GMT</pubDate></item><item><title>Generate Random Number in a specific range in JavaScript</title><link>http://localhost:3000/generate-random-number-in-range-javascript</link><description>This post is about how to generate random number in a given range in JavaScript.</description><pubDate>Sun, 19 Dec 2021 09:00:31 GMT</pubDate></item><item><title>How to get current date and time in Python</title><link>http://localhost:3000/get-current-date-and-time-in-python</link><description>Learn to get current date and time in Python using the `datetime` and `time` modules. Both modules provides all necessary tools for time and date handling in Python.</description><pubDate>Wed, 08 Feb 2023 06:16:31 GMT</pubDate></item><item><title>Get the current directory/folder in Node Js</title><link>http://localhost:3000/get-current-directory-folder-node-js</link><description>Find out how to get the current folder or directory path where a Javascript code is executed in Node.</description><pubDate>Wed, 24 Aug 2022 11:41:31 GMT</pubDate></item><item><title>How to get current route name in VueJs?</title><link>http://localhost:3000/get-current-route-name-in-vuejs</link><description>Find out how to get the current name of the route and the path in Vue 2 and Vue 3.</description><pubDate>Fri, 18 Feb 2022 07:05:36 GMT</pubDate></item><item><title>How to get data from the child component in Vue</title><link>http://localhost:3000/get-data-from-child-component-vue</link><description>Find out how to get or access the data from the child component using the $ref directory in Vue.</description><pubDate>Thu, 23 Jun 2022 15:31:55 GMT</pubDate></item><item><title>How to Get the ID of a Clicked Button or Element in JavaScript</title><link>http://localhost:3000/get-id-of-button-clicked-in-javascript</link><description>Find out how to get the id of a button when clicked in JavaScript using onclick event listener and passing on the this.id or this.target.id.</description><pubDate>Tue, 10 May 2022 09:51:05 GMT</pubDate></item><item><title>How to get the id from the URL in Vue 3</title><link>http://localhost:3000/get-id-parameter-from-url-vue-3</link><description>Learn how to retrieve the URL id or slug in Vue 3 using the route object and access it in your component's template or setup function.</description><pubDate>Tue, 14 Mar 2023 19:05:36 GMT</pubDate></item><item><title>Get multiple elements by Id using JavaScript</title><link>http://localhost:3000/get-multiple-elements-by-id-using-javascript</link><description>To select elements by multiple Ids using JavaScript we have to use document.querySelectorAll() method instead getElementById() method in JavaScript.</description><pubDate>Sat, 04 Jun 2022 09:03:04 GMT</pubDate></item><item><title>Get the 10 characters from a string using Javascript.</title><link>http://localhost:3000/get-the-10-characters-from-a-string-using-javascript</link><description>How to get the first 10 character from a string using Javascript. Here we will extract the first 10 character from a string using the substring() method in javascript.</description><pubDate>Wed, 13 Oct 2021 02:57:29 GMT</pubDate></item><item><title>Get the Index or Position of Item in List in Python</title><link>http://localhost:3000/get-the-index-position-of-item-in-list-python</link><description>In this post, we will discuss how to find the index of an element from a List in python with some examples.</description><pubDate>Fri, 16 Sep 2022 10:18:00 GMT</pubDate></item><item><title>Get Tomorrow's Date using JavaScript - Quick Way</title><link>http://localhost:3000/get-tomorrows-date-using-javascript</link><description>Tutorial on how to get tomorrow's date using JavaScript and momentjs library</description><pubDate>Thu, 06 Jan 2022 14:59:19 GMT</pubDate></item><item><title>Get user location from browser using JavaScript</title><link>http://localhost:3000/get-user-location-from-browser-using-javascript</link><description>Tutorial on how to get user location like latitude and longitude from our browser using geolocation() function in JavaScript.</description><pubDate>Sun, 22 May 2022 14:48:38 GMT</pubDate></item><item><title>Get value from input using on change in Vue</title><link>http://localhost:3000/get-value-from-input-on-change-vue</link><description>Short tutorial to get the value from an input field to trigger an event/function on change using @input event handler in Vue.</description><pubDate>Fri, 24 Jun 2022 07:07:57 GMT</pubDate></item><item><title>How to get value from JSON object in JavaScript</title><link>http://localhost:3000/get-value-from-json-object-in-javascript</link><description>Short article on how to get or fetch a value from a JSON object in JavaScript using JSON.parse() method.</description><pubDate>Sat, 19 Mar 2022 23:32:43 GMT</pubDate></item><item><title>Top 40 Git commands with Examples</title><link>http://localhost:3000/git-commands-with-examples</link><description>

GitHub has become an essential tool for developers to manage, store, and collaborate with other developers on software projects. With its simple powerful git-</description><pubDate>Mon, 18 Dec 2023 00:00:00 GMT</pubDate></item><item><title>Hide Admin Path on Deployment in NetlifyCMS.</title><link>http://localhost:3000/hide-admin-path-on-deployment-in-netlifycms</link><description>This article is about how to hide admin route in Netlify CMS on deployment of the site. It will not allow us to access the admin dashboard of netlify when the site is live.</description><pubDate>Tue, 26 Oct 2021 12:43:10 GMT</pubDate></item><item><title>Hide and Show element in Vue js - Toggle visibility</title><link>http://localhost:3000/hide-and-show-element-in-vue-js</link><description>Find out how to hide/show element on vue using inbuilt directives like v-if and v-show and class binding.</description><pubDate>Sun, 20 Mar 2022 03:21:41 GMT</pubDate></item><item><title>Horizontal scrolling div with arrows using HTML and CSS</title><link>http://localhost:3000/horizontal-scrolling-div-with-arrows</link><description>Tutorial on how to make horizontal scrolling div with arrows using html and css and for smooth scrolling we will use scrollBy() function in Javascript.</description><pubDate>Thu, 26 May 2022 20:41:39 GMT</pubDate></item><item><title>How to access LocalHost on your mobile device?</title><link>http://localhost:3000/how-to-access-localhost-on-your-mobile-device</link><description>Here, we will learn how to access LocalHost in your mobile browsers and views your website running on LocalHost from your mobile.</description><pubDate>Sun, 17 Oct 2021 06:03:36 GMT</pubDate></item><item><title>How to add common header and footer in vuejs.</title><link>http://localhost:3000/how-to-add-common-header-and-footer-in-vuejs</link><description>In this article we will learn how to import a common header and footer component in our vuejs application. We can do it by global reference and local reference.</description><pubDate>Thu, 14 Oct 2021 04:48:06 GMT</pubDate></item><item><title>How to add custom static 404 error page in Nuxt ?</title><link>http://localhost:3000/how-to-add-custom-static-404-error-page-in-nuxt</link><description>This article is about how to add a custom static 404 page in our nuxt application. 404 error page willbe the fallback page if a page is not found in the static site.</description><pubDate>Tue, 19 Oct 2021 08:50:44 GMT</pubDate></item><item><title>How To Add Defer And Preload in script and link tags in Nuxtjs Application</title><link>http://localhost:3000/how-to-add-defer-and-preload-in-script-and-link-tags-in-nuxtjs-application</link><description>This post is about how we can add defer and preload in script and link tags in our nuxtjs application to improve the performance of the pages.</description><pubDate>Thu, 30 Sep 2021 15:16:04 GMT</pubDate></item><item><title>How to add dynamic HTML attributes in VueJS ?</title><link>http://localhost:3000/how-to-add-dynamic-html-attributes-in-vuejs</link><description>This article is about how to add dynamic HTML attributes in VueJS . The v-bind helps us to add any attribute to our HTMl while working in vue.</description><pubDate>Sun, 24 Oct 2021 19:08:12 GMT</pubDate></item><item><title>How to add external script tag in head in Nuxt</title><link>http://localhost:3000/how-to-add-external-js-script-in-nuxt-component</link><description>To add external javascript script in nuxt we have to add the script tag with src in the head() method.</description><pubDate>Tue, 02 Nov 2021 06:54:53 GMT</pubDate></item><item><title>How To Add Font Locally In Nuxt App</title><link>http://localhost:3000/how-to-add-font-locally-in-nuxt</link><description>Add font locally in nuxtjs project, put the font file in assests folder and use @font-face css property to use it in the project.</description><pubDate>Thu, 01 Jul 2021 11:15:48 GMT</pubDate></item><item><title>How to add Google Analytics in Vue?</title><link>http://localhost:3000/how-to-add-gogole-analytics-in-vue</link><description>Short tutorial on how to integrate google analytics in our vue application. we will be using vue-gtag npm module to add analytics Id in our website and application.</description><pubDate>Sun, 22 May 2022 07:54:13 GMT</pubDate></item><item><title>How to add Google Analytics 4 in Nuxt Application?</title><link>http://localhost:3000/how-to-add-google-analytics-4-in-nuxt-application</link><description>

Here, in this article, we will learn about how to add google analytics to our Nuxt application properly for both Universal id and Google Analytics 4 Id.




M</description><pubDate>Fri, 15 Sep 2023 00:00:00 GMT</pubDate></item><item><title>How to add Google Analytics 4 in Nuxt Application?</title><link>http://localhost:3000/how-to-add-google-analytics-in-nuxt-application</link><description>This article is about how to add google analytics 4 in our nuxt application. we will see about adding Google Analytics 4 in this article too along with the Universal Id version.</description><pubDate>Fri, 15 Oct 2021 19:31:36 GMT</pubDate></item><item><title>How To Add Google Font in Nuxt Application</title><link>http://localhost:3000/how-to-add-google-fonts-in-nuxtjs</link><description>Here in this article we will see how to add google font in nuxtjs application</description><pubDate>Sun, 04 Jul 2021 15:08:44 GMT</pubDate></item><item><title>How To Add Robots.txt in your Nuxtjs Application</title><link>http://localhost:3000/how-to-add-robot-txt-in-nuxt-app</link><description>Here in this article we will see how to add robots.txt file in nuxtjs application while building or generating the website.</description><pubDate>Thu, 01 Jul 2021 08:54:38 GMT</pubDate></item><item><title>How to call a function in VUE template?</title><link>http://localhost:3000/how-to-call-a-function-in-vue-template</link><description>Here we will define and call a function in vue template. We need to define a function in methods and use a click event to call the function from the template.</description><pubDate>Thu, 14 Oct 2021 05:54:54 GMT</pubDate></item><item><title>How to change the color of &lt;hr&gt; tag using CSS</title><link>http://localhost:3000/how-to-change-color-of-hr-element-with-css</link><description>Here we will learn how to change the color or the background color of HR element in out html using css style. </description><pubDate>Sat, 25 Jun 2022 01:40:11 GMT</pubDate></item><item><title>How to check Nuxt Version Easy and Quick</title><link>http://localhost:3000/how-to-check-nuxt-version-easy-and-quick</link><description>In this tutotrial, we will see how we can check the nuxt version quickly using the terminal or from the package.json file.</description><pubDate>Fri, 15 Oct 2021 12:14:57 GMT</pubDate></item><item><title>How to Clear npm Cache and Reinstall Dependencies to Fix npm Install Errors</title><link>http://localhost:3000/how-to-clear-cache-in-npm-solution</link><description>Learn how to clear npm cache, delete node_modules, and reinstall dependencies to fix npm install errors. Step-by-step guide with commands.</description><pubDate>Mon, 16 Mar 2026 14:56:03 GMT</pubDate></item><item><title>How to convert an array to object in javascript?</title><link>http://localhost:3000/how-to-convert-an-array-to-object-in-javascript</link><description>Here, we will learn how to convert an array into an object in javascript. we will use Object.assign() method and spread operators to convert it to an object.</description><pubDate>Mon, 18 Oct 2021 15:52:47 GMT</pubDate></item><item><title>How to create Multiline string in JavaScript?</title><link>http://localhost:3000/how-to-create-multiline-string-in-javascript</link><description>This article is about how to create multiline string or comment in javascript. To create multil-ine string we will be using template literals in javascript.</description><pubDate>Sat, 23 Oct 2021 17:22:29 GMT</pubDate></item><item><title>How to fix "npm ERR cb() never called" | Quick Fix    </title><link>http://localhost:3000/how-to-fix-npm-err-cb-never-called-quick-fix</link><description>learn how to fix npm ERR cb() never called error in nodejs easily. This methods will solve the error from node and npm easily.</description><pubDate>Sat, 06 Nov 2021 19:54:27 GMT</pubDate></item><item><title>How to generate sitemap for dynamic routes in nuxtjs application</title><link>http://localhost:3000/how-to-generate-sitemap-for-dynamic-routes-in-nuxtjs-application</link><description>Here we will create sitemap in nuxtjs application. Learn to generate sitemap for dynamic routes in your nuxt project.</description><pubDate>Mon, 16 Aug 2021 09:15:23 GMT</pubDate></item><item><title>How to listen for props changes in VueJS?</title><link>http://localhost:3000/how-to-listen-for-props-changes-in-vuejs</link><description>This article is about how to listen for prop changes in vue. We will be vuejs watcher or watch property to listen for any changes in props.</description><pubDate>Fri, 27 May 2022 15:01:11 GMT</pubDate></item><item><title>How to merge JSON files in python</title><link>http://localhost:3000/how-to-merge-json-files-in-python</link><description>Learn different techniques to merge multiple JSON files in Python using built-in JSON module and Pandas library. Includes examples for combining data arrays and merging dictionaries by key.</description><pubDate>Mon, 18 Dec 2023 00:00:00 GMT</pubDate></item><item><title>How to read text file in JavaScript (line by line)</title><link>http://localhost:3000/how-to-read-text-file-in-javascript-line-by-line</link><description>This article is about how to read text file in JavaScript line-by-line from local computer using Html input field.</description><pubDate>Tue, 07 Jun 2022 19:57:00 GMT</pubDate></item><item><title>How to redirect to external url in vue</title><link>http://localhost:3000/how-to-redirect-to-external-url-in-vue</link><description>Here we will learn how to redirect to an external url or link in vuejs. We will be using window inbuilt property,  window.location.href to redirect to an external URL.</description><pubDate>Thu, 14 Oct 2021 14:58:57 GMT</pubDate></item><item><title>How to reference static image assets in Vue JS</title><link>http://localhost:3000/how-to-reference-static-image-assets-within-vue-js</link><description>Learn how to reference images from assets folder in Vue template using Webpack's require() method or using the relative path.</description><pubDate>Thu, 02 Jun 2022 15:55:47 GMT</pubDate></item><item><title>How to Remove Last Character from a string in javascript</title><link>http://localhost:3000/how-to-remove-last-character-from-a-string-in-javascript</link><description>This article is about how to remove last character from a string using JavaScript using splice() and substring() method.</description><pubDate>Wed, 10 Nov 2021 20:18:45 GMT</pubDate></item><item><title>How to run Netlify CMS admin locally?</title><link>http://localhost:3000/how-to-run-netlify-cms-admin-locally</link><description>This article about how to run the NetlifyCMS admin locally in your PC. We can run netlify cms admin in localhost using netlify-cms-proxy-server.</description><pubDate>Mon, 25 Oct 2021 17:39:27 GMT</pubDate></item><item><title>How to set default value of props in VueJS ?</title><link>http://localhost:3000/how-to-set-default-value-of-props-in-vuejs</link><description>This article is on how to set default values in props in VueJS. Default values are used when the props are not passed from parent component to its child component.</description><pubDate>Wed, 20 Oct 2021 19:46:59 GMT</pubDate></item><item><title>How to update vue-cli to latest version?</title><link>http://localhost:3000/how-to-update-vue-cli-to-latest-version</link><description>Article about how to update vue-cli from version 2 to latest versions like Vue CLI 3 or 4.</description><pubDate>Sun, 16 Jan 2022 08:35:10 GMT</pubDate></item><item><title>How to Write If-Else Statements in One Line in Python</title><link>http://localhost:3000/if-else-statements-in-one-line-python</link><description>

If-else statements are a fundamental concept in Python and other programming languages. They allow you to execute different blocks of code based on whether a </description><pubDate>Fri, 22 Sep 2023 00:00:00 GMT</pubDate></item><item><title>in vs hasOwnProperty(): Differences in Inherited Properties</title><link>http://localhost:3000/in-vs-hasownproperty-differences-in-inherited-properties</link><description>The article explains the differences between JavaScript's 'in' operator and 'hasOwnProperty()' method. And also learn the use cases of both in JS.</description><pubDate>Thu, 10 Aug 2023 14:59:53 GMT</pubDate></item><item><title>Include external CSS file in Vue.js component</title><link>http://localhost:3000/include-external-css-in-vue-js-component</link><description>Tutorial on how to include external or local css in vue globally or only in one component.</description><pubDate>Sun, 02 Jan 2022 05:39:33 GMT</pubDate></item><item><title>YAML Comments - Inline And Block Comment</title><link>http://localhost:3000/inline-and-block-multiline-comment-yaml</link><description>This article is about YAML commenting and how to do inline or block multi-line comment in a YAML file.</description><pubDate>Fri, 27 May 2022 14:33:09 GMT</pubDate></item><item><title>How to Install Pip(pip3) in Ubuntu Linux 22.04</title><link>http://localhost:3000/install-pip-in-ubuntu-linux</link><description>

Pip is a package manager for Python that allows you to install and manage additional Python packages that are not part of the Python standard library. Pip mak</description><pubDate>Fri, 20 Oct 2023 00:00:00 GMT</pubDate></item><item><title>Install Tailwind CSS in Vue 3 and Vite App</title><link>http://localhost:3000/install-tailwindcss-vue-and-vite-app</link><description>

Tailwind CSS is a utility-first CSS framework that makes styling web applications faster and easier. With Tailwind, you can build custom user interfaces witho</description><pubDate>Mon, 23 Oct 2023 00:00:00 GMT</pubDate></item><item><title>Python Integer Division: The Floor Division Operator Explained</title><link>http://localhost:3000/integer-division-floor-division-operator-python</link><description>Article on Python Integer Division operator (//) with examples and the difference between standard division and floor division.</description><pubDate>Fri, 28 Jul 2023 10:58:45 GMT</pubDate></item><item><title>How to change image on hover JavaScript</title><link>http://localhost:3000/javascript-change-image-on-hover</link><description>Short article on how to change the source of the image &lt;img&gt; tag on hover using JavaScript.</description><pubDate>Sun, 07 Aug 2022 13:48:32 GMT</pubDate></item><item><title>Javascript - Convert array to String (with and without commas)</title><link>http://localhost:3000/javascript-convert-array-to-string-with-and-without-commas</link><description>Short article to convert array to string with commas and without commas using join method.</description><pubDate>Mon, 17 Oct 2022 14:08:22 GMT</pubDate></item><item><title>JavaScript - Convert Days to Seconds</title><link>http://localhost:3000/javascript-convert-days-to-seconds</link><description>Tutorial to write a program to convert days to seconds using JavaScript.</description><pubDate>Mon, 16 May 2022 14:41:28 GMT</pubDate></item><item><title>Convert HTMLCollection into array in JavaScript</title><link>http://localhost:3000/javascript-convert-htmlcollection-into-array</link><description>Post on how to convert HTMLCollection to an array to apply forEach() method on its element to loop in JavaScript.</description><pubDate>Wed, 21 Sep 2022 05:27:42 GMT</pubDate></item><item><title>Convert and Save HTML elements as Image using JavaScript</title><link>http://localhost:3000/javascript-convert-save-html-elements-as-image</link><description>Find out how to convert a div to image without using canvas in JavaScript. Here we will save an HTML element as image using html2canvas package.</description><pubDate>Fri, 02 Sep 2022 11:07:21 GMT</pubDate></item><item><title>JavaScript - Detect if a string contains any space</title><link>http://localhost:3000/javascript-detect-if-a-string-contains-any-space</link><description>FInd out how to detect if a string contains any white space using regex test() method and string indexOf() method in Javascript.</description><pubDate>Mon, 29 Aug 2022 03:04:05 GMT</pubDate></item><item><title>JavaScript - Get Month Name from Date</title><link>http://localhost:3000/javascript-get-month-name-from-date</link><description>Find out how to get the name of the month from JavaScript Date object using toLocaleString method andd Intl.DateTimeFormat object.</description><pubDate>Mon, 15 Aug 2022 19:04:00 GMT</pubDate></item><item><title>JavaScript hasOwnProperty() method of an Object</title><link>http://localhost:3000/javascript-hasownproperty-method-of-an-object</link><description>Tutorial about the Javascript hasOwnProperty() method of an object, its use, advantages and limitations.</description><pubDate>Sat, 30 Apr 2022 10:56:52 GMT</pubDate></item><item><title>What is memoization and how to cache function results in Javascript</title><link>http://localhost:3000/javascript-memoization-cache-function-results</link><description>Javascript memoization is an optimizing technique to reduce time consuming calculations. It's a type of caching which store previous results in the memory.</description><pubDate>Tue, 27 Sep 2022 10:27:33 GMT</pubDate></item><item><title>Javascript nullish coalescing (double question mark) operator</title><link>http://localhost:3000/javascript-nullish-coalescing-double-question-mark-operator</link><description>Short guide explaining about the nullish coalescing (double question mark) operator in Javascript.</description><pubDate>Sun, 16 Oct 2022 03:05:12 GMT</pubDate></item><item><title>JavaScript - How to Remove Character From A String.</title><link>http://localhost:3000/javascript-remove-character-from-string</link><description>Find out how to remove character from a string in JavaScript using replace() and split and join method.</description><pubDate>Mon, 10 Jan 2022 19:34:11 GMT</pubDate></item><item><title>JavaScript - Show and hide div on button click using JavaScript</title><link>http://localhost:3000/javascript-show-and-hide-div-on-button-click</link><description>This post is about how to show and hide a div on button click using JavaScript. We will change the CSS property of the element using JavaScript to hide and show the content.</description><pubDate>Tue, 07 Jun 2022 20:01:28 GMT</pubDate></item><item><title>How to split First name and Last name in JavaScript</title><link>http://localhost:3000/javascript-split-first-name-and-last-name</link><description>Short article to separate first name and last name in a form field using split method in JavaScript.</description><pubDate>Tue, 09 Aug 2022 22:41:33 GMT</pubDate></item><item><title>Replace all occurrences of a string in JavaScript</title><link>http://localhost:3000/javascript-string-replace-all-appearances</link><description>Tutorial on How to replace all occurrences of a string in JavaScript using replace() with regular expression (regex)</description><pubDate>Mon, 16 May 2022 16:18:22 GMT</pubDate></item><item><title>Line continuation | Long statement in Multiple lines in Python</title><link>http://localhost:3000/line-continuation-statement-continue-to-next-line-python</link><description>Find out how to write long strings that continue to the next line using python. And to solve line continuation in python.</description><pubDate>Fri, 11 Nov 2022 14:51:08 GMT</pubDate></item><item><title>How to make a collapsible list in html without JavaScript</title><link>http://localhost:3000/make-collapsible-list-in-html-without-javascript</link><description>Short article on how to make a expand / collapse html div without using JavaScript. We can use details and summary tag to create a collapsible div.</description><pubDate>Wed, 11 May 2022 15:38:47 GMT</pubDate></item><item><title>How to make dashed line using HTML and CSS</title><link>http://localhost:3000/make-dashed-line-using-html-and-css</link><description>Short tutorial to make dashed line in HTML using hr tag and CSS repeating-linear-gradient() function.</description><pubDate>Sat, 21 May 2022 01:54:15 GMT</pubDate></item><item><title>How to make horizontal line in markdown</title><link>http://localhost:3000/make-horizontal-line-in-markdown</link><description>Short article on how to make horizontal line in markdown using the hyphens, asterisks, or underscores on a line.</description><pubDate>Tue, 28 Jun 2022 04:02:52 GMT</pubDate></item><item><title>How to make list of objects in Netlify CMS using list and object Widget</title><link>http://localhost:3000/make-list-of-object-in-netlify-cms</link><description>In this tutorial we will learn how to make list of objects for netlify cms using list widget and object widget</description><pubDate>Sat, 14 Aug 2021 13:39:56 GMT</pubDate></item><item><title>How to make a placeholder for select box in HTML</title><link>http://localhost:3000/make-placeholder-for-select-tag-in-html</link><description>Short tutorial on how we can add placeholder text for the select option element for dropdown in Html without CSS.</description><pubDate>Sun, 22 May 2022 07:54:18 GMT</pubDate></item><item><title>Merge multiple JSON objects into one single object in Python</title><link>http://localhost:3000/merge-multiple-json-objects-into-one-single-object-python</link><description>Combine multiple JSON objects from a file into a single object and then save it in a file in python.</description><pubDate>Thu, 29 Sep 2022 12:34:21 GMT</pubDate></item><item><title>Merge Two Arrays and Remove Duplicates - JavaScript</title><link>http://localhost:3000/merge-two-arrays-and-remove-duplicates-javascript</link><description>Tutorial on how to merge two or more array and remove duplicates in JavaScript.</description><pubDate>Mon, 16 May 2022 16:21:30 GMT</pubDate></item><item><title>How to multiply all numbers in an array using JavaScript</title><link>http://localhost:3000/multiply-all-numbers-in-array-javascript</link><description>Quick tutorial on how to multiply all the elements in an array using iterative i.e loop and reduce method in JavaScript.</description><pubDate>Thu, 05 May 2022 16:01:41 GMT</pubDate></item><item><title>FileNotFoundError: No such file or directory Error Python</title><link>http://localhost:3000/no-such-file-or-directory-error-in-python</link><description>Find out how to solve the no such file and directory error by specifying the absolute and relative path of the file in python.</description><pubDate>Fri, 28 Oct 2022 21:36:59 GMT</pubDate></item><item><title>Solve npm ERR! ENOENT - No Such File or Directory Error</title><link>http://localhost:3000/npm-err-enoent-error</link><description>Learn what causes the npm ERR! ENOENT error, steps to troubleshoot it, and how to fix the no such file or directory issue when running npm start or npm install commands on your Node.js project.</description><pubDate>Fri, 11 Aug 2023 06:12:46 GMT</pubDate></item><item><title>Npm update all dependencies in NodeJS</title><link>http://localhost:3000/npm-update-all-dependencies-in-node</link><description>Article on how to npm update all dependencies to latest version in Nodejs.</description><pubDate>Thu, 06 Jan 2022 11:46:07 GMT</pubDate></item><item><title>(FIXED) NVM Error - exit status 1: Access is denied</title><link>http://localhost:3000/nvm-error-exit-status-1-access-denied</link><description>Short article on how to solve NVM Error - exit status 1: Access is denied in windows 10.</description><pubDate>Sat, 15 Oct 2022 05:56:13 GMT</pubDate></item><item><title>Only show slot if it has content with Vue.js</title><link>http://localhost:3000/only-show-slot-if-it-has-content-vue-js</link><description>Find out how we can only show slot if it has content in it using $slot property in Vue Js.</description><pubDate>Fri, 01 Jul 2022 12:40:36 GMT</pubDate></item><item><title>Open Github repository in VS Code in Online</title><link>http://localhost:3000/open-github-repository-directly-in-vscode-in-browser-online</link><description>This article is about how to open any github repository in VSCode in our browser online without the need of cloning the repo. </description><pubDate>Mon, 23 May 2022 14:47:07 GMT</pubDate></item><item><title>How to open markdown link in new tab</title><link>http://localhost:3000/open-markdown-link-in-new-tab</link><description>Article on how to open a markdown link in a new tab in browser using target="_blank" in the ahref link.</description><pubDate>Sun, 10 Jul 2022 11:05:17 GMT</pubDate></item><item><title>Open router link in a new tab in Vue</title><link>http://localhost:3000/open-router-link-in-new-tab-in-vue</link><description>Learn how to open router-link or external url links in a new tab / window in Vuejs</description><pubDate>Thu, 17 Feb 2022 15:55:49 GMT</pubDate></item><item><title>How to pass data from child to parent component in Vue JS</title><link>http://localhost:3000/pass-data-from-child-to-parent-component-in-vue</link><description>Find out how we can pass data from a child component to a parent component using the built-in $emit function with custom event in vuejs .</description><pubDate>Wed, 08 Jun 2022 05:20:50 GMT</pubDate></item><item><title>Pass multiple objects as props in Vue</title><link>http://localhost:3000/pass-multiple-objects-as-props-in-vue</link><description>Short tutorial on how to pass multiple objects as props to a child component from parent in vue using v-for directive.</description><pubDate>Thu, 02 Jun 2022 16:06:15 GMT</pubDate></item><item><title>How to pass multiple props to component in Vue</title><link>http://localhost:3000/pass-multiple-props-to-component-in-vue</link><description>Short article on how to pass multiple props to a component in vue using v-bind.</description><pubDate>Thu, 02 Jun 2022 16:03:13 GMT</pubDate></item><item><title>Prepend List in Python (Append at the beginning)</title><link>http://localhost:3000/prepend-list-in-python</link><description>Find out different ways to prepend list in python. Ways to add items at the beginning of the list in python.</description><pubDate>Wed, 12 Oct 2022 11:38:34 GMT</pubDate></item><item><title>Press Shift + Enter for new Line in Textarea</title><link>http://localhost:3000/press-shift-enter-for-new-line-in-textarea</link><description>Override default textarea behavior on Enter key press without Shift, prevent new lines, and take custom actions like submitting forms instead. Still allow Shift+Enter newlines.</description><pubDate>Thu, 10 Aug 2023 15:13:46 GMT</pubDate></item><item><title>Prevent body from scrolling when a modal is opened.</title><link>http://localhost:3000/prevent-body-from-scrolling-when-a-modal-is-opened</link><description>Here, in this article we will learn on how to prevent body from scrolling when a modal is opened using javascript and wheel eventListener. It will disable the scroll when the modal is open.</description><pubDate>Sat, 16 Oct 2021 15:46:40 GMT</pubDate></item><item><title>Python string append | How to Append String in Python</title><link>http://localhost:3000/python-append-string</link><description>Find out different ways to append one string to another in Python using += operator, join function or the f-string method.</description><pubDate>Sat, 08 Oct 2022 00:25:23 GMT</pubDate></item><item><title>Python Bitwise XOR Operator and its Uses</title><link>http://localhost:3000/python-bitwise-xor-operator</link><description>The XOR operator or binary operator is use to perform bitwise calculations on integers and boolean values in python.</description><pubDate>Thu, 06 Oct 2022 23:07:44 GMT</pubDate></item><item><title>Python - Check if list is empty or not</title><link>http://localhost:3000/python-check-if-list-is-empty-or-not</link><description>To check if a list is empty or not, we have to use the len(), bool() and not operator method in python.</description><pubDate>Wed, 28 Sep 2022 16:19:21 GMT</pubDate></item><item><title>Python - Check if a string is Empty or Not</title><link>http://localhost:3000/python-check-if-string-empty-or-not</link><description>To find if a string is empty of not in python, we can use len(), not operator ,and strip() or isspace() method to check for non-zero length string.</description><pubDate>Mon, 19 Sep 2022 05:35:44 GMT</pubDate></item><item><title>How to check if input is a number in python</title><link>http://localhost:3000/python-check-if-user-input-is-number</link><description>Find out if the user input is a number or string using isnumeric and isdigit methods in Python program.</description><pubDate>Sat, 24 Sep 2022 13:03:27 GMT</pubDate></item><item><title>Save Python dict as JSON: Convert Dictionary to JSON</title><link>http://localhost:3000/python-convert-dict-to-json</link><description>Find out how to convert dictionary to JSON format using python. In python, we can use the json.dumps() method to covert the dict to json object.</description><pubDate>Thu, 27 Oct 2022 16:29:44 GMT</pubDate></item><item><title>How to fix error: legacy-install-failure in Python</title><link>http://localhost:3000/python-error-legacy-install-failure-resolve</link><description>Fix "Legacy Install Failure" error in Python. Upgrade Python or use a virtual environment. Manage packages &amp; dependencies without version issues.</description><pubDate>Fri, 17 Feb 2023 06:57:30 GMT</pubDate></item><item><title>Find Length of Dictionary in Python with Examples</title><link>http://localhost:3000/python-find-length-of-dictionary-and-values</link><description>To find the length of the dictionary we have to use the `len()` function in python. It returns the number of keys in the dictionary.</description><pubDate>Thu, 03 Nov 2022 14:28:56 GMT</pubDate></item><item><title>How to get today date in Python without time?</title><link>http://localhost:3000/python-get-today-date-without-time</link><description>Short guide to get the only today's date without the time in python using the datetime and time modules. And also learn to format the date in dd/mm/yyyy format using strftime function.</description><pubDate>Tue, 07 Feb 2023 11:58:33 GMT</pubDate></item><item><title>Python import module from parent directory</title><link>http://localhost:3000/python-import-from-parent-directory</link><description>We can import methods from a parent directory in python using the sys.path.append() and sys.path.insert() method of the sys and os modules.</description><pubDate>Sun, 30 Oct 2022 22:40:10 GMT</pubDate></item><item><title>Understanding the Inline If Statement in Python</title><link>http://localhost:3000/python-inline-if-statement</link><description>Learn what is an Inline If statement and how to use it in a python program and also learn about the use cases of it with some examples</description><pubDate>Wed, 01 Feb 2023 17:01:36 GMT</pubDate></item><item><title>Python - Insert an element at specific index in a list</title><link>http://localhost:3000/python-insert-element-at-specific-index-in-list</link><description>Find out ways to insert an element at a specific index in a Python list using insert method, append and extend methods.</description><pubDate>Sun, 25 Sep 2022 09:41:24 GMT</pubDate></item><item><title>Merge two dictionaries together using python (3 ways)</title><link>http://localhost:3000/python-merge-two-dictionaries-into-one</link><description>Find out 3 different ways to merge or combime two or more dictionaries in python.</description><pubDate>Sat, 01 Oct 2022 03:58:50 GMT</pubDate></item><item><title>Fix ModuleNotFoundError: No module named google.cloud.bigquery (Step-by-Step Guide)</title><link>http://localhost:3000/python-no-module-named-google-cloud</link><description>Learn how to fix ModuleNotFoundError no module named google.cloud.bigquery in Python. Follow step-by-step solutions for virtual environments, Jupyter, VS Code, and Docker with clear debugging tips.</description><pubDate>Tue, 17 Mar 2026 18:14:54 GMT</pubDate></item><item><title>Remove Duplicates from List in Python</title><link>http://localhost:3000/python-remove-duplicates-from-list</link><description>Find out how to remove duplicate items from a list in python using different method and create a unique list.</description><pubDate>Tue, 20 Sep 2022 15:27:58 GMT</pubDate></item><item><title>Remove the Last N element from a List in Python</title><link>http://localhost:3000/python-remove-last-n-element-from-list</link><description>Find out how to remove the last N element from a Python list using pop(), list slicing and del function.</description><pubDate>Thu, 22 Sep 2022 12:02:20 GMT</pubDate></item><item><title>Python - Remove Newline From Strings (3 Ways)</title><link>http://localhost:3000/python-remove-newline-character-strings</link><description>We can remove new line from a string using replace(), strip() and re.sub() method in python.</description><pubDate>Thu, 06 Oct 2022 02:51:24 GMT</pubDate></item><item><title>Sort List or Dictionary by two keys in Python</title><link>http://localhost:3000/python-sort-list-dictionary-by-two-keys</link><description>Learn to sort list, dictionary, tuples with multiple elements in python. Here, we have sort python list and dictionary by two keys.</description><pubDate>Tue, 11 Oct 2022 11:41:33 GMT</pubDate></item><item><title>Solving TypeError: string indices must be integers error in Python</title><link>http://localhost:3000/python-typeerror-string-indices-must-be-integers-error</link><description>Learn how to fix the "string indices must be integers" error in Python using index number (integer) instead of a string.</description><pubDate>Mon, 06 Mar 2023 14:59:49 GMT</pubDate></item><item><title>Pytube Description and Keyword Not Showing: Solution</title><link>http://localhost:3000/pytube-description-and-keyword-not-showing</link><description>Solve the issue with Pytube not showing youtube description and tags in this article.</description><pubDate>Tue, 05 Sep 2023 09:58:14 GMT</pubDate></item><item><title>Qbasic Color statement</title><link>http://localhost:3000/qbasic-color-statement</link><description>Qbasic Color statement is used to change the Foreground and the background color of the Text in the QBasic Program.</description><pubDate>Fri, 15 Sep 2023 00:00:00 GMT</pubDate></item><item><title>QBasic Commands and Statements</title><link>http://localhost:3000/qbasic-commands-statements</link><description>Learn about the basic Qbasic Programming language commands and statements in this article.</description><pubDate>Sat, 16 Sep 2023 00:00:00 GMT</pubDate></item><item><title>Qbasic Control Statements with Examples</title><link>http://localhost:3000/qbasic-control-statements-examples</link><description>Learn about the control statement in Qbasic Programming language in this article.</description><pubDate>Sat, 16 Sep 2023 00:00:00 GMT</pubDate></item><item><title>Qbasic Looping statements with Examples</title><link>http://localhost:3000/qbasic-looping-statements-examples</link><description>Learn about the Qbasic programming language Looping statements with examples in this article.</description><pubDate>Sat, 16 Sep 2023 00:00:00 GMT</pubDate></item><item><title>QBASIC Programming – Beginner’s Friendly</title><link>http://localhost:3000/qbasic-programming-beginners-friendly</link><description>QBASIC Programming language is one of the easy-to-learn languages for beginners. It is considered to be one of the most simple and easy programming languages for beginners.</description><pubDate>Sat, 16 Sep 2023 00:00:00 GMT</pubDate></item><item><title>Qbasic Programming Examples and Exercises</title><link>http://localhost:3000/qbasic-programming-examples-and-exercises</link><description>Qbasic Programming Examples and Exercises for class 6 and class 7 standards.</description><pubDate>Sat, 16 Sep 2023 00:00:00 GMT</pubDate></item><item><title>[Solved] react-scripts: command not found error</title><link>http://localhost:3000/react-scripts-command-not-found-error</link><description>Learn how to solve the "react-scripts: command not found" error in your React application with these simple steps in the solutions.</description><pubDate>Sat, 18 Mar 2023 16:11:33 GMT</pubDate></item><item><title>How to redirect to another page in Vue</title><link>http://localhost:3000/redirect-to-another-page-vue-router</link><description>Find out how to redirect URL to another page routes using redirect property in vue-router in Vue Js.</description><pubDate>Wed, 20 Jul 2022 16:17:59 GMT</pubDate></item><item><title>How to redirect to another web page/ website using JavaScript</title><link>http://localhost:3000/redirect-to-another-web-page-website-using-javascript</link><description>Find out how to redirect to another web page or website using JavaScript location object</description><pubDate>Sun, 20 Mar 2022 17:33:29 GMT</pubDate></item><item><title>How to register a Global component in Vue 3 and Vue 2</title><link>http://localhost:3000/register-global-component-vue-3-Vue-2</link><description>Short article on how to register a component globally in Vue 2 and 3 to be used in any component without importing in every component.</description><pubDate>Thu, 14 Jul 2022 09:49:37 GMT</pubDate></item><item><title>How to remove a property from an object in JavaScript?</title><link>http://localhost:3000/remove-a-property-from-an-object-in-javascript</link><description>This article is about how to remove a property from an object in javascript using delete operator.</description><pubDate>Sat, 19 Feb 2022 09:09:36 GMT</pubDate></item><item><title>How to remove bullets from unordered list using CSS</title><link>http://localhost:3000/remove-bullets-from-unordered-list-using-css</link><description>Find out how to remove bullets from an unordered list using CSS property.</description><pubDate>Tue, 22 Mar 2022 08:36:39 GMT</pubDate></item><item><title>Python | Delete an Element (key) From a Python Dictionary</title><link>http://localhost:3000/remove-element-key-in-dictionary-python</link><description>Find out different ways to remove keys from a dictionary and also to remove multiple keys from a python dictionary.</description><pubDate>Wed, 05 Oct 2022 02:33:23 GMT</pubDate></item><item><title>Remove first and last element from an array in JavaScript</title><link>http://localhost:3000/remove-first-and-last-element-from-an-array-in-javascript</link><description>This article is about how to remove first or last element from an array in JavaScript using in-built functions like pop(), shift() and splice().</description><pubDate>Sun, 07 Nov 2021 18:28:40 GMT</pubDate></item><item><title>How to remove hashbang (#) from URL in Vue ?</title><link>http://localhost:3000/remove-hashbang-from-url-in-vue</link><description>Short tutorial on how to remove the hash from the page URL in VueJS with Vue Router 3 and 4</description><pubDate>Fri, 21 Jan 2022 10:26:45 GMT</pubDate></item><item><title>How to remove an item from array in Vue component</title><link>http://localhost:3000/remove-item-from-array-vue-component</link><description>Find out how to remove an item/element or an object from an array in Vue using splice() and filter() method.</description><pubDate>Fri, 08 Jul 2022 05:24:17 GMT</pubDate></item><item><title>How to remove node_modules from github or bitbucket</title><link>http://localhost:3000/remove-node-modules-folder-github-adding-gitignore</link><description>Step by step process to remove node_modules from github or bitbucket after the folder is added to the repository with the help of gitignore file.</description><pubDate>Sun, 26 Jun 2022 11:20:02 GMT</pubDate></item><item><title>Remove special characters of the URL in JavaScript</title><link>http://localhost:3000/remove-special-characters-of-url</link><description>Learn how to remove special characters from URLs using JavaScript. Avoid broken links and improve website accessibility with our solutions.</description><pubDate>Fri, 07 Apr 2023 18:03:08 GMT</pubDate></item><item><title>How to Remove Trailing Slash from URL in Nuxt + Netlify ?</title><link>http://localhost:3000/remove-trailing-slash-from-url-in-nuxt-netlify</link><description>This article is about how to remove trialing slash from URL in nuxt js hosted in Netlify as server.</description><pubDate>Wed, 03 Nov 2021 19:07:43 GMT</pubDate></item><item><title>How to Remove Underline from Links in Bootstrap.</title><link>http://localhost:3000/remove-underline-from-links-in-bootstrap</link><description>Find out how you can remove underline from links in bootstrap using CSS or simple using bootstrap class.</description><pubDate>Mon, 21 Mar 2022 06:06:16 GMT</pubDate></item><item><title>Replace character in String by index in Python</title><link>http://localhost:3000/replace-character-in-string-by-index-python</link><description>Short article on how to replace a character in a string using the index with the help of python code.</description><pubDate>Thu, 15 Sep 2022 06:49:14 GMT</pubDate></item><item><title>[Fix] cannot import name force_text from django.utils.encoding - Python Error</title><link>http://localhost:3000/resolve-cannot-import-name-force_text-from-django-utils-encoding-python-error</link><description>Learn how to resolve cannot import name force_text from django.utils.encoding  python web-framework error. We discussed the possible cause of the error and how to resolve it.</description><pubDate>Wed, 15 Feb 2023 20:21:52 GMT</pubDate></item><item><title>Fix - Cannot use import statement outside module Error in Node</title><link>http://localhost:3000/resolve-cannot-use-import-statement-outside-module-error</link><description>This article about how to resolve cannot use import statement outside a module error in plain JavaScript and node.</description><pubDate>Tue, 05 Jul 2022 09:47:08 GMT</pubDate></item><item><title>Resolve - node unexpected token import error in Nodejs</title><link>http://localhost:3000/resolve-node-unexpected-token-import-error</link><description>Article on how to resolve SyntaxError: Unexpected token import error in nodejs using type require instead of import and setting type attribute to module in package.json file.</description><pubDate>Thu, 02 Jun 2022 19:44:10 GMT</pubDate></item><item><title>Fixed Error:  npm cannot find module error in NodeJS</title><link>http://localhost:3000/resolve-npm-cannot-find-module-error-in-nodejs</link><description>This article is no how to resolve npm cannot find module in nodejs. It is a very common error in javascript require method. </description><pubDate>Mon, 16 May 2022 15:10:26 GMT</pubDate></item><item><title>Fix - "fatal:refusing to merge unrelated histories" git error</title><link>http://localhost:3000/resolve-refusing-to-merge-unrelated-histories-git-error</link><description>This article is about how to resolve or fix fatal:refusing to merge unrelated histories git error.</description><pubDate>Fri, 03 Jun 2022 15:32:20 GMT</pubDate></item><item><title>(Fixed) npm ERR! missing script: start error</title><link>http://localhost:3000/resolved-npm-err-missing-script-start-in-node</link><description>This article is about how to fix npm err! missing script start error in nodejs application.</description><pubDate>Sun, 16 Oct 2022 08:15:42 GMT</pubDate></item><item><title>Return multiple values from a function in JavaScript</title><link>http://localhost:3000/return-multiple-values-from-function-javascript</link><description>Tutorial on how to return multiple values i.e more than one value from a function in JavaScript.</description><pubDate>Wed, 04 May 2022 11:26:51 GMT</pubDate></item><item><title>How to return a value from a foreach loop? Javascript</title><link>http://localhost:3000/return-value-from-foreach-loop-javascript</link><description>learned how we can return a value in `forEach()` loop and about other methods that can return a value from a JavaScript loop</description><pubDate>Sun, 29 Jan 2023 06:26:30 GMT</pubDate></item><item><title>Reverse an Array in Python (Using Numpy And Array Module)</title><link>http://localhost:3000/reverse-an-array-python</link><description>We have to create an array in Python using numpy and array module and use reverse() and slicing method to reverse it.</description><pubDate>Tue, 01 Nov 2022 14:52:09 GMT</pubDate></item><item><title>How to reverse a range in python | Reverse Range</title><link>http://localhost:3000/reverse-range-in-python</link><description>Find out different ways to reverse a range in python using reversed function, negative step and sorted function.</description><pubDate>Mon, 10 Oct 2022 00:21:04 GMT</pubDate></item><item><title>How to round down a number in python</title><link>http://localhost:3000/round-down-number-in-python</link><description>Learn how to round down in Python with step-by-step examples using floor division and the math.floor(), int(), and math.trunc() function to perform mathematical calculation.</description><pubDate>Fri, 03 Feb 2023 05:23:03 GMT</pubDate></item><item><title>Round to the nearest hundredth of a decimal in JavaScript</title><link>http://localhost:3000/round-to-nearest-hundredth-javascript</link><description>FInd out how to round off an floating value i.e a decimal number to the nearest hundredth using Math.round() and toFixed() method in javascript.</description><pubDate>Tue, 03 May 2022 14:47:59 GMT</pubDate></item><item><title>How to save username, email and password globally in Github?</title><link>http://localhost:3000/save-username-email-and-password-globally-in-github</link><description>This post is about how to save username, email and password globally in Github using terminal.</description><pubDate>Mon, 23 May 2022 14:52:16 GMT</pubDate></item><item><title>Save vuex state after page refresh in Vue App</title><link>http://localhost:3000/save-vuex-state-after-page-refresh-vue</link><description>Short tutorial on how to save (or persist) data in a vue application using Vuex and vuex-persist npm package.</description><pubDate>Mon, 01 Aug 2022 06:47:19 GMT</pubDate></item><item><title>How to set a default value to input with a v-model in Vue</title><link>http://localhost:3000/set-a-default-value-to-input-with-a-v-model-in-vue</link><description>Find out the simple way on how to set a default value to input with v-model in vue.</description><pubDate>Fri, 29 Apr 2022 01:37:40 GMT</pubDate></item><item><title>Set and get cookies in a browser in Vue App</title><link>http://localhost:3000/set-and-get-vue-cookies</link><description>Find out how to set and get cookies in a browser for your webpage in Vue using vue-cookies package.</description><pubDate>Tue, 02 Aug 2022 04:54:59 GMT</pubDate></item><item><title>Set page title dynamically in Vue JS</title><link>http://localhost:3000/set-page-title-dynamically-in-vue-js</link><description>Short article on different methods to set document title dynamically using document.title property or vue-meta packages in Vue JS application.</description><pubDate>Tue, 31 May 2022 17:07:36 GMT</pubDate></item><item><title>Set URL Query Params In Vue 2 Using Vue-Router</title><link>http://localhost:3000/set-url-query-params-in-vue-using-vue-router</link><description>Short tutorial on how to set URL query params in Vue with Vue-Router using router-link, router.push and router.replace</description><pubDate>Thu, 02 Jun 2022 16:21:26 GMT</pubDate></item><item><title>(Solution) ValueError: math domain error in Python</title><link>http://localhost:3000/solution-valueerror-math-domain-error-python</link><description>Find out how to solve math domain error while using sqrt, acos, and log of a number in python. Also find the solution of this math error.</description><pubDate>Fri, 07 Oct 2022 16:40:55 GMT</pubDate></item><item><title>Solving the AttributeError: module 'numpy' has no attribute 'int' Error</title><link>http://localhost:3000/solve-attributeerror-module-numpy-has-no-attribute-int-error</link><description>Learn how to solve the 'AttributeError: module 'numpy' has no attribute 'int'' error in NumPy library. Get the easy solution to fix the error in python.</description><pubDate>Mon, 27 Feb 2023 12:16:09 GMT</pubDate></item><item><title>[Solved] Consider using the --user option or check the permissions.</title><link>http://localhost:3000/solve-consider-using-the-user-option-or-check-the-permissions-python</link><description>Learn to solve the "Consider using the --user option or check permission" error when installing Python packages. Use --user flag, sudo or virtual environment.</description><pubDate>Fri, 31 Mar 2023 20:18:48 GMT</pubDate></item><item><title>[Solved] date.getDate() is not a function error in JavaScript</title><link>http://localhost:3000/solve-date-getdate-is-not-a-function-error-javascript</link><description>Find out how to solve the date object error, TypeError: date.getDate() is not a function in JavaScript.</description><pubDate>Sat, 03 Sep 2022 07:56:16 GMT</pubDate></item><item><title>Fix error:0308010C:digital envelope routines::unsupported </title><link>http://localhost:3000/solve-error-0308010c-digital-envelope-routines-unsupported-error-in-node</link><description>Learn to solve the "Error: error:0308010C:digital envelope routines::unsupported" error in Node.js application (Vue, Angular or react) using the solutions in this article.</description><pubDate>Thu, 10 Aug 2023 20:00:39 GMT</pubDate></item><item><title>Solve "No Such File or Directory" Error in Python</title><link>http://localhost:3000/solve-no-such-file-or-directory-error-in-python</link><description>In python, you might come across "No Such File and Directory" error. Learn about the causes and get the step-by-step solution with examples.</description><pubDate>Fri, 03 Feb 2023 23:43:19 GMT</pubDate></item><item><title>Solved "No such remote origin" Git Error Fatal</title><link>http://localhost:3000/solve-no-such-remote-origin-git-error-fatal</link><description>Short article on how do I fix remote origin already exists git error faced when trying to push to remote origin in Github and BitBucket.</description><pubDate>Thu, 04 Aug 2022 03:01:11 GMT</pubDate></item><item><title>(Solved) Non-Numeric Argument to Binary Operator Error in R</title><link>http://localhost:3000/solve-non-numeric-argument-to-binary-operator-error-in-r</link><description>Learn how to fix Non-Numeric Argument to Binary Operator Error in R using inbuilt functions like class(), as.numeric() and ifelse() functions.</description><pubDate>Fri, 14 Apr 2023 11:31:58 GMT</pubDate></item><item><title>[Solve]  npm WARN package.json: No repository field</title><link>http://localhost:3000/solve-npm-warn-package-json-no-repository-field</link><description>This article is about how to solve npm warn package.json: no repository field in our nodejs applications.</description><pubDate>Sun, 14 Nov 2021 19:42:05 GMT</pubDate></item><item><title>[Solved] 'rm' is not recognized as an internal or external command</title><link>http://localhost:3000/solve-rm-is-not-recognized-as-an-internal-or-external-command</link><description>Learn how to solve "rm is not recognized as an internal or external command" error in windows using CMD, PowerShell and Git Bash tool.</description><pubDate>Wed, 05 Apr 2023 13:15:17 GMT</pubDate></item><item><title>Solving "npm not recognized as an internal or external command" Error</title><link>http://localhost:3000/solving-npm-not-recognized-as-an-internal-or-external-command-error</link><description>Learn what causes the npm not recognized as an internal or external command error and the steps to solve it using the PATH environment variable.</description><pubDate>Thu, 02 Feb 2023 15:09:23 GMT</pubDate></item><item><title>Sort an array of String with non-ASCII characters.</title><link>http://localhost:3000/sort-an-array-of-string-with-non-ascii-characters</link><description>This article is how to sort an array of string with non-ASCII characters. Using localeCompare() we can sort mixed array with non-ascii characters.</description><pubDate>Thu, 04 Nov 2021 20:39:13 GMT</pubDate></item><item><title>Best way - Split an array into half in Javascript</title><link>http://localhost:3000/split-an-array-into-half-in-javascript</link><description>To divide an single array into half i.e into two different arrays without modifying the original array we can use Array.slice() method in JavaScript.</description><pubDate>Sat, 04 Jun 2022 12:23:45 GMT</pubDate></item><item><title>How to split a list into multiple list using python</title><link>http://localhost:3000/split-list-into-multiple-list-python</link><description>To split a list we have to find the len of the list and then divide it by 2 to find the middle index. It helps to split list by chunks size.</description><pubDate>Sat, 10 Sep 2022 23:43:45 GMT</pubDate></item><item><title>Split string by whitespace in python</title><link>http://localhost:3000/split-string-by-whitespace-python</link><description>Find out how to split a string by whitespace using split() method in python. The split method split a string and returns a list.</description><pubDate>Sun, 11 Sep 2022 20:24:57 GMT</pubDate></item><item><title>Split String and get the first element using python</title><link>http://localhost:3000/split-string-get-the-first-element-python</link><description>Find out how to split a string and get the first element from the list using maxsplit argument in python.</description><pubDate>Sat, 10 Sep 2022 23:28:50 GMT</pubDate></item><item><title>How to split string after specific character in JavaScript</title><link>http://localhost:3000/split-string-specific-character-javascript</link><description>Find out how to split the string at specific character in your string using split() method in JavaScript.</description><pubDate>Thu, 21 Jul 2022 13:08:49 GMT</pubDate></item><item><title>Split a String into chunks of N character into an array in JavaScript</title><link>http://localhost:3000/split-string-substrings-chunks-n-characters-javascript</link><description>Find out how to split String into Substrings by length of N characters in JavaScript using split(), match() and substr() methods.</description><pubDate>Fri, 22 Jul 2022 01:38:52 GMT</pubDate></item><item><title>Square a number in Python (3 ways)</title><link>http://localhost:3000/square-number-in-python</link><description>Find out how to find the square of a number in python. Python programs to find the square number of list and arrays using python.</description><pubDate>Sun, 23 Oct 2022 09:57:34 GMT</pubDate></item><item><title>How to stop and exit a Function In JavaScript?</title><link>http://localhost:3000/stop-exit-function-in-javascript</link><description>Find out how to stop or exit a function in javascript using return statement or try catch statement.</description><pubDate>Tue, 01 Feb 2022 08:03:23 GMT</pubDate></item><item><title>Compare Two Strings in JavaScript | String Comparison</title><link>http://localhost:3000/string-comparison-in-javascript</link><description>Tutorial on how to compare two case insensitive strings in JavaScript. Using localeCompare() to do string comparison with case-sensitive strings.</description><pubDate>Fri, 28 Jan 2022 05:25:12 GMT</pubDate></item><item><title>How can I do String interpolation in JavaScript?</title><link>http://localhost:3000/string-interpolation-in-javascript</link><description>Article on different ways we can do string interpolation in JavaScript using template literals or string templates.</description><pubDate>Sat, 22 Jan 2022 11:19:38 GMT</pubDate></item><item><title>Add style to v-html with scoped css in Vue</title><link>http://localhost:3000/style-v-html-with-scoped-css-vue</link><description>Find out how to use deep selectors to add style in v-html with scoped css in sass and regular css in Vue.</description><pubDate>Thu, 28 Jul 2022 19:40:08 GMT</pubDate></item><item><title>How to Fix the subprocess-exited-with-error in Python</title><link>http://localhost:3000/subprocess-exited-with-error-in-python</link><description>Learn what cause the subprocess-exited-with-error in Python and also learn how to solve the error in your code.</description><pubDate>Fri, 11 Aug 2023 20:52:39 GMT</pubDate></item><item><title>SyntaxError: Unexpected EOF While Parsing - Python Error Solved</title><link>http://localhost:3000/syntaxerror-unexpected-eof-while-parsing-in-python</link><description>This article explains what causes the common "SyntaxError: unexpected EOF while parsing" error in Python and how to fix it with various examples.</description><pubDate>Thu, 27 Jul 2023 20:12:59 GMT</pubDate></item><item><title>How to take input as int (integer) in python?</title><link>http://localhost:3000/take-input-as-int-integer-python</link><description>Find out how to take integer input in python using int() function with exception handling for errors.</description><pubDate>Thu, 22 Sep 2022 16:33:04 GMT</pubDate></item><item><title>How to do text highlight in markdown</title><link>http://localhost:3000/text-highlight-in-markdown</link><description>Short article on how to do text highlighting in markdown using &lt;mark&gt; tags or double equal sign in our editor.</description><pubDate>Sun, 03 Jul 2022 05:31:46 GMT</pubDate></item><item><title>Trigger an event on route change in Vue | VueJS</title><link>http://localhost:3000/trigger-an-event-on-route-change-in-vue-vuejs</link><description>
This article is about **how to trigger an event on route change in Vuejs** with vue-router.

There are more than one way by which we can detect the route chang</description><pubDate>Thu, 14 Sep 2023 00:00:00 GMT</pubDate></item><item><title>Trigger an event on route change in Vue | VueJS</title><link>http://localhost:3000/trigger-an-event-on-route-change-in-vue</link><description>This article is about how we can trigger an event when we change routes in vueJS. We will use watch method and beforeRouteUpdate guard to detect the changes in routes.</description><pubDate>Thu, 02 Jun 2022 16:25:06 GMT</pubDate></item><item><title>Trigger a button click on pressing Enter in Vue</title><link>http://localhost:3000/trigger-button-click-on-enter-vue</link><description>Quick tutorial on how to trigger a button click in a form on pressing Enter on keyboard in Vuejs.</description><pubDate>Thu, 02 Jun 2022 15:48:53 GMT</pubDate></item><item><title>How to underline in markdown</title><link>http://localhost:3000/underline-text-markdown</link><description>Find out how to underline a text in markdown using the &lt;u&gt; tag in HTML.</description><pubDate>Sun, 03 Jul 2022 05:44:11 GMT</pubDate></item><item><title>Fix- 'unexpected console statement (no-console)' Error in Node and Vue</title><link>http://localhost:3000/unexpected-console-statement-no-console-error-node-vue</link><description>Short article on how to fix "unexpected console statement (no-console)" error in NodeJs and Vue using .eslintrc.js file and eslintConfig.</description><pubDate>Sat, 04 Jun 2022 14:31:22 GMT</pubDate></item><item><title>SyntaxError: Unexpected end of JSON input in JavaScript</title><link>http://localhost:3000/unexpected-end-of-json-input-fixed</link><description>This article is about how to fix SyntaxError: unexpected end of JSON input error in Javascript while using JSON.parse() method.</description><pubDate>Sun, 07 Nov 2021 15:16:37 GMT</pubDate></item><item><title>How to uninstall npm modules in NodeJS</title><link>http://localhost:3000/uninstall-npm-modules-in-nodejs</link><description>Short article on how to uninstall npm modules locally and globally from your computer completely.</description><pubDate>Sat, 21 May 2022 17:07:00 GMT</pubDate></item><item><title>Update Parent data from child component in VueJs </title><link>http://localhost:3000/update-parent-data-from-child-component-in-vuejs</link><description>This article is about how to update parent data from a child component in vuejs. We will use custom events to pass data from child to parent component.</description><pubDate>Thu, 02 Jun 2022 16:30:24 GMT</pubDate></item><item><title>Update component when we change route in Vue</title><link>http://localhost:3000/update-vue-component-on-route-change</link><description>Short tutorial on how to update the component whenever the route is changed in Vue to re-render the page and fire the created() or the mounted() hook.</description><pubDate>Mon, 30 May 2022 12:26:24 GMT</pubDate></item><item><title>Use Array forEach() to loop through JavaScript object</title><link>http://localhost:3000/use-array-foreach-to-loop-through-javascript-object</link><description>FInd out how to use forEach in an object and return key, value and also convert it's properties to an array using JavaScript.</description><pubDate>Mon, 16 May 2022 15:42:44 GMT</pubDate></item><item><title>How to use calc() in tailwind CSS</title><link>http://localhost:3000/use-calc-in-tailwind-css</link><description>Learn the use of calc() in tailwind CSS class. The calc() CSS function allows complex calculations to determine element sizes responsively.</description><pubDate>Mon, 24 Jul 2023 19:22:33 GMT</pubDate></item><item><title>Easy Way to use localStorage with Vue</title><link>http://localhost:3000/use-local-storage-with-vue</link><description>Short article on how to use local storage with Vue and learn saving and storing data in local storage with the setItem() and getItem() methods.</description><pubDate>Sun, 14 Aug 2022 07:13:14 GMT</pubDate></item><item><title>How to use Pi in Python? (math and numpy module)</title><link>http://localhost:3000/use-pi-in-python</link><description>We can use Pi using the math module in python. The math.pi returns the value of 3.141592653589793 when used in Python.</description><pubDate>Sat, 29 Oct 2022 07:10:25 GMT</pubDate></item><item><title>How to use setTimeout with Vue | Equivalent of setTimeout() function.</title><link>http://localhost:3000/use-settimeout-with-vue-js</link><description>Find out how to use setTimeout() function in Vue js application.</description><pubDate>Sat, 02 Jul 2022 05:28:31 GMT</pubDate></item><item><title>How to pass data from parent component to child using props in Vue</title><link>http://localhost:3000/using-props-pass-data-from-parent-to-child-component-vue</link><description>Find out how to send data from parent component to child component using props in Vue.</description><pubDate>Mon, 13 Jun 2022 11:38:39 GMT</pubDate></item><item><title>Validate email using regular expression (Regex) in JavaScript</title><link>http://localhost:3000/validate-email-using-regular-expression-regex-in-javascript</link><description>Learn how to do email validation using regular expression regex using JavaScript to your form and registration form in sites.</description><pubDate>Sun, 29 Jan 2023 04:02:30 GMT</pubDate></item><item><title>Vertically Center Align a div in Tailwind CSS</title><link>http://localhost:3000/vertically-align-center-tailwind-css</link><description>Learn how to vertically center align a div in Tailwind CSS using Flexbox and absolute positioning and make your web development more efficient and fast. </description><pubDate>Thu, 30 Mar 2023 16:10:30 GMT</pubDate></item><item><title>[Solved] webpack: command not found error</title><link>http://localhost:3000/webpack-command-not-found-error-solved</link><description>This article explores solutions to the common "webpack: command not found" error that developers encounter while using webpack-cli from the terminal.</description><pubDate>Fri, 17 Mar 2023 14:22:46 GMT</pubDate></item><item><title>What is insertAdjacentHTML() ? How to use it?</title><link>http://localhost:3000/what-is-insertadjacenthtml-how-to-use-it</link><description>Tutorial on Javascript insertAdjacentHTML() method and how can we use it to insert html elements to specific position in our HTML page.</description><pubDate>Wed, 25 May 2022 11:13:03 GMT</pubDate></item><item><title>How do I wrap text in &lt;code&gt; tag HTML</title><link>http://localhost:3000/wrap-text-in-code-tag-html</link><description>This article is on how to wrap text in code tag in html. We will use white-pace, word-break and word-wrap CSS property to get our result. </description><pubDate>Mon, 01 Nov 2021 16:28:21 GMT</pubDate></item><item><title>How to write superscript and subscript in markdown</title><link>http://localhost:3000/write-superscript-and-subscript-markdown</link><description>Find out how we can write superscript and subscript in markdown using html &lt;sup&gt; tag and &lt;sub&gt; tag.</description><pubDate>Mon, 27 Jun 2022 16:38:01 GMT</pubDate></item><item><title>XPath Cheat Sheet With Examples, Syntax, Selectors, and Functions</title><link>http://localhost:3000/xpath-cheat-sheet</link><description>Learn XPath syntax, selectors, functions, and axes with clear examples. Complete XPath cheat sheet for Selenium testing, web scraping, and DOM parsing.</description><pubDate>Mon, 16 Mar 2026 12:00:00 GMT</pubDate></item></channel></rss>