Получи случайную криптовалюту за регистрацию!

DevOps для ДевоПсов

Логотип телеграм канала @devo_pes — DevOps для ДевоПсов D
Логотип телеграм канала @devo_pes — DevOps для ДевоПсов
Адрес канала: @devo_pes
Категории: Технологии
Язык: Русский
Количество подписчиков: 3.78K
Описание канала:

Самые актуальные материалы по DevOps на русском и английском языке
Купить рекламу: https://tprg.ru/5PCb
По вопросам рекламы: @tproger_sales_bot
Правила общения: https://tprg.ru/rules
Другие каналы: @tproger_channels

Рейтинги и Отзывы

3.50

2 отзыва

Оценить канал devo_pes и оставить отзыв — могут только зарегестрированные пользователи. Все отзывы проходят модерацию.

5 звезд

0

4 звезд

1

3 звезд

1

2 звезд

0

1 звезд

0


Последние сообщения 10

2022-06-17 15:14:36
An Introduction to GitLab & GitLab CI/CD

Getting Started: What is GitLab?
GitLab is an open source end-to-end software development platform with built-in version control, issue tracking, code review, CI/CD, and more. Self-host GitLab on your own servers, in a container, or on a cloud provid...

Read: https://alenabraham.hashnode.dev/an-introduction-to-gitlab-and-gitlab-cicd
240 views12:14
Открыть/Комментировать
2022-06-17 13:03:26
Top Stores from the Microsoft DevOps Community – 17.06.2022

Read: https://devblogs.microsoft.com/devops/top-stores-from-the-microsoft-devops-community-17-06-2022/
297 views10:03
Открыть/Комментировать
2022-06-17 13:00:25
Article: Reproducible Development with Devcontainers

Devcontainers provide a reproducable, reusable, simplified developer experience. Get a tour of a devcontainer including how they work, how to use them most efficiently, and how they differ to deployment containers.
By Avdi Grimm

Read: https://www.infoq.com/articles/devcontainers/
294 views10:00
Открыть/Комментировать
2022-06-17 10:32:30 Подсвечиваем проблемные зоны на коленке с SonarQube и Docker Desktop

Привет, меня зовут Андрей, я руководитель бэкенд разработки компании Бимейстер.

Хочу поделиться опытом быстрого подсвечивания возможных проблемных зон объёмного и малознакомого кода.


Читать: https://habr.com/ru/post/671900/?utm_campaign=671900
368 views07:32
Открыть/Комментировать
2022-06-17 05:07:33
Deploy an Eleventy Blog on Cloudflare pages, part 4

Welcome back!
╰(°▽°)╯
If you've been following along so far, you should have a Dokku instance on DigitalOcean that's been hardened from attackers (through SSHD configuration and Fail2Ban static IP allow-lists). You should also have a MySQL database s...

Read: https://vrfeight.hashnode.dev/deploy-an-eleventy-blog-on-cloudflare-pages-part-4
421 views02:07
Открыть/Комментировать
2022-06-17 01:53:25
How to transfer Heroku "Config Vars" from one Heroku app to another using Heroku-cli

It took me a while to find this and I just decided to write it down for anyone who might need it as I did.

First thing, if you are working on a Windows system, you might want to install Cygwin because it provides functionality similar to a Linux dis...

Read: https://smeks-ops.hashnode.dev/how-to-transfer-heroku-config-vars-from-one-heroku-app-to-another-using-heroku-cli
404 views22:53
Открыть/Комментировать
2022-06-16 23:34:34
Automate the CI/CD Pipeline using Harness.io

Introduction
Many firms have implemented continuous integration and spent numerous hours automating scripts, but they are unable to keep up with continuous delivery, owing to the complexity of the process.
In addition to the fact that CI and CD are v...

Read: https://blog.yahya-abulhaj.dev/automate-the-cicd-pipeline-using-harnessio
405 views20:34
Открыть/Комментировать
2022-06-16 17:52:34
The practical guide to managing incidents

Every company needs a plan for when things go wrong. I've written these plans many times now, and every time I've wished for a reference that reflects the way companies actually work today.
So here it is --- our many years of collective knowledge and...

Read: https://hashnode.com/post/the-practical-guide-to-managing-incidents-cl4h51fnl05ovg1nvhmga956q
422 views14:52
Открыть/Комментировать
2022-06-16 16:38:44
Setting up an apache server on Ubuntu

Installation

Update the apt package index:sudo apt-get update

Install the apache server:sudo apt install -y apache2
Apache runs on port 80 by default. You might get an error such as failed to start the apache server: port 80 is occupied.

If you ge...

Read: https://onecode.hashnode.dev/setting-up-an-apache-server-on-ubuntu
420 views13:38
Открыть/Комментировать
2022-06-16 15:37:30
Terraform Best Practices

Terraform is one of the most popular infrastructure as code tools out there. And if you have started working with terraform, you may be asking yourself whether you are doing things in the right way. In this blog, I'm going to discuss eight terraform ...

Read: https://kubesimplify.com/terraform-best-practices
399 views12:37
Открыть/Комментировать