SharathchandarKsharathchandark.hashnode.dev·Dec 6, 2024Crafting a Digital Clock with Alarm Feature using HTML CSS & JavaScriptOverview: 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. Get ready to wake up to the world of web de...DiscussJavaScript
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...DiscussCloud 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.DiscussAlarms
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...DiscussAWS
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...Discusstrading,
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....Discusstradingview
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...DiscussLinux
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...Discusstrading,
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...Discuss·57 reads#CloudWatch
Nilkanth Mistrynilkanth1010.hashnode.dev·Apr 28, 2024📅 Day-46 - Set up CloudWatch alarms and SNS topic in AWSHey learners! 🚀 You've been diving into AWS services for at least the past 45 days. Ever thought about what happens if a service keeps charging you and you're unaware until your pocket money evaporates? 😅 Well, it's time to take charge! Let's set u...Discuss90 Days Of Devops ChallengesDevops