<?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>Tools Archives - A N M Bazlur Rahman</title>
	<atom:link href="https://bazlur.ca/category/tools/feed/" rel="self" type="application/rss+xml" />
	<link>https://bazlur.ca/category/tools/</link>
	<description>Java Champion 🏆 Empowering Developers through Speaking 🗣️ Writing ✍️ Mentoring 🤝 &#38; Community Building 🌍 Published Author 📖 Contributing Editor at InfoQ and Foojay.IO</description>
	<lastBuildDate>Fri, 19 Jul 2024 14:21:51 +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>Tools Archives - A N M Bazlur Rahman</title>
	<link>https://bazlur.ca/category/tools/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">207159250</site>	<item>
		<title>Creating a Command Line Tool with JBang and PicoCLI to Generate Release Notes</title>
		<link>https://bazlur.ca/2024/07/18/creating-a-command-line-tool-with-jbang-and-picocli-to-generate-release-notes/</link>
					<comments>https://bazlur.ca/2024/07/18/creating-a-command-line-tool-with-jbang-and-picocli-to-generate-release-notes/#respond</comments>
		
		<dc:creator><![CDATA[A N M Bazlur Rahman]]></dc:creator>
		<pubDate>Fri, 19 Jul 2024 02:11:34 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[JBang]]></category>
		<category><![CDATA[PicoCLI]]></category>
		<category><![CDATA[ReleaseNotes]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://bazlur.ca/?p=113586</guid>

					<description><![CDATA[<p>Lately, I have been playing with JBang and PicoCLI, and I am pretty amazed at what we can do with these tools. I needed to create a script that would go to a specified repository on GitHub, check the commit range, and verify if any tickets were associated with them. Additionally, I wanted to check ... <a title="Creating a Command Line Tool with JBang and PicoCLI to Generate Release Notes" class="read-more" href="https://bazlur.ca/2024/07/18/creating-a-command-line-tool-with-jbang-and-picocli-to-generate-release-notes/" aria-label="Read more about Creating a Command Line Tool with JBang and PicoCLI to Generate Release Notes">Read more</a></p>
<p>The post <a href="https://bazlur.ca/2024/07/18/creating-a-command-line-tool-with-jbang-and-picocli-to-generate-release-notes/">Creating a Command Line Tool with JBang and PicoCLI to Generate Release Notes</a> appeared first on <a href="https://bazlur.ca">A N M Bazlur Rahman</a>.</p>
]]></description>
		
					<wfw:commentRss>https://bazlur.ca/2024/07/18/creating-a-command-line-tool-with-jbang-and-picocli-to-generate-release-notes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">113586</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>
