Ops / DevOps

Technology

Format the code automatically before commit

There is a situation where we forget to format our code before submitting changes. But what if git does it for us?

Read
Technology

Sync AWS CodeCommit with Bitbucket by running pipeline

There is the way to sync our repository to AWS CodeCommit and other services to be later used in private pipelines - without additional app auths

Read
Technology

Set access to k8s thru RBAC Token

How to give access only to logs to dev team on running k8s env? I finally found gist snippet that works

Read
Technology

GitFlow & Versioning

Trying to keep the branch in order, we can use the GitFlow formula and adjust our tactics for future product releases. Each version and its important aspect has its own initials and ever additional values as release candidates

Read
Technology

Git Merging Strategies

Git is a great tool for managing your code version. It is also a tool where we can easily draw figures such as triangles, trapezoids, and other figures. How to find yourself on a railroad crossing? Try not to get lost at our train station?

Read
Technology

Easy and fast file sharing from the command-line

Looking for a quick and easy-to-use option to share and send files, I came across transfer.sh. As it turns out, this is an ideal form of file sharing like WeTransfer or mega.nz, but for sending files via CLI.

Read
Technology

Not knowing Docker image configuration? Try runalike

The `docker inspect` will certainly come in handy, but the same one can little be unreadable - or it just requires the unreasonable rewriting of all values of the indicated result. Therefore, a simple image of assaflava / runlike was created which makes the work easier

Read
Technology

Why dockerizing production isn't bad idea

The use of docker is a common technique in dev teams. But really, creating and using the complete ready-made image shows its potential in the production environment. I think this post will convince some Ops to look more positively at running closed images over the installation and putting projects directly on the servers

Read