<?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>IntelliJ IDEA Archives - A N M Bazlur Rahman</title>
	<atom:link href="https://bazlur.ca/category/idea/feed/" rel="self" type="application/rss+xml" />
	<link>https://bazlur.ca/category/idea/</link>
	<description>Java Champion 🏆 Empowering Developers through Speaking 🗣️ Writing ✍️ Mentoring 🤝 &#38; Community Building 🌍 Published Author 📖 Contributing Editor at InfoQ and Foojay.IO</description>
	<lastBuildDate>Mon, 03 Mar 2025 15:00:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>

<image>
	<url>https://i0.wp.com/bazlur.ca/wp-content/uploads/2022/07/cropped-klara-and-sun.jpeg?fit=32%2C32&#038;ssl=1</url>
	<title>IntelliJ IDEA Archives - A N M Bazlur Rahman</title>
	<link>https://bazlur.ca/category/idea/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">207159250</site>	<item>
		<title>JetBrains Junie:  My Firsthand Experience</title>
		<link>https://bazlur.ca/2025/03/03/jetbrains-junie-my-firsthand-experience/</link>
					<comments>https://bazlur.ca/2025/03/03/jetbrains-junie-my-firsthand-experience/#respond</comments>
		
		<dc:creator><![CDATA[A N M Bazlur Rahman]]></dc:creator>
		<pubDate>Mon, 03 Mar 2025 13:10:28 +0000</pubDate>
				<category><![CDATA[IntelliJ IDEA]]></category>
		<category><![CDATA[LLM]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[AI-assisted development]]></category>
		<category><![CDATA[Coding Automation]]></category>
		<category><![CDATA[Developer Productivity]]></category>
		<category><![CDATA[DevNexus]]></category>
		<category><![CDATA[Frontend Development]]></category>
		<category><![CDATA[GitHub Copilot]]></category>
		<category><![CDATA[Jakarta EE]]></category>
		<category><![CDATA[JetBrains AI Assistant]]></category>
		<category><![CDATA[JetBrains Junie]]></category>
		<category><![CDATA[LangChain4j]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[software development]]></category>
		<guid isPermaLink="false">https://bazlur.ca/?p=113870</guid>

					<description><![CDATA[<p>LLMs are taking over the world—almost literally. Every day, we hear about new models popping up, pushing the boundaries of what AI can do. While some worry about it, others welcome it with open arms. The truth is that AI will inevitably take over certain tasks, much like cars replaced by horse-drawn carriages. But that ... <a title="JetBrains Junie:  My Firsthand Experience" class="read-more" href="https://bazlur.ca/2025/03/03/jetbrains-junie-my-firsthand-experience/" aria-label="Read more about JetBrains Junie:  My Firsthand Experience">Read more</a></p>
<p>The post <a href="https://bazlur.ca/2025/03/03/jetbrains-junie-my-firsthand-experience/">JetBrains Junie:  My Firsthand Experience</a> appeared first on <a href="https://bazlur.ca">A N M Bazlur Rahman</a>.</p>
]]></description>
		
					<wfw:commentRss>https://bazlur.ca/2025/03/03/jetbrains-junie-my-firsthand-experience/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">113870</post-id>	</item>
		<item>
		<title>How to run the Java Incubator Module from the Command Line and IntelliJ IDEA</title>
		<link>https://bazlur.ca/2022/05/10/how-to-run-the-java-incubator-module-from-the-command-line-and-intellij-idea/</link>
					<comments>https://bazlur.ca/2022/05/10/how-to-run-the-java-incubator-module-from-the-command-line-and-intellij-idea/#respond</comments>
		
		<dc:creator><![CDATA[A N M Bazlur Rahman]]></dc:creator>
		<pubDate>Tue, 10 May 2022 16:52:15 +0000</pubDate>
				<category><![CDATA[IntelliJ IDEA]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[incubator]]></category>
		<category><![CDATA[JEP]]></category>
		<category><![CDATA[Structured Concurrency]]></category>
		<guid isPermaLink="false">https://foojay.io/?p=55989</guid>

					<description><![CDATA[<p>JEP 425: Virtual Threads (Preview) has been proposed recently. It has been a long-awaited feature in Java. It opens the door to Structured Concurrency. This article isn’t about it, in case you are interested, you can read, the JEP draft: Structured Concurrency (Incubator) Also, if you are interested in how the incubator module works, please ... <a title="How to run the Java Incubator Module from the Command Line and IntelliJ IDEA" class="read-more" href="https://bazlur.ca/2022/05/10/how-to-run-the-java-incubator-module-from-the-command-line-and-intellij-idea/" aria-label="Read more about How to run the Java Incubator Module from the Command Line and IntelliJ IDEA">Read more</a></p>
<p>The post <a href="https://bazlur.ca/2022/05/10/how-to-run-the-java-incubator-module-from-the-command-line-and-intellij-idea/">How to run the Java Incubator Module from the Command Line and IntelliJ IDEA</a> appeared first on <a href="https://bazlur.ca">A N M Bazlur Rahman</a>.</p>
]]></description>
		
					<wfw:commentRss>https://bazlur.ca/2022/05/10/how-to-run-the-java-incubator-module-from-the-command-line-and-intellij-idea/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">55989</post-id>	</item>
		<item>
		<title>How to Enable Java Preview Features and Run Code from IntelliJ IDEA</title>
		<link>https://bazlur.ca/2022/05/08/how-to-run-project-loom-from-intellij-idea/</link>
					<comments>https://bazlur.ca/2022/05/08/how-to-run-project-loom-from-intellij-idea/#comments</comments>
		
		<dc:creator><![CDATA[A N M Bazlur Rahman]]></dc:creator>
		<pubDate>Sun, 08 May 2022 10:07:50 +0000</pubDate>
				<category><![CDATA[IntelliJ IDEA]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[project loom]]></category>
		<category><![CDATA[virtual thread]]></category>
		<guid isPermaLink="false">https://foojay.io/?p=55950</guid>

					<description><![CDATA[<p>JEP 425: Virtual Threads (Preview) has been proposed recently. I wanted to give it a try it on my favorite IDE, this article shows you how to do that in IntelliJ IDEA</p>
<p>The post <a href="https://bazlur.ca/2022/05/08/how-to-run-project-loom-from-intellij-idea/">How to Enable Java Preview Features and Run Code from IntelliJ IDEA</a> appeared first on <a href="https://bazlur.ca">A N M Bazlur Rahman</a>.</p>
]]></description>
		
					<wfw:commentRss>https://bazlur.ca/2022/05/08/how-to-run-project-loom-from-intellij-idea/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">55950</post-id>	</item>
	</channel>
</rss>
