Streamlining AWS CloudFormation with cfn-modules: A Time-Saving Solution

Are you tired of wrestling with lengthy YAML or JSON scripts every time you deploy an AWS CloudFormation stack? Enter cfn-modules, a game-changer that can revolutionize your CloudFormation workflow and save you valuable time. What is cfn-modules? Cfn-modules is a productivity powerhouse designed to accelerate your AWS CloudFormation experience. It acts as a library of pre-built, reusable templates for various AWS services, eliminating the need to start from scratch with every deployment....

<span title='2023-11-23 12:14:34 -0600 -0600'>November 23, 2023</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;Ancordss

Docker Go-Kafka implementation

Prerequisites Before diving into Go and Kafka integration, ensure you have the following tools installed on your system: Go Docker Docker Compose Setting Up Kafka with Docker Compose To get started with Kafka, we’ll use Docker Compose to create a local Kafka environment. Below is a docker-compose.yml file that sets up Kafka with Zookeeper and Kafdrop for monitoring: yaml `version: '3' services: zookeeper: image: confluentinc/cp-zookeeper:7.3.2 container_name: zookeeper environment: ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_TICK_TIME: 2000 broker: image: confluentinc/cp-kafka:7....

<span title='2023-10-09 16:52:34 -0600 -0600'>October 9, 2023</span>&nbsp;·&nbsp;4 min&nbsp;·&nbsp;Ancordss

DevOps Ci/Cd python,docker,jenkins

Steps Continuos integration merge all code work into a master branch code reviews, copile,build, unit tests,integration tests Continuos delivery deploy to test Server (in this case azure vm) UAT,QA build are delivered throughout the life cycle Continuis Deployment deploy to prod sercer or release Work Job in this case where deploy the image in the same machine where jenkins is running and if it is successful then it is going to publish it to the docker hub and then the next stage jenkins will actually deploy the image to the server...

<span title='2022-08-26 19:32:23 +0000 UTC'>August 26, 2022</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;Ancordss

DevOps CI/CD Project 02

Simple DevOps Project -02 Prerequisites: Ansible server Jenkins Server Tocmat Server Part-01 Integration Setps Install “publish Over SSH” Manage Jenkins > Manage Plugins > Available > Publish over SSH Enable connection between Ansible and Jenkins Manage Jenkins > Configure System > Publish Over SSH > SSH Servers SSH Servers: Hostname:<ServerIP> username: ansadmin password: ******* Test the connection “Test Connection” Part-02 - Execute job to connect create a copywarfile.yml on Ansible under /opt/playbooks...

<span title='2022-08-09 22:18:56 +0000 UTC'>August 9, 2022</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Ancordss

DevOps CI/CD 1

Simple DevOps Project -01 We know how to use work with each and Git, Jenkins independently. What if you want to collaborate these two? that is where Simple DevOps project helps you. Follow below steps if you are a new guy to DevOps. You love it. Prerequisites Azure vm with tomcat installation Jenkins server Part-01 : Adding steps for Integration Steps to create Jenkin job Login to Jenkins console Create Jenkins job, Fill the following details, Source Code Management: Repository: https://github....

<span title='2022-08-07 19:43:44 +0000 UTC'>August 7, 2022</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;Ancordss

Metodologia_scrum

que es Scrum es una metodologia de gestion de proyectos, framework con metodologia agile es una guia que cada equipo puede adaptar a sus necesidades [insertar imagen] el proyecto esta representado en una bombilla hitories representan funcionalidades grupo de Scrum propietario del proyecto seria un intermediario entre el equipo y los stakeholders gestiona el backlog del proyecto prioriza los despliegues contaco directo con los stakeholders Desarrolladores quienes implementan todo el codigo...

<span title='2022-08-06 22:18:02 +0000 UTC'>August 6, 2022</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Ancordss

Metodologia Agile

que es agile metodologia de desarrollo de paradigmas se divide el projecto en diferentes etapas llamados sprints metodologia -> Filosofia proyecto por etapas Adaptacion al cliente en 2001 se crea el manifiesto for agile sofware Develpment https://agilemanifesto.org/iso/es/manifesto.html Agile vs waterfall insertar imagen beneficios e inconvenientes ventas inconvenientes estapas mas pequenias -> trabajo mas rapido dificil de preveer los recursos necesarios adaptabilidad equipo necesita base mas solidad y habilidades facilita la priorizacion Requiere un contacto constante con el cliente encontrar errores de forma sencilla poca documentacion -> dificil nuevas incorporaciones proyecto mas transparente falta de limites en el proyecto feedback casi inmediato de usuarios flexibilidad interaccion continua con el clinete 12 Principios Agile 1...

<span title='2022-08-06 21:41:09 +0000 UTC'>August 6, 2022</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;Ancordss