Jaeho Chaischar.hashnode.dev·Nov 17, 2024GitHub Actions를 활용한 Discord 알림 자동화들어가며 친구와 프로젝트를 진행하면서 생산성에 영향을 미치는 문제를 발견했습니다. 야근 등 일정에 의해 주기적인 회의가 불가능하다. 회의가 늘어지면 집중력이 떨어진다. 그래서 고민하던 차에, 예전에 Jenkins와 Mattermost를 활용해 빌드 성공 알림을 보낸 기억이 떠올랐습니다. 커밋을 구체적으로 작성하고 이를 자동으로 디스코드에 알린다면 작업한 내용을 쉽게 공유하고, 이를 바탕으로 효율적으로 회의 및 프로젝트 진행이 가능할 것이...Discuss·6 likesGitHub Actions
Yilia LinforAPI7api7.hashnode.dev·Nov 14, 2024API7 Enterprise v3.2.16.4 Supports Webhook/Email Alerts NotificationsTo address the surge in enterprise data volume and the increased complexity of system monitoring, API7 Enterprise has fully upgraded the alerting functionality in version 3.2.16.4. The new version introduces contact points that allow users to integra...Discuss·10 likesalerting
Prabhat Chouhanprabhatchouhan.hashnode.dev·Nov 14, 2024Harnessing the Power of Webhooks for Automation: A Guide to Event-Driven Infrastructure and Application DevelopmeThursday, 14th November 2024 In today’s fast-paced digital world, automation is essential to streamline workflows, enhance productivity, and minimize repetitive tasks. Technologies like APIs and webhooks are at the core of automation, facilitating s...Discuss·29 readswebhooks
Arham Abroarhamabro.hashnode.dev·Oct 17, 2024How to Link Google Sheets with Discord Webhooks Using Apps ScriptDiscord Webhooks gives you the ability to post messages to a specific channel automatically. The main thing is that you don’t need a bot login to use Webhook—just a URL. As for the Google Apps Script, it is a powerful tool that you can use to automat...Discussgoogle apps script
Nitish Kumarnov1ce.hashnode.dev·Sep 6, 2024Integrating Ngrok, Next.js, and Hashnode WebhooksIn this blog post, I'll summarize the key concepts and techniques I learned while working on my "Today I Learned" (TIL) episode. This includes dynamic content fetching with Next.js, handling webhooks, and utilizing Ngrok for local development. Dynami...DiscussTIL
wirayudaforWirawirayuda.hashnode.dev·Sep 4, 2024A Step-by-Step Guide to Set Up Stripe Webhooks and Efficiently Store Data in Your Database for Seamless Transactions!Welcome to our comprehensive guide on optimizing your website's payment processing system! In this tutorial, we'll walk you through the process of setting up Stripe webhooks using Node.js and Express, while seamlessly integrating them with your React...Discussstripe
Felix Jumasonblackie.hashnode.dev·Sep 2, 2024Continuous Integration and Deployment with Jenkins and GitHubJenkins Jenkins is an open source continuous integration/continuous delivery and deployment (CI/CD) automation software DevOps tool written in the Java programming language. It is used to implement CI/CD workflows, called pipelines. Pipelines automat...Discuss·2 likes·69 readsDevops
Sandhya Babusandhyaops.hashnode.dev·Aug 24, 2024Automating CI/CD with a Docker-Integrated Jenkins Declarative Pipeline: GitHub, Docker, and Webhooks in ActionOverview: This project demonstrates how to automate the build and deployment process using Jenkins, Docker, GitHub, and webhooks. By setting up a declarative Jenkins pipeline, we’ll automate the process of building a Docker image from a GitHub reposi...Discuss·26 readsJenkins
Ketan Hirayketanhiray.hashnode.dev·Aug 21, 2024Day 24 & 25 Jenkins CI/CD Project: To-Do ListTask 1: Set up a connection between the Jenkins job and the GitHub repository.👨🏻💻 ➤Steps: ╰┈➤Create Keys ssh-keygen cd .ssh cat <public key> ╰┈➤Add the public key to the GitHub SSH keys section. ╰┈➤Add Key ╰┈➤Copy the GitHub repository URL...DiscussDevOps#90daysofdevops
Sandeep Bhatiasitecore.hashnode.dev·Aug 18, 2024Using Sitecore Webhooks to Publish Items to an Algolia IndexIntegrating Algolia, a powerful search and discovery API, with Sitecore can significantly enhance your site's search functionality by delivering fast, relevant results to users. One efficient way to synchronize Sitecore content with an Algolia index ...DiscussAlgolia