Skip to content

Commit

Permalink
deploy: 05f1035
Browse files Browse the repository at this point in the history
  • Loading branch information
shreya-ahujaa committed May 24, 2023
1 parent bde416f commit db70027
Show file tree
Hide file tree
Showing 14 changed files with 143 additions and 113 deletions.
32 changes: 31 additions & 1 deletion 2023/05/16/RDStutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,37 @@ <h1 class="post-title p-name" itemprop="name headline">RDS Tutorial</h1><p class

<div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h1 id="What-is-RDS?">What is RDS?<a class="anchor-link" href="#What-is-RDS?"> </a></h1><p>Rather than having a database stored on a local file, the RDS database is stored on the cloud.</p>
<h1 id="What-is-RDS?">What is RDS?<a class="anchor-link" href="#What-is-RDS?"> </a></h1><p>Simple Definition: Rather than having a database stored on a local file, the RDS database is stored on the cloud.</p>
<h2 id="Further-Research/More-Information:">Further Research/More Information:<a class="anchor-link" href="#Further-Research/More-Information:"> </a></h2><ul>
<li>RDS: Relational Database Service<ul>
<li>a web service provided by Amazon Web Services (AWS) that allows individuals to set up, operate, and scale a database while storing it in the cloud</li>
<li>RDS makes it easy to set up, operate, and scale a MySQL database instance in the case of AP Computer Science at Del Norte High Schools</li>
</ul>
</li>
</ul>
<ul>
<li><p>By using RDS, individuals can offload the administrative tasks of database management</p>
<ul>
<li>examples: hardware provisioning, software patching, backups, and database scaling, to AW</li>
<li>RDS takes care of the underlying infrastructure allowing more time to work on website features</li>
</ul>
</li>
<li><p>Key Features and Benefits of RDS:</p>
<ul>
<li>Managed service: AWS manages the infrastructure, database setup, patching, and backups, reducing your administrative burden.</li>
<li>Scalability: RDS allows you to scale your database instance up or down based on a users needs, which ensures efficiency</li>
<li>Security: RDS provides built-in security features, such as encryption at rest and in transit, network isolation, and user access control</li>
<li>Automated software patching: RDS can automatically apply patches and updates to the database software, reducing downtime and ensuring security.</li>
<li>Stores information in the cloud instead of just locally --&gt; can not be easily deleted and ruined</li>
</ul>
</li>
</ul>
<ul>
<li>Overall Takeaway:<ul>
<li>RDS simplifies the process of deploying and managing relational databases, making it a popular choice for many organizations seeking a scalable and reliable database solution in the cloud</li>
</ul>
</li>
</ul>

</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions assets/css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 22 additions & 22 deletions assets/js/search-data.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,37 +20,37 @@ <h3 id ="jupyter"><i class="fas fa-tags category-tags-icon"></i></i> jupyter</h3
<a name="jupyter"></a>

<article class="archive-item">
<p class="post-meta post-meta-title"><a class="page-meta" href="/csa-fastpages/jupyter/2023/05/16/test-corrections.html">Test Corrections</a> • May 16, 2023</p>
<p class="post-meta post-meta-title"><a class="page-meta" href="/csa-fastpages/jupyter/2023/05/23/test-corrections.html">Test Corrections</a> • May 23, 2023</p>
</article>


<article class="archive-item">
<p class="post-meta post-meta-title"><a class="page-meta" href="/csa-fastpages/jupyter/2023/05/16/group-lesson-homework.html">Group Lesson Homework Assignments</a> • May 16, 2023</p>
<p class="post-meta post-meta-title"><a class="page-meta" href="/csa-fastpages/jupyter/2023/05/23/group-lesson-homework.html">Group Lesson Homework Assignments</a> • May 23, 2023</p>
</article>


<article class="archive-item">
<p class="post-meta post-meta-title"><a class="page-meta" href="/csa-fastpages/jupyter/2023/05/16/darray-hw.html">Unit 8 - 2D Array HW</a> • May 16, 2023</p>
<p class="post-meta post-meta-title"><a class="page-meta" href="/csa-fastpages/jupyter/2023/05/23/darray-hw.html">Unit 8 - 2D Array HW</a> • May 23, 2023</p>
</article>


