Avneesh AgarwalforAvneesh Agarwalavneesh0612.hashnode.net·Feb 28, 2022How to make a count down timer in React 🔥Hello everyone, in many kinds of apps you need to build a count down. So, today we will see how to build a countdown timer in React! Setup Create a new react app npx create-react-app react-countdown Cleanup Delete everything in the app div in App.j...Discuss·76 likes·15.5K readsReact
Pragun DuaforPragun Dua's Blogpragdua.hashnode.net·Sep 24, 2021An Introduction to Time Tracking: Spending Time Like Money.Time management is one of the best meta skills you can cultivate. The benefits spread out to each and every aspect of your life. As a developer, this has been something that has been out of my grasp for a long, long time. With a messed up sleep sche...Discuss·41 likes·411 readstime
Chris BongersforDaily Dev Tipsdaily-dev-tips.hashnode.net·Aug 27, 2020What is the difference between two times? ⌚️📣 Chris, make a speedtest report of this function! Uhh, Ok! No problem but shit my math is not good. ... Opens up Time diff website -> Pastes two times -> reports back. It might be just my math being so bad, but let's make a simple real-world tool t...Discuss·33 likes·92 readsJavaScript
Elucian MoiseforSoftware Engineeringeluchn.hashnode.net·Apr 6, 2023Time & ChatGPTTime is money The expression "time is money" implies that time is a valuable resource that should be used wisely to achieve one's goals and aspirations. This expression is especially relevant when it comes to learning how to code. Time for coding Le...Discuss·12 likes·27 readschatgpt
Nikolaos CHASANISforNikolaos CHASANISnikolaoschasanis.hashnode.net·Mar 28, 2023🕒 Calculate your Average Feature Shipment Time in a Full Stack World (FSW)A.F.S.T or your Average Feature Shipment Time in Software is more than just coding and testing and then git pushing on your remote branch. It is all those things around it that make the idea of daily CI/CD difficult. Splitting effectively is a bigger...Discuss·31 readsArchitectureEstimation
Barry UgochukwuforWrite ML Codewritemlcode.hashnode.net·Mar 14, 2023Automating LinkedIn Keyword Analysis with Selenium and PythonIf your job or project involves scraping the web then there's one tool you may want to add to your toolkit if you don't know about it already— Selenium Here's what we will discuss in this article Introduction Setting up Selenium and the Chrome driv...DiscussAPIs
Liaichi_MustaphaforLiaichi's Blogit-lounge.hashnode.net·Mar 12, 2023BEFORE Programming 101 : Data structuresConcepts : DATA : In the context of computer science, "data" in data structures refers to the pieces of information that a program needs to store and manipulate in order to perform its tasks. Operations : In data structures, "operations" refer to the...Discuss·28 readsdata structures
Wani GeoffreyforWandevwandev.hashnode.net·Mar 10, 2023Time management as a software developer: Strategies to Boost ProductivityIntroduction: As a developer, time management can be a challenging task. Balancing multiple projects, deadlines, and meetings can quickly become overwhelming. However, with effective time management strategies, developers can boost their productivity...Discusstime
CédricforEngineering 101cedricmurairi.hashnode.net·Mar 2, 2023Achieve More Doing Less!Time! Our greatest ally and worse enemy. Which one is it for you? You can bend it to your will or surrender your miserable life to its mercy and suffer the consequences. It's that simple—a choice. Although we talk about things in the engineering spec...Discuss·11 likes·68 readsTime management
Andrew DassforAndrew's Tech Articles and Tutorialsandrewdass.hashnode.net·Feb 22, 2023Make a Script to run a Timer in PythonThis article explains how to make a timer countdown by using the Python programming language. Timers are useful to keep track of how much time elapsed during an assessment, follow food recipe instructions, plan events ahead of time and so forth. It i...Discuss·31 reads2Articles1Week
Bhagirath Deshani forBhagirath's Blog Visionbhagirathkd.hashnode.net·Feb 9, 2023#101 Machine Learning & Data Science Challenge 101What is Time Series Analysis? Time series analysis: It involves developing models that best capture or describe an observed time series to understand the underlying cause. This study seeks the “why” behind the time-series datasets. This involves ...DiscussMachine Learning & Data Science Interview ChallengesMachine Learning
Bhagirath Deshani forBhagirath's Blog Visionbhagirathkd.hashnode.net·Feb 8, 2023#100 Machine Learning & Data Science Challenge 100What are the components of the Time -Series? Time series analysis: It provides a body of techniques to understand a dataset better. The most useful one is the decomposition of the time series into four constituent parts: Level- The baseline valu...DiscussMachine Learning & Data Science Interview ChallengesMachine Learning
Dhawal PandyaforDhawal Codesdhawalpandya01.hashnode.net·Feb 7, 2023useInterval() vs setInterval()There is a difference other than spelling. We know that one of the common tasks in web development is to update the state of a component at regular intervals, such as updating a clock, displaying a slideshow, or polling for new data. This can be achi...Discuss·46 readssetInterval