<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Prakhar Khandelwal</title>
    <description>The latest articles on DEV Community by Prakhar Khandelwal (@_prakhar_).</description>
    <link>https://dev.to/_prakhar_</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2327820%2F57467196-ded8-489d-a563-19f40a5d2146.jpeg</url>
      <title>DEV Community: Prakhar Khandelwal</title>
      <link>https://dev.to/_prakhar_</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/_prakhar_"/>
    <language>en</language>
    <item>
      <title>Day 0 (Planning): Building my personal AI assistant that runs locally.</title>
      <dc:creator>Prakhar Khandelwal</dc:creator>
      <pubDate>Tue, 06 Jan 2026 19:28:49 +0000</pubDate>
      <link>https://dev.to/_prakhar_/day-0-planning-building-my-personal-ai-assistant-that-runs-locally-4c28</link>
      <guid>https://dev.to/_prakhar_/day-0-planning-building-my-personal-ai-assistant-that-runs-locally-4c28</guid>
      <description>&lt;p&gt;This is day 0 of me trying to build my own personal assistant that runs locally on my laptop and helps me with random stuffs (like opening apps, searching web, and I’m not even sure what else I want it to do)&lt;/p&gt;

&lt;h2&gt;
  
  
  Intro:
&lt;/h2&gt;

&lt;p&gt;If you don’t know me, that’s probably because I’m not very well known (other than my friends and family, no one really knows me, but anyways). I’m Prakhar, an aspiring “AI” researcher. The thing is, research doesn’t pay much, so I end up doing random stuffs that probably won’t even help me get a job, but again anyways.&lt;/p&gt;

&lt;p&gt;I’ve always wanted to build my own “Jarvis” (from Iron Man) to help me with all kinds of things, but I can’t really make anything physical. I don’t know electronics, and yeah, I’m pretty broke. So instead, here I am trying to build my own AI assistant that can do various things and help me out with random everyday tasks.&lt;br&gt;
(Ill leave my socials at the end if you want to reach out to me or anything)&lt;/p&gt;

&lt;h2&gt;
  
  
  Choosing LLM:
&lt;/h2&gt;

&lt;p&gt;This is one of the crucial things when creating an assistant. Now I can’t just magically create my own LLM out of nowhere, so I’ve gotta use an existing one.&lt;/p&gt;

&lt;p&gt;Now here’s the tricky part. I could’ve used Gemini’s free tier, but the recent limitations made it almost useless for testing, and the moment you start making multiple API calls per minute, you run straight into rate limits (which is kinda annoying).&lt;/p&gt;

&lt;p&gt;So I went through Hugging Face and found two parent models: Qwen and LLaMA (I’ve worked with both of them before, and they both have some advantages and disadvantages). Now in future, as I start facing new problems, I’ll switch between these two and maybe, even between the parameter sizes (3B, 7B or 8B). I would be using Quantization 8bit for 3B and 4bit for 7B+ (You can check my laptop specs and the end).&lt;/p&gt;

&lt;p&gt;As for fine-tuning the LLM, we won’t be doing so, unless the prompting fails and thats unlikely, but still keep in mind that there is a chance I might just to give it a personality.&lt;/p&gt;

&lt;h2&gt;
  
  
  Approach and Disclaimer:
&lt;/h2&gt;

&lt;p&gt;Rather than doing everything at once, Ill split the functionalities into smaller tasks and complete them individually before implementing it into the main assistant. Functionality like speech recognition, searching the internet, data retrieval, API calls, etc.&lt;/p&gt;

&lt;p&gt;Here is the disclaimer:&lt;br&gt;
This is me just trying to build something that is for me and works in my laptop. So I won’t promise that the assistant I will create work for your computer too. Also, I might not be able to add all the functionality or even stop mid way as I have my final year exams coming up and then ill be busy shifting and stuffs.&lt;/p&gt;

