ContentPosts from @ramravi92..
Story
@sshnaidm shared a post, 3 years, 9 months ago
Principal Software Engineer, Red Hat

Transible — your way to “Infrastructure as Code” with Ansible.

Ansible OpenStack Python Amazon Web Services

Transible - the tool which converts you cloud to Ansible playbooks, now AWS EC2 and VPC are supported (in addition to Openstack).

Story
@manuelherrera shared a post, 3 years, 9 months ago
Software Architect, Globant

GIT Branching Strategies in 2022

Introduction

Git and other version control systems give software developers the power to track, manage, and organize their code.

In modern software development, speed and agility are crucial when it comes to developing and releasing software. However, when you have a large team of developers working simultaneously, branching and merging code can become messy fast.

Therefore, teams need to have a process in place to implement multiple changes at once. This is where having an efficient branching strategy becomes a priority for these teams.

1_dsbDnXsZNJgtYEjd3Q5gGw (1).jpeg
Story
@prateekjain shared a post, 3 years, 9 months ago
DevSecOps Engineer, Tech Alchemy

Install GitLab runner on EC2 with shell and docker executors

GitLab Runner is an open-source tool that runs CICD jobs in the pipeline. GitLab provides 400 min per month of runner time for free. It’s enough for individuals but not for the teams. GitLab allows you to set up your custom runner on any virtual machine. (separate from the server running GitLab if you have a self-hosted GitLab). Having our custom runner gives us benefits like better security and faster deployments.

In this blog, I will install a GitLab runner in an EC2. Please refer to this article if you don’t know how to spin up an EC2 instance; you can go for t3.micro if you want to benefit from the AWS free tier.

1_sc2LTG8gWB9S0QvNFaJEUQ.png
Story
@disco07 shared a post, 3 years, 9 months ago

How To Download File With Golang Goroutine/WaitGroup ?

What’s goroutine ?

Go language provides a special feature known as a Goroutines. A Goroutine is a function or method which executes independently and simultaneously in your program.

1_aVRshnWQJNcxYkEfhN2i8g.png
Story
@irkdheeraj shared a post, 3 years, 9 months ago

The 4 key business factors that a SaaS AWS architect must take into account

As the Solution Architect/CTO for a serverless SaaS startup, I analyze, test, and perform thorough research on the best practices for building a reliable, scalable, and cost-effective architecture.During my research, I realized that the business problems must be properly phrased before I can begin s..

Tech + AWS + Business
Story
@vivalka shared a post, 3 years, 9 months ago
Sr Sdet, Avalara

String Formatting — Advanced Options for List, Dict, Number and Dates

Here is the example of Printing values from Dictionary without using formatting provided by Python

Story
@twoboot shared a post, 3 years, 9 months ago
Architect, Incluit

Hexagonal Architecture

This article is a guide showing my point of view of the Hexagonal Architecture to implement in Java with the Spring Framework. This Architecture can be useful to create microservices, indeed from it came a lot of other DDD Architectures like Onion or Clean Architecture they took the basic layout and adds their flavours.

Story
@luismcbo shared a post, 3 years, 10 months ago
cientifico de datos, bbc

Business in 15 minutes

As each organization and category plays with different rules, we will limit ourselves in this article to commenting on some ML tools to apply to models of this type.

0_ZdZ5_2lYHBy7sw2H.jpg
Story
@nilesh93 shared a post, 3 years, 10 months ago

Replacing Docker Desktop with Podman and Kind in MacOS

In this article I thought I’d share how I set up an alternative to Docker Desktop functionality in my macbook

Story
@psydak-meng shared a post, 3 years, 10 months ago

13 Git Commands to Master Version Control

This brief reading is going to enable you with the basic yet versatile commands and concepts that’ll allow you to practice version control liked a skilled coder.