Julien NanquetteforPoint Base tech blogpointbase.hashnode.dev·Sep 29, 2023OKTA Workflows : le meilleur reste à venirDans mon article précédent, je vous présentais les workflows Okta de façon sommaire, afin de susciter votre curiosité quant au potentiel de cet outil. A priori, si vous êtes ici, c’est que c’est le cas ( si vous avez vu de la lumière et que vous êtes...DiscussIdentityidentity-management
Nitin Saprunitinsapru.hashnode.dev·Sep 22, 2023Using $GITHUB_OUTPUT to write output parameters from GitHub action jobs & stepsWith GitHub actions deprecating the save-state and set-output command, the new way of persisting output from a GitHub step or job is to pass the same to the $GITHUB_OUTPUT environment files. While working with GitHub actions, depending on which type ...Discuss·53 readsgithub-actions
akash moreakashmore0.hashnode.dev·Sep 15, 2023Unlocking GitHub Actions: Safeguarding SecretsIntroduction GitHub Actions is a powerful automation tool that empowers developers to streamline workflows, automate tasks, and enhance collaboration. In our ongoing GitHub Actions series, we've covered various aspects of this versatile tool. In this...DiscussGitHub Actions
Akshat Jainautonomics.hashnode.dev·Sep 4, 2023Building Autonomous Business Processes using AI Agent WorkflowsAgent Workflows provide an efficient solution to one of the most pressing challenges faced by businesses today – Automating the business processes that usually require knowledge workers to put relentless hours on repetitive tasks. This can be solved ...Discussbusiness-process-automation
Catarina Valentecvalente.hashnode.dev·Aug 23, 2023Types of Workflows in UiPathBack when I started learning how to use UiPath, choosing the type of workflow I should use to develop a specific piece of code was one of my biggest difficulties. Don't get me wrong. Even today, I still encounter this difficulty. However, as you gain...Discuss·1 likeUiPathuipath
Jens Caasenblog.jenscaasen.cloud·Aug 18, 2023How to securely call an Azure Function from a Logic App without keysHello, a quick blog post on an impactful topic, at least for Azure Workflow Users. You have an Azure Function, and you have a Logic App, and you want to call the function from the Logic App without hassling with Keys or Tokens, but have that managed ...Discuss·1 likeLogic Apps
Sougata Dasblog.rijusougata13.com·Aug 15, 2023How Javascript works in your browser 🤨?You folks have been writing javascript code for a long but have you wondered how javascript works? What happens when you write a small program, and how does that get executed? Javascript is a single-threaded language but asynchronous in nature. Wait!...Discuss·13 likes·80 readsJavaScript
Jonah Lawrencejonahlawrence.hashnode.dev·Aug 13, 2023Create and Elevate Your GitHub Profile READMECreate and Elevate Your GitHub Profile README Your GitHub profile isn't just a place to showcase your repositories and contributions. It's an opportunity to leave a lasting impression on visitors. One way to do that is by creating an engaging profile...Discuss·51 readsGitHub
Pieces for Developerspieces.hashnode.dev·Jul 21, 2023Enhancing AI Code Review Efficiency with Pieces' qGPT-powered RAG FeatureSource code review is an indispensable yet often challenging aspect of the software development process. It involves comprehending pull requests, navigating through new code repositories, and staying updated with changes following a new release. Whil...Discussworkflow
Ugochukwu Charles Eugeneeaglecharles.hashnode.dev·Jul 18, 2023Triggering Specific App Workflows in a Mono-RepoIntroduction In a mono repository containing multiple applications, each app typically has its own set of GitHub Actions workflows. However, when you push changes to the branch, all the workflows defined in the repository will run from scratch by def...Discussmonorepo