Best of DevOpsJuly 2023

  1. 1
    Article
    Avatar of developercomDeveloper.com·3y

    Best Scrum Tools for Programmers

    Scrum tools offer several benefits to programmers and software development teams, such as enhanced collaboration, Agile planning and scheduling, improved task transparency, increased productivity, and more. This guide will break down the top Scrum tools for programmers in terms of their features, pros, cons, and pricing.

  2. 2
    Article
    Avatar of awsplainenglishAWS in Plain English·3y

    Docker 101: A Beginner’s Guide to Containerization

    Docker is a containerization platform that allows developers to create lightweight, portable and self-sufficient containers. Docker enables developers to package their applications along with all dependencies into a single unit, known as a container. Docker streamlines the deployment process, significantly reducing the time it takes to get your applications up and running.

  3. 3
    Article
    Avatar of honeypotHoneypot·3y

    Did Developer Salaries Grow in 2023?

    The salaries of tech professionals in Germany grew in 2023 by just 1.5%, which is a very moderate increase when we factor in the average inflation rate. Berlin is offering the most money to developers, while Hamburg offers the lowest salaries. The living cost is the highest of all countries examined in this report.

  4. 4
    Article
    Avatar of devtoDEV·3y

    All your ssh and database servers accessible directly from your Browser

    New Border0 client portal allows users to quickly and easily discover all servers they have access to. The dashboard features app cards for each service, with easily distinguishable icons and details. We offer both a card and a list view and the choice between dark or light mode. The search box at the top of the screen supports fuzzy search capabilities.

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    Introduction to Terraform: From Zero to Hero eBook

    "Introduction to Terraform: From Zero to Hero" is written in a way so that both newcomers and those seeking advanced knowledge could benefit from. The philosophy behind this title is simple. We all start our learning journeys from square one, with a spark of curiosity and an urge to get better at something new.

  6. 6
    Article
    Avatar of awsplainenglishAWS in Plain English·3y

    Introduction to Jenkins in DevOps

    Jenkins is the leading open-source automation server that provides a wide range of plugins to support all your project needs. It provides a powerful platform for building, deploying, and automating projects of any scale. Jenkins also plays a crucial role in continuous delivery, enabling teams to automate the deployment process and ensure faster and more reliable releases.

  7. 7
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    CI/CD Process Management

    The software development industry has started to use continuous integration (CI) and continuous delivery (CD) applications more due to increasing demand. CI/CD processes offer software developers the opportunity to deal with it automatically. Fully automated testing standardizes processes, reducing uncertainty and increasing productivity. Jenkins Jenkins enables developers to compile and test their code frequently.

  8. 8
    Article
    Avatar of dzDZone·3y

    Docker Alternatives

    DZone will explore the Docker alternatives to your SaaS application. Join the DZone community and get the full member experience. Join For Free Docker technology has revolutionized the infrastructure management landscape in such a way that Docker has now become a synonym for containers.

  9. 9
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Essential Tools for a Smooth Landing into the World of DevOps

    DevOps has emerged as a crucial methodology for bridging the gap between development and operations teams. DevOps emphasizes collaboration, automation, and continuous integration and delivery (CI/CD) Tools include Jenkins, Ansible, Docker, Kubernetes, Terraform, AWS CloudWatch, Prometheus, Jira, and more.

  10. 10
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Getting Started with Ansible: A Comprehensive Guide for DevOps Beginners

    Ansible, a powerful open-source automation tool, is here to make your life easier. It allows you to automate tasks, configuration management, application deployment, and much more. Ansible Modules Explained in Ansible are the building blocks of automation. They are small, standalone scripts that Ansible uses to perform tasks on managed hosts.

  11. 11
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    3 Ways to Reproduce Issues in Microservices

    The first thing we want to be able to do is reproduce errors and issues. By reproducing errors, we can confirm it’s a recurring issue, rather than a sporadic one, and that it requires a fix to ensure that our product is working properly. We will show how to reproduce issues in three different ways.

  12. 12
    Article
    Avatar of awstipAWS Tip·3y

    Step-by-Step Guide on Dockerizing a Node Express-Based Application

    Step-by-Step Guide on Dockerizing a Node Express-Based Application. You would usually dockerize your existing NodeJs-based application. If you don’t have one yet, you can quickly set up a basic Node Express application by following these steps.

  13. 13
    Article
    Avatar of hackernoonHacker Noon·3y

    Docker for Beginners: Containerizing a Nextjs Application

    Docker for Beginners: Containerizing a Nextjs Application is an absolute beginner approach. I am not advising to use it in production. This is something new to me and I am still exploring Docker. If you're reading this, maybe you can help me make some improvements to this approach.

  14. 14
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Ultimate DevOps — CI-CD Project

    Ultimate DevOps - CI-CD Project. Building a CI/CD Pipeline Project with Git, Docker, SonarQube, Jenkins, and Nexus. We need to create 3 instances Instance Name = Project -1 → Git, docker, Maven, Jenkins Instance name = Project-2.