<?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: Larissa Dantier</title>
    <description>The latest articles on DEV Community by Larissa Dantier (@larissa_dantier).</description>
    <link>https://dev.to/larissa_dantier</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%2F1939545%2F10d79ab3-5c06-4dfd-816a-550dfe7921f9.jpg</url>
      <title>DEV Community: Larissa Dantier</title>
      <link>https://dev.to/larissa_dantier</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/larissa_dantier"/>
    <language>en</language>
    <item>
      <title>From Front-end to Back-end: Understanding Databases Step</title>
      <dc:creator>Larissa Dantier</dc:creator>
      <pubDate>Fri, 21 Feb 2025 11:30:00 +0000</pubDate>
      <link>https://dev.to/allmightenglishtech/starting-my-back-end-journey-2-14gg</link>
      <guid>https://dev.to/allmightenglishtech/starting-my-back-end-journey-2-14gg</guid>
      <description>&lt;p&gt;Hello everyone! I'm here again for continue with an articles :), it's been a while since the last post, I ended up getting a bit busy but we came back. Let's go talk about &lt;strong&gt;&lt;code&gt;Databases&lt;/code&gt;&lt;/strong&gt; (The beginning of everything).&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%2Fk4txxdqar4jarltrrkpp.gif" 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%2Fk4txxdqar4jarltrrkpp.gif" alt="Bart dancing" width="480" height="360"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Understanding database
&lt;/h2&gt;

&lt;p&gt;Basically, &lt;strong&gt;&lt;code&gt;Database&lt;/code&gt;&lt;/strong&gt; is an organized &lt;strong&gt;collection&lt;/strong&gt; that help us a manage a large volum of data.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Helps manage the volum of data and information;&lt;/li&gt;
&lt;li&gt;Allow quickly access to data;&lt;/li&gt;
&lt;li&gt;Easy data recovery;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;Collection&lt;/code&gt;: grouping of data organized and managed together.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&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%2F5oop4hrsrqz432bu2d4o.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%2F5oop4hrsrqz432bu2d4o.png" alt="database" width="797" height="448"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  Why use &lt;code&gt;databases&lt;/code&gt;?
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;Databases&lt;/code&gt; play a crucial role in the efficient management of information in various sections. It offer a range of benefits. &lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Benefit&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Organization&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;Data&lt;/code&gt; is stored in a logical way, structure and allows for more efficient management and reduces redundancy&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Easy Acces&lt;/td&gt;
&lt;td&gt;With an efficient query it's possible to retrieve specific information in miliseconds, optimizing time and resources&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Escability&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;Database&lt;/code&gt; are designed for handle with crescent volum of information, support from small operations to millions of users simultaneously&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;In addition to these benefits, they also promote data integrity and security. In increasingly data-driven world, a more efficient information management capacity is essential for the success of any organization.&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%2F6lkybm9zt0t3vj9pr8ai.gif" 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%2F6lkybm9zt0t3vj9pr8ai.gif" alt="Homer nervous" width="498" height="362"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;📝 &lt;strong&gt;Example:&lt;/strong&gt; &lt;br&gt;
Hospitals use databases for patients' medical records, follow-ups, histories, notes and invoices.&lt;/p&gt;

&lt;p&gt;Store use databases for products, invoices, amount, categories and others. &lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Key components of a &lt;code&gt;database&lt;/code&gt;
&lt;/h2&gt;

&lt;p&gt;We have some components for some fundamental elements that work in collections to store, organize and manage data, let's continue!&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%2Fgtm5157npfw1luxlhsgn.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%2Fgtm5157npfw1luxlhsgn.png" alt="Example Table with Columns and Rows" width="508" height="311"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Table&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;Tables&lt;/code&gt; are the main units in a &lt;code&gt;database&lt;/code&gt;, work in a similar way to spreadsheets. They are made up for &lt;code&gt;rows&lt;/code&gt; and &lt;code&gt;columns&lt;/code&gt;, which organize the data in a structured way&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Rows&lt;/td&gt;
&lt;td&gt;Each &lt;code&gt;row&lt;/code&gt; represents a unit of log data. Contain specific information about an entity or item.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Column&lt;/td&gt;
&lt;td&gt;The &lt;code&gt;columns&lt;/code&gt; defines an attribute or property of stored data. Each &lt;code&gt;column&lt;/code&gt; in a &lt;code&gt;table&lt;/code&gt; represents a specific category of information, such as name, age or address&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;p&gt;We've seen some very important points about &lt;code&gt;Databases&lt;/code&gt; and how they work. The next article let's continue talking about &lt;code&gt;databases&lt;/code&gt; yet :D.&lt;/p&gt;

&lt;h4&gt;
  
  
  Next Topics
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;Databases&lt;/code&gt; Types

&lt;ul&gt;
&lt;li&gt;Relational&lt;/li&gt;
&lt;li&gt;Non-Relational&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;Differences of Relational vs Non-Relational&lt;/li&gt;

&lt;li&gt;Primary Keys 🔑&lt;/li&gt;

&lt;li&gt;Foreign Keys 😶‍🌫️&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;Thank you for reading this far!&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%2F73itris14mfe66ido1v4.gif" 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%2F73itris14mfe66ido1v4.gif" alt="Tom and Jerry" width="498" height="341"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feel free to recommend articles, channels and so on of &lt;code&gt;Back-end&lt;/code&gt;, I appreciate it 😎.&lt;/p&gt;

