<?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: Baby Steps To Pro</title>
    <description>The latest articles on DEV Community by Baby Steps To Pro (@babystepstopro).</description>
    <link>https://dev.to/babystepstopro</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%2F772685%2Fbc80b1b3-3f38-432a-9e7d-a130148d519d.png</url>
      <title>DEV Community: Baby Steps To Pro</title>
      <link>https://dev.to/babystepstopro</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/babystepstopro"/>
    <language>en</language>
    <item>
      <title>AWS CLI (command line Interface) in 3mins</title>
      <dc:creator>Baby Steps To Pro</dc:creator>
      <pubDate>Thu, 13 Jan 2022 06:14:41 +0000</pubDate>
      <link>https://dev.to/babystepstopro/aws-cli-command-line-interface-in-3mins-7p2</link>
      <guid>https://dev.to/babystepstopro/aws-cli-command-line-interface-in-3mins-7p2</guid>
      <description>&lt;p&gt;The AWS Command Line Interface (CLI) is a tool to manage with your AWS services. This video shows you how to install, configure and run some S3 command to interact with S3 bucket.  &lt;/p&gt;

&lt;p&gt;YouTube: &lt;iframe width="710" height="399" src="https://www.youtube.com/embed/pE-Q_4YXlR0"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>aws</category>
      <category>cloud</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Java For-Loop in 2 mins</title>
      <dc:creator>Baby Steps To Pro</dc:creator>
      <pubDate>Sun, 09 Jan 2022 14:38:10 +0000</pubDate>
      <link>https://dev.to/babystepstopro/java-for-loop-in-2-mins-2649</link>
      <guid>https://dev.to/babystepstopro/java-for-loop-in-2-mins-2649</guid>
      <description>&lt;p&gt;For-loop is a control flow statement which allows code to be executed repeatedly. This is a very basic but important techniques in programming. We try to explain it within few minuets.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/tP4qABc1RLY"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>java</category>
      <category>programming</category>
      <category>tutorial</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Java Polymorphism in 3mins</title>
      <dc:creator>Baby Steps To Pro</dc:creator>
      <pubDate>Sat, 18 Dec 2021 02:36:04 +0000</pubDate>
      <link>https://dev.to/babystepstopro/java-polymorphism-in-3mins-3g70</link>
      <guid>https://dev.to/babystepstopro/java-polymorphism-in-3mins-3g70</guid>
      <description>&lt;p&gt;We discuss the Java polymorphism. There will be coded example to explain in details&lt;/p&gt;

&lt;p&gt;YouTube: &lt;iframe width="710" height="399" src="https://www.youtube.com/embed/Asb7VlPCjpU"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>java</category>
      <category>tutorial</category>
      <category>polymorphism</category>
    </item>
    <item>
      <title>Develop Spring boot REST API in AWS - PART 4/4 (CodePipeline / CI CD)</title>
      <dc:creator>Baby Steps To Pro</dc:creator>
      <pubDate>Sat, 18 Dec 2021 02:34:02 +0000</pubDate>
      <link>https://dev.to/babystepstopro/develop-spring-boot-rest-api-in-aws-part-44-codepipeline-ci-cd-53i3</link>
      <guid>https://dev.to/babystepstopro/develop-spring-boot-rest-api-in-aws-part-44-codepipeline-ci-cd-53i3</guid>
      <description>&lt;p&gt;This is the last video (part4) in this demo series. We will demonstrate how to create the whole CICD pipeline in this tutorial video.&lt;/p&gt;

&lt;p&gt;It involves the following steps:&lt;/p&gt;

&lt;p&gt;(1) Create CodePipeline&lt;/p&gt;

&lt;p&gt;(2) Add build stage to pipeline&lt;/p&gt;

&lt;p&gt;(3) Add deploy stage to pipeline&lt;/p&gt;

&lt;p&gt;(4) Add manual approval step to pipeline&lt;/p&gt;

&lt;p&gt;YouTube: &lt;iframe width="710" height="399" src="https://www.youtube.com/embed/VpHDZekd8tA"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Thank for watching!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/babysteps-topro/aws-springboot-pipeline1.git"&gt;Source Code&lt;/a&gt;&lt;/p&gt;