&lt;h2&gt;
  
  
  Functionalities:
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Speech Recognition:&lt;/strong&gt;&lt;br&gt;
One of the main feature is speech recognition. I’ve built it before, so its not completely new to me, but the results were pretty bad. It worked, just not how I wanted. Ill be going through it when I implement it so stay tuned for that.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. System Control:&lt;/strong&gt;&lt;br&gt;
What I mean by system control is just opening apps, folders, files, etc. As I am writing this, I realized that it could be more useful to also perform checks like: asking whether a file exists in a certain folder or not. Well lets go over it later.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Searching Internet:&lt;/strong&gt;&lt;br&gt;
This is kinda new to me and I don’t know any thing about creating a script for searching internet for information, other than doing using API. I am looking for something like web scraping or other implements for accurate information or maybe free API alternative (but using API is no thrill)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. API Calls:&lt;/strong&gt;&lt;br&gt;
Now before you guys jump at me saying, “You said there is no thrill in using APIs,” what I meant is that there’s no thrill for big tasks. But for small tasks, like getting the weather, location, or other searches like stock prices and stuffs, Ill still be using API calls. If I do find that scraping is useful for a particular task, then Ill Scrape.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. STM and LTM:&lt;/strong&gt;&lt;br&gt;
STM (Short Term Memory) and LTM (Long Term Memory) are useful when creating an agent. What I’m thinking of building is a simple assistant that doesn’t need planning or memory (other than recent messages), but lets just keep this here as an idea or placeholder in case I do end up creating it like an agent.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. Computer Vision:&lt;/strong&gt;&lt;br&gt;
This is another idea, and honestly, idk if what I’m thinking would work or not. Basically, I’m thinking of creating a script that takes screenshots of laptop, then identifies web pages or software and uses that to navigate through the system. Not only that, but also giving it access to my camera to identify stuff in real world.&lt;br&gt;
For this purpose, I’d probably have to train a YOLO or some other model, so lets go over this when I actually reach that stage.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. You guys tell me:&lt;/strong&gt;&lt;br&gt;
I can’t think of anything more than the functionalities mentioned above, so if you guys have any ideas, let me know. If I’m capable enough to create it, I’d love to build it, and even share how I did it.&lt;/p&gt;

&lt;h3&gt;
  
  
  About my Laptop:
&lt;/h3&gt;

&lt;p&gt;Processor: i7 12th Gen (with UHD Graphics)&lt;br&gt;
GPU: RTX 3070ti (8GB VRAM)&lt;br&gt;
RAM: 16GB&lt;/p&gt;

&lt;h2&gt;
  
  
  Socials:
&lt;/h2&gt;

&lt;p&gt;Twitter: &lt;a href="https://x.com/____Prakhar__" rel="noopener noreferrer"&gt;_&lt;em&gt;__Prakhar&lt;/em&gt;_&lt;/a&gt;&lt;br&gt;
LinkedIn: &lt;a href="https://www.linkedin.com/in/git-prakhar/" rel="noopener noreferrer"&gt;git_prakhar&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  End:
&lt;/h3&gt;

&lt;p&gt;This is the end of this blog lets see you guys in the next one.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>llm</category>
    </item>
    <item>
      <title>Supervised Learning and Unsupervised Learning</title>
      <dc:creator>Prakhar Khandelwal</dc:creator>
      <pubDate>Fri, 06 Dec 2024 05:54:06 +0000</pubDate>
      <link>https://dev.to/_prakhar_/supervised-learning-and-unsupervised-learning-i6</link>
      <guid>https://dev.to/_prakhar_/supervised-learning-and-unsupervised-learning-i6</guid>
      <description>&lt;h3&gt;
  
  
  Recap
&lt;/h3&gt;

&lt;p&gt;In the previous blog I talked about different types of data which will be essential to learn Machine Learning. I talked about how data is stored and the different types of data that can be collected to be used in Machine Learning.&lt;/p&gt;

&lt;h3&gt;
  
  
  Intro
&lt;/h3&gt;

&lt;p&gt;Today I'll be talking about the main two types of Machine Learning categories i.e. &lt;strong&gt;Supervised Learning&lt;/strong&gt; and &lt;strong&gt;Unsupervised Learning&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  Supervised Learning
&lt;/h3&gt;

&lt;p&gt;In &lt;strong&gt;&lt;em&gt;Supervised Learning&lt;/em&gt;&lt;/strong&gt; the dataset is a collection of labeled data. A labeled data is a dataset that contains the prediction value that we want to predict (called as target) and the values that we want to predict from (called as features).&lt;br&gt;
Using the features and target from the dataset we train a Supervised Model which can predict the target value given its features.&lt;br&gt;
Some of the models/algorithms includes &lt;em&gt;Linear Regression&lt;/em&gt;, &lt;em&gt;Logistic Regression&lt;/em&gt;, &lt;em&gt;Decision Trees&lt;/em&gt; etc.&lt;/p&gt;

