ContentPosts from @dawnalvarez494..
Story
@thatericjohnson shared a post, 3 years, 9 months ago
DevOps Engineer, Job Hunting

How do you know if a company is making progress on their DevOps journey?

Google’s “Accelerate the State of DevOps 2021” report shows that 26% of survey respondents are in the “Elite” category of DevOps adoption and Puppet’s “State of DevOps Report 2021” shows that 18% of respondents are “highly evolved” in DevOps. Both reports show more and more companies reaching this status every year. Engineers have higher job satisfaction with more automation and companies have better performance. You may be lucky enough to be in one of those elite companies, but others may be looking to work for one of them. What can ask during your interviews to know if a company is making progress on their DevOps journey?

0_YDuOIHhM_LnkC0yz.jpg
Story Mailtrap Team
@sofiatarhonska shared a post, 3 years, 9 months ago
Mailtrap

How to Improve Your Emails With CSS?

For a lot of folks out there, HTML on its own is boring, after all, nothing is exciting when there is no color in it. Now add some Cascading Style Sheets (CSS) either to your web page or an email, and things are colorful, engaging, and begin to stand out. 

But dealing with HTML email building that has CSS in it can be tricky due to the way email clients “read the code”. In this article, we will go over the main principles of using CSS in emails and take a look at some examples that demonstrate how to do so.

Email-Headers-—-копия-03-1040x540.png
Story
@m3rryqold shared a post, 3 years, 9 months ago
DevOps Engineer

Continuous Deployments of Kubernetes Applications using Argo CD GitOps & Helm Charts.

Introduction

In this article, we will learn how to easily set up Argo CD as an app of apps with Helm, deploy applications with Argo CD and subsequently manage these applications.

Story
@mikhail_advani shared a post, 3 years, 9 months ago
Cloud Engineer

Kubernetes in-cluster traffic encryption using cert-manager

There are several cases when people need to implement traffic encryption of services running within their Kubernetes cluster but a service mesh is an overkill. This blog is to walkthrough away to achieve this using cert-manager and related tools in a simple and efficient way.

1_Ii_vHt2UYTpNX8je6x-OBg.jpeg
Story
@dwood-97 shared a post, 3 years, 9 months ago

Automating an EC2 schedule with Python, Lambda, and CloudWatch

I will be leaving links throughout the article with the code I used from my GitHub repo and if you have any questions or comments feel free to reach out to me on LinkedIn. Let’s get started!

0_XdiVLtAAaKS9mTjy.jpg
Story
@isaacarogb shared a post, 3 years, 9 months ago

Digital Project Management

There’s a considerable debate in the DPM (Digital Project Management) sector at large: Is digital project management a position or a talent in our developing digital world? But first, before we get to that;

We are living in a technological era. Billions of creative individuals work on a wide range of initiatives that fuel our real and virtual lives in our digital environment. People who create what we see on our devices are experts at organizing, coordinating, cooperating, and, producing.

And those are the people who constitute digital project management, and the digital project manager is, of course, at the core of it all. If you’ve stumbled on these phrases in chats at work but aren’t sure what they mean, we’ll explain them.

1_JIy05IraLjzi1ZS0MwmV8g.jpeg
Story
@yurgenua shared a post, 3 years, 9 months ago

Helm application manager for Kubernetes. Using professional and hand-crafted charts.

Helm is the most widely used package manager for Kubernetes. It is difficult to imagine Docker without https://hub.docker.com/ and the relation is pretty similar in the case of Kubernetes and https://helm.sh/.

Story
@mehrdadep shared a post, 3 years, 9 months ago

Implementing a domain parser using Golang

Domains are designed to be readable and memorable, unlike IP addresses but that’s not all to them. A domain name consists of multiple parts:

Here, I’m going to implement a simple domain parser with Golang using the public suffix list.

The final Golang module is available on my Github.

1_kD7yQO97DnoMqQHFPt7DSw.png
Story
@edtha3rd shared a post, 3 years, 9 months ago
Fullstack Developer

The Future of The Web

What the Future HoldsWhat we see, then, is a tug-of-war between competing ideas. On one hand, we can relinquish control to Big Tech and enjoy all the amenities that come with that, or we can take back control and see where that leads. Should we choose the first path, instead of Web3, we get somethin..

1_uPwyuzwql9_jWpdFVBvCIQ.jpeg
Story
@abame shared a post, 3 years, 9 months ago
Staff Software Engineer, Emma - The Sleep Company

AWS Lambda & GitlabCi — Deployment and Database Migrations with ENV Variables for Node.js Application

While working on delivering some features for an application in my daily work me and my team were facing a challenge when trying to automate the deployment of an AWS Lambda function through Gitlab CI.

By definition, the AWS Lambda functions should be a simple and small application serving one purpose and one purpose only.

This was also the case for us but the challenge was that our Lambda function had also a database that we had agreed upon during our planning. We had to store different information, and it was a lot. We couldn’t use configuration files since that would have increased the size of the application.

As some of you might know, AWS Lambda functions have some restrictions when it comes to the size of the codebase. If the extracted size of the zipped codebase is more than 128Mb the deployment will fail. This is obviously configurable but we wanted to keep the default configuration when it came to size.

1_cP-91dc2zA3i43lOHxO7mg.jpeg