<?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>Forem: FeliDrummond</title>
    <description>The latest articles on Forem by FeliDrummond (@fedrummond_).</description>
    <link>https://forem.com/fedrummond_</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%2F1864175%2Fdd3c095a-3ab8-4ff7-a844-287701a5c05d.jpg</url>
      <title>Forem: FeliDrummond</title>
      <link>https://forem.com/fedrummond_</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/fedrummond_"/>
    <language>en</language>
    <item>
      <title>AWS Cloud Praticttioner #02</title>
      <dc:creator>FeliDrummond</dc:creator>
      <pubDate>Thu, 19 Mar 2026 22:07:06 +0000</pubDate>
      <link>https://forem.com/fedrummond_/aws-cloud-praticttioner-02-3l61</link>
      <guid>https://forem.com/fedrummond_/aws-cloud-praticttioner-02-3l61</guid>
      <description>&lt;p&gt;Hello guys, continuing our AWS Cloud Practitioner series, today we are going to study a specific case and explain how we can solve it using AWS resources.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;According to the following case:&lt;/strong&gt;&lt;br&gt;
A software development company needs to notify the engineering team whenever a new bug is reported in their bug tracking system. Some team members need to be notified immediately, while others can process the bug reports later.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How can this be solved in AWS Cloud?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Simple: you can use Amazon SNS. With Amazon SNS, it is possible to subscribe different endpoints to SNS topics and ensure that the right people or services receive information in real time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is an example of a service that can receive information from an SNS topic?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;One example is Amazon SQS queues. &lt;strong&gt;SQS is a message queue service that allows systems to communicate in a decoupled way by storing messages in a queue until they are processed.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;SQS queues can be configured as standard queues or First-In-First-Out (FIFO) queues. For example, you can create:&lt;/p&gt;

&lt;p&gt;Queue 1 (SQS) → sends email&lt;br&gt;
Queue 2 (SQS) → saves data to a database&lt;br&gt;
Queue 3 (SQS) → sends data to analytics&lt;/p&gt;

&lt;p&gt;And then subscribe each of these three queues to an SNS topic called "New user registered".&lt;/p&gt;

&lt;p&gt;Every time a message is published to this topic, &lt;strong&gt;all three subscribed queues will receive the information and execute their specific tasks at the same time, in a decoupled way.&lt;/strong&gt; If one queue fails to process the message, it will not affect the others.&lt;/p&gt;

&lt;p&gt;This way, actions like sending emails, saving data to a database, and sending analytics events are triggered automatically at the right time.&lt;/p&gt;

&lt;p&gt;Thank you everyone for more one day with me!&lt;/p&gt;

</description>
      <category>architectureaws</category>
      <category>aws</category>
      <category>cloudcomputing</category>
    </item>
    <item>
      <title>My roadmap (2025 - 2027)</title>
      <dc:creator>FeliDrummond</dc:creator>
      <pubDate>Wed, 18 Mar 2026 23:07:20 +0000</pubDate>
      <link>https://forem.com/fedrummond_/my-roadmap-2025-2027-602</link>
      <guid>https://forem.com/fedrummond_/my-roadmap-2025-2027-602</guid>
      <description>&lt;p&gt;Well, I’m here to say that I’m following the same journey as &lt;a class="mentioned-user" href="https://dev.to/maame-codes"&gt;@maame-codes&lt;/a&gt;. I’m also a “Class of '27” student (thank you Maame for encouraging me to share my Infrastructure journey). So my roadmap is very similar to hers, with some differences in the order of execution and in the posting format. For each topic, I’m going to start a new series.&lt;/p&gt;

&lt;p&gt;So if my roadmap includes Linux Foundation, Cloud Infrastructure, and Networking and Protocols, then each one of these topics will have its own series.&lt;/p&gt;

