Hema Sundharam Kollahemasundharamkolla.hashnode.dev·Sep 23, 2024AWS Explained: Beginner's Introduction to Cloud ServicesWhat is cloud? Real-World Example: Imagine you have a collection of books. In the past, you might store all your books on a shelf in your house (this is like storing files on your own computer). But what if you had too many books, and your shelf was ...DiscussAWS
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,
Loïc Yabililyabs.hashnode.dev·Jan 19, 2024Flutter and Dart: Unleash the Picasso within you with CustomPainterIn this tutorial, we'll see how you can use your creativity by drawing the components you want with the Flutter Custom Painter. At the end of this article, we're going to use the Custom Painter to create an animated world clock from scratch. Flutter...Discuss·1 like·749 readscustom painter
Desai Hardikthehardik.hashnode.dev·Oct 21, 2023Creating a Beautiful CSS Analog Clock with JavaScriptDo you want to add a stylish analog clock to your website? In this easy tutorial, we'll guide you through creating a beautiful analog clock with working hands using CSS and JavaScript. This clock not only shows the time but also adds a touch of elega...Discuss·10 likesAnalogClock
Seongjin Parkseongjin.hashnode.dev·Aug 14, 2023Making a clock with " setInterval " and padStartto make a clock with javascript I used new Date() object which returns me " Tue Aug 15 2023 00:00:51 GMT+0900 " this information. and used method getHours(), getMinutes(), getSeconds() to get each elements. const clock = document.querySelector("h2#cl...Discuss·37 readssetInterval
Shivank Mitrashivankjshacker.hashnode.dev·Jul 31, 2023Building an Aesthetic Clock Using JavaScript and CSS 🕓I'll be building a picturesque web clock using JavaScript and CSS. Credits for this idea to Wes Bos on his JavaScript30 course. His content on JavaScript is very interesting, and I recommend you check out his YouTube channel. With that out of the way...DiscussJavaScript GuideJavaScript
Alex Kinyuaalexkinyua.hashnode.dev·Jul 17, 2023Simulating a Digital Clock in CIn this blog post, we will explore a C program that simulates a digital clock. The program allows users to set the initial time and continuously updates and displays the time in hours, minutes, and seconds. We will break down the code step by step to...Discussdigital clock
GROWW WITH CODEgrowwwithcode.hashnode.dev·Jun 30, 2023Rise and Shine: Create a Personalized Python Alarm Clock to Start Your Day with a Bang!"Alarm Clock "Wake Up On Time: Build Your Own Python Alarm Clock!" "Never Miss an Important Event: Create a Personalized Alarm Clock with Python!" "Start Your Day Right: Design Your Own Alarm Clock in Python!" Introduction: Start with an engagin...Discuss·335 readsClock
Venkatesh K venky17.hashnode.dev·Mar 22, 2023How to build a simple digital clock using HTML, CSS and JavaScriptIn this article we will learn how to make a simple digital clock. Prerequisites HTML CSS JavaScript Basics and a little bit of DOM HTML Let us begin with the HTML part. So to display the time , let us create a div and create four span elements t...Discuss·74 readsJavaScript
Lucasmhouney.hashnode.dev·Jan 30, 2023Creating a Clock-Component using QMLWhat is QML? "QML" stands for "Qt Modelling Language" and is used within the Qt framework for the creation of a UI. It is a declarative programming language and a component of QtQuick (Qt User Interface Creation Kit). QML also has a C++ and JavaScrip...Discuss·1 like·153 readsBuilding and Publishing Qt-Framework Plugins with GitHub-Actions step by stepQML