emptycodesemptycodesalsowrites.hashnode.dev·Nov 16, 2024My Node.js API AdventureI saw a tweet about a hackathon on my timeline and thought, “Hmm, I should register for this,” and so I did. The hackathon required building an application using Wix Studio, a no-code platform that I had never used before—same with Node.js and Cockro...DiscussNode.js
Snehangshu Bhattacharyablogs.snehangshu.dev·Nov 12, 2024FeaturedA Step-by-Step Guide to Advanced Task Scheduling using Celery Beat and DjangoIn my asynchronous Python blog, I explored multitasking, distributed computing, and related best practices. But sometimes we need to run programs in a periodic manner, where running tasks in parallel does not matter. In many applications, periodic ta...Discuss·29 likes·191 readscelery
Sam (Mohsen) Kamraniblog.0dev.io·Nov 3, 2024Master Cron Expressions In 2 minutesCron is such a simple yet complex way of expressing schedules. In this short post I'll show you all you need to be able to understand and write cron expressions that cover almost 90+% of the cases. Before we move on, I want to invite you to visit 0...Discusscronjob
Saad Asif Mujawaressentialsofdevops.hashnode.dev·Oct 28, 2024Day 5 : Advanced Linux Shell Scripting for DevOps Engineers with User ManagementTask 1 : Create Directories Using Shell Script : - Write a bash script createDirectories.sh that, when executed with three arguments (directory name, start number of directories, and end number of directories), creates a specified number of directori...Discuss·2 likesLinux
Vasuki Janarthananvasukijanarthanan.hashnode.dev·Oct 28, 2024AWS Resource Usage Tracking integrated with Cron JobIn this article, we will explore how to track AWS resource usage in our project and set up automated reports that update at specified intervals using a Cron job. What is CronJob? The word “Cron” means ‘time”, that is time-based-scheduling jobs. The p...Discuss·1 likeaws_resouce_usage
Yogendra Singh Rathoreyogendrasingh.hashnode.dev·Oct 26, 2024Create/Configure Jenkins Cron JobWhat are Jenkins cron jobs? Why do you need them? As the name suggests, "cron job" it allows you to set up a schedule to run pipelines automatically. You don't need to manually click the "Build" button every time. Set a time for this job, and it will...DiscussJenkins
Aderemi Daredareaderemi.hashnode.dev·Oct 24, 2024Agenda 101: Improving communication between microservicesSide Talk There has been so much debate on the best way to send data within microservice applications. Perhaps, you've also had long discussion within your team on this problem. Various methods and technique are available ranging from the old http re...Discussagenda
Fatih Yıldızmfyz.hashnode.dev·Oct 23, 2024Monitor everything with Healthchecks.ioWhy monitor? Monitoring is essential for ensuring the reliability and performance of your applications. It’s like having a watchful eye on your systems, allowing you to proactively identify and address issues before they impact your users. Imagine yo...Discussself-hosted
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Oct 23, 2024☑️Day 52: Exploring Cron Jobs in Jenkins and Integrating GitHub for Automation🚀Today’s learning journey focused on two crucial DevOps concepts: Using Cron Jobs in Jenkins for scheduling tasks Integrating Jenkins with GitHub to automate builds from repositories. ✅1. Cron Jobs in Jenkins What is a Cron Job?A cron job is a ti...Discuss·10 likesDevops
Abishek Kafledevops.abisec.xyz·Oct 15, 2024Schedule Cronjobs in KubernetesTasks Create a cronjob named xfusion. Set its schedule to something like */7 * * * *. You can set any schedule for now. Name the container cron-xfusion. Utilize the httpd image with latest tag (specify as httpd:latest). Execute the dummy command...DiscussDevOpsk8s