&lt;h3&gt;
  
  
  Unsupervised Learning
&lt;/h3&gt;

&lt;p&gt;In &lt;strong&gt;&lt;em&gt;Unsupervised Learning&lt;/em&gt;&lt;/strong&gt; the dataset doesn't have labeled data and we basically use that dataset to provide a label to an unlabeled data.&lt;br&gt;
The model is given the input data (features) without any predefined label or a target value, and the model tries to figure out the pattern/structure in the data that can separate the data.&lt;br&gt;
The goal of Unsupervised learning is to discover the relationship in the data without any target value.&lt;br&gt;
Some of the models/algorithms includes &lt;em&gt;Clustering&lt;/em&gt;, &lt;em&gt;Dimensionality Reduction&lt;/em&gt;, &lt;em&gt;Anomaly Detection&lt;/em&gt;, etc.&lt;/p&gt;

&lt;p&gt;There are 2 more types of Machine Learning Categories : &lt;strong&gt;Deep Learning&lt;/strong&gt; and &lt;strong&gt;Reinforcement Learning&lt;/strong&gt;. Ill talk about these in the future blogs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thanks for reading the blog see you guys in the next one.&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;&lt;em&gt;If there is something you would like me to change or if I wrote something wrong be sure to notify me as I am still learning about Machine Learning.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>learning</category>
      <category>machinelearning</category>
      <category>datascience</category>
    </item>
    <item>
      <title>Data and its types</title>
      <dc:creator>Prakhar Khandelwal</dc:creator>
      <pubDate>Thu, 07 Nov 2024 15:54:54 +0000</pubDate>
      <link>https://dev.to/_prakhar_/data-and-its-types-2o79</link>
      <guid>https://dev.to/_prakhar_/data-and-its-types-2o79</guid>
      <description>&lt;h4&gt;
  
  
  Recap of Previous Blog.
&lt;/h4&gt;

&lt;p&gt;In my previous blog &lt;em&gt;&lt;strong&gt;'How Machine Learns'&lt;/strong&gt;&lt;/em&gt; we talked about few examples of Machine Learning and came to the conclusion that, Machine Learns through going over lots of data this process is also called &lt;strong&gt;Training the Model&lt;/strong&gt; (Model is the Machine Learning Algorithm).&lt;/p&gt;

&lt;h2&gt;
  
  
  But What is this Data?
&lt;/h2&gt;

&lt;p&gt;The type of data is divided into many types lets talk about some of the types:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Structured Data
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Structured Data&lt;/strong&gt; are highly organized data which are in the &lt;em&gt;&lt;strong&gt;form of tables&lt;/strong&gt;&lt;/em&gt;. The &lt;strong&gt;columns&lt;/strong&gt; in the table of these data represents features (or attributes) and the rows in the data represents an individual instance.&lt;br&gt;
These types of data are used in Algorithms like &lt;em&gt;Classification&lt;/em&gt;, &lt;em&gt;Regression&lt;/em&gt; or &lt;em&gt;Clustering&lt;/em&gt; &lt;code&gt;(Ill be talking about these Algorithms in future blogs)&lt;/code&gt;&lt;br&gt;
These data are usually &lt;strong&gt;CSV&lt;/strong&gt;, &lt;strong&gt;Excel files&lt;/strong&gt;, &lt;strong&gt;SQL database&lt;/strong&gt; etc. formats.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Example : *&lt;/em&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8e7q6nrqbtog0xt4zbsp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8e7q6nrqbtog0xt4zbsp.png" alt="An Excel Table" width="800" height="153"&gt;&lt;/a&gt;&lt;br&gt;
In here the columns like &lt;em&gt;'age', 'income', 'loan_amount', etc.&lt;/em&gt; are the features of the data and the rows are the instance or the actual data of the table.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Unstructured Data
&lt;/h3&gt;

