MENU

Fun & Interesting

Beyond the Clock: All about Timers & Tickers in Golang!

Flo Woelki 2,962 7 months ago
Video Not Working? Fix It Now

Golang Timers & Tickers are powerful concepts you must learn to get comfortable with Golang and sensitive time actions! An interesting new feature in Golang is custom iterators. Check out this video if you are interested: https://youtu.be/iurUVx0Nquc 📝 Description Dive into the world of Go's powerful time management tools with this comprehensive guide to Timers and Tickers. Perfect for developers looking to enhance their Go skills and build more responsive applications. Here's what we'll cover: • Timer Basics: Understand what a timer is and how it sends signals through channels after a specific duration. • Ticker Fundamentals: Learn about tickers and how they execute functions at regular intervals. • Practical Implementation: See real-world examples of both timers and tickers in action. • Advanced Usage: Explore a simulated CPU usage tracking tool that combines tickers and timers. • Channel Operations: Gain insights into using select statements for handling multiple channel operations. ⏳ Timestamps: 00:00 - Introduction 00:30 - What is a Timer? 03:25 - What is a Ticker? 06:39 - Timer & Ticker Use Case 17:07 - Outro 👋 Hey there! If you are new to this channel: Hey 👋 my name is Flo and I am a professional software engineer with a passion for coding in Golang, TypeScript, JavaScript, and Rust. This channel is where I share that passion and dive into the exciting world of software engineering. Plus, I love using emojis and paper-based animations (so have a look for that if you want to find my videos). 📨 Support and Connect! Buy me a coffee: https://www.buymeacoffee.com/florianwoelki Become a member. https://www.youtube.com/@FloWoelki/membership Discord: https://discord.gg/TnA7drJ Instagram: https://www.instagram.com/flowydev/ LinkedIn: https://www.linkedin.com/in/florian-woelki/ TikTok: https://www.tiktok.com/@florianwoelki GitHub: https://github.com/FlorianWoelki 📝 Copyright Notice The original Go Gopher version is originally designed by Renée French (Source: https://go.dev/blog/gopher License details: https://creativecommons.org/licenses/by/4.0/). The gopher used in the video and thumbnail is inspired by this author. #golang #go #timer #ticker

Comment