<?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>Debug School: Hugo</title>
    <description>The latest articles on Debug School by Hugo (@hugosesa).</description>
    <link>https://www.debug.school/hugosesa</link>
    <image>
      <url>https://www.debug.school/images/CPDdQlGexClW9WOTxwLbEDeLKxuBxqind7bvkmstzXo/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly90aGVw/cmFjdGljYWxkZXYu/czMuYW1hem9uYXdz/LmNvbS9pLzk5bXZs/c2Z1NXRmajltN2t1/MjVkLnBuZw</url>
      <title>Debug School: Hugo</title>
      <link>https://www.debug.school/hugosesa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/hugosesa"/>
    <language>en</language>
    <item>
      <title>5. What is DevSecOps?</title>
      <dc:creator>Hugo</dc:creator>
      <pubDate>Thu, 13 Jul 2023 15:03:55 +0000</pubDate>
      <link>https://www.debug.school/hugosesa/5-what-is-devsecops-1epj</link>
      <guid>https://www.debug.school/hugosesa/5-what-is-devsecops-1epj</guid>
      <description>&lt;p&gt;DevSecOps is an approach that emphasizes collaboration between development, security, and operations teams, and focuses on proactive security measures from the start. DevSecOps relies on automation, incorporates security testing into the CI/CD pipeline, promotes secure coding practices, and includes continuous security monitoring and incident response. &lt;/p&gt;

&lt;p&gt;We are all responsible for security.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>4. How DevOps and SRE are different?</title>
      <dc:creator>Hugo</dc:creator>
      <pubDate>Thu, 13 Jul 2023 13:06:07 +0000</pubDate>
      <link>https://www.debug.school/hugosesa/4-how-devops-and-sre-are-different-nce</link>
      <guid>https://www.debug.school/hugosesa/4-how-devops-and-sre-are-different-nce</guid>
      <description>&lt;p&gt;DevOps aims to streamline software development and delivery processes by fostering collaboration, automation, and communication between development and operations teams. &lt;/p&gt;

&lt;p&gt;SRE, on the other hand, is an implementation of DevOps principles with a strong focus on system reliability. SRE teams are responsible for ensuring the reliability, availability, and performance of systems and services. They combine software engineering practices with operations expertise to build and maintain highly reliable systems.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>3. What are the list of DevOps Tools?</title>
      <dc:creator>Hugo</dc:creator>
      <pubDate>Thu, 13 Jul 2023 06:49:11 +0000</pubDate>
      <link>https://www.debug.school/hugosesa/3-what-are-the-list-of-devops-tools-38d8</link>
      <guid>https://www.debug.school/hugosesa/3-what-are-the-list-of-devops-tools-38d8</guid>
      <description>&lt;p&gt;There are many tools available. The choice of specific tools depends on project requirements, team preferences, and the technology stack being used. Some tools are (google search):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Version Control Systems:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Git&lt;br&gt;
Subversion (SVN)&lt;br&gt;
Mercurial&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Continuous Integration/Continuous Deployment (CI/CD):&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Jenkins&lt;br&gt;
CircleCI&lt;br&gt;
Travis CI&lt;br&gt;
GitLab CI/CD&lt;br&gt;
Azure DevOps (formerly known as Visual Studio Team Services)&lt;br&gt;
Bamboo&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Configuration Management:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Ansible&lt;br&gt;
Puppet&lt;br&gt;
Chef&lt;br&gt;
SaltStack&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Infrastructure as Code (IaC):&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Terraform&lt;br&gt;
AWS CloudFormation&lt;br&gt;
Azure Resource Manager&lt;br&gt;
Google Cloud Deployment Manager&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Containerization and Orchestration:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Docker&lt;br&gt;
Kubernetes&lt;br&gt;
Docker Compose&lt;br&gt;
Amazon Elastic Container Service (ECS)&lt;br&gt;
Google Kubernetes Engine (GKE)&lt;br&gt;
Azure Kubernetes Service (AKS)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Monitoring and Logging:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Prometheus&lt;br&gt;
Grafana&lt;br&gt;
ELK Stack (Elasticsearch, Logstash, Kibana)&lt;br&gt;
New Relic&lt;br&gt;
Datadog&lt;br&gt;
Splunk&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Collaboration and Communication:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Slack&lt;br&gt;
Microsoft Teams&lt;br&gt;
Jira&lt;br&gt;
Confluence&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Testing and Quality Assurance:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Selenium&lt;br&gt;
JUnit&lt;br&gt;
SonarQube&lt;br&gt;
JMeter&lt;br&gt;
Cucumber&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cloud Providers:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Amazon Web Services (AWS)&lt;br&gt;
Microsoft Azure&lt;br&gt;
Google Cloud Platform (GCP)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Security:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;HashiCorp Vault&lt;br&gt;
Sonatype Nexus&lt;br&gt;
Twistlock&lt;/p&gt;

</description>
    </item>
    <item>
      <title>2. What exactly do DevOps do?</title>
      <dc:creator>Hugo</dc:creator>
      <pubDate>Thu, 13 Jul 2023 06:43:35 +0000</pubDate>
      <link>https://www.debug.school/hugosesa/2-what-exactly-do-devops-do-1f7k</link>
      <guid>https://www.debug.school/hugosesa/2-what-exactly-do-devops-do-1f7k</guid>
      <description>&lt;p&gt;DevOps streamline software development and delivery by fostering collaboration, automating processes, and integrating development and operations teams. They set up automated pipelines for continuous integration and deployment, manage infrastructure using code, monitor performance, ensure security and compliance, and constantly seek opportunities for improvement. The goal is to accelerate software releases while maintaining quality and reliability.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>1. What is DevOps in simple terms?</title>
      <dc:creator>Hugo</dc:creator>
      <pubDate>Thu, 13 Jul 2023 06:39:21 +0000</pubDate>
      <link>https://www.debug.school/hugosesa/1-what-is-devops-in-simple-terms-44jo</link>
      <guid>https://www.debug.school/hugosesa/1-what-is-devops-in-simple-terms-44jo</guid>
      <description>&lt;p&gt;In simple terms, DevOps is a way of working that combines software development (Dev) and IT operations (Ops) to improve the process of delivering software. It aims to enhance collaboration, automation, and communication between developers and operations teams, ultimately resulting in faster, more reliable software releases.&lt;/p&gt;

&lt;p&gt;A few important things to take into consideration:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Break Down the traditional barriers between development and operations;&lt;/li&gt;
&lt;li&gt;Promote shared responsibilities and a unified approach; &lt;/li&gt;
&lt;li&gt;The use of automation tools;&lt;/li&gt;
&lt;li&gt;Foster collaboration. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;By working together closely, developers and operations teams can ensure that software is developed, tested, and deployed efficiently and consistently.&lt;/p&gt;

&lt;p&gt;You can say a lot of things about DevOps, but the most important thing (at least for me) is to foster collaboration that will lead to automating processes, and leveraging technology to accelerate software development and delivery, all while maintaining a focus on quality, reliability, and customer satisfaction.&lt;/p&gt;

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