&lt;p&gt;Unlike &lt;em&gt;Structured Data&lt;/em&gt; the &lt;strong&gt;Unstructured Data&lt;/strong&gt; &lt;strong&gt;&lt;em&gt;does not have a predefined structure.&lt;/em&gt;&lt;/strong&gt; This type of data is raw. &lt;em&gt;Example : Text data, Images, Videos, Audios etc.&lt;/em&gt;&lt;br&gt;
These types of data are used in Algorithms like &lt;em&gt;NLP (Natural Language Processing), Computer Vision, Speech Recognition, etc.&lt;/em&gt;&lt;br&gt;
These data are in &lt;strong&gt;Plain text&lt;/strong&gt;, &lt;strong&gt;JSON&lt;/strong&gt;, &lt;strong&gt;Image Formats (JPEG, PNG)&lt;/strong&gt;, &lt;strong&gt;Video Formats (MP4, AVI)&lt;/strong&gt;, &lt;strong&gt;Audio Formats (MP3, WAV)&lt;/strong&gt; etc.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example : (Image Data)&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm60wcsmdcev0bsxonlzo.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm60wcsmdcev0bsxonlzo.jpg" alt="A photo of a Dog" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Semi-Structured Data
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;Semi-Structured Data&lt;/em&gt; is a hybrid type of data that contains some level of organization but doesn't follow a strict schema (or representation). It &lt;strong&gt;uses tags or markers to separate data elements.&lt;/strong&gt;&lt;br&gt;
Formats like : JSON, XML, YAML etc. are used in these type of data.&lt;br&gt;
It is used for Web Scraping, IOTs, APIs, etc.&lt;/p&gt;

&lt;p&gt;There are other types of data but we typically only use &lt;strong&gt;&lt;em&gt;Structured and Unstructured Data&lt;/em&gt;&lt;/strong&gt; in Machine Learning.&lt;/p&gt;

&lt;h3&gt;
  
  
  So what's next after getting the data?
&lt;/h3&gt;

&lt;p&gt;Once the data is collected/downloaded we can then use the data to predict values using Machine Learning Methods/Algorithms by giving (feeding) the data to the Machine it will then learn (train) using that data. &lt;br&gt;
I will talk about these Methods in the next Blog which will be about 'Supervised and Unsupervised Learning'.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thanks for reading the blog see you guys in the next one.&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;&lt;em&gt;If there is something you would like me to change or if I wrote something wrong be sure to notify me as I am still learning about Machine Learning.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>ai</category>
      <category>datascience</category>
      <category>learning</category>
    </item>
    <item>
      <title>How Does Machine Learns (Intro to Machine Learning)</title>
      <dc:creator>Prakhar Khandelwal</dc:creator>
      <pubDate>Wed, 06 Nov 2024 16:18:12 +0000</pubDate>
      <link>https://dev.to/_prakhar_/how-does-machine-learns-intro-to-machine-learning-112c</link>
      <guid>https://dev.to/_prakhar_/how-does-machine-learns-intro-to-machine-learning-112c</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Machine Learning is the field of study that gives computers the ability to learn without being explicitly programmed. — Arthur Samuel, 1959&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  What is Machine Learning?
&lt;/h3&gt;

&lt;p&gt;Machine Learning is just &lt;em&gt;'Machine' 'Learning'&lt;/em&gt; which is quite straight forward i.e. when a machine which is learning it is called Machine Learning. But &lt;strong&gt;the main question is how does it learn?&lt;/strong&gt;&lt;br&gt;
Ill answer the above question in later section but before that let me tell you some uses of Machine Learning which will make it clear what machine learning is all about.&lt;/p&gt;

&lt;h3&gt;
  
  
  Example
&lt;/h3&gt;

&lt;p&gt;Have you ever noticed how &lt;em&gt;Netflix&lt;/em&gt; seems to know exactly what you want to watch? After finishing &lt;em&gt;Minions&lt;/em&gt;, you might find a suggestion for &lt;em&gt;Boss Baby&lt;/em&gt; popping up in your recommendations. Or maybe your little brother finished watching all the episodes of &lt;em&gt;Peppa Pig&lt;/em&gt; which changed the recommendations. You hate it when someone messes with your recommendation section.&lt;/p&gt;

&lt;p&gt;On the other side You might have used &lt;em&gt;Gmail&lt;/em&gt; and received a mail from someone asking you to &lt;em&gt;click the link to claim your 1 Million Dollars&lt;/em&gt;, only for it to end up in the &lt;em&gt;spam folder&lt;/em&gt;. Did you ever think why was the mail that was sent to you ended up in the spam folder even though you wanted that 1 Million Dollars?&lt;/p&gt;

&lt;h3&gt;
  
  
  So, how does these system works?
&lt;/h3&gt;

