Khushi TrivediforKeploy Community Blogkeploy.hashnode.dev·Dec 18, 2024How Fuzz Testing Saved a Software Company Millions?What would happen if your software faced an unpredictable input that no one ever thought to test? Could it withstand the challenge or fail catastrophically? Software has been a backbone for every industry, whether e-commerce platforms or the finance ...fuzzing
Leticia Akwuepopular-cloud-acronyms.hashnode.dev·Nov 18, 2024Capacity is Built by Doing: The Ripple Effect of LearningCapacity is not something we are born with; it’s something we build. With every new skill we learn, every challenge we tackle, and every action we take, we stretch our limits and expand our horizons. "Capacity is built by doing. Every new discipline ...1 likedoing
linhbqforSRE Tribeblogs.sretribe.net·Sep 20, 2024Automatic Image Update to Git using Flux and GitHub Actions#gitops#flux #githubactions #kubernetes Have you ever had to manually update your container images, only to forget to do it or make a mistake? Automatic image updates can help you avoid these problems and ensure that your applications are always runn...Flux
Dhruvang DaveforGhanshyam Digitalblog.ghanshyamdigital.com·Sep 14, 2024Getting Started with GitHub Actions for Your Node.js App: A Step-by-Step GuideHello fellow developers! 🎉 In this post, we’re diving into GitHub Actions—one of the best tools for automating workflows. Whether you’re new to CI/CD or looking to optimize your process, we’ll walk through setting up a simple GitHub Actions workflow...GitHub
Reza Rashidirezaduty-1685945445294.hashnode.dev·Jul 22, 2024Attacking PipelineDevOps pipelines, which integrate and automate the processes of software development and IT operations, have become critical for rapid and continuous software delivery. However, their extensive automation and integration capabilities make them attrac...11 likes·1.5K readsDevops
Gulshan Kumarperfinsights.hashnode.dev·Jul 13, 2024Actions Class In SeleniumIntroduction Actions class in Selenium helps us in automating the mouse and keyboard actions. Basic actions like click and enter text in a field can be handled using basic Selenium command. We need Actions class in selenium to perform all the keyboar...Automation Insightsselenium
Ovia Seshadrilearnwithovia.hashnode.dev·Jul 7, 2024Intro to Solana Blinks: Enhancing User Interaction with Solana ActionsWelcome, developers! In today's article, we'll explore an innovative feature of the Solana blockchain ecosystem known as Solana Blinks. Solana Labs in collaboration with Dialect hit a breakthrough with the newly introduced Solana Actions and Blinks. ...1 like·117 readsBlinks
NagaRaju Kukkadapunagarajuk.hashnode.dev·Jun 3, 2024Continuous Integration of Applications to CloudHub 2.0 using Github ActionsPrerequisites: Github Anypoint Platform (Exchange Contributor, Runtime Access) Mule API Project Structure: Before you Deploy Mule Application to Cloudhub 2.0 Update Pom xml file with Distribution Management <distributionManagement> <repository...88 reads#Cloudhub 2.0
Sunil Shrestblog.sunilshrestha.com·Mar 26, 2024Pushing to Dev.to using GitHubPushing to Dev.to using GitHub In this article we will learn to publish article to Dev.to using Markdown. I'm using GitHub to push the article to Dev.to. Note: This is a test article. I'm also learning how pushing to Dev.to works. By the way if you...Actions
Ayush Dabhiayushdabhi.hashnode.dev·Mar 18, 2024Day 1: GitHub Actions Unleashed - A Comprehensive GuideIn the fast-paced world of software development, efficiency and automation are key to staying ahead of the curve. With the rise of continuous integration and deployment (CI/CD) pipelines, developers are constantly seeking tools that streamline their ...#DevelopmentWorkflow