Vince Fulcovince-bighire.hashnode.dev·Aug 22, 2024DBOS-Cloud: Minimal Effort Change Data Capture (CDC) toolThis is a simple DBOS example focusing on remote deployment to DBOS Cloud, their hosted solution with a generous free tier for devs. The github repo sets up: 1) a workflow with an http api endpoint that receives events from Supabase when an INSERT is...dbos
Dhanush Ndhanushnehru.hashnode.dev·Aug 10, 2024Introducing the TryHackMe Badge Action Workflow: Automate Your Security Achievements DisplayAs developers, we are constantly seeking for methods to demonstrate our abilities and accomplishments. TryHackMe provides an excellent forum for cybersecurity enthusiasts to learn and demonstrate their expertise. However, manually upgrading your TryH...3 likesGithubActions-Projects
Cloud Tunedcloudtuned.hashnode.dev·Jun 24, 2024Zapier: Streamlining Workflows through AutomationZapier: Streamlining Workflows through Automation In today’s fast-paced digital world, efficiency and automation are key to staying productive and competitive. Zapier, a leader in the field of workflow automation, enables businesses and individuals t...Zapier
Stephen David-Williamsstephendavidwilliams.com·Mar 12, 2023Orchestrate Databricks notebooks with Azure Data FactoryWhen orchestrating the workflow management of multiple Databricks notebooks, there are two tools provided to us by Azure: Azure Data Factory Databricks Workflows The tool that manages the orchestration of multiple notebooks the easiest remains Az...1 like·626 readsAzure
Constantin Lungudatawise.dev·Oct 4, 2022Loading data from Google Cloud Storage into BigQuery using Cloud WorkflowsGoogle Cloud Workflows is a serverless orchestration platform that allows us to combine services into repeatable and observable sets of actions, connecting typically other GCP services. These are called, you guessed it, workflows. While working as a ...539 readsPractical SQLbigquery
Dany Paredesdanywalls.com·Aug 11, 2022Optimizing Your Workflow with Multiple Projects in AngularWhen we build our Angular apps, splitting the code into modules is good to keep the code in a specific place, but sometimes we need to break it into the project to put everything in an isolated area. By default, Angular CLI generates an initial appli...6.3K readsAngularAngular