<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Himanshu Sharma</title>
	<atom:link href="https://himanshoo.in/feed/" rel="self" type="application/rss+xml" />
	<link>https://himanshoo.in/</link>
	<description>Receptive and Expressive: These two facets of language are very different but equally important</description>
	<lastBuildDate>Thu, 26 Jul 2018 14:24:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">59941922</site>	<item>
		<title>Solid Design Patterns &#8211; Open closed principle</title>
		<link>https://himanshoo.in/technology/solid-design-patterns-open-closed-principle/</link>
					<comments>https://himanshoo.in/technology/solid-design-patterns-open-closed-principle/#respond</comments>
		
		<dc:creator><![CDATA[Himanshu Sharma]]></dc:creator>
		<pubDate>Thu, 26 Jul 2018 14:18:05 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Open Closed Principle]]></category>
		<category><![CDATA[Software design principles]]></category>
		<category><![CDATA[SOLID]]></category>
		<category><![CDATA[Solid design patterns]]></category>
		<guid isPermaLink="false">http://himanshoo.in/?p=128</guid>

					<description><![CDATA[<p>Solid Design Patterns &#8211; Open Closed Principle Open Closed Principle In object-oriented programming, the Open Closed Principle states &#8220;software entities (classes, modules, functions, etc.) should be open for extension, but closed for modification&#8221;; that is, such an entity can allow its behaviour to be extended without modifying its source code. Quick recap, SOLID stands for five&#8230;</p>
<p>The post <a href="https://himanshoo.in/technology/solid-design-patterns-open-closed-principle/">Solid Design Patterns &#8211; Open closed principle</a> appeared first on <a href="https://himanshoo.in">Himanshu Sharma</a>.</p>
]]></description>
		
					<wfw:commentRss>https://himanshoo.in/technology/solid-design-patterns-open-closed-principle/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">128</post-id>	</item>
		<item>
		<title>Solid Design Patterns &#8211; Single responsibility principle</title>
		<link>https://himanshoo.in/technology/solid-design-patterns-single-responsibility-principle/</link>
					<comments>https://himanshoo.in/technology/solid-design-patterns-single-responsibility-principle/#respond</comments>
		
		<dc:creator><![CDATA[Himanshu Sharma]]></dc:creator>
		<pubDate>Tue, 24 Jul 2018 17:31:31 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Clean Code]]></category>
		<category><![CDATA[Single responsibility principle]]></category>
		<category><![CDATA[SOLID]]></category>
		<category><![CDATA[Solid design patterns]]></category>
		<guid isPermaLink="false">http://himanshoo.in/?p=108</guid>

					<description><![CDATA[<p>Solid design patterns &#8211; Single responsibility principle Here we are going to discuss &#8220;Single responsibility principle&#8221;. Single responsibility principle: &#8220;A class should have one and only one reason to change, meaning that a class should only have one job.&#8221; Recently I was reading a book &#8220;Clean Code&#8221; by Robert C Martin. It is a really&#8230;</p>
<p>The post <a href="https://himanshoo.in/technology/solid-design-patterns-single-responsibility-principle/">Solid Design Patterns &#8211; Single responsibility principle</a> appeared first on <a href="https://himanshoo.in">Himanshu Sharma</a>.</p>
]]></description>
		
					<wfw:commentRss>https://himanshoo.in/technology/solid-design-patterns-single-responsibility-principle/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">108</post-id>	</item>
		<item>
		<title>Some how-to using Htaccess</title>
		<link>https://himanshoo.in/linux/some-how-to-using-htaccess/</link>
					<comments>https://himanshoo.in/linux/some-how-to-using-htaccess/#comments</comments>
		
		<dc:creator><![CDATA[Himanshu Sharma]]></dc:creator>
		<pubDate>Thu, 10 Jul 2014 10:59:22 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[redirection]]></category>
		<guid isPermaLink="false">http://himanshoo.in/?p=92</guid>

					<description><![CDATA[<p>Some how to using Htaccess: How to protected SVN Directories with HTACCESS File This line in the &#8220;.htaccess&#8221; file will protect all SVN directories (&#8220;.svn/&#8221;): &#60;IfModule mod_rewrite.c&#62; RewriteRule ^(.*/)?\.svn/ - [F,L] IfModule&#62; The flag &#8220;F&#8221; means forbidden, and the &#8220;L&#8221; flag means the last rule to be used if this rule is used. &#8220;-&#8221; is&#8230;</p>
<p>The post <a href="https://himanshoo.in/linux/some-how-to-using-htaccess/">Some how-to using Htaccess</a> appeared first on <a href="https://himanshoo.in">Himanshu Sharma</a>.</p>
]]></description>
		
					<wfw:commentRss>https://himanshoo.in/linux/some-how-to-using-htaccess/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">92</post-id>	</item>
		<item>
		<title>Efficient Way to handle deep paging in Solr 4.7</title>
		<link>https://himanshoo.in/technology/efficient-way-to-handle-deep-paging-in-solr-4-7/</link>
					<comments>https://himanshoo.in/technology/efficient-way-to-handle-deep-paging-in-solr-4-7/#comments</comments>
		
		<dc:creator><![CDATA[Himanshu Sharma]]></dc:creator>
		<pubDate>Wed, 09 Jul 2014 10:14:08 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Deep paging]]></category>
		<category><![CDATA[Solr]]></category>
		<guid isPermaLink="false">http://himanshoo.in/?p=90</guid>

					<description><![CDATA[<p>Efficient Way to handle deep paging in Solr 4.7 One thing Solr has never been very efficient at is a problem that people refer to as &#8220;Deep Paging&#8221;. What is the Deep Paging? What is Deep Paging: Imagine the following problem &#8211; we have an application that expects Solr to return the results sorted on&#8230;</p>
<p>The post <a href="https://himanshoo.in/technology/efficient-way-to-handle-deep-paging-in-solr-4-7/">Efficient Way to handle deep paging in Solr 4.7</a> appeared first on <a href="https://himanshoo.in">Himanshu Sharma</a>.</p>
]]></description>
		
					<wfw:commentRss>https://himanshoo.in/technology/efficient-way-to-handle-deep-paging-in-solr-4-7/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">90</post-id>	</item>
		<item>
		<title>Rail Budget: Not a single thing for Udaipur (Mewar)</title>
		<link>https://himanshoo.in/thoughts/rail-budget-not-a-single-thing-for-udaipur-mewar/</link>
					<comments>https://himanshoo.in/thoughts/rail-budget-not-a-single-thing-for-udaipur-mewar/#comments</comments>
		
		<dc:creator><![CDATA[Himanshu Sharma]]></dc:creator>
		<pubDate>Tue, 08 Jul 2014 14:56:20 +0000</pubDate>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Rail Budget]]></category>
		<category><![CDATA[Udaipur]]></category>
		<guid isPermaLink="false">http://himanshoo.in/?p=85</guid>

					<description><![CDATA[<p>Rail Budget: Not a single thing for Udaipur (Mewar) Nobody mention of Udaipur-Ahmadabad gauge conversion Rail Ministry, which had been a highly politicized department of the Central Government for past couple of decades, presented its Indian rail budget today. It was bound to be a complex situation for the Rail Minister Sadananda gowda not only&#8230;</p>
<p>The post <a href="https://himanshoo.in/thoughts/rail-budget-not-a-single-thing-for-udaipur-mewar/">Rail Budget: Not a single thing for Udaipur (Mewar)</a> appeared first on <a href="https://himanshoo.in">Himanshu Sharma</a>.</p>
]]></description>
		
					<wfw:commentRss>https://himanshoo.in/thoughts/rail-budget-not-a-single-thing-for-udaipur-mewar/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">85</post-id>	</item>
		<item>
		<title>Searching an Element in a Rotated Sorted Array</title>
		<link>https://himanshoo.in/technology/searching-an-element-in-a-rotated-sorted-array/</link>
					<comments>https://himanshoo.in/technology/searching-an-element-in-a-rotated-sorted-array/#respond</comments>
		
		<dc:creator><![CDATA[Himanshu Sharma]]></dc:creator>
		<pubDate>Thu, 17 Apr 2014 12:49:19 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[binary search]]></category>
		<category><![CDATA[Rotated Sorted Array]]></category>
		<guid isPermaLink="false">http://himanshoo.in/?p=81</guid>

					<description><![CDATA[<p>What is Rotated Sorted Array It is nothing but a sorted array, which is twisted/rotated with some pivot element. So if you observe rotated array then it can be classified as two sub-array that is sorted. For example your sorted array A: A = { 0,1,2,3,4,5,6,7,8,9 } and your rotated sorted array look like this:&#8230;</p>
<p>The post <a href="https://himanshoo.in/technology/searching-an-element-in-a-rotated-sorted-array/">Searching an Element in a Rotated Sorted Array</a> appeared first on <a href="https://himanshoo.in">Himanshu Sharma</a>.</p>
]]></description>
		
					<wfw:commentRss>https://himanshoo.in/technology/searching-an-element-in-a-rotated-sorted-array/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">81</post-id>	</item>
		<item>
		<title>Painless Vaccine is Banned</title>
		<link>https://himanshoo.in/thoughts/painless-vaccine-is-banned/</link>
					<comments>https://himanshoo.in/thoughts/painless-vaccine-is-banned/#comments</comments>
		
		<dc:creator><![CDATA[Himanshu Sharma]]></dc:creator>
		<pubDate>Fri, 28 Mar 2014 14:13:22 +0000</pubDate>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Painless]]></category>
		<category><![CDATA[Painless Vaccine is Banned]]></category>
		<category><![CDATA[PENTAXIM]]></category>
		<category><![CDATA[QUADRAVAC]]></category>
		<category><![CDATA[Vaccine]]></category>
		<guid isPermaLink="false">http://himanshoo.in/?p=76</guid>

					<description><![CDATA[<p>PAINLESS PENTAXIM VACCINE IS BANNED! hello everyone, Yesterday we  went to vaccinate our little angel against DTaP, HiB &#38; Polio.This was her first dose of it. i was relaxed of the pain and fever she may have to suffer because of painless vaccines (PENTAXIM,invented in 1997)  available in market. As and when we demanded for&#8230;</p>
<p>The post <a href="https://himanshoo.in/thoughts/painless-vaccine-is-banned/">Painless Vaccine is Banned</a> appeared first on <a href="https://himanshoo.in">Himanshu Sharma</a>.</p>
]]></description>
		
					<wfw:commentRss>https://himanshoo.in/thoughts/painless-vaccine-is-banned/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">76</post-id>	</item>
		<item>
		<title>How to generate a random, unique string using numbers and letters</title>
		<link>https://himanshoo.in/technology/how-to-generate-a-random-unique-string-using-numbers-and-letters/</link>
					<comments>https://himanshoo.in/technology/how-to-generate-a-random-unique-string-using-numbers-and-letters/#respond</comments>
		
		<dc:creator><![CDATA[Himanshu Sharma]]></dc:creator>
		<pubDate>Wed, 26 Mar 2014 14:13:19 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[MD5]]></category>
		<category><![CDATA[openssl_random_pseudo_bytes]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[uniqid]]></category>
		<category><![CDATA[unique random string]]></category>
		<category><![CDATA[unique token]]></category>
		<guid isPermaLink="false">http://himanshoo.in/?p=70</guid>

					<description><![CDATA[<p>While creating API for Android App, i came across with very simple but difficult (for me) problem. How would it be possible to generate a random, unique string using numbers and letters for verfiy user, Something like api_key which is unique to user but at the same time it shuold be safe and it will&#8230;</p>
<p>The post <a href="https://himanshoo.in/technology/how-to-generate-a-random-unique-string-using-numbers-and-letters/">How to generate a random, unique string using numbers and letters</a> appeared first on <a href="https://himanshoo.in">Himanshu Sharma</a>.</p>
]]></description>
		
					<wfw:commentRss>https://himanshoo.in/technology/how-to-generate-a-random-unique-string-using-numbers-and-letters/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">70</post-id>	</item>
		<item>
		<title>Subfolders v/s Subdomains: Which one to choose for SEO?</title>
		<link>https://himanshoo.in/technology/subfolders-vs-subdomains-which-one-to-choose-for-seo/</link>
					<comments>https://himanshoo.in/technology/subfolders-vs-subdomains-which-one-to-choose-for-seo/#respond</comments>
		
		<dc:creator><![CDATA[Himanshu Sharma]]></dc:creator>
		<pubDate>Wed, 12 Mar 2014 10:39:49 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Subdomain]]></category>
		<category><![CDATA[Subfolder]]></category>
		<guid isPermaLink="false">http://himanshoo.in/?p=57</guid>

					<description><![CDATA[<p>Subfolders and Subdomains have their own pros and cons if viewed from business viewpoint. However, these day’s website owners more interested in  focusing their efforts on SEO. Which one to choose Subfolder or Sub Domain for my blog promotion? If you are thinking of launching a new blog, then using a sub-folder will bring better&#8230;</p>
<p>The post <a href="https://himanshoo.in/technology/subfolders-vs-subdomains-which-one-to-choose-for-seo/">Subfolders v/s Subdomains: Which one to choose for SEO?</a> appeared first on <a href="https://himanshoo.in">Himanshu Sharma</a>.</p>
]]></description>
		
					<wfw:commentRss>https://himanshoo.in/technology/subfolders-vs-subdomains-which-one-to-choose-for-seo/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">57</post-id>	</item>
		<item>
		<title>How to Compress and Unpack an directory in Linux?</title>
		<link>https://himanshoo.in/linux/how-to-compress-and-unpack-an-directory-in-linux/</link>
					<comments>https://himanshoo.in/linux/how-to-compress-and-unpack-an-directory-in-linux/#respond</comments>
		
		<dc:creator><![CDATA[Himanshu Sharma]]></dc:creator>
		<pubDate>Tue, 11 Mar 2014 09:31:13 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Compress]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[UnZip]]></category>
		<category><![CDATA[Zip]]></category>
		<guid isPermaLink="false">http://himanshoo.in/?p=55</guid>

					<description><![CDATA[<p>For compress file or directory, GNU tar command is best for this work. It can be use on remote Linux or UNIX server. It does two things for you: &#8211; Create the archive &#8211; Compress the archive Following is syntax of the tar command: tar -zcvf archive-name.tar.gz your-directory-name Where, -z: Compress archive using gzip program&#8230;</p>
<p>The post <a href="https://himanshoo.in/linux/how-to-compress-and-unpack-an-directory-in-linux/">How to Compress and Unpack an directory in Linux?</a> appeared first on <a href="https://himanshoo.in">Himanshu Sharma</a>.</p>
]]></description>
		
					<wfw:commentRss>https://himanshoo.in/linux/how-to-compress-and-unpack-an-directory-in-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">55</post-id>	</item>
	</channel>
</rss>
