<?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>Sheikh Heera</title>
	<atom:link href="https://heera.it/feed" rel="self" type="application/rss+xml" />
	<link>https://heera.it/</link>
	<description>Software Developer, Dreamer &#38; Fragrance Lover</description>
	<lastBuildDate>Thu, 28 Aug 2025 14:42:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://heera.it/wp-content/uploads/2017/12/cropped-heera-32x32.png</url>
	<title>Sheikh Heera</title>
	<link>https://heera.it/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Who Should Be Called an Engineer?</title>
		<link>https://heera.it/who-should-be-called-an-engineer</link>
					<comments>https://heera.it/who-should-be-called-an-engineer#respond</comments>
		
		<dc:creator><![CDATA[Sheikh Heera]]></dc:creator>
		<pubDate>Thu, 28 Aug 2025 14:25:57 +0000</pubDate>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[Bangladesh IT Industry]]></category>
		<category><![CDATA[Education vs Skills]]></category>
		<guid isPermaLink="false">https://heera.it/?p=3204</guid>

					<description><![CDATA[<p>My Thoughts as a College Dropout CTO Recently, students in BUET and other universities in Bangladesh have been protesting. They want the title “Engineer” to be reserved only for people who completed an official engineering degree (alongside other demands). I understand why. They study for years, go through tough exams, and naturally, they want that [&#8230;]</p>
<p>The post <a href="https://heera.it/who-should-be-called-an-engineer">Who Should Be Called an Engineer?</a> appeared first on <a href="https://heera.it">Sheikh Heera</a>.</p>
]]></description>
		
					<wfw:commentRss>https://heera.it/who-should-be-called-an-engineer/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHP Memory : ZVAL, Symbols and GC</title>
		<link>https://heera.it/php-memory-zval-symbol-tables-and-garbage-collection</link>
					<comments>https://heera.it/php-memory-zval-symbol-tables-and-garbage-collection#respond</comments>
		
		<dc:creator><![CDATA[Sheikh Heera]]></dc:creator>
		<pubDate>Mon, 28 Apr 2025 16:51:29 +0000</pubDate>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Php]]></category>
		<guid isPermaLink="false">https://heera.it/?p=3157</guid>

					<description><![CDATA[<p>Memory management forms the hidden engine behind every programming language&#8217;s runtime, silently powering the execution of programs and ensuring resources are used efficiently. In PHP, while variables, arrays, and objects seem straightforward and effortless to manipulate, beneath the surface lies a complex and finely tuned system. This system revolves around structures like zvals (which hold [&#8230;]</p>
<p>The post <a href="https://heera.it/php-memory-zval-symbol-tables-and-garbage-collection">PHP Memory : ZVAL, Symbols and GC</a> appeared first on <a href="https://heera.it">Sheikh Heera</a>.</p>
]]></description>
		
					<wfw:commentRss>https://heera.it/php-memory-zval-symbol-tables-and-garbage-collection/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Top Trusted Perfume Sellers in Bangladesh</title>
		<link>https://heera.it/top-trusted-perfume-sellers-in-bangladesh</link>
					<comments>https://heera.it/top-trusted-perfume-sellers-in-bangladesh#respond</comments>
		
		<dc:creator><![CDATA[Sheikh Heera]]></dc:creator>
		<pubDate>Sun, 20 Apr 2025 21:26:39 +0000</pubDate>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Perfumery]]></category>
		<category><![CDATA[Bangladesh]]></category>
		<category><![CDATA[Fragrance]]></category>
		<guid isPermaLink="false">https://heera.it/?p=3023</guid>

					<description><![CDATA[<p>Bangladesh has seen a remarkable rise in demand for authentic perfumes in recent years. Whether you&#8217;re drawn to the rich, luxurious aromas of Middle Eastern scents, designer Western fragrances, or rare niche perfumes, there&#8217;s now a diverse lineup of trustworthy sellers across the country. Having personally purchased from every seller on this list, I can [&#8230;]</p>
<p>The post <a href="https://heera.it/top-trusted-perfume-sellers-in-bangladesh">Top Trusted Perfume Sellers in Bangladesh</a> appeared first on <a href="https://heera.it">Sheikh Heera</a>.</p>
]]></description>
		
					<wfw:commentRss>https://heera.it/top-trusted-perfume-sellers-in-bangladesh/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Throwable vs. Exception: PHP Error Handling</title>
		<link>https://heera.it/throwable-vs-exception-php-error-handling</link>
					<comments>https://heera.it/throwable-vs-exception-php-error-handling#respond</comments>
		
		<dc:creator><![CDATA[Sheikh Heera]]></dc:creator>
		<pubDate>Sat, 22 Mar 2025 20:23:10 +0000</pubDate>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Tips]]></category>
		<guid isPermaLink="false">https://heera.it/?p=2982</guid>

					<description><![CDATA[<p>If you&#8217;re a seasoned PHP developer, you&#8217;ve undoubtedly worked with Exception handling. But have you ever wondered why PHP 7 introduced Throwable? Is it just a fancy new keyword, or does it offer something substantial? Buckle up, because we&#8217;re about to dive deep into the world of error handling in PHP, and by the end [&#8230;]</p>
<p>The post <a href="https://heera.it/throwable-vs-exception-php-error-handling">Throwable vs. Exception: PHP Error Handling</a> appeared first on <a href="https://heera.it">Sheikh Heera</a>.</p>
]]></description>
		
					<wfw:commentRss>https://heera.it/throwable-vs-exception-php-error-handling/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Take Control: Be AI’s Master, Not Its Slave!</title>
		<link>https://heera.it/take-control-be-ais-master-not-its-slave</link>
					<comments>https://heera.it/take-control-be-ais-master-not-its-slave#respond</comments>
		
		<dc:creator><![CDATA[Sheikh Heera]]></dc:creator>
		<pubDate>Mon, 17 Mar 2025 19:17:00 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Software Engineering]]></category>
		<guid isPermaLink="false">https://heera.it/?p=2963</guid>

					<description><![CDATA[<p>The rise of artificial intelligence has revolutionized numerous industries, from healthcare to finance, and even the creative arts. AI is no longer just a futuristic concept; it’s here, and it’s reshaping the way we work, solve problems, and interact with technology. In fields like medicine, AI is helping doctors diagnose diseases more accurately. In the [&#8230;]</p>
<p>The post <a href="https://heera.it/take-control-be-ais-master-not-its-slave">Take Control: Be AI’s Master, Not Its Slave!</a> appeared first on <a href="https://heera.it">Sheikh Heera</a>.</p>
]]></description>
		
					<wfw:commentRss>https://heera.it/take-control-be-ais-master-not-its-slave/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHP&#8217;s unserialize: Risks and How to Stay Safe</title>
		<link>https://heera.it/the-dangers-of-phps-unserialize-and-how-to-stay-safe</link>
					<comments>https://heera.it/the-dangers-of-phps-unserialize-and-how-to-stay-safe#comments</comments>
		
		<dc:creator><![CDATA[Sheikh Heera]]></dc:creator>
		<pubDate>Sun, 17 Nov 2024 05:38:05 +0000</pubDate>
				<category><![CDATA[Php]]></category>
		<guid isPermaLink="false">https://heera.it/?p=2949</guid>

					<description><![CDATA[<p>As a PHP developer with over 16 years of experience, I have witnessed the evolution of PHP security practices. While PHP continues to be one of the most widely used programming languages for web development, its features can sometimes introduce subtle security risks that developers need to be aware of. One such feature is PHP’s [&#8230;]</p>
<p>The post <a href="https://heera.it/the-dangers-of-phps-unserialize-and-how-to-stay-safe">PHP&#8217;s unserialize: Risks and How to Stay Safe</a> appeared first on <a href="https://heera.it">Sheikh Heera</a>.</p>
]]></description>
		
					<wfw:commentRss>https://heera.it/the-dangers-of-phps-unserialize-and-how-to-stay-safe/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>FluentCRM – Email Marketing and CRM Plugin</title>
		<link>https://heera.it/fluentcrm-email-marketing-and-crm-plugin</link>
					<comments>https://heera.it/fluentcrm-email-marketing-and-crm-plugin#comments</comments>
		
		<dc:creator><![CDATA[Mahiyath Chowdhury]]></dc:creator>
		<pubDate>Wed, 30 Sep 2020 17:28:01 +0000</pubDate>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://heera.it/?p=2916</guid>

					<description><![CDATA[<p>FluentCRM is a brand new email marketing automation and self hosted CRM plugin for WordPress. Whether you want a centralized console for all your customer information or a straightforward approach to grow your subscribers, FluentCRM has something for everyone. You can effectively use it for your marketing campaign and scale your business. You can add [&#8230;]</p>
<p>The post <a href="https://heera.it/fluentcrm-email-marketing-and-crm-plugin">FluentCRM – Email Marketing and CRM Plugin</a> appeared first on <a href="https://heera.it">Sheikh Heera</a>.</p>
]]></description>
		
					<wfw:commentRss>https://heera.it/fluentcrm-email-marketing-and-crm-plugin/feed</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>PHP &#8211; 8.0 Match Expression</title>
		<link>https://heera.it/php-8-0-match-expression</link>
					<comments>https://heera.it/php-8-0-match-expression#comments</comments>
		
		<dc:creator><![CDATA[Sheikh Heera]]></dc:creator>
		<pubDate>Wed, 22 Jul 2020 23:21:15 +0000</pubDate>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[New features]]></category>
		<category><![CDATA[php - 8.0]]></category>
		<guid isPermaLink="false">https://heera.it/?p=2891</guid>

					<description><![CDATA[<p>In PHP 8.0 there is a new feature or I should say a new language construct (keyword) going to be introduced,  which has been implemented depending on the following RFC. This RFC proposes adding a new match expression that is similar to switch but with safer semantics and the ability to return values. Let&#8217;s see an example using switch : The same [&#8230;]</p>
<p>The post <a href="https://heera.it/php-8-0-match-expression">PHP &#8211; 8.0 Match Expression</a> appeared first on <a href="https://heera.it">Sheikh Heera</a>.</p>
]]></description>
		
					<wfw:commentRss>https://heera.it/php-8-0-match-expression/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>New Union Type in PHP &#8211; 8</title>
		<link>https://heera.it/new-union-type-in-php-8</link>
					<comments>https://heera.it/new-union-type-in-php-8#respond</comments>
		
		<dc:creator><![CDATA[Sheikh Heera]]></dc:creator>
		<pubDate>Fri, 08 Nov 2019 16:12:35 +0000</pubDate>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[New features]]></category>
		<category><![CDATA[php - 8.0]]></category>
		<guid isPermaLink="false">https://heera.it/?p=2872</guid>

					<description><![CDATA[<p>A new RFC has been finished voting and accepted for PHP &#8211; 8. That is &#8220;Union Types&#8221;, which is an extension of PHP&#8217;s type system. A union type accepts values of multiple different types, rather than a single one. PHP already supports two special union types: Type or null, using the special ?Type syntax. array or Traversable, using the special iterable type. However, [&#8230;]</p>
<p>The post <a href="https://heera.it/new-union-type-in-php-8">New Union Type in PHP &#8211; 8</a> appeared first on <a href="https://heera.it">Sheikh Heera</a>.</p>
]]></description>
		
					<wfw:commentRss>https://heera.it/new-union-type-in-php-8/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Hidden Gems of WordPress – Part 2</title>
		<link>https://heera.it/hidden-gems-of-wordpress-part-2</link>
					<comments>https://heera.it/hidden-gems-of-wordpress-part-2#comments</comments>
		
		<dc:creator><![CDATA[Sheikh Heera]]></dc:creator>
		<pubDate>Tue, 21 May 2019 01:08:51 +0000</pubDate>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Helper Function]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://heera.it/?p=2747</guid>

					<description><![CDATA[<p>This is the second part of my &#8220;Hidden Gems of WordPress&#8221; series. If you missed the first part then you may check it out but it&#8217;s not necessary for this part. In the first part, I&#8217;ve discussed about some cool and useful functions that you may already know but why don&#8217;t you check it out, [&#8230;]</p>
<p>The post <a href="https://heera.it/hidden-gems-of-wordpress-part-2">Hidden Gems of WordPress – Part 2</a> appeared first on <a href="https://heera.it">Sheikh Heera</a>.</p>
]]></description>
		
					<wfw:commentRss>https://heera.it/hidden-gems-of-wordpress-part-2/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
