-
Continue reading →: Getting started with Kotlin
In this Post, I will try to explain as simply as possible Kotlin basics for Java developers, who are interested in discovering the potential of this language. In fact, Kotlin introduces great features that helps developer to be productive, to avoid coding errors, to write beautiful code, in concise way…
-
Continue reading →: Analyzing Weather Data with Apache Spark and Scala
Apache Spark is a powerful distributed computing framework designed to process large datasets efficiently. With Scala, Spark’s native language, you can perform various transformations on big data to derive useful insights. In this article, we’ll walk through examples of how to manipulate weather data using some important Spark transformations. 1.…
-
Continue reading →: Creating Your First Terraform Module: A Step-by-Step Guide
If you’re starting with Infrastructure as Code (IaC), Terraform is one of the most popular tools out there. It allows you to define and manage your infrastructure through code, making deployments consistent, repeatable, and scalable. One powerful feature of Terraform is modules, which enable reusability and organization of your code.…
-
Continue reading →: Indexing content with Elastic Search and Spring Boot
In this post, we will show step by step how to create a sample application that add indexes content in an Elastic search instance and retrieve this content. We will use Kotlin, Spring Boot and Elastic search Docker installation.
