Материалы по теме 'cicd' | DevsDay.ru

IT-блоги Материалы по теме 'cicd'

IT-блоги Материалы по теме 'cicd'


Разработка dev.to 18 мая 2024 г. 12:57

Lately at work, I have been using Terraform for our Infrastructure as Code (IaC) requirements for AWS workloads. As part of this learning journey, I also acquired Terraform Associate certification. I wanted to explore Terraform for non-AWS use case...... читать далее

snowflake terraform githubactions devops

Разработка habr.com 17 мая 2024 г. 7:49

Четыре года мы развивали и улучшали werf 1.2, но теперь наконец-то выпустили стабильную werf 2.0. Причина простая — последовательно накопилось множество улучшений (300+ релизов!), а кроме того, мы доработали новый движок развёртывания Nelm, и в werf...... читать далее

werf cicd delivery deployment helm nelm trdl open source системы сборки cncf

Разработка dev.to 16 мая 2024 г. 11:54

Introduction The recent talk of the town - a revolution to how applications are deployed. When developers build and successfully run an application, most times the application fails on deployment to different environments. Docker takes an applicat...... читать далее

containers docker cicd devops

Разработка dev.to 15 мая 2024 г. 17:26

In some use cases, our CI/CD pipeline or workflow may need to be validated before code can be deployed. Refer to this announcement "Workflow approvals for Amazon CodeCatalyst", Amazon CodeCatalyst, now has released feature called approval gates whic...... читать далее

aws codecatalyst cicd terraform

Разработка dev.to 15 мая 2024 г. 5:24

Continuous Integration (CI) and Continuous Deployment (CD), also known as Continuous Delivery (CD), are software development approaches that automate the process of creating, testing, and deploying software. These methods ensure that the production e...... читать далее

cicd interviewquestions softwaretesting automationtesting

Разработка dev.to 14 мая 2024 г. 14:40

TeamCity is a popular choice in game development for several reasons, including its support for Perforce, its ability to be installed on premises, and its numerous configuration options. In addition to its main application as a general-purpose CI/CD...... читать далее

teamcity gamedev unreal cicd

Разработка dev.to 13 мая 2024 г. 11:47

Nowadays, increasing the pace of software development has become critical for companies that want to stay competitive. This blog post will delve into the specifics of developing and maintaining a DevOps pipeline to streamline your development proces...... читать далее

devops cicd

Разработка dev.to 12 мая 2024 г. 23:39

Simply put, software development is the process of creating a software product. As someone with three years of experience in the industry, I can say it consists of three main parts. Understanding the problem Developing the solution Deploying the so...... читать далее

javascript webdev programming beginners

Разработка dev.to 12 мая 2024 г. 10:54

In line to automating a complete CICD pipeline where Jenkins pipelines are triggered by GitHub web-hook based on specific events; It has been argued that neither polling for updates nor exposing the Jenkins server is desirable in any environment. Bot...... читать далее

jenkins github webhook devops

Разработка dev.to 9 мая 2024 г. 18:06

Prerequisites: Ubuntu Machine GitLab account Node, NPM, Docker installed on Ubuntu Machine & Local Machine Steps: 1. Project Folder Create a react app on your local machine using npx create-react-app react-app Create...... читать далее

cicd docker devops react

Разработка dev.to 9 мая 2024 г. 0:14

A Ideia Um dia desses eu estava criando um processo de deploy com Github Actions e me lembrei de um sistema de ITSM que trabalhei que permitia a execução de arquivos de scripts baseado em triggers do sistema. E seguindo essa lógica de alteração em...... читать далее

cicd githubactions automation csharp

Разработка dev.to 8 мая 2024 г. 17:55

When you deploy lambda functions using CDK and a test-driven approach, you might have noticed that the test feedback takes longer each time you add a new function. That’s because each function will be bundled with its own set of dependencies. These d...... читать далее

aws cicd cloud technology

Разработка dev.to 8 мая 2024 г. 13:15

In the previous article in this series, we looked at how we could automate deploys to Heroku using Heroku Flow for our CI/CD. That setup had two Heroku apps for staging and production, but only used a single main branch. The staging app was automatic...... читать далее

webdev devops heroku cicd

Разработка dev.to 7 мая 2024 г. 13:38

SlimToolkit is an open-source project that aims to enhance your experience with containers. Whether you're building, customizing, or using containers, SlimToolkit provides a suite of commands to simplify your workflow. Let's explore what makes SlimTo...... читать далее

docker opensource cicd webdev

Разработка dev.to 6 мая 2024 г. 9:30

I promise this is not yet another tutorial on how to publish a static website using AWS S3, or at least not solely smashing the S3 content onto the web. I’d like to show you a GitHub project that uses Java to orchestrate Cloudformation when deploying...... читать далее

website aws cloudformation java

Разработка dev.to 5 мая 2024 г. 19:21

Greetings my fellow Technology Advocates and Specialists. This is Chapter #4 of my Terraform CDK (Cloud Development Kit) Series. In this Session, I will walk you through If CDK (Cloud Development Kit) for Terraform is available in Microsoft Hosted...... читать далее

azure devops terraform community

Разработка dev.to 5 мая 2024 г. 19:10

Greetings my fellow Technology Advocates and Specialists. This is Chapter #3 of my Terraform CDK (Cloud Development Kit) Series. In this Session, I will walk you through If CDK (Cloud Development Kit) for Terraform is available in Microsoft Hosted...... читать далее

azure devops terraform community

Разработка dev.to 5 мая 2024 г. 13:34

Hello everyone ! Today I will show you how to use Valgrind to easily check for memory leaks on your code inside a GitHub Action. Why ? You have to use Valgrind to make sure that your code does not implement any memory leak, any unclosed...... читать далее

valgrind cicd memory githubactions

Разработка dev.to 1 мая 2024 г. 13:29

MLOps tackles the complexities of building, testing, deploying, and monitoring machine learning models in real-world environments. Integrating machine learning into the traditional software development lifecycle poses unique challenges due to the in...... читать далее

mlops cicd aws harness

Разработка dev.to 1 мая 2024 г. 11:01

Greetings my fellow Technology Advocates and Specialists. This is Chapter #2 of my Packer Series. In this Session, I will demonstrate how to Automate image builds with Packer in Azure using Azure Devops. I had the Privilege to talk on this topic...... читать далее

azure devops packer community