&lt;p&gt;For example, I’ve already started the Cloud Infrastructure series (link of this series: &lt;a href="https://dev.to/fedrummond_/aws-cloud-praticttioner-01-3iae"&gt;https://dev.to/fedrummond_/aws-cloud-praticttioner-01-3iae&lt;/a&gt;), which is about my journey to get the Cloud Practitioner certification. For the Networking and Protocols topic, for example, there will be a series like: “Networks: Networking and Protocols #01” and so on.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My Roadmap (2025 - 2027):&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Linux Fundamentals - Becoming comfortable with the command line&lt;/p&gt;

&lt;p&gt;Networking and Protocols - Understanding how the internet actually works behind the scenes.&lt;/p&gt;

&lt;p&gt;Bash &amp;amp; Scripting - Making the terminal work for me&lt;/p&gt;

&lt;p&gt;Containerization - Building, isolating, and running applications anywhere.&lt;/p&gt;

&lt;p&gt;Cloud Infrastructure - Learning how to build and scale systems in the cloud.&lt;/p&gt;

&lt;p&gt;CI/CD - Integrating, testing, and delivering code continuously&lt;/p&gt;

&lt;p&gt;If you feel comfortable studying with me, you will be very welcome.&lt;br&gt;
Come on to the Class of 27 with me.&lt;br&gt;
Thank you everyone! &lt;/p&gt;

</description>
      <category>classof2027</category>
      <category>devops</category>
      <category>roadmap</category>
    </item>
    <item>
      <title>AWS Cloud Praticttioner #01</title>
      <dc:creator>FeliDrummond</dc:creator>
      <pubDate>Mon, 16 Mar 2026 21:47:48 +0000</pubDate>
      <link>https://forem.com/fedrummond_/aws-cloud-praticttioner-01-3iae</link>
      <guid>https://forem.com/fedrummond_/aws-cloud-praticttioner-01-3iae</guid>
      <description>&lt;p&gt;Well, when I decided to focus my career in the area of DevOps, I searched for a roadmap, a DevOps roadmap. Generally, the roadmap showed me that it is important to understand the following topics:&lt;/p&gt;

&lt;p&gt;Programming Languages - Python | Go&lt;br&gt;
Operating System - Linux&lt;br&gt;
Networking and protocols&lt;br&gt;
Docker&lt;br&gt;
Git | GitHub&lt;br&gt;
AWS&lt;br&gt;
Terraform&lt;br&gt;
Ansible&lt;br&gt;
GitHub Actions&lt;/p&gt;

&lt;p&gt;So, I decided to work on projects and get some certifications. One of the certifications I decided to focus on is the AWS Cloud Practitioner.&lt;/p&gt;

&lt;p&gt;So I will post here a new AWS series that can help you and me understand better everything about cloud computing and specifically AWS Cloud.&lt;/p&gt;

&lt;p&gt;My language here is very informal, and I don't know how to write very well in English, so there will be some grammar mistakes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;What is Cloud computing?&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
Cloud computing is essentialy the on-demand delivery of TI resources over the internet with pay-as-you-go pricing.  You can access only the capacity and resources that you need.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Which are the benefits of the Cloud?&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Global reach in minutes –&lt;/strong&gt;&lt;br&gt;
 The global presence of AWS Cloud, with data centers in many parts of the world, allows you to deploy applications to customers around the world quickly while also providing low latency and enhances fault tolerance&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Trade upfront expenses for variable expenses –&lt;/strong&gt;&lt;br&gt;
 You don’t need to spend a fortune to build a data center. With AWS, you can start a resource and only pay for what you use and for the time you use it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Benefit from economies of scale –&lt;/strong&gt;&lt;br&gt;
This topic explains how cloud computing can offer lower variable costs than if you managed the infrastructure on your own, such as physical servers or internal data centers. Let’s understand this in more detail:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Variable Costs&lt;br&gt;
Variable costs are those that change according to the usage or the amount of resources consumed.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Economies of Scale in the Cloud&lt;br&gt;
Economies of scale occur when the cost per unit of production (or usage) decreases as the quantity produced (or consumed) increases.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;When you use the cloud, you are sharing resources with other users. This means that large cloud companies, such as AWS (Amazon Web Services), serve millions of customers simultaneously. Because of this, they can aggregate large volumes of usage and reduce the unit costs of operation.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How does this affect prices?
Since cloud providers like AWS have this large customer base and can aggregate the demand of many users, they are able to purchase hardware and technology at a larger scale and operate more efficiently. This allows them to reduce maintenance and infrastructure costs.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;As a result, pay-as-you-go prices — meaning the prices you pay for computing, storage, etc., based on how much you use — end up being lower compared to what you would have to pay if you were operating your own infrastructure.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Stop guessing capacity -&lt;/strong&gt;&lt;br&gt;
With cloud computing, you don’t have to predict how much infrastructure capacity you will need before deploying an application. &lt;/p&gt;

&lt;p&gt;For example, you can launch Amazon EC2 instances when needed, and pay only for the compute time you use. Instead of paying for unused resources or having to deal with limited capacity, you can access only the capacity that you need. You can also scale in or scale out in response to demand.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;_5. Stop spending money to run and maintain data centers - _&lt;/strong&gt;&lt;br&gt;
The AWS Cloud eliminates the need for businesses to invest in physical data centers. This means customers aren't required to spend time and money on utilities and ongoing maintenance. With AWS taking care of the physical infrastructure of the cloud, customer resources can be reallocated to more strategic initiatives.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;6. Increase speed and agility. -&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
With the cloud, businesses can rapidly deploy applications and services, accelerating time to market and facilitating quicker responses to changing business needs and market conditions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Define the AWS global infrastructure.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Define AWS Regions and Availability Zones.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A Region is a geographic area that contains AWS resources.&lt;/p&gt;

&lt;p&gt;An Availability Zone is a single data center or a group of data centers within a Region. Availability Zones are located tens of miles apart from each other. This is close enough to have low latency (the time between when content requested and received) between Availability Zones. However, if a disaster occurs in one part of the Region, they are distant enough to reduce the chance that multiple Availability Zones are affected.&lt;/p&gt;

&lt;p&gt;Each AWS Region consists of multiple Availability Zones that are isolated and physically separated from a geographic region.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Explain the benefits of high availability and fault tolerance.&lt;/strong&gt;&lt;br&gt;
With the concepts discussed above, we can understand the concepts of high availability and fault tolerance and explain their benefits. We already talked about how, if a disaster occurs in one part of the Region, you can failover to the other part. This is called &lt;strong&gt;High Availability.&lt;/strong&gt; Because you ensure that if one zone fails, you won't lose your server and the jobs that are running, since there's another zone functioning.&lt;/p&gt;

&lt;p&gt;We've already talked about AWS's Global Reach in Minutes. By having redundant systems in various locations, global infrastructure enhances &lt;strong&gt;Fault Tolerance&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That’s it, guys. Today we saw 3 topics: Concepts of Cloud Computing, Benefits of the Cloud, and AWS Global Infrastructure (as part of the infrastructure, we haven't talked about edge locations yet).&lt;/p&gt;

&lt;p&gt;If you have any questions or comments, please feel free to comment.&lt;/p&gt;

&lt;p&gt;Thank you, everyone, and see you in the next post!&lt;/p&gt;

</description>
      <category>aws</category>
      <category>beginners</category>
      <category>career</category>
      <category>devops</category>
    </item>
    <item>
      <title>GitHub Copilot CLI Challenge: Music Idea Genarator</title>
      <dc:creator>FeliDrummond</dc:creator>
      <pubDate>Wed, 11 Feb 2026 18:50:00 +0000</pubDate>
      <link>https://forem.com/fedrummond_/github-copilot-cli-challenge-music-idea-genarator-5h9j</link>
      <guid>https://forem.com/fedrummond_/github-copilot-cli-challenge-music-idea-genarator-5h9j</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/github-2026-01-21"&gt;GitHub Copilot CLI Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;The Music Idea Genarator is a simple Python CLI tool that generates music ideas such as moods, themes, chord progressions, and song structures. This project was built as part of the GitHub Copilot CLI Challenge, using GitHub Copilot directly in the terminal to design and implement the application.&lt;/p&gt;

&lt;p&gt;In this project, I combined two passions: music and technology. I built this project to help me compose new songs in a simple and quick way. The project doesn't give you a song, but rather themes, chords, structure, and vibes that you can use as a starting point for inspiration and creation.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;Access my repository on GitHub and follow the Readme to better understand how it works. &lt;strong&gt;GitHub&lt;/strong&gt;: &lt;a href="https://github.com/Feli021/Music-Idea-Genarator" rel="noopener noreferrer"&gt;https://github.com/Feli021/Music-Idea-Genarator&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Once you've cloned the repository and created and activated the virtual environment, the commands are very simple:&lt;/p&gt;

&lt;p&gt;In the terminal, just type 'python main.py' followed or not by what you already have. For example, you might have a sequence of chords in C major and want the program to suggest the rest, such as the song's theme, vibe, and structure.&lt;/p&gt;

&lt;p&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%2Fw1o53h60t5iwm4ku2ya9.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%2Fw1o53h60t5iwm4ku2ya9.PNG" alt=" " width="800" height="327"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&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%2Fjfqxpz8bb2l9cvt6mtp3.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%2Fjfqxpz8bb2l9cvt6mtp3.PNG" alt=" " width="800" height="190"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My Experience with GitHub Copilot CLI
&lt;/h2&gt;

&lt;p&gt;For my first time using the tool, I used it in a very simple way, only assisting me with the structuring of folders and with generating the contents of the data.py file (the file where the lists and dictionaries with the Moods, themes, chords, and structure options are located).&lt;/p&gt;

&lt;p&gt;From the terminal, using natural language, I explained the project and directly asked it to help me with the points mentioned above. For example, in the data.py file, I asked it to fill in the themes and chords for each mood, freeing me from a very manual process of creating themes and chords for each mood.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;What can I expand and/or improve in this project?&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
We can expand and improve this project in many ways, from increasing the options for Moods (melancholic, depressive, agitated, etc.), Chords (such as major, minor, seventh chords, etc.) and themes for each mood, to including GitHub Copilot more explicitly in the project, allowing you to generate suggestions from natural language using the GitHub Copilot CLI, unlike the current version where you generate them from terminal commands like "python main.py --mood happy".&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
      <category>cli</category>
      <category>githubcopilot</category>
    </item>
    <item>
      <title>Searcher of lyrics's musics</title>
      <dc:creator>FeliDrummond</dc:creator>
      <pubDate>Tue, 03 Feb 2026 21:36:23 +0000</pubDate>
      <link>https://forem.com/fedrummond_/searcher-of-lyricss-musics-4k34</link>
      <guid>https://forem.com/fedrummond_/searcher-of-lyricss-musics-4k34</guid>
      <description>&lt;p&gt;This application was developed to search for song lyrics based on the band/artist name and the song title.&lt;/p&gt;

&lt;p&gt;The graphical interface was built using Streamlit, while HTTP requests to the external API are handled with the requests library.&lt;/p&gt;

&lt;p&gt;Technologies used&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Python&lt;/li&gt;
&lt;li&gt;Streamlit&lt;/li&gt;
&lt;li&gt;Requests&lt;/li&gt;
&lt;li&gt;API Lyrics.ovh&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;How it works? And How to Run the Projec?&lt;br&gt;
See the readme file in my repository on GitHub.&lt;br&gt;
GitHub Repository: &lt;a href="https://github.com/Feli021/Searcher-of-lyrics-musics" rel="noopener noreferrer"&gt;Searcher of lyrics musics&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Screenshots of the functionality:&lt;br&gt;
1 - Home Screen: &lt;/p&gt;

&lt;p&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%2F60g65ft1vcgulcnf0ig7.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%2F60g65ft1vcgulcnf0ig7.PNG" alt=" " width="800" height="293"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2 - Write the band name and the song title:&lt;/p&gt;

&lt;p&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%2Fl8tsm5phiai5tbpqpyf1.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%2Fl8tsm5phiai5tbpqpyf1.PNG" alt=" " width="800" height="298"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3 - Click on Search and wait for the response. If the lyrics are found, they will appear below.&lt;/p&gt;

&lt;p&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%2Fvz6pvv2mszpk408akzef.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%2Fvz6pvv2mszpk408akzef.PNG" alt=" " width="800" height="356"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;4 - If the lyrics is not found, a message will appear informing you:&lt;/p&gt;

&lt;p&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%2Fh0g6ffu8xclqyd3vdsa1.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%2Fh0g6ffu8xclqyd3vdsa1.PNG" alt=" " width="800" height="299"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What I learned with this project:&lt;br&gt;
I learned a lot while building this project. I got a much better understanding of how APIs and HTTP requests actually work, seeing how the communication happens between my app and an external service. I also figured out how to handle different status codes and implement user-friendly error messages when a letter is not found.&lt;br&gt;
Another cool thing was learning about URL encoding and why it’s important when you’re working with names that have spaces, accents, or special characters. On top of that, I explored Streamlit and realized how fast and simple it is to create a clean interface without needing heavy frameworks. &lt;br&gt;
Overall, this project helped me improve my coding style, keep things organized, and connect different tools together in a way that actually works for the user&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What is a API?</title>
      <dc:creator>FeliDrummond</dc:creator>
      <pubDate>Thu, 29 Jan 2026 20:17:22 +0000</pubDate>
      <link>https://forem.com/fedrummond_/what-is-a-api-5dnn</link>
      <guid>https://forem.com/fedrummond_/what-is-a-api-5dnn</guid>
      <description>&lt;p&gt;Yesterday I was studying APIs, and I learned that an API connects the backend—where the data is stored—to the client, which is making the request.&lt;/p&gt;

&lt;p&gt;When a request reaches the API (for example, when you type the URL of a website you want to access), the API receives it and sends it to the backend. The backend then returns the requested information to the API, and the API sends that information back to the client.&lt;/p&gt;

&lt;h1&gt;
  
  
  Concepts #API
&lt;/h1&gt;

</description>
      <category>api</category>
      <category>backend</category>
      <category>beginners</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Introducción a Linux</title>
      <dc:creator>FeliDrummond</dc:creator>
      <pubDate>Mon, 26 Jan 2026 23:20:42 +0000</pubDate>
      <link>https://forem.com/fedrummond_/introduccion-a-linux-2c8c</link>
      <guid>https://forem.com/fedrummond_/introduccion-a-linux-2c8c</guid>
      <description>&lt;p&gt;Voy a empezar a publicar todo lo que estoy aprendiendo con el curso “Introduction to Linux” de The Linux Foundation.&lt;br&gt;
Nunca he publicado nada aquí, pero vi una publicación de &lt;a class="mentioned-user" href="https://dev.to/maame-codes"&gt;@maame-codes&lt;/a&gt; que me motivó a usar este espacio para compartir mis estudios.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>devjournal</category>
      <category>learning</category>
      <category>linux</category>
    </item>
  </channel>
</rss>