</description>
      <category>backend</category>
      <category>database</category>
      <category>programming</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Starting my Back-end Journey (1/?)</title>
      <dc:creator>Larissa Dantier</dc:creator>
      <pubDate>Wed, 05 Feb 2025 02:07:23 +0000</pubDate>
      <link>https://dev.to/allmightenglishtech/starting-my-back-end-journey-1-367n</link>
      <guid>https://dev.to/allmightenglishtech/starting-my-back-end-journey-1-367n</guid>
      <description>&lt;p&gt;Hello, everyone! I'm Larissa and Front-end Developer, I have 5-6 years of professional experience and I started to see the need for learn back-end concepts in order to evolve my hard skills (Back-end is my achilles heel 😅).&lt;/p&gt;

&lt;p&gt;The purpose of this post is tell you my steps of what I doing and also practicing my writing in English. &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%2Fi.pinimg.com%2Foriginals%2F50%2F15%2F64%2F5015645c64e83a37449320676356dea9.gif" 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%2Fi.pinimg.com%2Foriginals%2F50%2F15%2F64%2F5015645c64e83a37449320676356dea9.gif" width="498" height="268"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My expections and objectives
&lt;/h2&gt;

&lt;p&gt;Last month, I started studying on &lt;strong&gt;&lt;a href="http://uphop.ai" rel="noopener noreferrer"&gt;uphop.ai&lt;/a&gt;&lt;/strong&gt;. Uphop is a plataform with any courses free, I search video or other plataforms, but I didn't understand it very well and all video I found used ORM (&lt;strong&gt;Object Relational Mapping&lt;/strong&gt;) like Prisma, TypeORM and others.&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%2Fxvcsa94oy5u4u3cx7pxz.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%2Fxvcsa94oy5u4u3cx7pxz.png" alt="Website Uphop" width="800" height="405"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I began to feel that I was just copying and pasting, just creating tables without really knowing why or how it works and their rules. I ended up finding on &lt;strong&gt;&lt;a href="https://www.reddit.com" rel="noopener noreferrer"&gt;Reddit&lt;/a&gt;&lt;/strong&gt; in community called &lt;strong&gt;&lt;a href="https://www.reddit.com/r/SQL/" rel="noopener noreferrer"&gt;r/SQL&lt;/a&gt;&lt;/strong&gt; and I found the &lt;strong&gt;Uphop&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I thought why not start at the bottom, My Front-end Journey started the same way!&lt;/p&gt;

&lt;p&gt;So, that's why I explored the course &lt;strong&gt;&lt;a href="https://www.uphop.ai/app/c/sql_for_beginners" rel="noopener noreferrer"&gt;SQL for Beginners&lt;/a&gt;&lt;/strong&gt; which also has AI to help with any doubts and has some very nice practical examples.&lt;/p&gt;

&lt;p&gt;I using &lt;strong&gt;&lt;a href="https://obsidian.md" rel="noopener noreferrer"&gt;Obsidian&lt;/a&gt;&lt;/strong&gt; for my studies and probably I will use some notes I writed, themes like &lt;code&gt;Databases&lt;/code&gt;, &lt;code&gt;SQL&lt;/code&gt;, &lt;code&gt;Syntax with your commands and how use&lt;/code&gt; and more!&lt;/p&gt;




&lt;h3&gt;
  
  
  Initial Steps
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Learn &lt;code&gt;SQL&lt;/code&gt;, &lt;code&gt;Database&lt;/code&gt;, &lt;code&gt;PostgreSQL&lt;/code&gt;, &lt;code&gt;ORM&lt;/code&gt; (At some point) and others;

&lt;ul&gt;
&lt;li&gt;Introduction to Databases and SQL&lt;/li&gt;
&lt;li&gt;Basic Data Retrieval with SQL&lt;/li&gt;
&lt;li&gt;Data Manipulation with SQL&lt;/li&gt;
&lt;li&gt;Joining Tables and Basic SQL Data Types&lt;/li&gt;
&lt;li&gt;Data Manipulation with SQL&lt;/li&gt;
&lt;li&gt;Database Structure and Views&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;h3&gt;
  
  
  Next steps
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Learn NodeJS, Fastify, NestJS, Prisma and others

&lt;ul&gt;
&lt;li&gt;Start a basic project using all concepts learn of &lt;code&gt;Databases&lt;/code&gt; without &lt;code&gt;ORM&lt;/code&gt; yet&lt;/li&gt;
&lt;li&gt;Read the &lt;code&gt;Prisma&lt;/code&gt; Documentation - &lt;code&gt;ORM&lt;/code&gt;(I'm going to write an article just about the Prisma`) and make a new project with it.&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;




&lt;p&gt;This initial article is more for you understand my objectives, how I'm going to study and to get to know myself a bit.&lt;/p&gt;

&lt;p&gt;Thank you for reading this far! And I hope to write more about this new journey for me!&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%2Fmedia0.giphy.com%2Fmedia%2Fv1.Y2lkPTc5MGI3NjExMzA3Z3h3N293bTcxdGI4NHU3aWd0YTAzdDE3enN2dTJzem50ZWd0YyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw%2FjUwpNzg9IcyrK%2Fgiphy.gif" 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%2Fmedia0.giphy.com%2Fmedia%2Fv1.Y2lkPTc5MGI3NjExMzA3Z3h3N293bTcxdGI4NHU3aWd0YTAzdDE3enN2dTJzem50ZWd0YyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw%2FjUwpNzg9IcyrK%2Fgiphy.gif" width="500" height="375"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feel free to recommend articles, channels and so on of &lt;code&gt;Back-end&lt;/code&gt;, I appreciate it 😎.&lt;/p&gt;

</description>
      <category>backend</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
