ContentPosts from @dawnalvarez494..
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, 9 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, 9 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, 9 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.

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

What You Need to Know About Pseudocode

Pseudocode means fake code. It is simply writing out algorithms without strictly adhering to the syntax rules of any programming language. You do not need to worry about technicalities. However, ensure that any programmer can understand it.

Image credit: Future Learn
Story
@siddhant230 shared a post, 3 years, 9 months ago
Research Engineer-ML, @siemens

How to setup your code editor with Python for Competitive programming (CP)?

A simple guide on this extremely simple yet rare setup.

0_ALKUft9YJ0EenQDu.png