<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HostCoder</title>
	<atom:link href="https://hostcoder.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://hostcoder.com</link>
	<description></description>
	<lastBuildDate>Sun, 22 Oct 2023 11:11:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/hostcoder.com/wp-content/uploads/2023/10/cropped-android-chrome-512.png?fit=32%2C32&#038;ssl=1</url>
	<title>HostCoder</title>
	<link>https://hostcoder.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">223898885</site>	<item>
		<title>How to validate an email address in Javascript?</title>
		<link>https://hostcoder.com/workshop/how-to-validate-an-email-address-in-javascript/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-validate-an-email-address-in-javascript</link>
		
		<dc:creator><![CDATA[@hostcoder_metauser]]></dc:creator>
		<pubDate>Sun, 24 Sep 2023 00:45:46 +0000</pubDate>
				<category><![CDATA[Workshop]]></category>
		<guid isPermaLink="false">https://hostcoder.com/?p=9</guid>

					<description><![CDATA[You can validate an email address in JavaScript using regular expressions. Here&#8217;s a simple example of how to do it: In this example, the validateEmail function uses a regular expression (regex) to check if the provided email address matches the common format of &#8220;username@domain.com.&#8221; It returns true if the email is valid and false if &#8230; <a href="https://hostcoder.com/workshop/how-to-validate-an-email-address-in-javascript/" class="more-link">Continue reading<span class="screen-reader-text"> "How to validate an email address in Javascript?"</span></a>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">9</post-id>	</item>
		<item>
		<title>How to import SQL files using the command line in MySQL?</title>
		<link>https://hostcoder.com/workshop/how-to-import-sql-files-using-the-command-line-in-mysql/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-import-sql-files-using-the-command-line-in-mysql</link>
		
		<dc:creator><![CDATA[@hostcoder_metauser]]></dc:creator>
		<pubDate>Wed, 27 Sep 2023 21:17:37 +0000</pubDate>
				<category><![CDATA[Workshop]]></category>
		<guid isPermaLink="false">https://hostcoder.com/?p=12</guid>

					<description><![CDATA[To import an SQL file using the command line in MySQL, you can use the mysql command with the &#60; operator. Here are the steps: For example, if you have a MySQL user named &#8220;myuser,&#8221; a database named &#8220;mydatabase,&#8221; and an SQL file named &#8220;data.sql&#8221; in the current directory, you can import it like this: &#8230; <a href="https://hostcoder.com/workshop/how-to-import-sql-files-using-the-command-line-in-mysql/" class="more-link">Continue reading<span class="screen-reader-text"> "How to import SQL files using the command line in MySQL?"</span></a>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">12</post-id>	</item>
		<item>
		<title>How to match all URLs except one using regex?</title>
		<link>https://hostcoder.com/workshop/how-to-match-all-urls-except-one-using-regex/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-match-all-urls-except-one-using-regex</link>
		
		<dc:creator><![CDATA[@hostcoder_metauser]]></dc:creator>
		<pubDate>Wed, 27 Sep 2023 21:46:01 +0000</pubDate>
				<category><![CDATA[Workshop]]></category>
		<guid isPermaLink="false">https://hostcoder.com/?p=17</guid>

					<description><![CDATA[To match all URLs except one using regex, you can use a negative lookahead assertion in your regular expression. The negative lookahead assertion specifies a condition that must not be met for a match to occur. Here&#8217;s a general example: Suppose you want to match all URLs except for &#8220;example.com.&#8221; You can construct a regex &#8230; <a href="https://hostcoder.com/workshop/how-to-match-all-urls-except-one-using-regex/" class="more-link">Continue reading<span class="screen-reader-text"> "How to match all URLs except one using regex?"</span></a>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17</post-id>	</item>
		<item>
		<title>How to delete Items from local storage using their IDs?</title>
		<link>https://hostcoder.com/workshop/how-to-delete-items-from-local-storage-using-their-ids/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-delete-items-from-local-storage-using-their-ids</link>
		
		<dc:creator><![CDATA[@hostcoder_metauser]]></dc:creator>
		<pubDate>Wed, 27 Sep 2023 22:01:00 +0000</pubDate>
				<category><![CDATA[Workshop]]></category>
		<guid isPermaLink="false">https://hostcoder.com/?p=24</guid>

					<description><![CDATA[To delete items from local storage using their IDs, you can follow these steps in JavaScript: Here&#8217;s a code example that demonstrates this process: In this example, replace 'myData' with the key you used to store your data in local storage and set itemIdToDelete to the ID of the item you want to delete. This &#8230; <a href="https://hostcoder.com/workshop/how-to-delete-items-from-local-storage-using-their-ids/" class="more-link">Continue reading<span class="screen-reader-text"> "How to delete Items from local storage using their IDs?"</span></a>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">24</post-id>	</item>
		<item>
		<title>Setting Start and End Dates with Date Range Selection using Flatpickr in Ruby on Rails</title>
		<link>https://hostcoder.com/workshop/setting-start-and-end-dates-with-date-range-selection-using-flatpickr-in-ruby-on-rails/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=setting-start-and-end-dates-with-date-range-selection-using-flatpickr-in-ruby-on-rails</link>
		
		<dc:creator><![CDATA[@hostcoder_metauser]]></dc:creator>
		<pubDate>Wed, 27 Sep 2023 22:05:33 +0000</pubDate>
				<category><![CDATA[Workshop]]></category>
		<guid isPermaLink="false">https://hostcoder.com/?p=30</guid>

					<description><![CDATA[To assign a start and end date from a range using Flatpickr in a Ruby on Rails application, you&#8217;ll need to set up Flatpickr with two date inputs: one for the start date and another for the end date. Here are the steps to achieve this: In this example, when you select a date in &#8230; <a href="https://hostcoder.com/workshop/setting-start-and-end-dates-with-date-range-selection-using-flatpickr-in-ruby-on-rails/" class="more-link">Continue reading<span class="screen-reader-text"> "Setting Start and End Dates with Date Range Selection using Flatpickr in Ruby on Rails"</span></a>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">30</post-id>	</item>
		<item>
		<title>What is tarfile.add() in Python?</title>
		<link>https://hostcoder.com/workshop/what-is-tarfile-add-in-python/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-is-tarfile-add-in-python</link>
		
		<dc:creator><![CDATA[@hostcoder_metauser]]></dc:creator>
		<pubDate>Wed, 27 Sep 2023 22:10:19 +0000</pubDate>
				<category><![CDATA[Workshop]]></category>
		<guid isPermaLink="false">https://hostcoder.com/?p=32</guid>

					<description><![CDATA[tarfile.add() is a method used in Python to add files or directories to an existing tar archive or to create a new tar archive and add files or directories to it. Tar archives are file storage archives in tar (Tape Archive) format, often used in Unix and Linux systems to bundle multiple files into a &#8230; <a href="https://hostcoder.com/workshop/what-is-tarfile-add-in-python/" class="more-link">Continue reading<span class="screen-reader-text"> "What is tarfile.add() in Python?"</span></a>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">32</post-id>	</item>
		<item>
		<title>How to get cookies from localhost in Angular development environment?</title>
		<link>https://hostcoder.com/workshop/how-to-get-cookies-from-localhost-in-angular-development-environment/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-get-cookies-from-localhost-in-angular-development-environment</link>
		
		<dc:creator><![CDATA[@hostcoder_metauser]]></dc:creator>
		<pubDate>Wed, 27 Sep 2023 22:16:44 +0000</pubDate>
				<category><![CDATA[Workshop]]></category>
		<guid isPermaLink="false">https://hostcoder.com/?p=34</guid>

					<description><![CDATA[In an Angular development environment, you can interact with cookies by using JavaScript or libraries specifically designed for managing cookies. To get cookies from localhost in an Angular application, follow these steps: Remember that cookies should be set by your server when sending responses to the client. The client (Angular application) can read and manipulate &#8230; <a href="https://hostcoder.com/workshop/how-to-get-cookies-from-localhost-in-angular-development-environment/" class="more-link">Continue reading<span class="screen-reader-text"> "How to get cookies from localhost in Angular development environment?"</span></a>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">34</post-id>	</item>
		<item>
		<title>How to implement dropdown with dynamic levels in Angular?</title>
		<link>https://hostcoder.com/workshop/how-to-implement-dropdown-with-dynamic-levels-in-angular/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-implement-dropdown-with-dynamic-levels-in-angular</link>
		
		<dc:creator><![CDATA[@hostcoder_metauser]]></dc:creator>
		<pubDate>Wed, 27 Sep 2023 22:19:25 +0000</pubDate>
				<category><![CDATA[Workshop]]></category>
		<guid isPermaLink="false">https://hostcoder.com/?p=36</guid>

					<description><![CDATA[To implement a dropdown with dynamic levels (nested dropdowns) in Angular, you can use Angular&#8217;s template-driven or reactive forms along with Angular&#8217;s component structure. Here&#8217;s a step-by-step guide on how to create such a dropdown: With these steps, you&#8217;ll have a dynamic dropdown with multiple levels in your Angular application. The example provided assumes a &#8230; <a href="https://hostcoder.com/workshop/how-to-implement-dropdown-with-dynamic-levels-in-angular/" class="more-link">Continue reading<span class="screen-reader-text"> "How to implement dropdown with dynamic levels in Angular?"</span></a>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">36</post-id>	</item>
		<item>
		<title>How to set up the number of decimals and separators for a number with reactJS?</title>
		<link>https://hostcoder.com/workshop/how-to-set-up-the-number-of-decimals-and-separators-for-a-number-with-reactjs/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-set-up-the-number-of-decimals-and-separators-for-a-number-with-reactjs</link>
		
		<dc:creator><![CDATA[@hostcoder_metauser]]></dc:creator>
		<pubDate>Wed, 27 Sep 2023 22:32:12 +0000</pubDate>
				<category><![CDATA[Workshop]]></category>
		<guid isPermaLink="false">https://hostcoder.com/?p=38</guid>

					<description><![CDATA[To set up the number of decimals and separators for a number in a React.js application, you can use JavaScript&#8217;s built-in Number object and the toLocaleString() method. Here&#8217;s how you can do it: In the code above, we use the toLocaleString() method to format the numberToFormat with the specified number of decimals and separators. By &#8230; <a href="https://hostcoder.com/workshop/how-to-set-up-the-number-of-decimals-and-separators-for-a-number-with-reactjs/" class="more-link">Continue reading<span class="screen-reader-text"> "How to set up the number of decimals and separators for a number with reactJS?"</span></a>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">38</post-id>	</item>
		<item>
		<title>How to trigger an event from an iframe to the parent container in javascript?</title>
		<link>https://hostcoder.com/workshop/how-to-trigger-an-event-from-the-iframe-to-the-parent-container-in-javascript/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-trigger-an-event-from-the-iframe-to-the-parent-container-in-javascript</link>
		
		<dc:creator><![CDATA[@hostcoder_metauser]]></dc:creator>
		<pubDate>Fri, 29 Sep 2023 09:18:29 +0000</pubDate>
				<category><![CDATA[Workshop]]></category>
		<guid isPermaLink="false">https://hostcoder.com/?p=57</guid>

					<description><![CDATA[To trigger an event from an iframe to the parent container in JavaScript, you can use the postMessage method, which allows secure communication between an iframe and its parent window. Here&#8217;s how you can do it: In the Child Iframe (iframe.html): Replace '*' with the actual origin of the parent window if you want to &#8230; <a href="https://hostcoder.com/workshop/how-to-trigger-an-event-from-the-iframe-to-the-parent-container-in-javascript/" class="more-link">Continue reading<span class="screen-reader-text"> "How to trigger an event from an iframe to the parent container in javascript?"</span></a>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">57</post-id>	</item>
	</channel>
</rss>
