Ntombizakhona Mabasontombizakhona.hashnode.dev·Jan 5, 2025Alerts vs AlarmsIn the world of technology and safety systems, the terms alerts and alarms are often used interchangeably. However, while they may seem similar, they serve distinct purposes and play crucial roles in monitoring and response mechanisms. What is an Ale...alerts
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
Abishek Kafledevops.abisec.xyz·Dec 1, 2024Setting Up an EC2 Instance and Cloud Watch AlarmTasks Launch EC2 Instance: Set up an EC2 instance named datacenter-ec2 using a suitable Ubuntu AMI. Create CloudWatch Alarm: Set up a CloudWatch alarm named datacenter-alarm with these details: Statistic: Average Metric: CPU Utilization Threshol...Cloud PlatformsAlarms
Ricky Browneideas.rickybrowne.com·Oct 12, 2024Annoying Alarm AppAn alarm app which plays a heap of really annoying sounds to get you out of bed.Alarms
Dixon Gunasekaradixon.hashnode.dev·Sep 29, 2024How to Set AWS Cloud Watch Alarm for a Specific Text on AWS Cloud LogsFirst, let's create a lambda function that log specific text randomly Go to lambda Functions hit Create lambda Let's take the function name randomText as an example Hit Create function keeping the default values for other fields Now we have a lambda...1 likeAWS
FMZ Quantfmzquant.hashnode.dev·Jul 15, 2024Add an alarm clock to the trading strategyTraders who design trading strategies often ask me how to design timing functions for strategies so that strategies can handle certain tasks at specified times. For example, some intraday strategies need to close positions before the first section en...trading,
FMZ Quantfmzquant.hashnode.dev·Jul 10, 2024Interfacing with FMZ robot using "Tradingview" indicatorBackground introduction TradingView is a good market quotes drawing tool. The pine script is also a powerful existence! Backtesting, alarming, and various docking is a very complete financial tool. But there are two issues that have been plaguing us....tradingview
Deepak Nemadecloudcraft.hashnode.dev·Jun 29, 2024Guide to Linux Cron JobsHave you ever wanted your computer to automatically do things for you, like save files or run scripts at specific times? On Linux, something called cron jobs performs this magic. Let’s dive into what cron jobs are, how you can configure them, and the...Linux
FMZ Quantfmzquant.hashnode.dev·Jun 17, 2024Add an alarm clock to the trading strategyTraders who design trading strategies often ask me how to design timing functions for strategies so that strategies can handle certain tasks at specified times. For example, some intraday strategies need to close positions before the first section en...trading,
Md. Minhazul Haqueblog.mdminhazulhaque.io·Jun 7, 2024Automate Error Detection with CloudWatch Log AlarmsAssume you have a log group in CloudWatch that continuously holds the application logs. If the logs are encoded as JSON, it will be very useful to filter the logs based on specific JSON keys or fields. Here is the CloudWatch query that filters logs w...64 reads#CloudWatch