Wayne's Talk
  • Android
    • Android
    • Kotlin
  • iOS
    • iOS
    • Swift
  • Spring Boot
    • Spring Boot
    • Spring Security Explained
  • Artificial Intelligence
    • Artificial Intelligence
    • Data Visualization
    • Machine Learning
    • Neural Networks
    • Vision Models
    • Natural Language Processing
  • Misc.
    • Algorithm
    • LeetCode
    • Software Design
    • Operating System
    • Go
    • Node.js
    • Angular
  • English
    • 中文 (台灣)
    • English
CATEGORIES
  • Algorithm (7)
  • Android (30)
  • Angular (2)
  • Artificial Intelligence (39)
    • Data Visualization (8)
    • Machine Learning (9)
    • Natural Language Processing (12)
    • Neural Networks (4)
    • Vision Models (6)
  • Go (2)
  • iOS (19)
  • Kotlin (7)
  • LeetCode (17)
  • Misc. (1)
  • Node.js (4)
  • Operating System (6)
  • Software Design (1)
  • Spring Boot (16)
    • Spring Security Explained (6)
  • Swift (9)
TAGS
Android Service (2) Assembly (3) Backtracking (4) Binary Search Tree (1) Breadth First Search (5) Broadcast Receiver (1) C (2) CocoaPods (1) Combine (1) Concurrency (5) Content Provider (2) Core Data (1) Coroutine (4) Depth First Search (4) Dynamic Programming (4) Firebase (2) Java (26) JavaScript (2) JPA (4) Kotlin (41) Matplotlib (8) Monotonic Stack (3) MySQL (2) NPM (3) OAuth 2.0 (1) Pandas (2) Plotly Express (8) Priority Queue (1) Python (34) PyTorch (12) Room (3) SciPy (3) Seaborn (5) Springdoc (3) Spring Security (6) Swift (19) Swift Package (6) Trie (3) TypeScript (4) Union Find (2) Word Embeddings (2) XCFrameworks (4) Xcode (12) YOLO (4)
0
0
0
Wayne's Talk 韋恩愛講話
Follow My GitHub
Get source code of posts.
Follow
Wayne's Talk 韋恩愛講話
  • Android
    • Android
    • Kotlin
  • iOS
    • iOS
    • Swift
  • Spring Boot
    • Spring Boot
    • Spring Security Explained
  • Artificial Intelligence
    • Artificial Intelligence
    • Data Visualization
    • Machine Learning
    • Neural Networks
    • Vision Models
    • Natural Language Processing
  • Misc.
    • Algorithm
    • LeetCode
    • Software Design
    • Operating System
    • Go
    • Node.js
    • Angular
  • English
    • 中文 (台灣)
    • English
Photo by Connor Mollison
  • Kotlin

Koltin: Inline Functions Tutorial

  • ByWayne
  • 01/01/2023
  • 822 views
Passing lambdas to functions in Kotlin can cause runtime overhead. Correct use of the inline modifier can remove these runtime overhead and improve performance.
Read More
0
0
0
0

Browsing Category

Kotlin

7 posts
Photo by Connor Mollison
Read More
  • 822 views
  • 4 minute read
  • Kotlin

Koltin: Inline Functions Tutorial

  • ByWayne
  • 01/01/2023
Passing lambdas to functions in Kotlin can cause runtime overhead. Correct use of the inline modifier can remove these runtime overhead and improve performance.
Read More
0
0
0
0
Photo by Johan Mouchet on Unsplash
Read More
  • 982 views
  • 4 minute read
  • Kotlin

Kotlin: Delegated Properties and the by Keyword

  • ByWayne
  • 26/12/2022
Kotlin’s by keyword provides the function of delegated properties. Using delegated properties, you can write code shorter and more elegant.
Read More
0
0
0
0
Photo by Celine Ylmz on Unsplash
Read More
  • 435 views
  • 2 minute read
  • Kotlin

Kotlin: Delegation Pattern and the by Keyword

  • ByWayne
  • 26/12/2022
Kotlin’s by keyword allows us to easily implement the Delegation Pattern. When we use Kotlin’s by keywords, we don’t need to implement these delegation code. This makes the code quite compact.
Read More
0
0
0
0
Photo by Tomáš Nožina on Unsplash
Read More
  • 2.0K views
  • 3 minute read
  • Android
  • Kotlin