</description>
      <category>aws</category>
      <category>springboot</category>
      <category>java</category>
      <category>cicd</category>
    </item>
    <item>
      <title>Develop Spring boot REST API in AWS - PART 3/4 (CodeDeploy / Blue Green Deployment)</title>
      <dc:creator>Baby Steps To Pro</dc:creator>
      <pubDate>Fri, 17 Dec 2021 09:13:26 +0000</pubDate>
      <link>https://dev.to/babystepstopro/develop-spring-boot-rest-api-in-aws-part-34-codedeploy-blue-green-deployment-4jbo</link>
      <guid>https://dev.to/babystepstopro/develop-spring-boot-rest-api-in-aws-part-34-codedeploy-blue-green-deployment-4jbo</guid>
      <description>&lt;p&gt;In this video tutorial (part3), I have demonstrate the blue/green deployment of  the Spring boot REST API. &lt;/p&gt;

&lt;p&gt;I will show you the the following steps in the demonstration:&lt;/p&gt;

&lt;p&gt;(1) Create IAM role&lt;br&gt;
(2) Create an Application Load Balancer&lt;br&gt;
(3) Create Security Group For ECS cluster&lt;br&gt;
(4) Create ECS cluster&lt;br&gt;
(5) Create Task Definition&lt;br&gt;
(6) Create ECS Service&lt;br&gt;
(7) Create CodeDeploy&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/7brbFElKAAk"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;In the next part, I will demonstrate the whole CI/CD pipeline.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Develop Spring boot REST API in AWS - PART 2/4 (ECS Cluster &amp; ECS Service)</title>
      <dc:creator>Baby Steps To Pro</dc:creator>
      <pubDate>Fri, 17 Dec 2021 09:04:22 +0000</pubDate>
      <link>https://dev.to/babystepstopro/develop-spring-boot-rest-api-in-aws-part-24-ecs-cluster-ecs-service-661</link>
      <guid>https://dev.to/babystepstopro/develop-spring-boot-rest-api-in-aws-part-24-ecs-cluster-ecs-service-661</guid>
      <description>&lt;p&gt;In this video tutorial (part2), we continue to explore developing spring boot REST API on AWS. We will focus on ECS in this part.&lt;/p&gt;

&lt;p&gt;It involves the following steps:&lt;/p&gt;

&lt;p&gt;(1) AWS ECS Basic &lt;/p&gt;

&lt;p&gt;(2) ECS Cluster demo&lt;/p&gt;

&lt;p&gt;(3) ECS Task Definition demo&lt;/p&gt;

&lt;p&gt;(4) ECS Service demo&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/jiGjL25v0v0"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Thank for watching!&lt;/p&gt;

&lt;p&gt;In the next part, I will discuss the CodeDeploy.&lt;/p&gt;

&lt;p&gt;Source Code:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/babysteps-topro/aws-springboot-pipeline1.git"&gt;Source&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Develop Spring boot REST API in AWS - PART 1/4 (CodeBuild + ECR)</title>
      <dc:creator>Baby Steps To Pro</dc:creator>
      <pubDate>Sat, 11 Dec 2021 16:43:04 +0000</pubDate>
      <link>https://dev.to/babystepstopro/develop-spring-boot-rest-api-in-aws-part-14-codebuild-ecr-44lo</link>
      <guid>https://dev.to/babystepstopro/develop-spring-boot-rest-api-in-aws-part-14-codebuild-ecr-44lo</guid>
      <description>&lt;p&gt;This is a demo (part 1) of developing spring boot REST API in AWS. It involves the following steps: &lt;/p&gt;

&lt;p&gt;(1) Coding of Spring Boot REST API. &lt;/p&gt;

&lt;p&gt;(2) Creating Repository in AWS ECR. &lt;/p&gt;

&lt;p&gt;(3) Building with AWS CodeBuild. &lt;/p&gt;

&lt;p&gt;(4) Pushing docker image to AWS ECR.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/fhy67YpRi1c"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;In the next part, I will discuss about ECS cluster, ECS service and ECS task.&lt;/p&gt;

&lt;p&gt;Source Code:&lt;br&gt;
&lt;a href="https://github.com/babysteps-topro/aws-springboot-pipeline1.git"&gt;https://github.com/babysteps-topro/aws-springboot-pipeline1.git&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Original source:&lt;br&gt;
&lt;a href="https://www.borislam.com/2021/12/spring-boot-rest-aws-cicd-part1.html"&gt;https://www.borislam.com/2021/12/spring-boot-rest-aws-cicd-part1.html&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
