Kiran Pawarcloudmantra.xyz·Dec 8, 2024DevOps Monitoring ProjectIn this technical guide, we'll set up a robust monitoring solution for EC2 instances running Ubuntu OS. This project incorporates Prometheus, Alertmanager, Node Exporter, and Blackbox Exporter for effective monitoring and alerting. Understanding the ...#prometheus
SharathchandarKsharathchandark.hashnode.dev·Dec 6, 2024Crafting a Digital Clock with Alarm Feature using HTML CSS & JavaScript#Week 13 of 52 Weeks in JavaScript Projects Overview: Welcome to a new coding adventure! In this comprehensive tutorial, we’re going to guide you through the process of building a feature-rich digital clock with alarm using HTML, CSS, and JavaScript....1 likeJavaScript
Asim LatifforCodefy Labs's Blogscodefylabs.hashnode.dev·May 26, 2024Introduction to Work Manager (Android)Contents What is WorkManager? Why and When to use WorkManager? Persistent Work and Types Features Relation to Coroutines, Alarm Manager and other APIs What is WorkManager? WorkManager is an Android Jetpack library that simplifies and manages b...Androidworkmanager
sandhya bhatsandhyabhat.hashnode.dev·Feb 6, 2024Alarm Manager to setup reminders in an Android appAndroid provides AlarmManager class to run application code/events at a specific time, even if your app is not running at that time. Alarm Manager provides access to system alarm services. It holds a CPU wake lock as long as the receiver's onReceive(...2Articles1Week
Abu Yousufayousuf.hashnode.dev·Aug 24, 2023Schedule Exact Alarms with AlarmManager on AndroidIn Android Development precise task scheduling is essential for reliable and responsive applications. Recently in a project, I had to schedule a task at a precise time. I have used AlarmManager exact alarm in that project. I will share my learning a...152 readsAndroid
Raghav Aggarwalavidraghav.hashnode.dev·Jun 26, 2023Simplifying AlarmManager: Understanding Alarm Scheduling in AndroidAfter reading the official documentation of AlarmManager, I found it a little hard to understand. This is my attempt to simplify it and explain things more easily. I hope you enjoy it. WorkManager: "My Documentation is difficult to get" Before begin...11 likes·423 readsAndroid