<article class="archive-item">
<p class="post-meta post-meta-title"><a class="page-meta" href="/csa-fastpages/jupyter/2023/05/16/corrections.html">52 Question Quiz Corrections</a> • May 16, 2023</p>
<p class="post-meta post-meta-title"><a class="page-meta" href="/csa-fastpages/jupyter/2023/05/23/corrections.html">52 Question Quiz Corrections</a> • May 23, 2023</p>
</article>


<article class="archive-item">
<p class="post-meta post-meta-title"><a class="page-meta" href="/csa-fastpages/jupyter/2023/05/16/arraylist.html">ArrayList</a> • May 16, 2023</p>
<p class="post-meta post-meta-title"><a class="page-meta" href="/csa-fastpages/jupyter/2023/05/23/arraylist.html">ArrayList</a> • May 23, 2023</p>
</article>


<article class="archive-item">
<p class="post-meta post-meta-title"><a class="page-meta" href="/csa-fastpages/jupyter/2023/05/16/arraylist-hw.html">Unit 7 - ArrayList Homework</a> • May 16, 2023</p>
<p class="post-meta post-meta-title"><a class="page-meta" href="/csa-fastpages/jupyter/2023/05/23/arraylist-hw.html">Unit 7 - ArrayList Homework</a> • May 23, 2023</p>
</article>


<article class="archive-item">
<p class="post-meta post-meta-title"><a class="page-meta" href="/csa-fastpages/jupyter/2023/05/16/api.html">API</a> • May 16, 2023</p>
<p class="post-meta post-meta-title"><a class="page-meta" href="/csa-fastpages/jupyter/2023/05/23/api.html">API</a> • May 23, 2023</p>
</article>


