- Видео 18
- Просмотров 37 613
kt whisperer
Кения
Добавлен 12 июл 2023
Your one stop Kotlin shop.
Here we write all things Kotlin.
Catch us doing Kotlin Multiplatform, Android, and the server.
Currently exploring the capabilities of Compose Multiplatform and WebAssembly.
Here we write all things Kotlin.
Catch us doing Kotlin Multiplatform, Android, and the server.
Currently exploring the capabilities of Compose Multiplatform and WebAssembly.
Видео
Kotlin Symbol Processing Made Easy: Part 2
Просмотров 169Месяц назад
Welcome to Part 2 of our Kotlin Symbol Processing (KSP) series! 🎉 In this video, we dive deeper into advanced techniques to enhance your annotation processors. From handling multiple annotations and properties to generating additional code and files, we'll show you how to take full advantage of KSP's power. 💻✨ What You'll Learn: 1. Modifying annotations to include more properties 2. Enhancing y...
How to Write Cleaner Kotlin Code with These 5 Powerful Functions
Просмотров 3132 месяца назад
Welcome to Kotlin Whisperer Channel! 🎉 Today, we’re diving deep into five powerful Kotlin Standard Library functions: let, run, repeat, takeIf, and also. These functions will help you write cleaner, more concise, and readable Kotlin code. In this video, we’ll walk through three practical examples for each function, showcasing when and how to use them effectively. Whether you're handling nullabl...
Kotlin Symbol Processing Made Easy: Beginner's Guide!
Просмотров 5595 месяцев назад
Welcome to "Kotlin Symbol Processing Made Easy: Beginner's Guide!" In this video, we'll break down the basics of Kotlin Symbol Processing (KSP) and show you how this powerful tool can simplify code generation and enhance your development workflow. Whether you're new to KSP or just looking to brush up on your skills, this guide will provide clear, practical examples and tips to get you up and ru...
An Introduction to Annotations and Annotation Processors in Kotlin
Просмотров 6337 месяцев назад
Welcome to @kt_whisperer! In this video, we take a deep dive into Kotlin annotations and annotation processors. Whether you're looking to enhance your understanding of Kotlin's powerful metadata capabilities or eager to learn how to create and use annotation processors, this tutorial has got you covered. What You'll Learn: Introduction to Annotations: Understand what annotations are and how the...
Documenting Kotlin Code with Dokka | Part 2: Multimodule and Android Projects
Просмотров 3487 месяцев назад
Welcome back to our series on documenting Kotlin code with Dokka! In Part 2, we'll dive into the specifics of using Dokka for multimodule Kotlin projects and Android projects. If you missed Part 1, make sure to check it out for an introduction to Dokka and its basic usage. In this video, we'll cover: Setting up Dokka for multimodule projects Generating documentation for each module Customizing ...
Kotlin code as docs with Dokka
Просмотров 1 тыс.10 месяцев назад
Are you looking to elevate your Kotlin coding skills by mastering the art of documentation? Look no further! In this comprehensive video, we delve into the powerful world of Dokka, the Kotlin documentation engine. Join us as we explore the ins and outs of effectively documenting Kotlin codebases using Dokka. From understanding the syntax to incorporating rich markdown, this tutorial covers ever...
Kotlin Set Collection Tutorial - Unleash the Power of Sets
Просмотров 536Год назад
Description: 🚀 Welcome to our Kotlin Set Collection Tutorial! 🧩 In this in-depth guide, we will explore the fascinating world of Kotlin Sets and learn how to harness their unique features to solve various programming challenges. 📌 Key Topics Covered: 🧩 Understanding the Basics: Dive into the fundamentals of Kotlin Sets, including syntax and how to create them. 🔄 HashSet and LinkedHashSet: Explo...
Mastering Kotlin Maps: Your Comprehensive Guide
Просмотров 1,1 тыс.Год назад
🚀 Welcome to our Kotlin Map Collection Tutorial! 🗺️ In this comprehensive guide, we will dive deep into Kotlin's powerful Map collection and explore how it can be used to solve real-world programming challenges. 📌 Key Topics Covered: 🧭 Understanding the Basics: Learn the fundamentals of Kotlin Maps, including their syntax and how to create them. 🌐 Working with HashMap: Explore the HashMap imple...
Advanced Kotlin: Mastering Delegation in Kotlin
Просмотров 9 тыс.Год назад
Welcome back to .kt whisperer! 🚀 In today's video, we're diving deep into the world of delegation in Kotlin. Whether you're a beginner looking to level up your Kotlin skills or an experienced developer aiming to streamline your code, this video is for you! Delegation is a powerful concept in Kotlin that allows you to enhance code reusability, maintainability, and overall efficiency. It's a must...
Advanced Kotlin: Generics, Type Erasure, and Reflection Explained
Просмотров 7 тыс.Год назад
🚀 Welcome to another exciting episode of our Kotlin tutorial series! In this deep dive, we'll explore three powerful concepts that every Kotlin developer should have in their toolkit: Generics, Type Erasure, and Reflection. 📚 Chapters: Generics Demystified ➡️ What are Generics? ➡️ Why use Generics? ➡️ Generic Functions and Classes Battling Type Erasure ➡️ Understanding Type Erasure ➡️ Workaroun...
Advanced Kotlin: Gradle Fundamentals
Просмотров 2,9 тыс.Год назад
Description: Welcome to our in-depth Kotlin tutorial on Gradle - the powerhouse build tool that empowers your projects with automation, scalability, and efficiency. 🚀 In this tutorial, we dive deep into the world of Gradle and how it can supercharge your Kotlin projects. Whether you're a beginner or an experienced developer, understanding Gradle's core concepts is crucial, and that's exactly wh...
Advanced Kotlin: Introduction to Build Systems and Gradle
Просмотров 831Год назад
🛠️ Dive into the world of Build Systems and revolutionize your development workflow with Gradle! 🚀 Whether you're a seasoned developer or just getting started, understanding build systems is essential for efficient, organized, and hassle-free software development. In this comprehensive video, we demystify build systems and guide you through their significance in modern software projects. We'll ...
Advanced Kotlin: Advanced Classes 02
Просмотров 1,2 тыс.Год назад
🚀 Mastering Kotlin: Sealed Classes, Type Aliasing, and Constructors Are you ready to delve deeper into the world of Kotlin programming? In this comprehensive tutorial, we're going to demystify three crucial concepts that will take your Kotlin skills to the next level: Sealed Classes, Type Aliasing, and Constructors. 🔒 Unleash the Power of Sealed Classes: Sealed classes are a powerful feature in...
Advanced Kotlin: Advanced Classes 01
Просмотров 1,6 тыс.Год назад
🚀 Mastering Kotlin: Understanding Backing Fields, Lazy Initialization, and Companion Objects! 🚀 Welcome to our Kotlin tutorial series! In this exciting episode, we dive deep into some advanced Kotlin concepts that will take your coding skills to the next level. Whether you're a beginner or an experienced developer looking to enhance your knowledge, this video is tailored just for you! 🔍 What Yo...
Advanced Kotlin: Advanced Functions 02
Просмотров 1,6 тыс.Год назад
Advanced Kotlin: Advanced Functions 02
Advanced Kotlin: Advanced Functions 01
Просмотров 3,6 тыс.Год назад
Advanced Kotlin: Advanced Functions 01
Advanced Kotlin: Welcome to the course
Просмотров 3,3 тыс.Год назад
Advanced Kotlin: Welcome to the course
Great !
Excellent job
Awesome more power to you
Awesome.
keep doing making videos bro, you're so good 🙌
very nice bro
Appreciate it! Glad you liked the tour.
Nice, how often do you read cracking the coding interview?
Not often actually. Only when am practicing for interviews.
Just Found Your Channel and i can say its an absolute gem for learning advance concepts in kotlin
I'm really glad you found the channel helpful.
this is some topics i would be ready to pay to get it , we get it for free here Thanks a ton ❤
Glad to hear that. More topics will be coming in soon.
Awesome sir pls continue this series
I will get time to continue this. I will add multiple videos of the same in the coming month.
Best kotlin generic course
Thank you for the content!
Explained well. Informative content. Thanks for sharing.
really like your videos! right now there are only handful other youtubers that make kotlin focused videos. its growing fast. glad to see it
Great job. Thanks so much.
You have saved me again with another advanced Kotlin video. Thanks!
Am a c# developer and I now know
Very hard topic well explained. Keep going brother
Thank you
Very nice explained. Thank you. Keep making vids
Delegation is limited to interfaces, which i understand is necessary to for backwards compatibility and consistently, but its very limited in practice. Would be great to have a mechanism to delegate two completely unrelated objects, select what you want from the delegate since you own it.
Master instructor!
Top notch tutorial! Thank you for your time and efforts :D
Awesome
Very help full 🎉
Love your video Started with your advanced koltin series learnt a lot Thankyou ❤
Nice
The best video explaining variance! Very explicit explanations, very informative leaves me with more answers than questions.
can you please make a video on the multi module project as well
Thanks for this.
First time i Understand Delegation Thanks:)
Excellent explanation.
Informative. Thank you.
Glad it was helpful!
Good explanation.👏👏👏 Need more videos like this!!
Great Work That deserve millions of views ❤
very good stuff! Thank you!
I have one important question really @18:36 what the hell is gestation in fish? And why do some take 6 month? Lol...... good video man
Good job
loved it , sir keep making more
please upload other videos on flows and mvvm
can you share the mentioned udemy course links,? not finding it anywhere
I am also trying to find it
Love this. Keep up the good work 👏🏾
Show your github please
The content is solid! Looking forward to more awesome videos from you man, cheers!
Sounds like a Nigerian brother talking 😊
Your comment looks like its coming from an ohio ied
i love kotlin 🥰
Great video, well structured and very good learning material. Subscribed. Also a side note for future videos - please abstain from video cropping like in 12:24 & 12:31 and other places.
Thank you for the feedback @kastofonchi
Keep going, would love to see more videos
Appreciated ❤❤
хорош!👍