&lt;p&gt;In the case of &lt;em&gt;Netflix&lt;/em&gt; recommendations, &lt;em&gt;Netflix&lt;/em&gt; uses advance algorithms to analyze your watch history and track down which genre you like and recommends you movies/series based on that genre. Now you know why was &lt;em&gt;Boss Baby&lt;/em&gt; recommended to you.&lt;/p&gt;

&lt;p&gt;On the other hand email services like &lt;em&gt;Gmail&lt;/em&gt; uses &lt;strong&gt;Classification Algorithms&lt;/strong&gt; to determine whether a mail was a &lt;em&gt;scam or not&lt;/em&gt; by analyzing the language and structure.&lt;/p&gt;

&lt;h3&gt;
  
  
  So, how do these machines Learns?
&lt;/h3&gt;

&lt;p&gt;When you see a &lt;em&gt;cat&lt;/em&gt; you can tell that &lt;em&gt;'its a cat'&lt;/em&gt; because you saw &lt;em&gt;cats&lt;/em&gt; as you grew up either in videos or maybe you have a pet cat. The Machines are quite similar but they don't have many years to learn about &lt;em&gt;cats&lt;/em&gt; so we give them a lots of &lt;em&gt;cat images&lt;/em&gt; to learn so that it can understand what cat looks like and then given a new picture of a cat it can now understand that &lt;em&gt;its a cat&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;So we can say that A Machines learns by the data &lt;em&gt;(which was cat images in the above example)&lt;/em&gt; its given and after learning through that data it predicts/provides an output based on the learning. The more the data the better the Machine Learns&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A more technical definition would be : &lt;br&gt;
&lt;em&gt;&lt;strong&gt;Machine Learning is a field that is concerned with the development and study of statistical algorithms that can learn from data and thus perform tasks without explicit instructions.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Machine Learning can be of different types which ill be talking in another blog but here are the basic types.
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Supervised Learning&lt;/li&gt;
&lt;li&gt;Unsupervised Learning&lt;/li&gt;
&lt;li&gt;Reinforcement Learning&lt;/li&gt;
&lt;/ol&gt;

&lt;h4&gt;
  
  
  Thanks for reading the blog see you guys in the next one. &lt;br&gt;&lt;em&gt;If there is something you would like me to change or if I wrote something wrong be sure to notify me as it is my first blog and I am still learning about Machine Learning.&lt;/em&gt;
&lt;/h4&gt;

</description>
      <category>machinelearning</category>
      <category>ai</category>
      <category>datascience</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Hello World!</title>
      <dc:creator>Prakhar Khandelwal</dc:creator>
      <pubDate>Sat, 02 Nov 2024 16:25:17 +0000</pubDate>
      <link>https://dev.to/_prakhar_/hello-world-5bii</link>
      <guid>https://dev.to/_prakhar_/hello-world-5bii</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;print('Hello World!')
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Greetings
&lt;/h3&gt;

&lt;p&gt;Hi Dev.to community👋 I am excited to join this platform and share my knowledge to the community members.&lt;/p&gt;

&lt;h3&gt;
  
  
  Who am I?
&lt;/h3&gt;

&lt;p&gt;I am Prakhar, currently pursuing my Bachelors in Computer Application and self learning AI/ML (Mostly Machine Learning as of now) but will soon do Masters in AI/ML as I am dedicated in becoming one of the best Artificial Intelligence / Machine Learning Engineer.&lt;br&gt;
I have already started sharing my Journey in Twitter : &lt;a href="https://x.com/____Prakhar__" rel="noopener noreferrer"&gt;https://x.com/____Prakhar__&lt;/a&gt;&lt;br&gt;
and will be starting a Youtube channel soon so stay tuned at : &lt;a href="https://www.youtube.com/@the-coding-guide" rel="noopener noreferrer"&gt;https://www.youtube.com/@the-coding-guide&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  My Goals in Dev.to
&lt;/h3&gt;

&lt;p&gt;I'll be sharing my learning through out my journey that will be in the form of blogs or just basic post.&lt;br&gt;
I'll be sharing my projects, notes, and even study materials and resources that ill be doing/using in my journey.&lt;/p&gt;

&lt;h3&gt;
  
  
  What I'd Love to Learn from You
&lt;/h3&gt;

&lt;p&gt;I'd like to connect with people who are also studying or are experienced engineers that are free to share resources, study materials and research papers.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Feel free to say &lt;strong&gt;Hi!&lt;/strong&gt; or drop your own advice&lt;/em&gt;&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>beginners</category>
      <category>ai</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
