Load Environment on Directory Change

Change gcloud context, az login, Kubernetes context, set setting variables, and extra simply altering listing Throughout a typical day at work, I usually want to alter between two, and even three totally different repos, every with its relative gcloud, or az, or no matter configuration, its Kubernetes context, and so forth. In the beginning, I […]

“Мобильная” разработка. [Bash и основные утилиты терминала]

sh и bash sh (Bourne Shell) и bash (Bourne Once more SHell) оба являются командными интерпретаторами (оболочками) для Unix-подобных систем, но между ними есть ряд ключевых различий: История: sh. Один из первых командных интерпретаторов для Unix, созданный Стивеном Борном в 1970-х годах. bash. Создан Брайаном Фоксом в рамках проекта GNU в конце 1980-х годов как […]

“Мобильная” разработка. [Операционные системы и терминал]

Для того чтобы разобраться в Bash и терминале, необходимо сначала провести небольшой экскурс в основные операционные системы, их файловые системы, а также немного поговорить об истории. А зачем нам вообще этот терминал и Bash? Дело в том, что когда мы занимаемся разработкой на ПК, у нас есть огромный выбор IDE (Built-in Growth Atmosphere – интегрированная […]

Automate Your Git Workflow with this Simple Bash Script

The github repository for this script -> Script Hey there fellow coders! 🚀 Ever discovered your self doing the identical repetitive git instructions each time you need to push some modifications? I do know, it may be a bit annoying. However guess what? Bash scripts to the rescue! I understand how you’re feeling if you’re […]

Bash Completion – DEV Community

Introduction:Bash is an sh-compatible command language interpreter that executes instructions learn from the usual enter or from a file. Bash can run most shell scripts with out modification. bash-completion is a group of shell capabilities that make the most of the programmable completion function of bash on Ubuntu Linux. add bash auto completion in Ubuntu […]

Monitor the Existence of Docker Images in a Registry

Docker is in all places. It is used for deploying cloud providers (e.g. Kubernetes, Docker Compose), doing CI/CD (e.g. GitHub, GitLab) or monitoring programs (e.g. Checkson). Typically it is a good suggestion to watch if a sure Docker picture continues to be accessible in a registry, particularly if the registry has a retention coverage that […]

Improving Your Workflow as a Developer with Bash Aliases

As a developer, you probably spend a big period of time working with the command-line interface (CLI). The command line is a strong device that means that you can work together together with your working system and execute varied duties effectively. Nevertheless, typing lengthy and repetitive instructions can change into tedious and time-consuming. Luckily, Bash […]

Create digital development certificate – DEV Community

Digital signatures and certificates play an essential position in safety and integrity of digital communications, paperwork, and transactions in immediately’s world. Digital signatures present a safe approach to confirm the identification of the sender and detect any unauthorized modifications to the content material. Digital signature ought to be issued by trusted Certificates Authorities (CAs) As […]

Writing Bash Scripts Like A Pro – Part 2 – Error Handling

Within the earlier weblog submit of this collection, we coated the fundamentals of the right way to write a correct Bash script, with a constant naming conference. Writing Bash scripts constantly whereas studying new phrases is usually a vital problem when doing it from scratch. However concern not! We’re right here to information you on […]

I’m a lazy Dev – DEV Community

Initially publish at: Jobsity Blog Sure! I am a lazy dev and I prefer it. Do not misunderstand me I have never mentioned I am not productive, it’s the reverse, let me clarify myself. I hate doing that form of repetitive process each day, I am at all times on the lookout for challenges, one […]