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

CatOps

Логотип телеграм канала @catops — CatOps C
Логотип телеграм канала @catops — CatOps
Адрес канала: @catops
Категории: Технологии
Язык: Русский
Количество подписчиков: 5.51K
Описание канала:

DevOps and other issues by Yurii Rochniak (@grem1in) - SRE @ N26 && Maksym Vlasov (@MaxymVlasov) - Engineer @ Star. Opinions on our own.
We do not post ads including event announcements. Please, do not bother us with such requests!

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

3.33

3 отзыва

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

5 звезд

0

4 звезд

2

3 звезд

0

2 звезд

1

1 звезд

0


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

2021-04-09 17:45:23 For the Friday mood.

The Evolution of a Go Programmer
1.8K views14:45
Открыть/Комментировать
2021-04-09 13:15:40 AWS serverless patterns by Serverlessland.

Basically, this is a collection of common architecture patterns i.e. API Gateway to Lambda, Lambda and DynamoDB, API Gateway to Step Functions, etc. However, these examples also contain AWS SAM or AWS CDK templates, which you can use.

You can submit your own template as well. But no Terraform, sorry.

#aws #serverless
2.8K views10:15
Открыть/Комментировать
2021-04-08 19:38:09 We don't post any advertisements usually. However, I have my personal interest in this one.

As some of you may know, I'm part of the DevOps Days Kyiv conference committee. And we are going to have our next event very soon! It's going to be an online event, so you can join from any place and also it's totally free!

What: DevOps Days Kyiv 2021

Where: Online

When: 20-22 of April 2021

About: Top speakers from around the globe! You can check the whole list of upcoming talks on https://devopsdays.com.ua/

Also, we are going to have a fireside chat with one of the first Kubernetes contributors - Joe Beda! If you want to ask him anything, you can submit your question via this form: https://forms.gle/BghSK7Scobra6FDc8

Price: Free!

See you online at DevOps Days Kyiv 2021!
#event
1.2K views16:38
Открыть/Комментировать
2021-04-06 12:52:56 A little story about how to drill down your AWS Costs using AWS Cost Explorer and some ad-hoc automation.

Might be interesting to those, who just has just started working with AWS Cost center or never bothered about $$$ before

#aws
1.1K views09:52
Открыть/Комментировать
2021-04-05 11:59:03 Ten commandments of Go - a set of advices for better Go code.

Some of them are applicable not only for Go. Especially, number 10.

P.S. Even if your content is all right, try to avoid any religious analogies. That's just silly

#go #programming
1.3K views08:59
Открыть/Комментировать
2021-04-04 14:15:05 ​​strace is a very old yet popular tool for Linux troubleshooting. Moreover, on many Ops interviews an interviewer is only satisfied when a candidate mentiones strace during the troubleshooting questions section. And of course, there are more bonus points for mentioning that strace shows system calls of a given process(es) and their arguments and return values.

Although, what are we trying to solve with it? And when to use it?

Julia Evans collected 9 common categories of problems which people use to solve with strace:

- where’s the config file?
- what other files does this program depend on?
- why is this program hanging?
- is this program stuck?
- why is this program slow?
- hidden permissions errors
- what command line arguments are being used?
- why is this network connection failing?
- why does this program succeed when run one way and fail when run in another way?

P.S. She also has a free webzine on how strace works!
2.3K views11:15
Открыть/Комментировать
2021-04-02 12:33:07 Thinking of starting a new open source project? Or your company wants to open some internal work?

At some point you'll need to start thinking about the licenses. Taking care of it earlier helps you to avoid problems like the recent issue of Rails and mimemagic

However, you're an engineer and not a lawyer, right? Here are just a couple of resources, which can help you navigate through the differences of the Open Source licenses.

- Choose an open source license - very brief and clear guide for beginners
- TLDRLegal - another quick start guide, but contains more types of licenses

#legal #foss
1.2K views09:33
Открыть/Комментировать
2021-03-31 12:58:33

Many thanks to “Потестим в проде” podcast for having me as a guest!

If you want to listen to me speaking about the common problems in devops-ish terminology, differences between IT market in Kyiv and Berlin, and if you need Kubernetes to run your personal blog, you can find the recordings on:

- YouTube
- Apple Podcasts
- Google Podcasts

Podcast is in Russian.

#slides #podcast
1.5K views09:58
Открыть/Комментировать
2021-03-29 13:27:39 This is not really a DevOps-ish article. However, salary topic is something that ususally interesting to everyone.

Here is an outcome of a personal research regarding salaries in the Netherlands and Europe. Personal in this case means that this research was primary driven by a private person.

I'm not familiar with dutch market personally, but overall the ideas described in this blog post are relevant to Germany as well.

Of course, things are quite different for non-EU/non-US countries. Especially, Post-soviet countries. However, it's a huge benefit that as an IT specialist you can compete not only on the local market, but also globally.
2.0K views10:27
Открыть/Комментировать
2021-03-28 19:12:22 A new article by Julia Evans Get better at programming by learning how things work.

It’s impossible for a single person to know everything. Especially, in such complicated systems as we have in modern IT. And it’s fine, you can still do a good job.

However, you can become even better engineer by getting down to the nature of things. Especially, when you have a tricky bug to chase.

Here are some tips from Julia on how to get there:
- Just learning a few facts can help a lot
- Connect new facts to information you already know
- Ask yes/no questions
- Googling is a skill

#culture
1.0K views16:12
Открыть/Комментировать