Latest Articles

  • An Innovative HTTP Networking Library Powered by Kotlin and Coroutines

    In today’s digital age, efficient and seamless communication between applications and servers is paramount. The Fuel repository, developed by Kittinunf, offers a cutting-edge HTTP networking library that streamlines the process of making API calls in Kotlin. By leveraging the power of Kotlinx Coroutines, Fuel provides a simple and intuitive interface for handling networking operations. Fuel’s …

  • A Go Package

    Are you looking for a simple and lightweight solution to create ASCII line graphs? Look no further! The asciigraph Go package provides an easy-to-use interface to generate ASCII line graphs in your applications. In this article, we will explore the features, functionalities, and real-world use cases of asciigraph. We will also delve into its installation …

  • Simplifying HTTP Requests in Kotlin with khttp

    Simplifying HTTP Requests in Kotlin with khttp HTTP requests are a fundamental part of building modern web applications. However, implementing HTTP requests in Kotlin can sometimes be cumbersome and time-consuming. That’s where the khttp library comes in. In this article, we’ll explore how the khttp library simplifies HTTP requests in Kotlin and functions similarly to …