Nagendra SinghProconnectsalesforce.hashnode.dev·Aug 29, 2023OmniStudio : Automating LWC generation in METADATA deployment flowSalesforce OmniStudio provides powerful functionalities and allows developers to streamline complex business processes with ease. When dealing with deployments, particularly with OmniStudio Metadata, there's an additional step required – manually act...Discuss·135 readsomnistudio
S RAHULsrdev.hashnode.dev·Aug 15, 2023Mastering Jenkins Interview QuestionsLet's go through some of the basic interview questions : What’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI) involves frequently integrating code changes into a shared re...DiscussJenkinsContinuous Integration
Rajat Rokderajatrokde.hashnode.dev·Aug 6, 2023Unleashing the Power of AWS: Launching Your Own WordPress Site with Docker on EC2!Step 1: Sign in to AWS ConsoleVisit the AWS Management Console and sign in to your AWS account. Step 2: Launch EC2 Instance1. Navigate to the EC2 dashboard.2. Click on “Launch Instance” to create a new EC2 instance.3. Choose an Amazon Machine Image (...DiscussAWS
Dale BrettforFL0's Blogfl0.hashnode.dev·Jul 5, 2023Building a Slack ChatBot with GPT, NodeJs, and FL0TLDR; By the end of this guide, we will have a fully functioning Slack bot that can answer our questions about FL0 and its features using AI 🤖✨. Introduction The advent of OpenAI's API has empowered countless developers to create sophisticated chatb...DiscussArtificial Intelligence
Boladale Akinpelufavboladale.hashnode.dev·Jun 21, 2023Ansible 101: Deploying With AnsibleIntroduction In today's fast-paced world, efficient server deployment is crucial for successful web application hosting. Ansible, an open-source automation tool, provides a straightforward and effective way to manage and deploy infrastructure. In thi...Discuss·104 readsansible
Sakina Kuterwadlisakina.hashnode.dev·Jun 20, 2023AWS App RunnerWhat is App Runner? App Runner is a fully managed service provided by Amazon Web Services (AWS) that makes it easy to build, deploy, and scale containerized applications quickly. It abstracts away the underlying infrastructure and simplifies the proc...Discuss·1 likeAWS
Ritesh Kumar Nayakwww.devopswithritesh.in·Jun 16, 2023Multi-tier WebApp Deployment Migration to AWSProject Overview & Architecture In this project, we'll re-architect the multi-tier application deployment stack with AWS Services. All the services such as EC2, MySQL, Memcached, RabbitMQ and Tomcat, etc.. will be replaced by respective AWS-Managed S...Discuss·27 readsDevops
Saurav Kumarcloudwithsaurav.hashnode.dev·Jun 6, 2023"Supercharge Your Deployment Process"Introduction: Deploying Django apps to AWS EC2 can be complex and time-consuming. However, with the power of GitHub Actions, this process can be streamlined and made more efficient. In this blog, we'll explore how Ansible and Terraform can automate t...Discuss·33 readsdeployment automation
Kimberly Roseopcanvas.hashnode.dev·May 31, 2023Looking for beta testers for a deployment solution.Traditional deployments often involve writing hundreds of lines of complex IaC code, which can be time-consuming and prone to errors. We have developed a new solution that changes the game by offering Draw and Deploy deployments using generative IaC,...Discuss#90daysofdevops
Ritesh Kumar Nayakwww.devopswithritesh.in·May 28, 2023Automated Provisioning of Multi-tier App DeploymentThis article is about the automation of the complete setup and deployment of the multi-tire java based application that I did by manual provisioning: Manual Provisioning of the Multi-tier Web Application You can refer to the above link to see the man...Discuss·35 readsDevops