Technology, Science and Universe
Results for {phrase} ({results_count} of {results_count_total})
Displaying {results_count} results of {results_count_total}
k
- Kotlin Data Classes Description: Kotlin data classes are classes primarily used to hold data and automatically provide methods for equality, hash code, and string(...) Read more
- Kotlin Object Expressions Description: Kotlin object expressions allow the creation of anonymous objects that can implement interfaces or extend classes. This feature is(...) Read more
- Kotlin Infix Functions Description: Infix functions in Kotlin are functions that can be called using infix notation, making the code more readable. This feature allows(...) Read more
- Kotlin Smart Casts Description: Kotlin's smart casting is a feature that allows the compiler to automatically perform type conversions when it can guarantee that(...) Read more
- Kotlin Null Safety Description: Kotlin's null safety is a feature that helps prevent null pointer exceptions by distinguishing between nullable and non-nullable(...) Read more
- Kotlin Annotations Processing Description: Kotlin annotation processing is a mechanism that allows developers to work with annotations at compile time, facilitating efficient(...) Read more
- Kotlin Gradle Description: Kotlin Gradle is a build automation tool that uses Kotlin DSL for configuration, providing a safer and more expressive way to(...) Read more
- Kotlin Test Description: Kotlin test is a framework for writing and executing tests in Kotlin, providing tools for unit testing and integration testing.(...) Read more
- Kotlin Serialization Description: Kotlin Serialization is a Kotlin library for safely serializing and deserializing objects in terms of types. This tool allows(...) Read more
- Kotlin Flow API Description: The Kotlin Flow API provides a way to create and manage asynchronous data streams using Kotlin coroutines. Flow is a powerful tool(...) Read more
- Kotlin Coroutine Scope Description: The coroutine scope in Kotlin defines the context in which coroutines are launched, controlling their lifecycle. This concept is(...) Read more
- Kotlin Coroutine Builder Description: Kotlin coroutine builders are functions that allow the creation and management of coroutines, which are a form of asynchronous and(...) Read more
- Koa Description: Koa is a lightweight and flexible web framework for Node.js that provides a robust set of features for building web applications(...) Read more
- Knockout Description: Knockout is a JavaScript library that helps you create rich, responsive user interfaces with a clean underlying data model. It uses(...) Read more
- Knex Description: Knex is a SQL query builder for Node.js, designed to be flexible, portable, and fun to use. This powerful module allows developers(...) Read more