Giter Club home page Giter Club logo

pemrograman-kotlin-pemula-sampai-mahir's Introduction

Table of Contents

Playground for Kotlin Programming Beginner to Advanced
Independent Challenges

Playground for Kotlin Programming Beginner to Advanced

Ready to use IntelliJ IDEA project with basic explanations.

Kotlin Basic

* Higher-order Function
* Infix Function
* Inline Function
* Control Flow and Loops
* Lambda
* Anonymous Function
* tailrec Function
* and many more...

Object Oriented Programming

* Differences Abstraction (Interface and Abstract Class)
* Inheritance
* Encapsulation
* Polymorphism
* Using Annotation and Reflection
* Singleton Object
* Delegation
* Inline class & function
* Difference Lazy, Observable and late-init properties
* Data, Enum, Sealed Class
* and many more...

Generic

* Differences Invariant, Covariant, and Contravariant
* Creating Generic in Class and Function
* Type and Star Projection
* Using Comparable, ReadOnlyProperty, ReadWriteProperty, and ObservableProperty Interface
* and many more...

Collection

* List, Set, Map, Pair, and Sequence
* Differences Iterable and Iterator
* Differences MutableCollection and Collection
* Destructuring Declarations
* and many for for extension function in Iterable or specific collection...

Gradle

* Creating Gradle Project
* Dependency Management
* Multi Module Project (Modularization)
* and many more...

Unit Test

* Creating Mocking Objects and Verifying
* Dependency Injection Test
* Inheritance Test
* Separating tests with tags
* Disable Test
* and many more...

Coroutines

* Threads vs Coroutines
* Using ExecutorService for best practice compared to threads
* Differences Runnable and Callable
* Suspending Function
* Basic async and launch comparisons
* Basic GlobalScope and CoroutineScope comparisons
* Cancellable Coroutine (with: timeout, manual checking, etc)
* NonCancellable Coroutine
* Coroutine Context
* Coroutine Dispatchers Comparison (Default, IO, Main, Confined, and Unconfined)
* Coroutine Parent & Children (inlude: cancelling children)
* Handling Coroutine Exception with CoroutineExceptionHandler
* Job vs SupervisorJob
* Mutex and Semaphore
* Channels, BroadcastChannels, ConflatedBroadcastChannels
* Channel buffers & handling buffers overflow
* Differences between Channel and Flow
* Differences between BroadcastChannel and SharedFlow
* Differences between ConflatedBroadcastChannel and StateFlow
* and many more...

Independent Challenges

Please visit the repository for CodeWars solutions using Kotlin: CodeWars Solution Repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.