<?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>AI Archives - A N M Bazlur Rahman</title>
	<atom:link href="https://bazlur.ca/tag/ai/feed/" rel="self" type="application/rss+xml" />
	<link>https://bazlur.ca/tag/ai/</link>
	<description>Java Champion 🏆 Empowering Developers through Speaking 🗣️ Writing ✍️ Mentoring 🤝 &#38; Community Building 🌍 Published Author 📖 Contributing Editor at InfoQ and Foojay.IO</description>
	<lastBuildDate>Sat, 03 May 2025 09:56:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</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>AI Archives - A N M Bazlur Rahman</title>
	<link>https://bazlur.ca/tag/ai/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">207159250</site>	<item>
		<title>Java + LLMs  + LangChain4j — 2025 Talk Series</title>
		<link>https://bazlur.ca/2025/05/03/java-llms-langchain4j-2025-talk-series/</link>
					<comments>https://bazlur.ca/2025/05/03/java-llms-langchain4j-2025-talk-series/#respond</comments>
		
		<dc:creator><![CDATA[A N M Bazlur Rahman]]></dc:creator>
		<pubDate>Sat, 03 May 2025 09:53:14 +0000</pubDate>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[LLM]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Jakarta EE]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[LangChain4j]]></category>
		<category><![CDATA[Large Language Models]]></category>
		<category><![CDATA[talks]]></category>
		<category><![CDATA[Workshops]]></category>
		<guid isPermaLink="false">https://bazlur.ca/?p=113949</guid>

					<description><![CDATA[<p>Shaaf and I have been heads‑down exploring how LangChain4j slots into everyday Java and Jakarta EE projects. Our experiments have grown into a full talk series. You can find a list of delivered and upcoming talks on my conference page: https://bazlur.ca/conferences/ Why we’re doing this LangChain4j gives Java devs RAG pipelines, vector‑store abstractions, and agent helpers without leaving the ... <a title="Java + LLMs  + LangChain4j — 2025 Talk Series" class="read-more" href="https://bazlur.ca/2025/05/03/java-llms-langchain4j-2025-talk-series/" aria-label="Read more about Java + LLMs  + LangChain4j — 2025 Talk Series">Read more</a></p>
<p>The post <a href="https://bazlur.ca/2025/05/03/java-llms-langchain4j-2025-talk-series/">Java + LLMs  + LangChain4j — 2025 Talk Series</a> appeared first on <a href="https://bazlur.ca">A N M Bazlur Rahman</a>.</p>
]]></description>
		
					<wfw:commentRss>https://bazlur.ca/2025/05/03/java-llms-langchain4j-2025-talk-series/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">113949</post-id>	</item>
		<item>
		<title>Chat with Your Knowledge Base: A Hands-On Java &#038; LangChain4j Guide</title>
		<link>https://bazlur.ca/2025/04/18/chat-with-your-knowledge-base-a-hands-on-java-langchain4j-guide/</link>
					<comments>https://bazlur.ca/2025/04/18/chat-with-your-knowledge-base-a-hands-on-java-langchain4j-guide/#respond</comments>
		
		<dc:creator><![CDATA[A N M Bazlur Rahman]]></dc:creator>
		<pubDate>Fri, 18 Apr 2025 06:50:00 +0000</pubDate>
				<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java Beginner]]></category>
		<category><![CDATA[LLM]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Chatbot]]></category>
		<category><![CDATA[Embeddings]]></category>
		<category><![CDATA[Hands-On Guide]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[LangChain4j]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[NLP]]></category>
		<category><![CDATA[Ollama]]></category>
		<category><![CDATA[OpenAI]]></category>
		<category><![CDATA[RAG]]></category>
		<category><![CDATA[Retrieval-Augmented Generation]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Vector Store]]></category>
		<guid isPermaLink="false">https://bazlur.ca/?p=113934</guid>

					<description><![CDATA[<p>Disclaimer: This article details an experimental project built for learning and demonstration purposes. The implementation described is not intended as a production-grade solution. Some parts of the code were generated using JetBrains’ AI Agent, Junie. Large Language Models (LLMs) like GPT-4, Llama, and Gemini have revolutionized how we interact with information. However, their knowledge is ... <a title="Chat with Your Knowledge Base: A Hands-On Java &#038; LangChain4j Guide" class="read-more" href="https://bazlur.ca/2025/04/18/chat-with-your-knowledge-base-a-hands-on-java-langchain4j-guide/" aria-label="Read more about Chat with Your Knowledge Base: A Hands-On Java &#038; LangChain4j Guide">Read more</a></p>
<p>The post <a href="https://bazlur.ca/2025/04/18/chat-with-your-knowledge-base-a-hands-on-java-langchain4j-guide/">Chat with Your Knowledge Base: A Hands-On Java &#038; LangChain4j Guide</a> appeared first on <a href="https://bazlur.ca">A N M Bazlur Rahman</a>.</p>
]]></description>
		
					<wfw:commentRss>https://bazlur.ca/2025/04/18/chat-with-your-knowledge-base-a-hands-on-java-langchain4j-guide/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">113934</post-id>	</item>
		<item>
		<title>Building FormPilot: My Journey Creating an AI-Powered Form Filler with RAG, LangChain4j, and Ollama</title>
		<link>https://bazlur.ca/2025/04/06/building-formpilot-my-journey-creating-an-ai-powered-form-filler-with-rag-langchain4j-and-ollama/</link>
					<comments>https://bazlur.ca/2025/04/06/building-formpilot-my-journey-creating-an-ai-powered-form-filler-with-rag-langchain4j-and-ollama/#respond</comments>
		
		<dc:creator><![CDATA[A N M Bazlur Rahman]]></dc:creator>
		<pubDate>Sun, 06 Apr 2025 23:14:15 +0000</pubDate>
				<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[LLM]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[AI Development]]></category>
		<category><![CDATA[Autofill]]></category>
		<category><![CDATA[Browser Extension]]></category>
		<category><![CDATA[Chrome Extension]]></category>
		<category><![CDATA[Experiment]]></category>
		<category><![CDATA[Form Filling]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[LangChain4j]]></category>
		<category><![CDATA[Local LLM]]></category>
		<category><![CDATA[Ollama]]></category>
		<category><![CDATA[Prompt Engineering]]></category>
		<category><![CDATA[RAG]]></category>
		<category><![CDATA[Retrieval-Augmented Generation]]></category>
		<category><![CDATA[spring boot]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Web Development]]></category>
		<guid isPermaLink="false">https://bazlur.ca/?p=113911</guid>

					<description><![CDATA[<p>Disclaimer: This article details an experimental project built for learning and demonstration purposes. The implementation described is not intended as production-grade solution. Some parts of the code were generated using JetBrains’ AI Agent, Junie. Have you ever found yourself filling out the same information on web forms over and over again? Name, email, address, phone ... <a title="Building FormPilot: My Journey Creating an AI-Powered Form Filler with RAG, LangChain4j, and Ollama" class="read-more" href="https://bazlur.ca/2025/04/06/building-formpilot-my-journey-creating-an-ai-powered-form-filler-with-rag-langchain4j-and-ollama/" aria-label="Read more about Building FormPilot: My Journey Creating an AI-Powered Form Filler with RAG, LangChain4j, and Ollama">Read more</a></p>
<p>The post <a href="https://bazlur.ca/2025/04/06/building-formpilot-my-journey-creating-an-ai-powered-form-filler-with-rag-langchain4j-and-ollama/">Building FormPilot: My Journey Creating an AI-Powered Form Filler with RAG, LangChain4j, and Ollama</a> appeared first on <a href="https://bazlur.ca">A N M Bazlur Rahman</a>.</p>
]]></description>
		
					<wfw:commentRss>https://bazlur.ca/2025/04/06/building-formpilot-my-journey-creating-an-ai-powered-form-filler-with-rag-langchain4j-and-ollama/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">113911</post-id>	</item>
		<item>
		<title>A Journey to DevNexus: Challenges, Friendships, and Java</title>
		<link>https://bazlur.ca/2025/03/08/a-journey-to-devnexus-challenges-friendships-and-java/</link>
					<comments>https://bazlur.ca/2025/03/08/a-journey-to-devnexus-challenges-friendships-and-java/#respond</comments>
		
		<dc:creator><![CDATA[A N M Bazlur Rahman]]></dc:creator>
		<pubDate>Sun, 09 Mar 2025 04:43:19 +0000</pubDate>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[Trip Reports]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Atlanta]]></category>
		<category><![CDATA[DevNexus]]></category>
		<category><![CDATA[Jakarta EE]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Java Community]]></category>
		<category><![CDATA[Java Developers]]></category>
		<category><![CDATA[LLM]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Pearson Airport]]></category>
		<category><![CDATA[Public Speaking]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[Tech Conference]]></category>
		<category><![CDATA[travel]]></category>
		<guid isPermaLink="false">https://bazlur.ca/?p=113885</guid>

					<description><![CDATA[<p>I love participating in conferences—you get to meet so many industry and thought leaders in person, hang out with them, and build lasting bonds. That’s why I had always wanted to attend DevNexus, which isn’t far from where I live. Despite receiving an invitation, my trip kept getting delayed due to visa complications. But finally, ... <a title="A Journey to DevNexus: Challenges, Friendships, and Java" class="read-more" href="https://bazlur.ca/2025/03/08/a-journey-to-devnexus-challenges-friendships-and-java/" aria-label="Read more about A Journey to DevNexus: Challenges, Friendships, and Java">Read more</a></p>
<p>The post <a href="https://bazlur.ca/2025/03/08/a-journey-to-devnexus-challenges-friendships-and-java/">A Journey to DevNexus: Challenges, Friendships, and Java</a> appeared first on <a href="https://bazlur.ca">A N M Bazlur Rahman</a>.</p>
]]></description>
		
					<wfw:commentRss>https://bazlur.ca/2025/03/08/a-journey-to-devnexus-challenges-friendships-and-java/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">113885</post-id>	</item>
		<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>SummarizingTokenWindowChatMemory: Enhancing LLM’s Conversations with Efficient Summarization</title>
		<link>https://bazlur.ca/2025/02/14/summarizingtokenwindowchatmemory-enhancing-llms-conversations-with-efficient-summarization/</link>
					<comments>https://bazlur.ca/2025/02/14/summarizingtokenwindowchatmemory-enhancing-llms-conversations-with-efficient-summarization/#respond</comments>
		
		<dc:creator><![CDATA[A N M Bazlur Rahman]]></dc:creator>
		<pubDate>Fri, 14 Feb 2025 06:15:58 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[LLM]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Chat Memory]]></category>
		<category><![CDATA[Chatbots]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[LangChain4j]]></category>
		<category><![CDATA[Summarization]]></category>
		<category><![CDATA[Token Management]]></category>
		<guid isPermaLink="false">https://bazlur.ca/?p=113813</guid>

					<description><![CDATA[<p>LLM chat models have become an integral part of many applications today. We are all experimenting and exploring the best ways to utilize them effectively. For Java developers, LangChain4j has been an incredible tool in this journey. By design, most available APIs, such as ChatGPT and Gemini, operate in a fire-and-forget mode. They don’t retain ... <a title="SummarizingTokenWindowChatMemory: Enhancing LLM’s Conversations with Efficient Summarization" class="read-more" href="https://bazlur.ca/2025/02/14/summarizingtokenwindowchatmemory-enhancing-llms-conversations-with-efficient-summarization/" aria-label="Read more about SummarizingTokenWindowChatMemory: Enhancing LLM’s Conversations with Efficient Summarization">Read more</a></p>
<p>The post <a href="https://bazlur.ca/2025/02/14/summarizingtokenwindowchatmemory-enhancing-llms-conversations-with-efficient-summarization/">SummarizingTokenWindowChatMemory: Enhancing LLM’s Conversations with Efficient Summarization</a> appeared first on <a href="https://bazlur.ca">A N M Bazlur Rahman</a>.</p>
]]></description>
		
					<wfw:commentRss>https://bazlur.ca/2025/02/14/summarizingtokenwindowchatmemory-enhancing-llms-conversations-with-efficient-summarization/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">113813</post-id>	</item>
		<item>
		<title>Exploring the Depths of Java: A Comprehensive Conversation with Jakob Jenkov, Part-II</title>
		<link>https://bazlur.ca/2023/07/05/exploring-the-depths-of-java-a-comprehensive-conversation-with-jakob-jenkov-part-ii/</link>
					<comments>https://bazlur.ca/2023/07/05/exploring-the-depths-of-java-a-comprehensive-conversation-with-jakob-jenkov-part-ii/#respond</comments>
		
		<dc:creator><![CDATA[A N M Bazlur Rahman]]></dc:creator>
		<pubDate>Wed, 05 Jul 2023 16:21:30 +0000</pubDate>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[CodingInsights]]></category>
		<category><![CDATA[JakobJenkov]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[SoftwareDevelopment]]></category>
		<category><![CDATA[TechInsights]]></category>
		<category><![CDATA[TechInterview]]></category>
		<guid isPermaLink="false">https://foojay.io/?p=100865</guid>

					<description><![CDATA[<p>Welcome back to the second installment of our in-depth conversation with Jakob Jenkov, a leading figure in the world of Java. If you joined us for Part I, you&#8217;ll recall the insightful discussions around the evolving landscape of Java and its continuous improvements. Today, we delve even deeper into the subject. Jakob will share his ... <a title="Exploring the Depths of Java: A Comprehensive Conversation with Jakob Jenkov, Part-II" class="read-more" href="https://bazlur.ca/2023/07/05/exploring-the-depths-of-java-a-comprehensive-conversation-with-jakob-jenkov-part-ii/" aria-label="Read more about Exploring the Depths of Java: A Comprehensive Conversation with Jakob Jenkov, Part-II">Read more</a></p>
<p>The post <a href="https://bazlur.ca/2023/07/05/exploring-the-depths-of-java-a-comprehensive-conversation-with-jakob-jenkov-part-ii/">Exploring the Depths of Java: A Comprehensive Conversation with Jakob Jenkov, Part-II</a> appeared first on <a href="https://bazlur.ca">A N M Bazlur Rahman</a>.</p>
]]></description>
		
					<wfw:commentRss>https://bazlur.ca/2023/07/05/exploring-the-depths-of-java-a-comprehensive-conversation-with-jakob-jenkov-part-ii/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">100865</post-id>	</item>
		<item>
		<title>Exploring the Depths of Java: A Comprehensive Conversation with Jakob Jenkov, Part-I</title>
		<link>https://bazlur.ca/2023/06/29/exploring-the-depths-of-java-a-comprehensive-conversation-with-jakob-jenkov-part-i/</link>
					<comments>https://bazlur.ca/2023/06/29/exploring-the-depths-of-java-a-comprehensive-conversation-with-jakob-jenkov-part-i/#respond</comments>
		
		<dc:creator><![CDATA[A N M Bazlur Rahman]]></dc:creator>
		<pubDate>Thu, 29 Jun 2023 13:33:58 +0000</pubDate>
				<category><![CDATA[Interviews]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[AWS solution architect]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[cross-platform support]]></category>
		<category><![CDATA[data science]]></category>
		<category><![CDATA[edge computing]]></category>
		<category><![CDATA[future of Java]]></category>
		<category><![CDATA[graalvm]]></category>
		<category><![CDATA[Jakob Jenkov]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Programming Languages]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[TornadoVM]]></category>
		<guid isPermaLink="false">https://foojay.io/?p=98945</guid>

					<description><![CDATA[<p>Welcome to the first part of our deep dive with Jakob Jenkov, a seasoned software developer and AWS solution architect, whose love for coding began with a Commodore 128 in the late &#8217;80s. Over the past decades, Jenkov has navigated the world of programming, with a particular emphasis on Java, making significant contributions to the ... <a title="Exploring the Depths of Java: A Comprehensive Conversation with Jakob Jenkov, Part-I" class="read-more" href="https://bazlur.ca/2023/06/29/exploring-the-depths-of-java-a-comprehensive-conversation-with-jakob-jenkov-part-i/" aria-label="Read more about Exploring the Depths of Java: A Comprehensive Conversation with Jakob Jenkov, Part-I">Read more</a></p>
<p>The post <a href="https://bazlur.ca/2023/06/29/exploring-the-depths-of-java-a-comprehensive-conversation-with-jakob-jenkov-part-i/">Exploring the Depths of Java: A Comprehensive Conversation with Jakob Jenkov, Part-I</a> appeared first on <a href="https://bazlur.ca">A N M Bazlur Rahman</a>.</p>
]]></description>
		
					<wfw:commentRss>https://bazlur.ca/2023/06/29/exploring-the-depths-of-java-a-comprehensive-conversation-with-jakob-jenkov-part-i/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">98945</post-id>	</item>
		<item>
		<title>Journey through Code: A Student&#8217;s Guide to the Software Development </title>
		<link>https://bazlur.ca/2023/06/17/journey-through-code-a-students-guide-to-the-software-development/</link>
					<comments>https://bazlur.ca/2023/06/17/journey-through-code-a-students-guide-to-the-software-development/#respond</comments>
		
		<dc:creator><![CDATA[A N M Bazlur Rahman]]></dc:creator>
		<pubDate>Sun, 18 Jun 2023 02:34:28 +0000</pubDate>
				<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[Q/A]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Career Guidance]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Learning Path]]></category>
		<category><![CDATA[Leetcode]]></category>
		<category><![CDATA[Problem-solving]]></category>
		<category><![CDATA[Programming Languages]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[Technology Trends]]></category>
		<guid isPermaLink="false">https://bazlur.ca/?p=98801</guid>

					<description><![CDATA[<p>I often hear from young developers with lots of questions about their future in computer science. This article will tackle some of the most common ones I&#8217;ve received recently. Let&#8217;s dive in and uncover some answers that could help shape your tech career. Q: As a computer science student passionate about Java, I&#8217;m confused about ... <a title="Journey through Code: A Student&#8217;s Guide to the Software Development " class="read-more" href="https://bazlur.ca/2023/06/17/journey-through-code-a-students-guide-to-the-software-development/" aria-label="Read more about Journey through Code: A Student&#8217;s Guide to the Software Development ">Read more</a></p>
<p>The post <a href="https://bazlur.ca/2023/06/17/journey-through-code-a-students-guide-to-the-software-development/">Journey through Code: A Student&#8217;s Guide to the Software Development </a> appeared first on <a href="https://bazlur.ca">A N M Bazlur Rahman</a>.</p>
]]></description>
		
					<wfw:commentRss>https://bazlur.ca/2023/06/17/journey-through-code-a-students-guide-to-the-software-development/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">98801</post-id>	</item>
	</channel>
</rss>