Expand Down
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.1.1">Jekyll</generator><link href="https://mnarayan1.github.io/csa-fastpages/feed.xml" rel="self" type="application/atom+xml" /><link href="https://mnarayan1.github.io/csa-fastpages/" rel="alternate" type="text/html" /><updated>2023-05-17T13:10:16-05:00</updated><id>https://mnarayan1.github.io/csa-fastpages/feed.xml</id><title type="html">fastpages</title><subtitle>An easy to use blogging platform with support for Jupyter Notebooks.</subtitle><entry><title type="html">Test Corrections</title><link href="https://mnarayan1.github.io/csa-fastpages/jupyter/2023/05/16/test-corrections.html" rel="alternate" type="text/html" title="Test Corrections" /><published>2023-05-16T00:00:00-05:00</published><updated>2023-05-16T00:00:00-05:00</updated><id>https://mnarayan1.github.io/csa-fastpages/jupyter/2023/05/16/test-corrections</id><author><name></name></author><category term="jupyter" /><summary type="html"><![CDATA[2014 MCQ Practice]]></summary></entry><entry><title type="html">Group Lesson Homework Assignments</title><link href="https://mnarayan1.github.io/csa-fastpages/jupyter/2023/05/16/group-lesson-homework.html" rel="alternate" type="text/html" title="Group Lesson Homework Assignments" /><published>2023-05-16T00:00:00-05:00</published><updated>2023-05-16T00:00:00-05:00</updated><id>https://mnarayan1.github.io/csa-fastpages/jupyter/2023/05/16/group-lesson-homework</id><author><name></name></author><category term="jupyter" /><summary type="html"><![CDATA[Homework from Unit 1-5 Lessons (6 was ours)]]></summary></entry><entry><title type="html">Unit 8 - 2D Array HW</title><link href="https://mnarayan1.github.io/csa-fastpages/jupyter/2023/05/16/darray-hw.html" rel="alternate" type="text/html" title="Unit 8 - 2D Array HW" /><published>2023-05-16T00:00:00-05:00</published><updated>2023-05-16T00:00:00-05:00</updated><id>https://mnarayan1.github.io/csa-fastpages/jupyter/2023/05/16/darray-hw</id><author><name></name></author><category term="jupyter" /><summary type="html"><![CDATA[2D array hacks]]></summary></entry><entry><title type="html">52 Question Quiz Corrections</title><link href="https://mnarayan1.github.io/csa-fastpages/jupyter/2023/05/16/corrections.html" rel="alternate" type="text/html" title="52 Question Quiz Corrections" /><published>2023-05-16T00:00:00-05:00</published><updated>2023-05-16T00:00:00-05:00</updated><id>https://mnarayan1.github.io/csa-fastpages/jupyter/2023/05/16/corrections</id><author><name></name></author><category term="jupyter" /><summary type="html"><![CDATA[MC]]></summary></entry><entry><title type="html">ArrayList</title><link href="https://mnarayan1.github.io/csa-fastpages/jupyter/2023/05/16/arraylist.html" rel="alternate" type="text/html" title="ArrayList" /><published>2023-05-16T00:00:00-05:00</published><updated>2023-05-16T00:00:00-05:00</updated><id>https://mnarayan1.github.io/csa-fastpages/jupyter/2023/05/16/arraylist</id><author><name></name></author><category term="jupyter" /><summary type="html"><![CDATA[Demonstrates usage of Lists and ArrayLists]]></summary></entry></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.1.1">Jekyll</generator><link href="https://mnarayan1.github.io/csa-fastpages/feed.xml" rel="self" type="application/atom+xml" /><link href="https://mnarayan1.github.io/csa-fastpages/" rel="alternate" type="text/html" /><updated>2023-05-24T00:17:39-05:00</updated><id>https://mnarayan1.github.io/csa-fastpages/feed.xml</id><title type="html">fastpages</title><subtitle>An easy to use blogging platform with support for Jupyter Notebooks.</subtitle><entry><title type="html">Test Corrections</title><link href="https://mnarayan1.github.io/csa-fastpages/jupyter/2023/05/23/test-corrections.html" rel="alternate" type="text/html" title="Test Corrections" /><published>2023-05-23T00:00:00-05:00</published><updated>2023-05-23T00:00:00-05:00</updated><id>https://mnarayan1.github.io/csa-fastpages/jupyter/2023/05/23/test-corrections</id><author><name></name></author><category term="jupyter" /><summary type="html"><![CDATA[2014 MCQ Practice]]></summary></entry><entry><title type="html">Group Lesson Homework Assignments</title><link href="https://mnarayan1.github.io/csa-fastpages/jupyter/2023/05/23/group-lesson-homework.html" rel="alternate" type="text/html" title="Group Lesson Homework Assignments" /><published>2023-05-23T00:00:00-05:00</published><updated>2023-05-23T00:00:00-05:00</updated><id>https://mnarayan1.github.io/csa-fastpages/jupyter/2023/05/23/group-lesson-homework</id><author><name></name></author><category term="jupyter" /><summary type="html"><![CDATA[Homework from Unit 1-5 Lessons (6 was ours)]]></summary></entry><entry><title type="html">Unit 8 - 2D Array HW</title><link href="https://mnarayan1.github.io/csa-fastpages/jupyter/2023/05/23/darray-hw.html" rel="alternate" type="text/html" title="Unit 8 - 2D Array HW" /><published>2023-05-23T00:00:00-05:00</published><updated>2023-05-23T00:00:00-05:00</updated><id>https://mnarayan1.github.io/csa-fastpages/jupyter/2023/05/23/darray-hw</id><author><name></name></author><category term="jupyter" /><summary type="html"><![CDATA[2D array hacks]]></summary></entry><entry><title type="html">API</title><link href="https://mnarayan1.github.io/csa-fastpages/jupyter/2023/05/23/api.html" rel="alternate" type="text/html" title="API" /><published>2023-05-23T00:00:00-05:00</published><updated>2023-05-23T00:00:00-05:00</updated><id>https://mnarayan1.github.io/csa-fastpages/jupyter/2023/05/23/api</id><author><name></name></author><category term="jupyter" /><summary type="html"><![CDATA[Using RapiAPI and creating a Web Service]]></summary></entry><entry><title type="html">ArrayList</title><link href="https://mnarayan1.github.io/csa-fastpages/jupyter/2023/05/23/arraylist.html" rel="alternate" type="text/html" title="ArrayList" /><published>2023-05-23T00:00:00-05:00</published><updated>2023-05-23T00:00:00-05:00</updated><id>https://mnarayan1.github.io/csa-fastpages/jupyter/2023/05/23/arraylist</id><author><name></name></author><category term="jupyter" /><summary type="html"><![CDATA[Demonstrates usage of Lists and ArrayLists]]></summary></entry></feed>
28 changes: 14 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,66 +96,66 @@ <h1 id="posts">Posts</h1>

