Pratik Malidevelopnsolve.com·3 hours agoNo-Code AI for Automating Business ProcessesArtificial intelligence (AI) is rapidly transforming businesses of all sizes. AI-powered solutions can be used to automate a wide range of tasks, from customer service to marketing to sales. However, traditional AI development requires a deep underst...Discuss·10 likesNo/low codeNo Code
Deva Mohandevamohan987.hashnode.dev·4 hours agoAutomation Testing (task 15)1.Explain the difference between Selenium IDE, Selenium WebDriver, and Selenium Grid ? Selenium IDE : Selenium IDE (Integrated Development Environment) is primarily a record/run tool that a test case developer uses to develop Selenium Test cases. Sel...Discussautomation
H A R S H H A Aharshhaa.hashnode.dev·Sep 27, 2023Terraform Lifecycle Rules 101:What is Terraform? Terraform is a free and open-source infrastructure as code (IAC) that can help automate the deployment, configuration, and management of remote servers. Terraform can manage both existing service providers and custom in-house solut...Discuss·12 likes·117 readsTerraform
Caleb Yeboahcalebyeboah.hashnode.dev·Sep 26, 2023WhatsApp bulk messaging with Python and SeleniumIn today's fast-paced world, communication is key for businesses looking to engage with their clients and customers effectively. For many, WhatsApp has become a preferred channel due to its popularity and accessibility. However, sending individual me...DiscussProgramming Blogs
Jaya Sai Avinashavinashboddeda.hashnode.dev·Sep 26, 2023Modern DevOps Unveiled: Deep Dive into the Custom Scripts ModuleThe DevOps landscape, dotted with titans like Jenkins and Ansible, continuously revolutionizes how we approach automation. Yet, my exploration led me to create a tool, the Scripts Module, that delivers a unique blend of power, flexibility, and user-f...DiscussDevops
Ashish MishraforThe Colorful Slateblog.thecolorfulslate.com·Sep 25, 2023AEM - Groovy script to add rep:policy based on QueryRecently, I came across a requirement where we need to add rep:policy to a large number of nodes. We clearly understood that it wouldn't be possible to do it via the usual AEM GUI, as it would be time-consuming work. So, we tried doing it via the Gro...Discuss·104 readsAdobe Experience Manager (AEM)AEM
DbVisualizerforThe Tablethetable.hashnode.dev·Sep 25, 2023Automating Database Operations with Ansible and DbVisualizerTools used in this tutorial DbVisualizer - top rated database management tool and SQL client. Ansible automation platform. In this tutorial, we will explore how to automate database operations using Ansible and DbVisualizer. Ansible is a powerful au...Discussansible
Umesh Pardeshipardeshiumesh.hashnode.dev·Sep 25, 2023Day 34: Working with Services in KubernetesWhat are services in K8s? In Kubernetes, a Service is a method for exposing a network application that is running as one or more Pods in your cluster. The Service API, part of Kubernetes, is an abstraction to help you expose groups of Pods over a...DiscussKubernetes
Sarthak Jainblog.sarthakjdev.com·Sep 24, 2023Streamlining CI Pipelines: A Guide to 10 Essential Public GitHub ActionsAs a software developer deeply entrenched in the world of coding and DevOps, I understand the pivotal role that Continuous Integration (CI) plays in the software development lifecycle. GitHub Actions, a versatile automation tool, has revolutionized C...Discuss·1 likeCloud DevOps Masteryci-cd
Vladimir Alinskyalinsky.hashnode.dev·Sep 23, 2023[Automation] Scheduling Python Programs: Pushing Notifications, Executing SQLs, etc...This article is about pitfalls, solutions, and what I've come to in scheduling Python scripts. Imagine the following case: periodically, you have to execute updating SQLs using ORM models from your codebase with intermediate processing. For example, ...Discuss·1 likePython