<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title><![CDATA[Sabe]]></title>
        <description><![CDATA[Sabe.io is a collection of tutorials and articles to help you learn web development.]]></description>
        <link>https://sabe.io</link>
        <generator>https://sabe.io</generator>
        <lastBuildDate>Fri, 06 Mar 2026 08:38:05 GMT</lastBuildDate>
        <atom:link href="https://sabe.io/feed.xml" rel="self" type="application/rss+xml"/>
        <language><![CDATA[en]]></language>
        <item>
            <title><![CDATA[Getting Started with TypeScript]]></title>
            <description><![CDATA[Learn how to get started with TypeScript, the typed superset of JavaScript.]]></description>
            <link>https://sabe.io/tutorials/getting-started-with-typescript</link>
            <guid isPermaLink="false">https://sabe.io/tutorials/getting-started-with-typescript</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 08 Jan 2022 21:41:06 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Install Node on Windows, macOS and Linux]]></title>
            <description><![CDATA[Learn how to install Node and NPM on Windows, Mac, and Linux operating systems with this easy-to-follow guide.]]></description>
            <link>https://sabe.io/tutorials/how-to-install-node-npm</link>
            <guid isPermaLink="false">https://sabe.io/tutorials/how-to-install-node-npm</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 08 Jan 2022 01:11:15 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Getting Started with Solid]]></title>
            <description><![CDATA[Learn how to use Solid, a fast declarative UI library that ships a tiny bundle, uses JSX, and no virtual DOM.]]></description>
            <link>https://sabe.io/tutorials/getting-started-with-solid</link>
            <guid isPermaLink="false">https://sabe.io/tutorials/getting-started-with-solid</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 31 Dec 2021 00:24:39 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Managing PHP Dependencies with Composer]]></title>
            <description><![CDATA[Learn how to manage PHP dependencies using Composer. Learn how to install, manage, and list your PHP dependencies.]]></description>
            <link>https://sabe.io/tutorials/php-dependencies</link>
            <guid isPermaLink="false">https://sabe.io/tutorials/php-dependencies</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 30 Dec 2021 00:24:39 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Getting Started with Svelte]]></title>
            <description><![CDATA[Learn how to get started with Svelte, the radical web framework that bundles no library code and doesn't use the virtual DOM.]]></description>
            <link>https://sabe.io/tutorials/getting-started-with-svelte</link>
            <guid isPermaLink="false">https://sabe.io/tutorials/getting-started-with-svelte</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 28 Dec 2021 00:24:39 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Getting Started with Express]]></title>
            <description><![CDATA[Learn how to get started with Express, a powerful Node web framework, including middleware, serving static content, routing and templating.]]></description>
            <link>https://sabe.io/tutorials/getting-started-with-express</link>
            <guid isPermaLink="false">https://sabe.io/tutorials/getting-started-with-express</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 24 Dec 2021 00:24:39 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Create an RSS Reader in Node]]></title>
            <description><![CDATA[Learn how to create an RSS reader in Node by using the npm package rss-parser and then printing out the contents.]]></description>
            <link>https://sabe.io/tutorials/rss-reader-node</link>
            <guid isPermaLink="false">https://sabe.io/tutorials/rss-reader-node</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 18 Dec 2021 00:24:39 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Getting Started with Electron]]></title>
            <description><![CDATA[Learn how to use Electron, a framework for building cross-platform applications using web technologies like HTML, CSS, and JavaScript.]]></description>
            <link>https://sabe.io/tutorials/getting-started-with-electron</link>
            <guid isPermaLink="false">https://sabe.io/tutorials/getting-started-with-electron</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 17 Dec 2021 00:24:39 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Git Tutorial: Learn how to use Version Control]]></title>
            <description><![CDATA[Learn how to use Git, a version control software, including committing, pushing, pulling and working with remote repositories.]]></description>
            <link>https://sabe.io/tutorials/learn-git</link>
            <guid isPermaLink="false">https://sabe.io/tutorials/learn-git</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 15 Dec 2021 00:24:39 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Serve Static Files with Nginx and Docker]]></title>
            <description><![CDATA[Learn how to serve a static app including files and content using Nginx running inside a Docker container.]]></description>
            <link>https://sabe.io/tutorials/serve-static-files-nginx-docker</link>
            <guid isPermaLink="false">https://sabe.io/tutorials/serve-static-files-nginx-docker</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 13 Dec 2021 00:24:39 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Truncate a String in JavaScript]]></title>
            <description><![CDATA[Learn how to truncate a string in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-truncate-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-truncate-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 31 Dec 2022 22:15:41 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Create a Horizontal List using CSS]]></title>
            <description><![CDATA[Learn how to create a horizontal list using CSS.]]></description>
            <link>https://sabe.io/posts/css-horizontal-list</link>
            <guid isPermaLink="false">https://sabe.io/posts/css-horizontal-list</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 30 Dec 2022 21:18:52 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Extract Numbers from a String in JavaScript]]></title>
            <description><![CDATA[Learn how to extract numbers from a string in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-extract-numbers-from-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-extract-numbers-from-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 29 Dec 2022 21:04:01 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get Details of a File using Python]]></title>
            <description><![CDATA[Learn how to get details of a file using Python.]]></description>
            <link>https://sabe.io/posts/python-get-file-details</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-get-file-details</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 28 Dec 2022 21:21:41 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Compare Arrays in JavaScript]]></title>
            <description><![CDATA[Learn how to compare arrays in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-compare-arrays</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-compare-arrays</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 27 Dec 2022 21:34:25 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to fix "command not found: nvm" in Node]]></title>
            <description><![CDATA[Learn how to fix "command not found: nvm" in Node.]]></description>
            <link>https://sabe.io/posts/node-fix-command-not-found-nvm</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-fix-command-not-found-nvm</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 27 Dec 2022 00:31:32 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[In vs hasOwnProperty in JavaScript]]></title>
            <description><![CDATA[Learn the difference between in and hasOwnProperty in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-in-vs-hasownproperty</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-in-vs-hasownproperty</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 26 Dec 2022 00:37:24 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the Class Name of an Object in Python]]></title>
            <description><![CDATA[Learn how to get the class name of an object in Python.]]></description>
            <link>https://sabe.io/posts/python-class-name-object</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-class-name-object</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 24 Dec 2022 23:47:49 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use an if shorthand without an else in JavaScript]]></title>
            <description><![CDATA[Learn how to use an if shorthand without an else in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-if-shorthand-without-else</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-if-shorthand-without-else</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 23 Dec 2022 21:20:38 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Center the Text in an HTML Table Row using CSS]]></title>
            <description><![CDATA[Learn how to center the text in an HTML table row using CSS.]]></description>
            <link>https://sabe.io/posts/css-center-text-table-row</link>
            <guid isPermaLink="false">https://sabe.io/posts/css-center-text-table-row</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 22 Dec 2022 23:21:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Rotate Images using JavaScript]]></title>
            <description><![CDATA[Learn how to rotate images using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-rotate-images</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-rotate-images</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 21 Dec 2022 21:05:44 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Initialize a List in Java]]></title>
            <description><![CDATA[Learn how to initialize a list in Java.]]></description>
            <link>https://sabe.io/posts/java-initialize-list</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-initialize-list</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 20 Dec 2022 21:27:56 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the Sum of Array of Objects in JavaScript]]></title>
            <description><![CDATA[Learn how to get the sum of array of objects in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-sum-array-objects</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-sum-array-objects</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 19 Dec 2022 22:17:32 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Pretty Print JSON in PHP]]></title>
            <description><![CDATA[Learn how to pretty print JSON in PHP.]]></description>
            <link>https://sabe.io/posts/php-pretty-print-json</link>
            <guid isPermaLink="false">https://sabe.io/posts/php-pretty-print-json</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 18 Dec 2022 21:45:48 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Split a String and get Last Array Element in JavaScript]]></title>
            <description><![CDATA[Learn how to split a string and get the last array element in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-split-string-last-array-element</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-split-string-last-array-element</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 17 Dec 2022 20:51:47 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use the "in" and "not in" Operators in Python]]></title>
            <description><![CDATA[Learn how to use the "in" and "not in" operators in Python.]]></description>
            <link>https://sabe.io/posts/python-in-not-in-operators</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-in-not-in-operators</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 16 Dec 2022 22:24:14 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use the for in loop in JavaScript]]></title>
            <description><![CDATA[Learn how to use the for in loop in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-for-in-loop</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-for-in-loop</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 16 Dec 2022 00:21:07 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Write to a Text File using Python]]></title>
            <description><![CDATA[Learn how to write to a text file using Python.]]></description>
            <link>https://sabe.io/posts/python-write-text-file</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-write-text-file</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 14 Dec 2022 21:01:02 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Add a Google Translate Button using JavaScript]]></title>
            <description><![CDATA[Learn how to add a Google Translate button using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-add-google-translate-button</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-add-google-translate-button</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 13 Dec 2022 23:21:12 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Get Values from a Dictionary in Python]]></title>
            <description><![CDATA[Learn how to get values from a dictionary in Python.]]></description>
            <link>https://sabe.io/posts/python-get-values-dictionary</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-get-values-dictionary</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 12 Dec 2022 21:54:15 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Style Console Messages using CSS in JavaScript]]></title>
            <description><![CDATA[Learn how to style console messages using CSS in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-style-console-messages-css</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-style-console-messages-css</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 11 Dec 2022 22:22:28 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Embed YouTube Videos using iframe in HTML]]></title>
            <description><![CDATA[Learn how to embed YouTube videos using iframe in HTML.]]></description>
            <link>https://sabe.io/posts/html-embed-youtube-videos-iframe</link>
            <guid isPermaLink="false">https://sabe.io/posts/html-embed-youtube-videos-iframe</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 10 Dec 2022 21:19:41 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Replace the First Occurrence of a Character in a String in JavaScript]]></title>
            <description><![CDATA[Learn how to replace the first occurrence of a character in a string in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-replace-first-occurrence-character-in-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-replace-first-occurrence-character-in-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 09 Dec 2022 21:45:10 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Fix "SyntaxError: Cannot use import statement outside of a module" Error in Node]]></title>
            <description><![CDATA[Learn how to fix "SyntaxError: Cannot use import statement outside of a module" error in Node.]]></description>
            <link>https://sabe.io/posts/node-syntaxerror-cannot-use-import-statement-outside-a-module</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-syntaxerror-cannot-use-import-statement-outside-a-module</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 09 Dec 2022 00:53:08 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Capitalize a Word in JavaScript]]></title>
            <description><![CDATA[Learn how to capitalize a word in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-capitalize-word</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-capitalize-word</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 07 Dec 2022 21:06:45 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Change String Cases in Python]]></title>
            <description><![CDATA[Learn how to change string cases in Python.]]></description>
            <link>https://sabe.io/posts/python-lowercase-uppercase-strings</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-lowercase-uppercase-strings</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 06 Dec 2022 23:55:53 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Replace White Space in Strings using Regex in JavaScript]]></title>
            <description><![CDATA[Learn how to replace white space in strings using regex in JavaScript]]></description>
            <link>https://sabe.io/posts/javascript-replace-whitespace-regex</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-replace-whitespace-regex</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 05 Dec 2022 23:55:53 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if a String contains a Substring in Python]]></title>
            <description><![CDATA[Learn how to check if a string contains a substring in Python.]]></description>
            <link>https://sabe.io/posts/python-check-string-contains-substring</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-check-string-contains-substring</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 05 Dec 2022 03:28:20 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Convert a String to HTML using JavaScript]]></title>
            <description><![CDATA[Learn how to convert a string to HTML using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-convert-string-to-html</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-convert-string-to-html</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 04 Dec 2022 09:02:09 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Round Numbers in Python]]></title>
            <description><![CDATA[Learn how to round numbers in Python.]]></description>
            <link>https://sabe.io/posts/python-round-numbers</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-round-numbers</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 03 Dec 2022 00:03:50 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Escape Quotes in a String in JavaScript]]></title>
            <description><![CDATA[Learn how to escape quotes in a string in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-escape-quotes-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-escape-quotes-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 01 Dec 2022 20:20:54 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use the <br> Line Break Element in HTML]]></title>
            <description><![CDATA[Learn how to use the <br> line break element in HTML.]]></description>
            <link>https://sabe.io/posts/html-br-line-break-element</link>
            <guid isPermaLink="false">https://sabe.io/posts/html-br-line-break-element</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 01 Dec 2022 07:25:16 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Find Min/Max from Array of Arrays in JavaScript]]></title>
            <description><![CDATA[Learn how to find the min/max from an array of arrays in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-min-max-array-of-arrays</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-min-max-array-of-arrays</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 29 Nov 2022 21:25:39 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Remove Substring from a String in Python]]></title>
            <description><![CDATA[Learn how to remove a substring from a string in Python.]]></description>
            <link>https://sabe.io/posts/python-remove-substring-from-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-remove-substring-from-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 29 Nov 2022 02:29:56 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use Immediately Invoked Function Expressions (IIFE) in JavaScript]]></title>
            <description><![CDATA[Learn how to use immediately invoked function expressions (IIFE) in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-immediately-invoked-function-expressions-iife</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-immediately-invoked-function-expressions-iife</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 28 Nov 2022 00:28:29 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Join a List of Strings with a Delimiter in Java]]></title>
            <description><![CDATA[Learn how to join a list of strings with a delimiter in Java.]]></description>
            <link>https://sabe.io/posts/java-join-list-strings-delimiter</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-join-list-strings-delimiter</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 26 Nov 2022 21:18:06 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to add Line Breaks in a Textarea using JavaScript]]></title>
            <description><![CDATA[Learn how to add line breaks in a textarea using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-line-breaks-textarea</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-line-breaks-textarea</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 25 Nov 2022 23:29:44 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Make Bullets Square on Unordered Lists using CSS]]></title>
            <description><![CDATA[Learn how to make bullets square on unordered lists using CSS.]]></description>
            <link>https://sabe.io/posts/css-square-bullets-unordered-lists</link>
            <guid isPermaLink="false">https://sabe.io/posts/css-square-bullets-unordered-lists</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 24 Nov 2022 20:44:03 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Create a Timer using JavaScript]]></title>
            <description><![CDATA[Learn how to create a timer using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-timer</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-timer</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 24 Nov 2022 00:07:26 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to add Rounded Corners using Border Radius in CSS]]></title>
            <description><![CDATA[Learn how to add rounded corners using border radius in CSS.]]></description>
            <link>https://sabe.io/posts/css-border-radius</link>
            <guid isPermaLink="false">https://sabe.io/posts/css-border-radius</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 23 Nov 2022 00:38:33 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use Object Destructuring in JavaScript]]></title>
            <description><![CDATA[Learn how to use object destructuring in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-object-destructuring</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-object-destructuring</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 21 Nov 2022 23:52:58 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Highlight Text using Mark tag in HTML]]></title>
            <description><![CDATA[Learn how to highlight text using the mark tag in HTML.]]></description>
            <link>https://sabe.io/posts/html-highlight-text-mark-tag</link>
            <guid isPermaLink="false">https://sabe.io/posts/html-highlight-text-mark-tag</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 20 Nov 2022 22:05:44 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use querySelectorAll() with Multiple Classes in JavaScript]]></title>
            <description><![CDATA[Learn how to use querySelectorAll with multiple classes in JavaScript]]></description>
            <link>https://sabe.io/posts/javascript-queryselectorall-multiple-classes</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-queryselectorall-multiple-classes</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 19 Nov 2022 23:40:41 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Set Background Opacity in CSS]]></title>
            <description><![CDATA[Learn how to set background opacity in CSS.]]></description>
            <link>https://sabe.io/posts/css-background-opacity</link>
            <guid isPermaLink="false">https://sabe.io/posts/css-background-opacity</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 19 Nov 2022 04:04:42 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Change Text on HTML Pages using JavaScript]]></title>
            <description><![CDATA[Learn how to change text on HTML pages using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-change-text-html-pages</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-change-text-html-pages</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 17 Nov 2022 23:07:16 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Learn how to Access and Use Data Attributes in CSS]]></title>
            <description><![CDATA[Learn how to access and use data attributes in CSS.]]></description>
            <link>https://sabe.io/posts/css-data-attributes</link>
            <guid isPermaLink="false">https://sabe.io/posts/css-data-attributes</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 16 Nov 2022 22:07:33 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Get and Set Data Attributes using JavaScript]]></title>
            <description><![CDATA[Learn how to get and set data attributes using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-data-attributes</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-data-attributes</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 16 Nov 2022 00:05:54 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Read Files using readFile method in Node]]></title>
            <description><![CDATA[Learn how to read files using the readFile method in Node.]]></description>
            <link>https://sabe.io/posts/node-read-files</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-read-files</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 14 Nov 2022 23:12:07 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Round a Number in JavaScript]]></title>
            <description><![CDATA[Learn how to round a number in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-round-number</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-round-number</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 14 Nov 2022 02:46:29 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Concatenate Strings in C]]></title>
            <description><![CDATA[Learn how to concatenate strings in C.]]></description>
            <link>https://sabe.io/posts/c-concatenate-strings</link>
            <guid isPermaLink="false">https://sabe.io/posts/c-concatenate-strings</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 12 Nov 2022 20:53:51 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Save an HTML Canvas as an Image using JavaScript]]></title>
            <description><![CDATA[Learn how to save an HTML canvas as an image using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-save-html-canvas-image</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-save-html-canvas-image</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 11 Nov 2022 21:53:27 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Loop over a String in Reverse in Python]]></title>
            <description><![CDATA[Learn how to loop over a string in reverse in Python.]]></description>
            <link>https://sabe.io/posts/python-loop-string-reverse</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-loop-string-reverse</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 10 Nov 2022 20:37:18 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Create a Sleep function in JavaScript]]></title>
            <description><![CDATA[Learn how to create a sleep function in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-sleep-function</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-sleep-function</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 09 Nov 2022 20:29:17 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use the Ternary Operator in Java]]></title>
            <description><![CDATA[Learn how to use the ternary operator in Java.]]></description>
            <link>https://sabe.io/posts/java-ternary-operator</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-ternary-operator</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 08 Nov 2022 21:12:48 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use Arrow Functions in JavaScript]]></title>
            <description><![CDATA[Learn how to use arrow functions in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-arrow-functions</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-arrow-functions</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 07 Nov 2022 22:54:48 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use Math.pow in Java]]></title>
            <description><![CDATA[Learn how to use Math.pow in Java.]]></description>
            <link>https://sabe.io/posts/java-math-pow</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-math-pow</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 07 Nov 2022 00:36:12 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the Parent Node of DOM Element in JavaScript]]></title>
            <description><![CDATA[Learn how to get the parent node of a DOM element in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-parent-node-dom-element</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-parent-node-dom-element</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 05 Nov 2022 21:00:25 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to add a Copyright © Symbol in HTML]]></title>
            <description><![CDATA[Learn how to add a Copyright © in HTML.]]></description>
            <link>https://sabe.io/posts/html-add-copyright-symbol</link>
            <guid isPermaLink="false">https://sabe.io/posts/html-add-copyright-symbol</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 04 Nov 2022 19:22:46 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Create an Empty Array in JavaScript]]></title>
            <description><![CDATA[Learn how to create an empty array in JavaScript]]></description>
            <link>https://sabe.io/posts/javascript-create-empty-array</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-create-empty-array</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 03 Nov 2022 22:15:49 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Loop and Repeat a JSX Element X Number of Times in React]]></title>
            <description><![CDATA[Learn how to loop and repeat a JSX element X number of times in React.]]></description>
            <link>https://sabe.io/posts/react-jsx-repeat-loop-element</link>
            <guid isPermaLink="false">https://sabe.io/posts/react-jsx-repeat-loop-element</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 02 Nov 2022 22:15:41 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[What is void(0) in JavaScript?]]></title>
            <description><![CDATA[Learn what void(0) is in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-void0</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-void0</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 01 Nov 2022 22:02:25 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Square Number in Python]]></title>
            <description><![CDATA[Learn how to square a number in Python.]]></description>
            <link>https://sabe.io/posts/python-square-number</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-square-number</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 31 Oct 2022 22:22:34 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get Query String Values using URLSearchParams in JavaScript]]></title>
            <description><![CDATA[Learn how to get query string values using URLSearchParams in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-urlsearchparams</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-urlsearchparams</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 31 Oct 2022 03:06:25 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Initialize an Empty List in Python]]></title>
            <description><![CDATA[Learn how to initialize an empty list in Python.]]></description>
            <link>https://sabe.io/posts/python-initialize-empty-list</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-initialize-empty-list</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 29 Oct 2022 22:10:21 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Create and Use Enums in JavaScript]]></title>
            <description><![CDATA[Learn how to create and use enums in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-enums</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-enums</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 28 Oct 2022 19:17:23 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Invert Color using CSS Filter]]></title>
            <description><![CDATA[Learn how to invert color using CSS filter.]]></description>
            <link>https://sabe.io/posts/css-invert-color-filter</link>
            <guid isPermaLink="false">https://sabe.io/posts/css-invert-color-filter</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 27 Oct 2022 20:11:17 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Get the Count of Properties in a JavaScript Object]]></title>
            <description><![CDATA[Learn how to get the count of properties in a JavaScript object.]]></description>
            <link>https://sabe.io/posts/javascript-get-count-properties-object</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-get-count-properties-object</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 26 Oct 2022 21:01:21 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Convert List to Comma-Separated String in Python]]></title>
            <description><![CDATA[Learn how to convert a list to a comma-separated string in Python.]]></description>
            <link>https://sabe.io/posts/python-convert-list-comma-separated-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-convert-list-comma-separated-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 25 Oct 2022 19:09:16 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Add a CSS Class to an Element using JavaScript]]></title>
            <description><![CDATA[Learn how to add a CSS class to an element using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-add-css-class-element</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-add-css-class-element</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 24 Oct 2022 22:15:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Add Multiple Classes in React]]></title>
            <description><![CDATA[Learn how to add multiple classes in React.]]></description>
            <link>https://sabe.io/posts/react-multiple-classes</link>
            <guid isPermaLink="false">https://sabe.io/posts/react-multiple-classes</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 23 Oct 2022 22:36:48 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Multiply a String in JavaScript]]></title>
            <description><![CDATA[Learn how to multiply a string in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-multiply-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-multiply-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 23 Oct 2022 03:59:32 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Create an Empty File in Python]]></title>
            <description><![CDATA[Learn how to create an empty file in Python.]]></description>
            <link>https://sabe.io/posts/python-create-empty-file</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-create-empty-file</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 21 Oct 2022 15:41:31 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use forEach with Key Value Pairs Object in JavaScript]]></title>
            <description><![CDATA[Learn how to use forEach with key value pairs object in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-foreach-key-value-object</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-foreach-key-value-object</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 21 Oct 2022 01:41:31 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use new Native Node Watch mode in Node 19]]></title>
            <description><![CDATA[Learn how to use the new native Node watch mode in Node 19.]]></description>
            <link>https://sabe.io/posts/node-native-watch-mode</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-native-watch-mode</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 19 Oct 2022 22:40:25 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Iterate through Key-Values of a JavaScript Object]]></title>
            <description><![CDATA[Learn how to iterate through key-values of a JavaScript object.]]></description>
            <link>https://sabe.io/posts/javascript-iterate-key-values-object</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-iterate-key-values-object</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 18 Oct 2022 21:38:38 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Convert a String to Path in Java]]></title>
            <description><![CDATA[Learn how to convert a string to a path in Java.]]></description>
            <link>https://sabe.io/posts/java-convert-string-path</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-convert-string-path</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 18 Oct 2022 00:50:27 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get Unique Values from an Array using a Set in JavaScript]]></title>
            <description><![CDATA[Learn how to get unique values from an array using a set in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-unique-values-array-set</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-unique-values-array-set</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 17 Oct 2022 00:50:27 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to add a Favicon by Linking it in the Head tag in HTML]]></title>
            <description><![CDATA[How to add a favicon by linking it in the head tag in HTML.]]></description>
            <link>https://sabe.io/posts/html-add-favicon</link>
            <guid isPermaLink="false">https://sabe.io/posts/html-add-favicon</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 16 Oct 2022 00:26:22 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Get and Set a Date from DOM Input using JavaScript]]></title>
            <description><![CDATA[Learn how to get and set a date from a DOM input using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-get-set-date-dom-input</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-get-set-date-dom-input</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 15 Oct 2022 00:17:47 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Calculate the Area of a Circle in Java]]></title>
            <description><![CDATA[Learn how to calculate the area of a circle in Java.]]></description>
            <link>https://sabe.io/posts/java-calculate-area-circle</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-calculate-area-circle</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 13 Oct 2022 16:23:37 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Change an Element's ID Attribute using JavaScript]]></title>
            <description><![CDATA[Learn how to change an element's ID attribute using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-change-id-element</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-change-id-element</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 12 Oct 2022 16:23:37 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Write Comments in React and JSX]]></title>
            <description><![CDATA[Learn how to write comments in React and JSX.]]></description>
            <link>https://sabe.io/posts/react-jsx-comments</link>
            <guid isPermaLink="false">https://sabe.io/posts/react-jsx-comments</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 11 Oct 2022 16:23:37 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use a Variable in a Regular Expression in JavaScript]]></title>
            <description><![CDATA[Learn how to use a variable in a regular expression in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-variable-regular-expression</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-variable-regular-expression</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 10 Oct 2022 16:23:37 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if a Key Exists in a Python Dictionary]]></title>
            <description><![CDATA[Learn how to check if a key exists in a Python dictionary.]]></description>
            <link>https://sabe.io/posts/python-check-key-exists-dictionary</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-check-key-exists-dictionary</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 09 Oct 2022 16:23:37 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Shuffle Elements of an Array in JavaScript]]></title>
            <description><![CDATA[Learn how to shuffle elements of an array in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-shuffle-array</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-shuffle-array</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 08 Oct 2022 16:23:37 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Convert a String to a Date in Python]]></title>
            <description><![CDATA[Learn how to convert a string to a date in Python.]]></description>
            <link>https://sabe.io/posts/python-convert-string-to-date</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-convert-string-to-date</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 07 Oct 2022 21:31:54 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Toggle CSS Classes using the classList Property in JavaScript]]></title>
            <description><![CDATA[Learn how to toggle CSS classes using the classList property in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-toggle-css-classes-classlist</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-toggle-css-classes-classlist</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 06 Oct 2022 23:12:27 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Toggle a Class in React]]></title>
            <description><![CDATA[Learn how to toggle a class in React.]]></description>
            <link>https://sabe.io/posts/react-toggle-class</link>
            <guid isPermaLink="false">https://sabe.io/posts/react-toggle-class</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 05 Oct 2022 21:06:30 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Play a Sound using Audio in JavaScript]]></title>
            <description><![CDATA[Learn how to play a sound using Audio in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-play-sound-audio</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-play-sound-audio</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 04 Oct 2022 21:11:40 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Reverse a String in Python]]></title>
            <description><![CDATA[Learn how to reverse a string in Python.]]></description>
            <link>https://sabe.io/posts/python-reverse-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-reverse-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 03 Oct 2022 22:00:24 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Smoothly Scroll to an Element on the Page using JavaScript]]></title>
            <description><![CDATA[Learn how to smoothly scroll to an element on the page using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-smoothly-scroll-element</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-smoothly-scroll-element</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 02 Oct 2022 22:42:33 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Remove Newlines from Strings in Python]]></title>
            <description><![CDATA[Learn how to remove newlines from strings in Python.]]></description>
            <link>https://sabe.io/posts/python-remove-newline-from-strings</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-remove-newline-from-strings</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 02 Oct 2022 02:33:51 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use alert to display variables in JavaScript]]></title>
            <description><![CDATA[Learn how to use the alert function to display variables in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-alert-variables</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-alert-variables</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 01 Oct 2022 03:59:44 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Import and Export Modules in ESM using Node]]></title>
            <description><![CDATA[Learn how to import and export modules in ESM using Node.]]></description>
            <link>https://sabe.io/posts/node-import-export-modules-esm</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-import-export-modules-esm</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 29 Sep 2022 22:43:05 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use setInterval in JavaScript]]></title>
            <description><![CDATA[Learn how to use setInterval in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-setinterval</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-setinterval</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 28 Sep 2022 20:57:38 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Set a Background Image in React]]></title>
            <description><![CDATA[Learn how to set a background image in React.]]></description>
            <link>https://sabe.io/posts/react-background-image</link>
            <guid isPermaLink="false">https://sabe.io/posts/react-background-image</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 27 Sep 2022 21:50:18 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Reverse an Array in JavaScript]]></title>
            <description><![CDATA[Learn how to reverse an array in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-reverse-array</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-reverse-array</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 26 Sep 2022 23:08:57 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use Native Fetch API in Node]]></title>
            <description><![CDATA[Learn how to use the native fetch API in Node.]]></description>
            <link>https://sabe.io/posts/node-fetch</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-fetch</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 25 Sep 2022 23:57:41 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Remove Event Listeners in JavaScript]]></title>
            <description><![CDATA[Learn how to remove event listeners in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-remove-event-listeners</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-remove-event-listeners</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 24 Sep 2022 23:57:41 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Remove the Last Character from a String in PHP]]></title>
            <description><![CDATA[Learn how to remove the last character from a string in PHP.]]></description>
            <link>https://sabe.io/posts/php-remove-last-character-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/php-remove-last-character-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 23 Sep 2022 23:57:41 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Get the Current Timestamp in JavaScript]]></title>
            <description><![CDATA[Learn how to get the current timestamp in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-current-timestamp</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-current-timestamp</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 22 Sep 2022 22:59:27 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use forEach Loop in React]]></title>
            <description><![CDATA[Learn how to use a forEach loop in React.]]></description>
            <link>https://sabe.io/posts/react-foreach-loop</link>
            <guid isPermaLink="false">https://sabe.io/posts/react-foreach-loop</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 21 Sep 2022 21:17:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get File Extension from File Name in JavaScript]]></title>
            <description><![CDATA[Learn how to get the file extension from file name in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-file-extension-file-name</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-file-extension-file-name</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 21 Sep 2022 00:57:58 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Open a Link in a New Tab in React]]></title>
            <description><![CDATA[Learn how to open a link in a new tab in React.]]></description>
            <link>https://sabe.io/posts/react-open-link-new-tab</link>
            <guid isPermaLink="false">https://sabe.io/posts/react-open-link-new-tab</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 20 Sep 2022 00:02:05 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Get the Status Code of a Fetch HTTP Response in JavaScript]]></title>
            <description><![CDATA[Learn how to get the status code of a Fetch HTTP response in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-status-code-fetch-http-response</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-status-code-fetch-http-response</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 19 Sep 2022 05:51:57 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Flatten a List of Lists in Java]]></title>
            <description><![CDATA[Learn how to flatten a list of list in Java.]]></description>
            <link>https://sabe.io/posts/java-flatten-list-of-lists</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-flatten-list-of-lists</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 17 Sep 2022 22:49:12 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if a DOM element exists using JavaScript]]></title>
            <description><![CDATA[Learn how to check if a DOM element exists using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-check-if-element-exists</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-check-if-element-exists</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 16 Sep 2022 18:40:15 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Remove Duplicates from a List in Python]]></title>
            <description><![CDATA[Learn how to remove duplicates from a list in Python.]]></description>
            <link>https://sabe.io/posts/python-remove-duplicates</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-remove-duplicates</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 15 Sep 2022 22:53:06 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Stop a Form Submit using JavaScript]]></title>
            <description><![CDATA[Learn how to stop a form submit using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-stop-form-submit</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-stop-form-submit</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 14 Sep 2022 22:47:02 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Post JSON Data using cURL in PHP]]></title>
            <description><![CDATA[Learn how to post JSON data using cURL in PHP.]]></description>
            <link>https://sabe.io/posts/php-post-json-curl</link>
            <guid isPermaLink="false">https://sabe.io/posts/php-post-json-curl</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 13 Sep 2022 23:57:45 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if a Function Exists in JavaScript]]></title>
            <description><![CDATA[Learn how to check if a function exists in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-check-function-exists</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-check-function-exists</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 12 Sep 2022 12:59:07 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Convert a Long to an Int in Java]]></title>
            <description><![CDATA[Learn how to convert a long to an int in Java.]]></description>
            <link>https://sabe.io/posts/java-convert-long-int</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-convert-long-int</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 11 Sep 2022 12:59:07 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if a Value Exists in an Object in JavaScript]]></title>
            <description><![CDATA[Learn how to check if a value exists in an object in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-check-if-value-exists-in-object</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-check-if-value-exists-in-object</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 11 Sep 2022 00:29:36 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to make Text Font Bold using CSS]]></title>
            <description><![CDATA[Learn how to make text font bold using CSS.]]></description>
            <link>https://sabe.io/posts/css-text-font-bold</link>
            <guid isPermaLink="false">https://sabe.io/posts/css-text-font-bold</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 10 Sep 2022 00:29:36 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Declare Multiple Variables at Once in JavaScript]]></title>
            <description><![CDATA[Learn how to declare multiple variables at once in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-declare-multiple-variables</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-declare-multiple-variables</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 09 Sep 2022 00:29:36 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if All Values in a List are True in Java]]></title>
            <description><![CDATA[Learn how to check if all values in a list are true in Java.]]></description>
            <link>https://sabe.io/posts/java-check-all-values-list-true</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-check-all-values-list-true</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 08 Sep 2022 00:29:36 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Add Item to Array at Specific Index in JavaScript]]></title>
            <description><![CDATA[Learn how to add an item to an array at a specific index in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-add-item-specific-index-array</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-add-item-specific-index-array</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 07 Sep 2022 00:29:36 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Concatenate Strings in PHP]]></title>
            <description><![CDATA[Learn how to concatenate strings in PHP.]]></description>
            <link>https://sabe.io/posts/php-concatenate-strings</link>
            <guid isPermaLink="false">https://sabe.io/posts/php-concatenate-strings</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 05 Sep 2022 08:44:26 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Set an Object Key using a Variable in JavaScript]]></title>
            <description><![CDATA[Learn how to set an object key using a variable in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-set-object-key-using-variable</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-set-object-key-using-variable</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 05 Sep 2022 03:48:17 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Initialize HashSet with Multiple Elements in Java]]></title>
            <description><![CDATA[Learn how to initialize a HashSet with multiple elements in Java.]]></description>
            <link>https://sabe.io/posts/java-hashset-initialize-multiple-elements</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-hashset-initialize-multiple-elements</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 04 Sep 2022 01:05:55 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Create new DOM elements using JavaScript]]></title>
            <description><![CDATA[Learn how to create new DOM elements using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-create-dom-elements</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-create-dom-elements</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 02 Sep 2022 21:18:16 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use Title to add hover text in HTML]]></title>
            <description><![CDATA[Learn how to use title to add hover text in HTML.]]></description>
            <link>https://sabe.io/posts/html-title-hover-text</link>
            <guid isPermaLink="false">https://sabe.io/posts/html-title-hover-text</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 01 Sep 2022 23:05:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to add new lines to console and DOM output in JavaScript]]></title>
            <description><![CDATA[Learn how to add new lines to console and DOM output in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-new-line</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-new-line</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 01 Sep 2022 00:04:36 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Download an Image from URL using Node]]></title>
            <description><![CDATA[Learn how to download an image from URL using Node.]]></description>
            <link>https://sabe.io/posts/node-download-image</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-download-image</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 30 Aug 2022 19:36:15 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Remove a Substring from a String in JavaScript]]></title>
            <description><![CDATA[Learn how to remove a substring from a string in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-remove-substring-from-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-remove-substring-from-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 30 Aug 2022 00:42:54 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use the Buffer toString Function in Node]]></title>
            <description><![CDATA[Learn how to use the Buffer toString function in Node.]]></description>
            <link>https://sabe.io/posts/node-buffer-tostring</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-buffer-tostring</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 29 Aug 2022 03:06:36 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the Last Character of a String in JavaScript]]></title>
            <description><![CDATA[Learn how to get the last character of a string in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-get-last-character-of-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-get-last-character-of-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 27 Aug 2022 20:30:37 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Read and Write JSON to a File in Node]]></title>
            <description><![CDATA[Learn how to read and write JSON to a file in Node.]]></description>
            <link>https://sabe.io/posts/node-read-write-json-to-file</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-read-write-json-to-file</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 26 Aug 2022 19:07:08 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to fix forEach is not a function Error in JavaScript]]></title>
            <description><![CDATA[Learn how to fix forEach is not a function Error in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-fix-typeerror-foreach-is-not-a-function</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-fix-typeerror-foreach-is-not-a-function</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 26 Aug 2022 00:13:11 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Fix TypeError: list indices must be integers or slices, not tuple in Python]]></title>
            <description><![CDATA[Learn how to fix TypeError: list indices must be integers or slices, not tuple in Python.]]></description>
            <link>https://sabe.io/posts/python-fix-typeerror-list-indices-must-be-integers-or-slices-not-tuple</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-fix-typeerror-list-indices-must-be-integers-or-slices-not-tuple</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 24 Aug 2022 22:59:55 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Parse Float to 2 Decimal Places in JavaScript]]></title>
            <description><![CDATA[Learn how to parse a float to 2 decimal places in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-parse-float-two-decimal-places</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-parse-float-two-decimal-places</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 23 Aug 2022 22:53:56 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Run Node scripts from the Command Line]]></title>
            <description><![CDATA[Learn how to run Node scripts from the command line.]]></description>
            <link>https://sabe.io/posts/node-run-scripts-command-line</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-run-scripts-command-line</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 23 Aug 2022 00:52:53 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Get the Index of the Max Value of an Array in JavaScript]]></title>
            <description><![CDATA[Learn how to get the index of the max value of an array in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-index-max-value-array</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-index-max-value-array</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 22 Aug 2022 02:16:45 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Remove Blue Underline from Links using CSS]]></title>
            <description><![CDATA[Learn how to remove blue underlines from links using CSS.]]></description>
            <link>https://sabe.io/posts/css-remove-blue-underline-links</link>
            <guid isPermaLink="false">https://sabe.io/posts/css-remove-blue-underline-links</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 21 Aug 2022 04:49:46 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if String is a Positive Integer in JavaScript]]></title>
            <description><![CDATA[Learn how to check if a string is a positive integer in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-check-string-positive-integer</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-check-string-positive-integer</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 19 Aug 2022 20:04:12 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Accept Only Image for File Input Type in HTML]]></title>
            <description><![CDATA[Learn how to accept only images for file inputs in HTML.]]></description>
            <link>https://sabe.io/posts/html-allow-only-image-file-input-type</link>
            <guid isPermaLink="false">https://sabe.io/posts/html-allow-only-image-file-input-type</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 19 Aug 2022 07:10:30 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Check if Array of Strings Contains a Substring in JavaScript]]></title>
            <description><![CDATA[Learn how to check if an array of strings contains a substring in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-check-string-array-contains-substring</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-check-string-array-contains-substring</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 18 Aug 2022 05:31:51 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Create a Multi-line Textbox in HTML]]></title>
            <description><![CDATA[Learn how to create a multi-line textbox in HTML.]]></description>
            <link>https://sabe.io/posts/html-create-multi-line-text-box</link>
            <guid isPermaLink="false">https://sabe.io/posts/html-create-multi-line-text-box</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 16 Aug 2022 21:21:30 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Create Array from a Comma-Separated String in JavaScript]]></title>
            <description><![CDATA[Learn how to create an array from a comma-separated string in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-array-from-comma-separated-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-array-from-comma-separated-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 16 Aug 2022 07:33:20 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Convert a String to a Float in Python]]></title>
            <description><![CDATA[Learn how to convert a string to a float in Python.]]></description>
            <link>https://sabe.io/posts/python-convert-string-to-float</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-convert-string-to-float</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 14 Aug 2022 22:15:09 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use the String match method]]></title>
            <description><![CDATA[Learn how to use the String match method.]]></description>
            <link>https://sabe.io/posts/javascript-string-match</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-string-match</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 13 Aug 2022 22:15:09 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Remove a Key from a Dictionary in Python]]></title>
            <description><![CDATA[Learn how to remove a key from a dictionary in Python.]]></description>
            <link>https://sabe.io/posts/python-remove-key-dictionary</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-remove-key-dictionary</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 12 Aug 2022 14:29:07 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Remove First and Last Elements from an Array in JavaScript]]></title>
            <description><![CDATA[Learn how to remove the first and last elements from an array in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-remove-first-last-element-array</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-remove-first-last-element-array</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 11 Aug 2022 14:29:07 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the Domain Name from URL in PHP]]></title>
            <description><![CDATA[Learn how to get the domain name from a URL in PHP.]]></description>
            <link>https://sabe.io/posts/php-domain-name-url</link>
            <guid isPermaLink="false">https://sabe.io/posts/php-domain-name-url</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 10 Aug 2022 14:29:07 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to do String Interpolation in JavaScript]]></title>
            <description><![CDATA[Learn how to use string interpolation in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-string-interpolation</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-string-interpolation</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 10 Aug 2022 01:11:28 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Create an Ordered List with Nested Counters]]></title>
            <description><![CDATA[Learn how to created an ordered list with nested counters.]]></description>
            <link>https://sabe.io/posts/html-ordered-list-nested-counters</link>
            <guid isPermaLink="false">https://sabe.io/posts/html-ordered-list-nested-counters</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 08 Aug 2022 22:27:06 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if an Array is Empty in JavaScript]]></title>
            <description><![CDATA[Learn how to check if an array is empty in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-check-array-empty</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-check-array-empty</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 07 Aug 2022 21:52:03 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use the Filter function in Python]]></title>
            <description><![CDATA[Learn how to use the filter function in Python.]]></description>
            <link>https://sabe.io/posts/python-filter-function</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-filter-function</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 06 Aug 2022 19:47:05 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Sort an Array Alphabetically in JavaScript]]></title>
            <description><![CDATA[Learn how to sort an array alphabetically in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-sort-array-alphabetically</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-sort-array-alphabetically</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 05 Aug 2022 19:47:05 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use math.log Function in Python]]></title>
            <description><![CDATA[Learn how to use math.log function in Python.]]></description>
            <link>https://sabe.io/posts/python-math-log-function</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-math-log-function</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 04 Aug 2022 19:47:05 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if a String Matches a RegEx in JavaScript]]></title>
            <description><![CDATA[Learn how to check if a string matches a regular expression in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-string-matches-regex</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-string-matches-regex</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 03 Aug 2022 19:47:05 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if an Array is Empty in PHP]]></title>
            <description><![CDATA[Learn how to check if an array is empty in PHP.]]></description>
            <link>https://sabe.io/posts/php-check-array-empty</link>
            <guid isPermaLink="false">https://sabe.io/posts/php-check-array-empty</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 02 Aug 2022 19:47:05 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Empty an Array in JavaScript]]></title>
            <description><![CDATA[Learn how to empty an array in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-empty-array</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-empty-array</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 01 Aug 2022 19:47:05 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Convert DateTime to String in PHP]]></title>
            <description><![CDATA[Learn how to convert a DateTime object to string in PHP.]]></description>
            <link>https://sabe.io/posts/php-convert-datetime-to-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/php-convert-datetime-to-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 31 Jul 2022 22:50:39 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Sort JavaScript Objects by Key]]></title>
            <description><![CDATA[Learn how to sort JavaScript objects by key.]]></description>
            <link>https://sabe.io/posts/javascript-sort-objects-by-key</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-sort-objects-by-key</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 30 Jul 2022 22:31:22 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Convert a String to an Array in Java]]></title>
            <description><![CDATA[Learn how to convert a string to an array in Java.]]></description>
            <link>https://sabe.io/posts/java-convert-string-to-array</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-convert-string-to-array</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 30 Jul 2022 01:22:42 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Reverse a String in JavaScript]]></title>
            <description><![CDATA[Learn how to reverse a string in Javascript.]]></description>
            <link>https://sabe.io/posts/javascript-reverse-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-reverse-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 29 Jul 2022 00:56:53 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if a Directory Exists using Node]]></title>
            <description><![CDATA[Learn how to check if a directory exists using Node.]]></description>
            <link>https://sabe.io/posts/node-check-directory-exists</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-check-directory-exists</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 28 Jul 2022 00:35:52 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Stop Propagation of an Event in JavaScript]]></title>
            <description><![CDATA[Learn how to stop the propagation of an event in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-stop-propagation-events</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-stop-propagation-events</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 26 Jul 2022 22:40:50 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to List all Files in a Directory using Node]]></title>
            <description><![CDATA[Learn how to list all files in a directory using Node.]]></description>
            <link>https://sabe.io/posts/node-list-files-directory</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-list-files-directory</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 25 Jul 2022 22:28:03 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Sort an Array by Date in JavaScript]]></title>
            <description><![CDATA[Learn how to sort an array by date in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-sort-array-date</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-sort-array-date</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 25 Jul 2022 03:54:12 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Remove the Last Character from a String in Java]]></title>
            <description><![CDATA[Learn how to remove the last character from a string in Java.]]></description>
            <link>https://sabe.io/posts/java-remove-last-character-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-remove-last-character-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 24 Jul 2022 03:45:42 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if a Key exists in Local Storage using JavaScript]]></title>
            <description><![CDATA[Learn how to check if a key exists in local storage using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-key-exists-local-storage</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-key-exists-local-storage</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 22 Jul 2022 23:19:11 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the File Extension of a File using Node]]></title>
            <description><![CDATA[Learn how to get the file extension of a file using Node.]]></description>
            <link>https://sabe.io/posts/node-file-extension</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-file-extension</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 21 Jul 2022 18:46:39 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Remove Duplicates from an Array in JavaScript]]></title>
            <description><![CDATA[Learn how to remove duplicates from an array in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-remove-duplicates-array</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-remove-duplicates-array</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 20 Jul 2022 18:23:39 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Delete a File in Node]]></title>
            <description><![CDATA[Learn how to delete a file from your file system in Node.]]></description>
            <link>https://sabe.io/posts/node-delete-file</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-delete-file</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 19 Jul 2022 18:26:11 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Encode URLs in JavaScript]]></title>
            <description><![CDATA[Learn how to encode URLs in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-encode-urls</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-encode-urls</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 18 Jul 2022 20:34:03 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Extract Digits from a String in Java]]></title>
            <description><![CDATA[Learn how to extract digits from a string in Java.]]></description>
            <link>https://sabe.io/posts/java-extract-digits-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-extract-digits-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 18 Jul 2022 03:35:38 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Convert a Date to UTC String in JavaScript]]></title>
            <description><![CDATA[Learn how to convert a date to a UTC string in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-convert-date-utc-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-convert-date-utc-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 17 Jul 2022 03:13:37 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Split a String in Java]]></title>
            <description><![CDATA[Learn how to split a string in Java.]]></description>
            <link>https://sabe.io/posts/java-split-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-split-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 15 Jul 2022 19:06:40 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the Current URL in JavaScript]]></title>
            <description><![CDATA[Learn how to get the current URL in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-current-url</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-current-url</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 15 Jul 2022 01:43:56 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Create a TinyURL using Node]]></title>
            <description><![CDATA[Learn how to create a TinyURL using Node.]]></description>
            <link>https://sabe.io/posts/node-create-tiny-url</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-create-tiny-url</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 13 Jul 2022 20:12:47 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use a Debounce function in JavaScript]]></title>
            <description><![CDATA[Learn how to use a debounce function in JavaScript to improve performance.]]></description>
            <link>https://sabe.io/posts/javascript-debounce</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-debounce</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 12 Jul 2022 20:22:27 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to HTTP Redirect in Express]]></title>
            <description><![CDATA[Learn how to HTTP redirect users from one page to another in Express.]]></description>
            <link>https://sabe.io/posts/node-http-request-express</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-http-request-express</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 12 Jul 2022 02:16:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use forEach loops in JavaScript]]></title>
            <description><![CDATA[Learn how to use forEach loops in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-foreach-loops</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-foreach-loops</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 11 Jul 2022 02:07:33 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Capitalize the First Letter of a Word using CSS]]></title>
            <description><![CDATA[Learn how to capitalize the first letter of a word using CSS.]]></description>
            <link>https://sabe.io/posts/css-capitalize-first-letter</link>
            <guid isPermaLink="false">https://sabe.io/posts/css-capitalize-first-letter</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 10 Jul 2022 02:28:53 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Swap two Array Elements in JavaScript]]></title>
            <description><![CDATA[Learn how to swap two array elements in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-swap-array-elements</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-swap-array-elements</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 09 Jul 2022 02:47:33 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if Tuple Exists in a List in Python]]></title>
            <description><![CDATA[Learn how to check if a tuple exists in a list in Python.]]></description>
            <link>https://sabe.io/posts/python-check-tuple-exists-list</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-check-tuple-exists-list</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 08 Jul 2022 02:32:31 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to add Headers to Axios Requests]]></title>
            <description><![CDATA[Learn how to add headers to Axios requests.]]></description>
            <link>https://sabe.io/posts/javascript-add-headers-axios-requests</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-add-headers-axios-requests</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 07 Jul 2022 02:07:21 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check Current Node Version at Runtime]]></title>
            <description><![CDATA[Learn how to check the current Node version at runtime.]]></description>
            <link>https://sabe.io/posts/node-check-version-runtime</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-check-version-runtime</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 05 Jul 2022 20:14:37 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Generate a Random Number between Two Numbers in JavaScript]]></title>
            <description><![CDATA[Learn how to generate a random number between two numbers in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-generate-random-number-between-two-numbers</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-generate-random-number-between-two-numbers</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 05 Jul 2022 01:00:04 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Define a Null Variable in Python]]></title>
            <description><![CDATA[Learn how to define a null variable in Python.]]></description>
            <link>https://sabe.io/posts/python-how-to-define-null-variable</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-how-to-define-null-variable</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 04 Jul 2022 01:00:04 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Return Multiple Values from a Function in JavaScript]]></title>
            <description><![CDATA[Learn how to return multiple values from a function in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-return-multiple-values-function</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-return-multiple-values-function</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 03 Jul 2022 01:00:04 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to trim whitespace from a String in Python]]></title>
            <description><![CDATA[Learn how to trim whitespace from a string in Python.]]></description>
            <link>https://sabe.io/posts/python-trim-whitespace-from-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-trim-whitespace-from-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 02 Jul 2022 01:00:04 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Exit from a Function in JavaScript]]></title>
            <description><![CDATA[Learn how to exit from a function in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-exit-function</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-exit-function</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 30 Jun 2022 23:34:13 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the Substring before a Character in Java]]></title>
            <description><![CDATA[Learn how to get the substring before a character in Java.]]></description>
            <link>https://sabe.io/posts/java-substring-before-character</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-substring-before-character</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 29 Jun 2022 19:16:56 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Merge Two or More Arrays in JavaScript]]></title>
            <description><![CDATA[Learn how to merge two or more arrays in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-merge-arrays</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-merge-arrays</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 28 Jun 2022 20:28:56 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Push Value to Array in PHP]]></title>
            <description><![CDATA[Learn how to push a value to an array in PHP.]]></description>
            <link>https://sabe.io/posts/php-push-value-array</link>
            <guid isPermaLink="false">https://sabe.io/posts/php-push-value-array</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 27 Jun 2022 20:08:25 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Format a Number as a Currency in JavaScript]]></title>
            <description><![CDATA[Learn how to format a number as a currency in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-format-number-currency</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-format-number-currency</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 27 Jun 2022 03:23:32 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Loop through an Array in C]]></title>
            <description><![CDATA[Learn how to loop through an array in C.]]></description>
            <link>https://sabe.io/posts/c-loop-array</link>
            <guid isPermaLink="false">https://sabe.io/posts/c-loop-array</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 26 Jun 2022 03:17:02 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Export Multiple Functions in JavaScript]]></title>
            <description><![CDATA[Learn how to export multiple functions in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-export-multiple-functions</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-export-multiple-functions</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 24 Jun 2022 17:18:31 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Read a File in Python]]></title>
            <description><![CDATA[Learn how to read a file in Python.]]></description>
            <link>https://sabe.io/posts/python-read-file</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-read-file</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 23 Jun 2022 18:50:34 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Divide an Array in Half in JavaScript]]></title>
            <description><![CDATA[Learn how to divide an array in half in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-divide-array-in-half</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-divide-array-in-half</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 22 Jun 2022 23:12:34 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to check if File or Directory Exists in Python]]></title>
            <description><![CDATA[Learn how to check if a file or directory exists in Python.]]></description>
            <link>https://sabe.io/posts/python-check-file-directory-exists</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-check-file-directory-exists</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 21 Jun 2022 23:22:08 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Create Multi-Line Strings in JavaScript]]></title>
            <description><![CDATA[Learn how to create multi-line strings in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-multiline-strings</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-multiline-strings</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 20 Jun 2022 20:19:27 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to  Convert a String to Integer in Python]]></title>
            <description><![CDATA[Learn how to convert a string to an integer in Python.]]></description>
            <link>https://sabe.io/posts/python-convert-string-to-integer</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-convert-string-to-integer</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 19 Jun 2022 21:44:20 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Initialize a Map with Values in JavaScript]]></title>
            <description><![CDATA[Learn how to initialize a map with values in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-initialize-map-values</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-initialize-map-values</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 18 Jun 2022 21:40:35 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Remove the Last Character from a String in Java]]></title>
            <description><![CDATA[Learn how to remove the last character from a string in Java.]]></description>
            <link>https://sabe.io/posts/java-remove-last-character-from-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-remove-last-character-from-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 18 Jun 2022 03:53:48 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Parse String with Commas to Number in JavaScript]]></title>
            <description><![CDATA[Learn how to parse a string with commas to a number in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-parse-string-commas-to-number</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-parse-string-commas-to-number</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 17 Jun 2022 00:58:56 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Convert an Integer to Binary in Python]]></title>
            <description><![CDATA[Learn how to convert an integer to binary in Python.]]></description>
            <link>https://sabe.io/posts/python-convert-integer-to-binary</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-convert-integer-to-binary</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 16 Jun 2022 03:19:56 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Convert a String to Uppercase and Lowercase in JavaScript]]></title>
            <description><![CDATA[Learn how to convert a string to uppercase and lowercase in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-convert-string-lowercase-uppercase</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-convert-string-lowercase-uppercase</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 15 Jun 2022 00:54:06 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to print a line break in Python]]></title>
            <description><![CDATA[Learn how to print a line break in Python.]]></description>
            <link>https://sabe.io/posts/python-print-line-break</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-print-line-break</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 13 Jun 2022 17:33:18 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to convert all Array elements to Lowercase in JavaScript]]></title>
            <description><![CDATA[Learn how to convert all array elements to lowercase in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-convert-all-elements-lowercase</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-convert-all-elements-lowercase</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 13 Jun 2022 00:48:46 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Generate Random Integers in Range in Python]]></title>
            <description><![CDATA[Learn how to generate random integers in range in Python.]]></description>
            <link>https://sabe.io/posts/python-generate-random-integers-range</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-generate-random-integers-range</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 11 Jun 2022 19:07:41 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Using typeof with Numbers in JavaScript]]></title>
            <description><![CDATA[Learn how to use typeof with numbers in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-typeof-numbers</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-typeof-numbers</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 10 Jun 2022 16:55:11 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the first X Elements of a List in Python]]></title>
            <description><![CDATA[Learn how to get the first X elements of a list in Python.]]></description>
            <link>https://sabe.io/posts/python-get-first-x-elements-of-list</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-get-first-x-elements-of-list</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 09 Jun 2022 16:43:22 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Truthy Values in JavaScript]]></title>
            <description><![CDATA[Learn about truthy values in JavaScript and how they work.]]></description>
            <link>https://sabe.io/posts/javascript-truthy-values</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-truthy-values</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 08 Jun 2022 19:58:16 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Convert Hexadecimal to Decimal in Python]]></title>
            <description><![CDATA[Learn how to convert hexadecimal to decimal in Python.]]></description>
            <link>https://sabe.io/posts/python-hex-to-decimal</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-hex-to-decimal</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 07 Jun 2022 14:44:51 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Remove White Space from Start or End of a String in JavaScript]]></title>
            <description><![CDATA[Learn how to remove white space from the start or the end of a string in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-remove-white-space-start-end-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-remove-white-space-start-end-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 07 Jun 2022 03:15:41 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the Current Year in Python]]></title>
            <description><![CDATA[Learn how to get the current year in Python.]]></description>
            <link>https://sabe.io/posts/python-current-year</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-current-year</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 06 Jun 2022 01:40:38 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get Last X Elements of an Array in JavaScript]]></title>
            <description><![CDATA[Learn how to get the last X elements of an array in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-get-last-elements-array</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-get-last-elements-array</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 04 Jun 2022 19:43:44 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get Pi in Python]]></title>
            <description><![CDATA[Learn how to get the number pi in Python.]]></description>
            <link>https://sabe.io/posts/python-pi</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-pi</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 03 Jun 2022 19:43:16 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Convert Ascii Codes to Characters in JavaScript]]></title>
            <description><![CDATA[Learn how to convert ascii codes to characters in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-convert-ascii-codes-characters</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-convert-ascii-codes-characters</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 02 Jun 2022 18:17:19 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Remove the Last X Elements from a List in Python]]></title>
            <description><![CDATA[Learn how to remove the last X elements from a list in Python.]]></description>
            <link>https://sabe.io/posts/python-remove-last-elements-list</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-remove-last-elements-list</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 01 Jun 2022 17:27:40 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to initialize an Array with Zeros or Objects in JavaScript]]></title>
            <description><![CDATA[Learn how to Fill an array with zeros or objects in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-array-fill-zeros-objects</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-array-fill-zeros-objects</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 31 May 2022 17:08:52 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Remove the First and Last Character from a String in Python]]></title>
            <description><![CDATA[Learn how to remove the first and last character from a string in Python.]]></description>
            <link>https://sabe.io/posts/python-remove-first-last-character-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-remove-first-last-character-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 31 May 2022 00:19:59 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Format a Date to YYYY MM DD in JavaScript]]></title>
            <description><![CDATA[Learn how to formate a date to YYYY MM DD in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-format-date-yyyy-mm-dd</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-format-date-yyyy-mm-dd</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 29 May 2022 23:36:13 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if a String Contains a Character in Java]]></title>
            <description><![CDATA[Learn how to check if a string contains a character in Java.]]></description>
            <link>https://sabe.io/posts/java-check-string-contains-character</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-check-string-contains-character</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 28 May 2022 16:34:56 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Convert a String to a Number in JavaScript]]></title>
            <description><![CDATA[Learn how to convert a string to a number in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-convert-string-number</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-convert-string-number</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 27 May 2022 16:24:18 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Convert a List to Comma-Separated String in Java]]></title>
            <description><![CDATA[Learn how to convert a list to a comma-separated string in Java.]]></description>
            <link>https://sabe.io/posts/java-convert-list-comma-separated-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-convert-list-comma-separated-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 26 May 2022 16:08:47 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the Width and Height of Browser's Viewport in JavaScript]]></title>
            <description><![CDATA[Learn how to get the width and height of the browser's viewport in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-width-height-browser-viewport</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-width-height-browser-viewport</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 26 May 2022 02:00:59 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Print an Array in PHP]]></title>
            <description><![CDATA[Learn how to print out an array in PHP.]]></description>
            <link>https://sabe.io/posts/php-print-array</link>
            <guid isPermaLink="false">https://sabe.io/posts/php-print-array</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 25 May 2022 00:35:17 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to display JavaScript values in HTML]]></title>
            <description><![CDATA[Learn how to display JavaScript values in HTML.]]></description>
            <link>https://sabe.io/posts/javascript-display-values-html</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-display-values-html</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 23 May 2022 20:40:46 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the Max Value of an Integer in Java]]></title>
            <description><![CDATA[Learn how to get the max value of an integer in Java.]]></description>
            <link>https://sabe.io/posts/java-max-value-integer</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-max-value-integer</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 22 May 2022 20:25:28 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to add Days to a Date in JavaScript]]></title>
            <description><![CDATA[Learn how to add days to a Date in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-add-days-date</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-add-days-date</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 22 May 2022 00:11:29 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to add a Char to a String in Java]]></title>
            <description><![CDATA[Learn how to add a chat to a string in Java.]]></description>
            <link>https://sabe.io/posts/java-add-char-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-add-char-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 20 May 2022 15:04:02 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Get Index of Object in Array by Property in JavaScript]]></title>
            <description><![CDATA[Learn how to get the index of an object in an array by property in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-get-object-by-property-array</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-get-object-by-property-array</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 19 May 2022 19:59:42 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check a Variable Type in Python]]></title>
            <description><![CDATA[Learn how to check a variable type in Python.]]></description>
            <link>https://sabe.io/posts/python-check-variable-type</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-check-variable-type</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 18 May 2022 20:43:03 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Convert between RGB and Hex in JavaScript]]></title>
            <description><![CDATA[Learn how to convert between RGB and Hex in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-rgb-hex</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-rgb-hex</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 17 May 2022 19:13:17 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to calculate Exponents in Python]]></title>
            <description><![CDATA[Learn how to calculate exponents in Python.]]></description>
            <link>https://sabe.io/posts/python-how-to-calculate-exponents</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-how-to-calculate-exponents</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 16 May 2022 19:57:56 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to fix ReferenceError: Document is not defined in JavaScript]]></title>
            <description><![CDATA[Learn how to fix the error ReferenceError: Document is not defined.]]></description>
            <link>https://sabe.io/posts/javascript-referenceerror-document-is-not-defined</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-referenceerror-document-is-not-defined</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 16 May 2022 01:55:58 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the Max Int in Python]]></title>
            <description><![CDATA[Learn how to get the max int in Python.]]></description>
            <link>https://sabe.io/posts/python-max-int</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-max-int</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 15 May 2022 00:37:49 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to check if two Strings are not equal in JavaScript]]></title>
            <description><![CDATA[Learn how to check if two strings are not equal in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-check-if-two-strings-not-equal</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-check-if-two-strings-not-equal</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 13 May 2022 19:39:55 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to generate a Random Number between 1 and 10 in Java]]></title>
            <description><![CDATA[Learn how generate a random number between 1 and 10 in Java.]]></description>
            <link>https://sabe.io/posts/java-random-number-between-1-and-10</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-random-number-between-1-and-10</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 13 May 2022 00:29:18 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the Class name of an Object in JavaScript]]></title>
            <description><![CDATA[Learn how to get the class name of an object in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-get-class-name-object</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-get-class-name-object</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 12 May 2022 00:16:34 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Fix Local Variable Referenced Before Assignment Error in Python]]></title>
            <description><![CDATA[Learn how to fix local variable referenced before assignment error in Python.]]></description>
            <link>https://sabe.io/posts/python-local-variable-referenced-before-assignment</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-local-variable-referenced-before-assignment</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 10 May 2022 15:24:11 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Get the Substring after a Specific Character in JavaScript]]></title>
            <description><![CDATA[Learn how to get the substring after a specific character in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-get-substring-after-specific-character</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-get-substring-after-specific-character</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 10 May 2022 00:47:22 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to fix npm start command not working]]></title>
            <description><![CDATA[Learn how to fix npm start command not working.]]></description>
            <link>https://sabe.io/posts/node-npm-start-command-not-working</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-npm-start-command-not-working</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 08 May 2022 18:42:51 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Filter Array with Multiple Conditions in JavaScript]]></title>
            <description><![CDATA[Learn how to filter an array with multiple conditions in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-filter-array-multiple-conditions</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-filter-array-multiple-conditions</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 08 May 2022 01:29:20 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Add an HTML Button that functions like a Link]]></title>
            <description><![CDATA[Learn how to add an HTML button that functions like a link.]]></description>
            <link>https://sabe.io/posts/html-create-button-link</link>
            <guid isPermaLink="false">https://sabe.io/posts/html-create-button-link</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 06 May 2022 19:25:52 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Push Element to Array if it does not exist in JavaScript]]></title>
            <description><![CDATA[Learn how to push an element to an array if it does not exist using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-array-push-if-does-not-exist</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-array-push-if-does-not-exist</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 05 May 2022 20:31:35 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Update a Node dependency from npm]]></title>
            <description><![CDATA[Learn how to update a Node dependency from npm.]]></description>
            <link>https://sabe.io/posts/node-update-dependency-npm</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-update-dependency-npm</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 05 May 2022 01:28:57 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Create a Two-Dimensional Array in JavaScript]]></title>
            <description><![CDATA[Learn how to make a two-dimensional array in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-two-dimensional-array</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-two-dimensional-array</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 03 May 2022 20:57:04 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to keep the Footer at bottom using CSS Flexbox]]></title>
            <description><![CDATA[Learn how to keep the footer at the bottom of the page using CSS flexbox.]]></description>
            <link>https://sabe.io/posts/css-keep-footer-bottom</link>
            <guid isPermaLink="false">https://sabe.io/posts/css-keep-footer-bottom</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 02 May 2022 20:06:33 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if Array includes Value in JavaScript]]></title>
            <description><![CDATA[Learn how to check if array includes value in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-check-array-includes-value</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-check-array-includes-value</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 02 May 2022 03:03:28 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get Euler's Number in Python]]></title>
            <description><![CDATA[Learn how to get Euler's number in Python.]]></description>
            <link>https://sabe.io/posts/python-eulers-number</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-eulers-number</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 01 May 2022 01:31:37 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to break out of forEach in JavaScript]]></title>
            <description><![CDATA[Learn how to break out of forEach in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-break-foreach</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-break-foreach</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 30 Apr 2022 03:26:47 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Delete a Git Repository Locally]]></title>
            <description><![CDATA[Learn how to delete a Git repository locally.]]></description>
            <link>https://sabe.io/posts/git-delete-repository-locally</link>
            <guid isPermaLink="false">https://sabe.io/posts/git-delete-repository-locally</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 29 Apr 2022 03:57:08 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Push an Object to an Array in JavaScript]]></title>
            <description><![CDATA[Learn how to push an object to an array in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-push-object-to-array</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-push-object-to-array</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 27 Apr 2022 20:13:11 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Create a package.json File]]></title>
            <description><![CDATA[Learn how to create a package.json file in your Node projects.]]></description>
            <link>https://sabe.io/posts/node-create-package-json-file</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-create-package-json-file</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 26 Apr 2022 19:45:06 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if an Object is Empty in JavaScript]]></title>
            <description><![CDATA[How to check if an object is empty in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-check-if-object-is-empty</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-check-if-object-is-empty</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 25 Apr 2022 18:41:20 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Navigate using History Push in React Router]]></title>
            <description><![CDATA[Learn how to navigate using history push in React Router.]]></description>
            <link>https://sabe.io/posts/react-navigate-history-push-react-router</link>
            <guid isPermaLink="false">https://sabe.io/posts/react-navigate-history-push-react-router</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 24 Apr 2022 20:51:51 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Change Background Color using JavaScript]]></title>
            <description><![CDATA[Learn how to change the background color using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-change-background-color</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-change-background-color</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 23 Apr 2022 18:12:48 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to create a Branch from another Branch in Git]]></title>
            <description><![CDATA[Learn how to create a branch from another branch in Git.]]></description>
            <link>https://sabe.io/posts/git-create-branch-from-another-branch</link>
            <guid isPermaLink="false">https://sabe.io/posts/git-create-branch-from-another-branch</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 22 Apr 2022 17:14:18 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Append an Element to another Element using JavaScript]]></title>
            <description><![CDATA[Learn how to append an element to another element using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-append-element</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-append-element</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 21 Apr 2022 17:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the length of an ArrayList in Java]]></title>
            <description><![CDATA[Learn how to get the length of an ArrayList in Java.]]></description>
            <link>https://sabe.io/posts/java-arraylist-length</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-arraylist-length</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 20 Apr 2022 18:27:35 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Sort an Array of Objects by Property in JavaScript]]></title>
            <description><![CDATA[Learn how to sort an array of objects by property in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-sort-array-objects-property</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-sort-array-objects-property</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 19 Apr 2022 18:08:18 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the Last Element of an ArrayList in Java]]></title>
            <description><![CDATA[Learn how to get the last element of an ArrayList in Java.]]></description>
            <link>https://sabe.io/posts/java-last-element-arraylist</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-last-element-arraylist</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 18 Apr 2022 14:52:37 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Fix "Uncaught SyntaxError: Unexpected identifier" in JavaScript]]></title>
            <description><![CDATA[Learn how to fix Uncaught SyntaxError: Unexpected identifier in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-uncaught-syntax-error-unexpected-identifier</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-uncaught-syntax-error-unexpected-identifier</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 17 Apr 2022 23:04:59 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Push all Branches to Remote in Git]]></title>
            <description><![CDATA[Learn how to push all branches to remove in Git.]]></description>
            <link>https://sabe.io/posts/git-push-all-branches-to-remote</link>
            <guid isPermaLink="false">https://sabe.io/posts/git-push-all-branches-to-remote</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 17 Apr 2022 02:48:04 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Print Array elements on a Webpage]]></title>
            <description><![CDATA[Learn how to print array elements on a webpage.]]></description>
            <link>https://sabe.io/posts/javascript-print-array</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-print-array</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 16 Apr 2022 01:07:30 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Multiply Array by Scalar in Python using NumPy]]></title>
            <description><![CDATA[Learn how to multiple array by scalar in Python using NumPy.]]></description>
            <link>https://sabe.io/posts/python-multiply-array-scalar-numpy</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-multiply-array-scalar-numpy</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 14 Apr 2022 19:37:27 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Generate a Random String in JavaScript]]></title>
            <description><![CDATA[Learn how to generate a random string in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-generate-random-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-generate-random-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 14 Apr 2022 00:36:52 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Solve unexpected EOF while parsing error in Python]]></title>
            <description><![CDATA[Learn how to sovle the unexpected EOF while parsing error in Python.]]></description>
            <link>https://sabe.io/posts/python-unexpected-eof-while-parsing-error</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-unexpected-eof-while-parsing-error</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 12 Apr 2022 20:44:52 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Solve Errno 13 Error in Python]]></title>
            <description><![CDATA[Learn how to solve the errno 13 error in Python.]]></description>
            <link>https://sabe.io/posts/python-errno-13-permission-denied</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-errno-13-permission-denied</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 12 Apr 2022 02:41:22 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Pass Cookies with Fetch or Axios Requests]]></title>
            <description><![CDATA[Learn how to pass cookies with fetch or axios requests.]]></description>
            <link>https://sabe.io/posts/javascript-pass-cookies-fetch-axios</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-pass-cookies-fetch-axios</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 11 Apr 2022 02:10:53 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Solve IndexError: List Assignment Index Out of Range in Python]]></title>
            <description><![CDATA[Learn how to solve the IndexError: list assignment index out of range error in Python.]]></description>
            <link>https://sabe.io/posts/python-indexerror-list-assignment-index-out-of-range-error</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-indexerror-list-assignment-index-out-of-range-error</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 09 Apr 2022 19:44:58 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Add Event Listeners to Multiple Elements using JavaScript]]></title>
            <description><![CDATA[Learn how to add event listeners to multiple elements using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-add-multiple-event-listeners</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-add-multiple-event-listeners</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 08 Apr 2022 18:36:40 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the Unix timestamp in Java]]></title>
            <description><![CDATA[Learn how to get the unix timestamp in Java.]]></description>
            <link>https://sabe.io/posts/java-unix-timestamp</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-unix-timestamp</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 08 Apr 2022 00:16:27 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if Checkbox is Checked using JavaScript]]></title>
            <description><![CDATA[Learn how to check if a checkbox is checked using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-check-checkbox-checked</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-check-checkbox-checked</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 06 Apr 2022 18:23:25 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Solve IndexError: List index out of Range in Python]]></title>
            <description><![CDATA[Learn how to solve IndexError: list index out of range in Python.]]></description>
            <link>https://sabe.io/posts/python-index-error-list-index-out-of-range</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-index-error-list-index-out-of-range</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 05 Apr 2022 18:09:55 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Remove an Item from a JavaScript Array]]></title>
            <description><![CDATA[Learn how to remove an item from a JavaScript Array.]]></description>
            <link>https://sabe.io/posts/javascript-remove-item-array</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-remove-item-array</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 04 Apr 2022 20:29:51 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Clear the Cache in Yarn]]></title>
            <description><![CDATA[Learn how to clear the cache in Yarn.]]></description>
            <link>https://sabe.io/posts/yarn-how-to-clear-cache</link>
            <guid isPermaLink="false">https://sabe.io/posts/yarn-how-to-clear-cache</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 04 Apr 2022 01:10:47 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Pretty-print a JSON Object using JavaScript]]></title>
            <description><![CDATA[How to pretty-print a JSON object using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-pretty-print-json-object</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-pretty-print-json-object</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 03 Apr 2022 00:51:20 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the Last Character of a String in C]]></title>
            <description><![CDATA[Learn how to get the last character of a string in C.]]></description>
            <link>https://sabe.io/posts/c-get-last-character-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/c-get-last-character-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 01 Apr 2022 18:49:15 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Clear the Input Field Value using JavaScript]]></title>
            <description><![CDATA[Learn how to clear the input field value using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-clear-input-field-value</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-clear-input-field-value</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 01 Apr 2022 01:44:34 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Change Folder Name during Git Clone of Repo]]></title>
            <description><![CDATA[Learn how to change the folder name during a Git clone of a repo.]]></description>
            <link>https://sabe.io/posts/git-clone-change-folder-name</link>
            <guid isPermaLink="false">https://sabe.io/posts/git-clone-change-folder-name</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 31 Mar 2022 03:51:15 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Remove Last Character from String in JavaScript]]></title>
            <description><![CDATA[Learn how to remove the last character from a string in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-remove-last-character-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-remove-last-character-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 30 Mar 2022 03:14:13 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check Current Python Version]]></title>
            <description><![CDATA[Learn how to check the current Python version.]]></description>
            <link>https://sabe.io/posts/python-check-current-version</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-check-current-version</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 28 Mar 2022 20:27:53 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to change the Text Color in JavaScript]]></title>
            <description><![CDATA[Learn how to change text color using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-change-text-color</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-change-text-color</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 27 Mar 2022 16:02:22 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Learn how to Convert Strings to Integers in C]]></title>
            <description><![CDATA[Learn how to convert strings to integers in C.]]></description>
            <link>https://sabe.io/posts/c-convert-string-integer</link>
            <guid isPermaLink="false">https://sabe.io/posts/c-convert-string-integer</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 26 Mar 2022 22:13:08 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Sort an Array by String Length in JavaScript]]></title>
            <description><![CDATA[Learn how to sort an array by string length in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-sort-string-array-length</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-sort-string-array-length</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 25 Mar 2022 20:33:33 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the First Element of a List in Python]]></title>
            <description><![CDATA[Learn how to get the first element of a list in Python.]]></description>
            <link>https://sabe.io/posts/python-get-first-element-list</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-get-first-element-list</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 24 Mar 2022 20:36:44 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Change Text of Button using JavaScript]]></title>
            <description><![CDATA[Learn how to change the text of a button using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-change-button-text</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-change-button-text</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 23 Mar 2022 20:55:25 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Remove Bullets from Unordered Lists in HTML]]></title>
            <description><![CDATA[Learn how to remove bullets from unordered lists in HTML.]]></description>
            <link>https://sabe.io/posts/html-remove-bullets-unordered-lists</link>
            <guid isPermaLink="false">https://sabe.io/posts/html-remove-bullets-unordered-lists</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 22 Mar 2022 23:53:27 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if String Contains Substring in JavaScript]]></title>
            <description><![CDATA[Learn how to check if a string contains a substring in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-string-contains-substring</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-string-contains-substring</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 21 Mar 2022 20:36:43 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Remove All Docker Images Locally]]></title>
            <description><![CDATA[Learn how to remove all Docker images locally.]]></description>
            <link>https://sabe.io/posts/docker-remove-images-locally</link>
            <guid isPermaLink="false">https://sabe.io/posts/docker-remove-images-locally</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 21 Mar 2022 01:34:58 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Change Img Src using JavaScript]]></title>
            <description><![CDATA[Learn how to change an img src using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-change-image-src</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-change-image-src</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 19 Mar 2022 17:21:28 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if a String is Empty in C]]></title>
            <description><![CDATA[Learn how to check if a string is empty in C.]]></description>
            <link>https://sabe.io/posts/c-check-string-empty</link>
            <guid isPermaLink="false">https://sabe.io/posts/c-check-string-empty</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 19 Mar 2022 01:35:06 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Query Elements using Data Attribute in JavaScript]]></title>
            <description><![CDATA[Learn how to query for elements using data attributes in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-query-elements-data-attribute</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-query-elements-data-attribute</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 17 Mar 2022 20:49:07 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if variable in Python is a Number]]></title>
            <description><![CDATA[Learn how to check if a variable in Python is a number.]]></description>
            <link>https://sabe.io/posts/python-check-variable-number</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-check-variable-number</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 16 Mar 2022 18:07:23 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Capitalize first letter of String in JavaScript]]></title>
            <description><![CDATA[Learn how to capitalize the first letter of a string in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-capitalize-first-letter</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-capitalize-first-letter</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 15 Mar 2022 04:26:46 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use the HR tag to create a Divider in HTML]]></title>
            <description><![CDATA[Learn how to use the HR tag to create a divider in HTML.]]></description>
            <link>https://sabe.io/posts/html-hr-divider</link>
            <guid isPermaLink="false">https://sabe.io/posts/html-hr-divider</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 15 Mar 2022 02:30:59 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if an Object Property is undefined in JavaScript]]></title>
            <description><![CDATA[Learn how to check if an object property is undefined in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-check-object-property-undefined</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-check-object-property-undefined</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 14 Mar 2022 00:18:10 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Rename Git Local and Remote Branches]]></title>
            <description><![CDATA[Learn how to rename Git local and remote branches.]]></description>
            <link>https://sabe.io/posts/git-rename-local-remote-branches</link>
            <guid isPermaLink="false">https://sabe.io/posts/git-rename-local-remote-branches</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 12 Mar 2022 05:28:13 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get Tomorrow's Date in JavaScript]]></title>
            <description><![CDATA[Learn how to get tomorrow's date in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-tomorrow-date</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-tomorrow-date</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 11 Mar 2022 18:13:23 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Reset Changes in a Single File in Git]]></title>
            <description><![CDATA[Learn how to reset changes in a single file in Git.]]></description>
            <link>https://sabe.io/posts/git-reset-changes-single-file</link>
            <guid isPermaLink="false">https://sabe.io/posts/git-reset-changes-single-file</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 10 Mar 2022 21:48:41 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Strip Whitespace from JavaScript Strings]]></title>
            <description><![CDATA[Learn how to strip whitespace from JavaScript strings]]></description>
            <link>https://sabe.io/posts/javascript-strip-whitespace-strings</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-strip-whitespace-strings</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 09 Mar 2022 23:21:24 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Open Link in a New Tab in HTML]]></title>
            <description><![CDATA[Learn how to open a link in a new tab in HTML.]]></description>
            <link>https://sabe.io/posts/html-open-link-new-tab</link>
            <guid isPermaLink="false">https://sabe.io/posts/html-open-link-new-tab</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 08 Mar 2022 21:24:10 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the Index of an Item in a JavaScript Array]]></title>
            <description><![CDATA[Learn how to get the index of an item in a JavaScript array.]]></description>
            <link>https://sabe.io/posts/javascript-get-index-item-array</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-get-index-item-array</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 07 Mar 2022 23:19:27 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Exclude node_modules Folder from Git using .gitignore]]></title>
            <description><![CDATA[Learn how to exclude the node_modules folder from Git using .gitignore.]]></description>
            <link>https://sabe.io/posts/git-ignore-node_modules</link>
            <guid isPermaLink="false">https://sabe.io/posts/git-ignore-node_modules</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 06 Mar 2022 20:42:17 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Format Numbers with Commas in JavaScript]]></title>
            <description><![CDATA[Learn how to format numbers in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-format-numbers-commas</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-format-numbers-commas</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 05 Mar 2022 20:42:27 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Uninstall npm packages]]></title>
            <description><![CDATA[Learn how to uninstall npm packages.]]></description>
            <link>https://sabe.io/posts/node-uninstall-npm-packages</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-uninstall-npm-packages</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 05 Mar 2022 00:41:01 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Square a Number in JavaScript]]></title>
            <description><![CDATA[Learn the best ways to square a number in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-square-number</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-square-number</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 04 Mar 2022 02:16:32 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Make Anchor Link Download in HTML]]></title>
            <description><![CDATA[Learn how to make an anchor link download in HTML.]]></description>
            <link>https://sabe.io/posts/html-anchor-link-force-download</link>
            <guid isPermaLink="false">https://sabe.io/posts/html-anchor-link-force-download</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 02 Mar 2022 17:41:58 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Sleep and Wait in JavaScript]]></title>
            <description><![CDATA[Learn how to sleep and wait in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-sleep</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-sleep</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 02 Mar 2022 00:48:45 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Add Telephone Links in HTML]]></title>
            <description><![CDATA[Learn how to add telephone links in HTML.]]></description>
            <link>https://sabe.io/posts/html-add-telephone-links</link>
            <guid isPermaLink="false">https://sabe.io/posts/html-add-telephone-links</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 28 Feb 2022 17:04:54 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Disable a Button using JavaScript]]></title>
            <description><![CDATA[Learn how to disable a button using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-disable-button</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-disable-button</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 28 Feb 2022 02:07:22 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to add a Drop Shadow on Images using CSS]]></title>
            <description><![CDATA[Learn how to add a drop shadow on images using CSS.]]></description>
            <link>https://sabe.io/posts/css-add-drop-shadow-images</link>
            <guid isPermaLink="false">https://sabe.io/posts/css-add-drop-shadow-images</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 26 Feb 2022 18:09:41 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Download a File using JavaScript]]></title>
            <description><![CDATA[Learn how to download a file using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-download-file</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-download-file</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 25 Feb 2022 18:33:02 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if a File exists in Node using Async/Await]]></title>
            <description><![CDATA[Learn how to check if a file exists in Node using async/await.]]></description>
            <link>https://sabe.io/posts/node-check-file-exists-async-await</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-check-file-exists-async-await</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 24 Feb 2022 18:34:12 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Solve "Cannot use import statement outside a module" Error]]></title>
            <description><![CDATA[Learn how to solve the "Cannot use import statement outside a module" error.]]></description>
            <link>https://sabe.io/posts/javascript-cannot-use-import-statement-error</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-cannot-use-import-statement-error</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 23 Feb 2022 05:13:28 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Set the Size of Textarea Element]]></title>
            <description><![CDATA[Learn how to set the size of textarea element.]]></description>
            <link>https://sabe.io/posts/html-set-size-textarea-element</link>
            <guid isPermaLink="false">https://sabe.io/posts/html-set-size-textarea-element</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 22 Feb 2022 17:02:31 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Hide or Show Elements using JavaScript]]></title>
            <description><![CDATA[Learn how to hide or show DOM elements using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-hide-show-elements</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-hide-show-elements</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 21 Feb 2022 16:53:27 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Update a Specific Node package using NPM]]></title>
            <description><![CDATA[Learn how to update a specific Node package using NPM.]]></description>
            <link>https://sabe.io/posts/node-update-specific-package-npm</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-update-specific-package-npm</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 20 Feb 2022 17:46:49 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Compare Two Strings in JavaScript, Ignoring Case]]></title>
            <description><![CDATA[Learn how to compare two strings in JavaScript while ignoring case.]]></description>
            <link>https://sabe.io/posts/javascript-compare-strings-ignore-case</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-compare-strings-ignore-case</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 19 Feb 2022 17:26:56 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Remove the Last N Elements of a List in Python]]></title>
            <description><![CDATA[Learn how to remove the last N elements of a list in Python.]]></description>
            <link>https://sabe.io/posts/python-remove-last-elements</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-remove-last-elements</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 19 Feb 2022 03:43:02 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Get the Current Year in JavaScript]]></title>
            <description><![CDATA[Learn how to get the current year in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-get-current-year</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-get-current-year</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 17 Feb 2022 18:59:04 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Fix the npm ERR! code ELIFECYCLE Error]]></title>
            <description><![CDATA[Learn how to fix the npm ERR! code ELIFECYCLE error.]]></description>
            <link>https://sabe.io/posts/node-npm-err-code-elifecycle</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-npm-err-code-elifecycle</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 16 Feb 2022 17:15:17 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if Key Exists in JavaScript Object]]></title>
            <description><![CDATA[Learn how to check if a key exists in a JavaScript object.]]></description>
            <link>https://sabe.io/posts/javascript-check-key-exists-object</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-check-key-exists-object</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 15 Feb 2022 15:42:05 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[A Guide to NULL in C]]></title>
            <description><![CDATA[Learn about NULL in the C programming language, including how to use it and check for it.]]></description>
            <link>https://sabe.io/posts/c-null</link>
            <guid isPermaLink="false">https://sabe.io/posts/c-null</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 15 Feb 2022 00:29:13 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the Last Element in a JavaScript Array]]></title>
            <description><![CDATA[Learn how to get the last element in a JavaScript array.]]></description>
            <link>https://sabe.io/posts/javascript-get-last-element-array</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-get-last-element-array</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 13 Feb 2022 18:23:11 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Set img src using CSS]]></title>
            <description><![CDATA[Learn how to set the src attribute on an img using CSS.]]></description>
            <link>https://sabe.io/posts/css-set-img-src</link>
            <guid isPermaLink="false">https://sabe.io/posts/css-set-img-src</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 12 Feb 2022 06:30:06 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Create a Yes/No Confirmation Box in JavaScript]]></title>
            <description><![CDATA[Learn how to create a yes/no confirmation box in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-yes-no-confirmation-box</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-yes-no-confirmation-box</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 11 Feb 2022 16:10:17 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Remove Directory/Folder from a Git Repository]]></title>
            <description><![CDATA[Learn how to remove a directory or folder from a Git repository.]]></description>
            <link>https://sabe.io/posts/git-remove-directory</link>
            <guid isPermaLink="false">https://sabe.io/posts/git-remove-directory</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 10 Feb 2022 20:56:24 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to check if Variable is a number in JavaScript]]></title>
            <description><![CDATA[Learn how to check if a variable is a number in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-check-variable-number</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-check-variable-number</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 09 Feb 2022 17:30:02 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the Length of a String in C]]></title>
            <description><![CDATA[Learn how to get the length of a string in C.]]></description>
            <link>https://sabe.io/posts/c-string-length</link>
            <guid isPermaLink="false">https://sabe.io/posts/c-string-length</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 08 Feb 2022 17:44:52 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to resolve "Cannot find module" error in Node]]></title>
            <description><![CDATA[Learn how to resolve the "Cannot find module" error in Node.]]></description>
            <link>https://sabe.io/posts/node-cannot-find-module-error</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-cannot-find-module-error</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 08 Feb 2022 01:47:43 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Create an HTML button using JavaScript]]></title>
            <description><![CDATA[Learn how to create an HTML button using JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-create-html-button</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-create-html-button</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 06 Feb 2022 22:33:07 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Install NPM Packages]]></title>
            <description><![CDATA[Learn how to install npm packages on your Node project.]]></description>
            <link>https://sabe.io/posts/how-to-install-npm-packages</link>
            <guid isPermaLink="false">https://sabe.io/posts/how-to-install-npm-packages</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 05 Feb 2022 22:38:36 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Convert Milliseconds to Seconds, Minutes, and Hours in JavaScript]]></title>
            <description><![CDATA[Learn how to convert milliseconds to seconds, minutes, and hours in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-convert-milliseconds-seconds-minutes-hours</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-convert-milliseconds-seconds-minutes-hours</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 04 Feb 2022 18:14:24 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Update Node versions]]></title>
            <description><![CDATA[Learn how to update Node versions on your computer.]]></description>
            <link>https://sabe.io/posts/how-to-update-node-versions</link>
            <guid isPermaLink="false">https://sabe.io/posts/how-to-update-node-versions</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 04 Feb 2022 00:55:22 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Push, Pop, Shift, and Unshift Array methods in JavaScript]]></title>
            <description><![CDATA[Learn about the push, pop, shift, and unshift array methods in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-push-pop-shift-unshift-array-methods</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-push-pop-shift-unshift-array-methods</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 02 Feb 2022 19:13:59 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use .env files in Node]]></title>
            <description><![CDATA[Learn how to load and use .env files in Node.]]></description>
            <link>https://sabe.io/posts/node-how-to-use-dot-env-files</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-how-to-use-dot-env-files</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 02 Feb 2022 00:30:49 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Convert Decimal to Binary in JavaScript]]></title>
            <description><![CDATA[Learn how to convert a decimal number to binary in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-decimal-to-binary</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-decimal-to-binary</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 31 Jan 2022 21:39:14 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Host Images using Google Drive]]></title>
            <description><![CDATA[Learn how to host images using Google Drive and create image URLs that you can embed on a page.]]></description>
            <link>https://sabe.io/posts/host-images-google-drive</link>
            <guid isPermaLink="false">https://sabe.io/posts/host-images-google-drive</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 30 Jan 2022 21:30:52 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Convert Strings to Numbers in JavaScript]]></title>
            <description><![CDATA[Learn how to convert strings to numbers in JavaScript]]></description>
            <link>https://sabe.io/posts/javascript-convert-strings-to-numbers</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-convert-strings-to-numbers</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 29 Jan 2022 21:36:08 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[RGB Color Codes]]></title>
            <description><![CDATA[Use this table to easily find RGB/html colors to use in CSS.]]></description>
            <link>https://sabe.io/posts/rgb-color-codes</link>
            <guid isPermaLink="false">https://sabe.io/posts/rgb-color-codes</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 29 Jan 2022 00:11:50 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Uninstall Node and NPM from Windows]]></title>
            <description><![CDATA[Learn how to uninstall Node and NPM from Windows.]]></description>
            <link>https://sabe.io/posts/uninstall-node-npm-windows</link>
            <guid isPermaLink="false">https://sabe.io/posts/uninstall-node-npm-windows</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 28 Jan 2022 00:52:55 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[JavaScript Arrays: The Difference Between [] and {}]]></title>
            <description><![CDATA[Learn about the difference between [] and {} in JavaScript arrays.]]></description>
            <link>https://sabe.io/posts/javascript-arrays-brackets-braces</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-arrays-brackets-braces</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 26 Jan 2022 23:36:56 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Change the Date of a Git Commit]]></title>
            <description><![CDATA[Learn how to change the date of a Git commit.]]></description>
            <link>https://sabe.io/posts/change-date-git-commit</link>
            <guid isPermaLink="false">https://sabe.io/posts/change-date-git-commit</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 26 Jan 2022 00:33:22 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[JavaScript String Replace]]></title>
            <description><![CDATA[Learn how to use JavaScript's string replace method.]]></description>
            <link>https://sabe.io/posts/javascript-string-replace</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-string-replace</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 24 Jan 2022 18:05:13 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to display HTML tags as plain text]]></title>
            <description><![CDATA[Learn how to display HTML tags as plain text on a page.]]></description>
            <link>https://sabe.io/posts/display-html-tags-plain-text</link>
            <guid isPermaLink="false">https://sabe.io/posts/display-html-tags-plain-text</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 23 Jan 2022 20:28:05 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[When to use == vs === Equality Comparison Operator in JavaScript]]></title>
            <description><![CDATA[Learn about when to use == vs === equality comparison operator in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-equality-comparison-operator</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-equality-comparison-operator</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 22 Jan 2022 21:25:11 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Disable a HTML Anchor Tag]]></title>
            <description><![CDATA[Learn how to disable a HTML anchor tag using CSS or JavaScript.]]></description>
            <link>https://sabe.io/posts/disable-html-anchor</link>
            <guid isPermaLink="false">https://sabe.io/posts/disable-html-anchor</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 21 Jan 2022 18:10:13 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to use the JavaScript Ternary Operator]]></title>
            <description><![CDATA[Learn how to use the JavaScript Ternary Operator and improve your code.]]></description>
            <link>https://sabe.io/posts/javascript-ternary-operator</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-ternary-operator</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 20 Jan 2022 23:44:44 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Check if NPM Package is Installed Locally or Globally]]></title>
            <description><![CDATA[Learn how to check if an NPM packeg is installed on your computer locally or globally.]]></description>
            <link>https://sabe.io/posts/check-npm-package-installed</link>
            <guid isPermaLink="false">https://sabe.io/posts/check-npm-package-installed</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 20 Jan 2022 01:16:09 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Create an Anchor Link to Jump to Specific Part of a Page]]></title>
            <description><![CDATA[Learn how to create an anchor link to jump directly to a specific part of a page.]]></description>
            <link>https://sabe.io/posts/anchor-link-jump-specific-part-page</link>
            <guid isPermaLink="false">https://sabe.io/posts/anchor-link-jump-specific-part-page</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 18 Jan 2022 18:18:19 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Convert Hex to Decimal in JavaScript]]></title>
            <description><![CDATA[Learn how to convert a hex number to decimal in JavaScript.]]></description>
            <link>https://sabe.io/posts/javascript-hex-to-decimal</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-hex-to-decimal</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 18 Jan 2022 00:36:53 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the Date and Time in Node]]></title>
            <description><![CDATA[Learn how to get the date and time in Node, including how to format timestamps.]]></description>
            <link>https://sabe.io/posts/node-date-time</link>
            <guid isPermaLink="false">https://sabe.io/posts/node-date-time</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 16 Jan 2022 22:06:04 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to get the Length of an Array in C]]></title>
            <description><![CDATA[Learn how to get the length of an array in C.]]></description>
            <link>https://sabe.io/posts/c-array-length</link>
            <guid isPermaLink="false">https://sabe.io/posts/c-array-length</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 15 Jan 2022 22:48:56 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Redirect a Web Page in HTML]]></title>
            <description><![CDATA[Learn how to redirect a web page in HTML using a meta tag.]]></description>
            <link>https://sabe.io/posts/html-how-to-redirect-web-page</link>
            <guid isPermaLink="false">https://sabe.io/posts/html-how-to-redirect-web-page</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 15 Jan 2022 00:31:58 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Capitalize the First Letter of a String in Java]]></title>
            <description><![CDATA[Learn how to capitalize the first letter of a String in Java.]]></description>
            <link>https://sabe.io/posts/java-capitalize-first-letter-of-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/java-capitalize-first-letter-of-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 13 Jan 2022 19:45:15 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Change Link Underline Color]]></title>
            <description><![CDATA[Learn how to change the underline color of a link using text-decoration-color.]]></description>
            <link>https://sabe.io/posts/css-change-link-underline-color</link>
            <guid isPermaLink="false">https://sabe.io/posts/css-change-link-underline-color</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 12 Jan 2022 20:16:18 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Make a Single Line and Multi-line Comment in HTML]]></title>
            <description><![CDATA[Learn how to make a single line and multi-line comment in HTML.]]></description>
            <link>https://sabe.io/posts/html-singleline-and-multiline-comment</link>
            <guid isPermaLink="false">https://sabe.io/posts/html-singleline-and-multiline-comment</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Tue, 11 Jan 2022 23:42:35 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Clear the Cache in NPM]]></title>
            <description><![CDATA[Learn how to verify, clear and remove the cachefrom NPM, and why you might want to do so.]]></description>
            <link>https://sabe.io/posts/npm-clear-cache</link>
            <guid isPermaLink="false">https://sabe.io/posts/npm-clear-cache</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 10 Jan 2022 16:54:11 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Delete a Value from an Array in JavaScript]]></title>
            <description><![CDATA[Learn how to delete a value from an array in JavaScript using splice, shift, pop.]]></description>
            <link>https://sabe.io/posts/javascript-how-to-delete-value-from-array</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-how-to-delete-value-from-array</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sun, 09 Jan 2022 23:53:16 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Create a TinyURL using PHP]]></title>
            <description><![CDATA[Learn how to create a URL shortener with TinyURL using PHP and the TinyURL API.]]></description>
            <link>https://sabe.io/posts/php-create-tiny-url</link>
            <guid isPermaLink="false">https://sabe.io/posts/php-create-tiny-url</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 08 Jan 2022 19:37:21 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to build a Fahrenheit to Celsius Converter in Python]]></title>
            <description><![CDATA[Learn how to build a Fahrenheit to Celsius Converter in Python that accepts user input.]]></description>
            <link>https://sabe.io/posts/python-fahrenheit-to-celsius-converter</link>
            <guid isPermaLink="false">https://sabe.io/posts/python-fahrenheit-to-celsius-converter</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 07 Jan 2022 23:02:02 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Create Mailto Links]]></title>
            <description><![CDATA[Learn how to create mailto links to direct to an email address when clicked with subject and body fields.]]></description>
            <link>https://sabe.io/posts/how-to-create-mailto-links</link>
            <guid isPermaLink="false">https://sabe.io/posts/how-to-create-mailto-links</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Fri, 07 Jan 2022 00:40:50 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[JavaScript Array slice vs splice]]></title>
            <description><![CDATA[Learn the difference between the JavaScript array methods slice vs splice and when to use each one.]]></description>
            <link>https://sabe.io/posts/javascript-array-slice-splice</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-array-slice-splice</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Thu, 06 Jan 2022 00:40:50 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Concatenate Strings in JavaScript]]></title>
            <description><![CDATA[Learn how the many ways you can concatenate strings in JavaScript, including the modern way.]]></description>
            <link>https://sabe.io/posts/javascript-concat-strings</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-concat-strings</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Wed, 05 Jan 2022 00:40:50 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Convert an Int to String in C]]></title>
            <description><![CDATA[Learn how to convert an int to a string in C using the sprintf function.]]></description>
            <link>https://sabe.io/posts/c-convert-int-to-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/c-convert-int-to-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 03 Jan 2022 20:36:33 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to Stop All Docker Containers]]></title>
            <description><![CDATA[Learn how to stop and remove all Docker containers and remove all Docker images.]]></description>
            <link>https://sabe.io/posts/how-to-stop-all-docker-containers</link>
            <guid isPermaLink="false">https://sabe.io/posts/how-to-stop-all-docker-containers</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Mon, 03 Jan 2022 01:16:24 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[JavaScript Array to String]]></title>
            <description><![CDATA[Learn how to convert a JavaScript Array to String, with or without commas.]]></description>
            <link>https://sabe.io/posts/javascript-array-string</link>
            <guid isPermaLink="false">https://sabe.io/posts/javascript-array-string</guid>
            <dc:creator><![CDATA[Alan Morel]]></dc:creator>
            <pubDate>Sat, 01 Jan 2022 21:00:00 GMT</pubDate>
        </item>
    </channel>
</rss>