<ul class="post-list"><li><div class="Box box-shadow-medium rounded-1 col-12"><div class="col-8 d-table-cell p-3">
<h3>
<a class="post-link" href="/csa-fastpages/jupyter/2023/05/16/test-corrections.html">
<a class="post-link" href="/csa-fastpages/jupyter/2023/05/23/test-corrections.html">
Test Corrections
</a>
</h3>
<p class="post-meta-description">2014 MCQ Practice</p>
<p class="post-meta">2023-05-16 00:00:00 -0500</p>
<p class="post-meta">2023-05-23 00:00:00 -0500</p>
</div>
</div></li><li><div class="Box box-shadow-medium rounded-1 col-12"><div class="col-8 d-table-cell p-3">
<h3>
<a class="post-link" href="/csa-fastpages/jupyter/2023/05/16/group-lesson-homework.html">
<a class="post-link" href="/csa-fastpages/jupyter/2023/05/23/group-lesson-homework.html">
Group Lesson Homework Assignments
</a>
</h3>
<p class="post-meta-description">Homework from Unit 1-5 Lessons (6 was ours)</p>
<p class="post-meta">2023-05-16 00:00:00 -0500</p>
<p class="post-meta">2023-05-23 00:00:00 -0500</p>
</div>
</div></li><li><div class="Box box-shadow-medium rounded-1 col-12"><div class="col-8 d-table-cell p-3">
<h3>
<a class="post-link" href="/csa-fastpages/jupyter/2023/05/16/darray-hw.html">
<a class="post-link" href="/csa-fastpages/jupyter/2023/05/23/darray-hw.html">
Unit 8 - 2D Array HW
</a>
</h3>
<p class="post-meta-description">2D array hacks</p>
<p class="post-meta">2023-05-16 00:00:00 -0500</p>
<p class="post-meta">2023-05-23 00:00:00 -0500</p>
</div>
</div></li><li><div class="Box box-shadow-medium rounded-1 col-12"><div class="col-8 d-table-cell p-3">
<h3>
<a class="post-link" href="/csa-fastpages/jupyter/2023/05/16/corrections.html">
<a class="post-link" href="/csa-fastpages/jupyter/2023/05/23/corrections.html">
52 Question Quiz Corrections
</a>
</h3>
<p class="post-meta-description">MC</p>
<p class="post-meta">2023-05-16 00:00:00 -0500</p>
<p class="post-meta">2023-05-23 00:00:00 -0500</p>
</div>
</div></li><li><div class="Box box-shadow-medium rounded-1 col-12"><div class="col-8 d-table-cell p-3">
<h3>
<a class="post-link" href="/csa-fastpages/jupyter/2023/05/16/arraylist.html">
<a class="post-link" href="/csa-fastpages/jupyter/2023/05/23/arraylist.html">
ArrayList
</a>
</h3>
<p class="post-meta-description">Demonstrates usage of Lists and ArrayLists</p>
<p class="post-meta">2023-05-16 00:00:00 -0500</p>
<p class="post-meta">2023-05-23 00:00:00 -0500</p>
</div>
</div></li><li><div class="Box box-shadow-medium rounded-1 col-12"><div class="col-8 d-table-cell p-3">
<h3>
<a class="post-link" href="/csa-fastpages/jupyter/2023/05/16/arraylist-hw.html">
<a class="post-link" href="/csa-fastpages/jupyter/2023/05/23/arraylist-hw.html">
Unit 7 - ArrayList Homework
</a>
</h3>
<p class="post-meta-description">Important terms</p>
<p class="post-meta">2023-05-16 00:00:00 -0500</p>
<p class="post-meta">2023-05-23 00:00:00 -0500</p>
</div>
</div></li><li><div class="Box box-shadow-medium rounded-1 col-12"><div class="col-8 d-table-cell p-3">
<h3>
<a class="post-link" href="/csa-fastpages/jupyter/2023/05/16/api.html">
<a class="post-link" href="/csa-fastpages/jupyter/2023/05/23/api.html">
API
</a>
</h3>
<p class="post-meta-description">Using RapiAPI and creating a Web Service</p>
<p class="post-meta">2023-05-16 00:00:00 -0500</p>
<p class="post-meta">2023-05-23 00:00:00 -0500</p>
</div>
</div></li><li><div class="Box box-shadow-medium rounded-1 col-12"><div class="col-8 d-table-cell p-3">
<h3>
Expand Down
Loading

0 comments on commit db70027

Please sign in to comment.