Documenting Kotlin Code Using KDoc and Dokka

  • ByWayne
  • 13/11/2022
KDoc is the language for documenting Kotlin code, and Dokka is the engine for generating documentation from KDoc. Dokka can generate documentation in pretty nice HTML format.
Read More
0
0
0
0
Photo by Hans-Jurgen Mager on Unsplash
Read More
  • 2.0K views
  • 4 minute read
  • Android
  • Kotlin

Kotlin Coroutine Flow: SharedFlow & StateFlow

  • ByWayne
  • 29/03/2022
Kotlin coroutine flow includes cold flow and hot flow. SharedFlow and StateFlow are two of the hot flows. They can broadcast values ​​to several receivers, so can be used to implement the publisher-subscriber pattern.
Read More
0
0
0
0
Photo by Hans-Jurgen Mager on Unsplash
Read More
  • 9.3K views
  • 9 minute read
  • Android
  • Kotlin

Kotlin Coroutine Flow Tutorial

  • ByWayne
  • 28/12/2020
Flow is one of the features of Kotlin Coroutines. It allows a suspending function to return multiple values.
Read More
0
0
0
0
Photo by Hans-Jurgen Mager on Unsplash
Read More
  • 4.5K views
  • 12 minute read
  • Android
  • Kotlin

Kotlin Coroutine Tutorial

  • ByWayne
  • 21/12/2020
Kotlin’s coroutines are used to replace threads. They do not block threads, and they can be cancelled. Coroutine core helps you manage the number of threads.
Read More
0
0
0
0
LANGUAGES
  • 中文 (台灣)
RECENT POSTS
  • Photo by Sestrjevitovschii Ina on Unsplash 1
    Layer Normalization
    • 17/06/2025
    • 6 views
  • Photo by Koushik Chowdavarapu on Unsplash 2
    Adam Optimizer
    • 15/06/2025
    • 6 views
  • Photo by jean wimmerlin on Unsplash 3
    LoRA: Low-Rank Adaptation of Large Language Models
    • 11/06/2025
    • 3 views
  • Photo by Farhan Khan on Unsplash 4
    CLIP Model
    • 03/06/2025
    • 4 views
  • Photo by Logan Armstrong on Unsplash 5
    Generative Pre-trained Transformer, GPT
    • 23/04/2025
    • 133 views
MOST VIEWS
  • Photo by Kamile Leo on Unsplash 1
    Spring Security JWT Authentication with Google Sign-In Explained
    • 26/09/2020
    • 14.5K views
  • Photo by Max Langelott on Unsplash 2
    How to Backup and Restore MySQL Databases in Spring Boot
    • 10/09/2020
    • 12.6K views
  • Photo by Heidi Kaden on Unsplash 3
    Sending Push Notifications Using FCM in Spring Boot
    • 18/05/2021
    • 11.3K views
  • 4
    Python Pie/Donut/Sunburst Charts
    • 09/02/2021
    • 10.5K views
  • Photo by Hans-Jurgen Mager on Unsplash 5
    Kotlin Coroutine Flow Tutorial
    • 28/12/2020
    • 9.3K views
Photo by Kamile Leo on Unsplash
Read More
  • 14.5K views
  • 11 minute read
  • Spring Boot
  • Spring Security Explained

Spring Security JWT Authentication with Google Sign-In Explained

  • ByWayne
  • 26/09/2020
Photo by Max Langelott on Unsplash
Read More
  • 12.6K views
  • 2 minute read
  • Spring Boot

How to Backup and Restore MySQL Databases in Spring Boot

  • ByWayne
  • 10/09/2020
Photo by Heidi Kaden on Unsplash
Read More
  • 11.3K views
  • 3 minute read
  • Spring Boot

Sending Push Notifications Using FCM in Spring Boot

  • ByWayne
  • 18/05/2021
Read More
  • 10.5K views
  • 5 minute read
  • Artificial Intelligence
  • Data Visualization

Python Pie/Donut/Sunburst Charts

  • ByWayne
  • 09/02/2021
Subscribe to My Newsletter
Wayne's Talk
  • About Me
  • Contact Me
  • Terms of Use
  • Disclaimer
  • Privacy Policy
0
0
0
0
© 2020 - 2025 Wayne's Talk. All Rights Reserved.