-
Extend Your Laptop’s Battery Life While on the Go
Are you tired of your laptop’s battery draining quickly when you’re working on the go? Do you find yourself constantly closing resource-intensive programs like web browsers to save power? Say goodbye to these battery woes with FFSuspend, a small script designed to optimize your laptop’s battery life by automatically suspending GUI processes that are not …
-
Bridging the Gap Between Kotlin and Apache Spark
Kotlin for Apache Spark: Bridging the Gap Between Kotlin and Apache Spark Apache Spark has become the go-to framework for big data processing, data analytics, and data science. Its robust capabilities and scalability have made it a popular choice among developers. However, for developers who prefer using Kotlin, the lack of compatibility with Spark’s APIs …
-
A Lightweight ORM Framework for Kotlin
Are you looking for an ORM framework that is lightweight and easy to use? Look no further than Exposed, a powerful tool for database access in Kotlin. Exposed provides two ways to access databases: a typesafe SQL wrapping DSL and a lightweight Data Access Objects (DAO). In this article, we’ll explore the features and functionalities …