-
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 →: CI/CD + GitHub Actions + Azure
CI/CD (Continuous Integration / Continuous Deployment) est le moteur des équipes DevOps modernes. C’est la différence entre : GitHub Actions fait de cela une réalité simple et puissante. Combiné avec Azure, vous obtenez une pipeline de déploiement indestructible et scalable. Ce guide vous montrera comment construire une pipeline CI/CD end-to-end capable de : Partie 1…
-
Continue reading →: Kubernetes sur Azure avec Terraform : Du Concept à la Mise en Production
Un guide complet pour maîtriser Kubernetes, Azure Kubernetes Service (AKS), et Terraform. De la théorie aux déploiements en production, apprenez l’infrastructure cloud moderne avec exemples et cas pratiques.
-
Continue reading →: Maîtriser les Skills Claude et les Adapter à GitHub Copilot : Un Guide Pratique pour Développeurs
Un guide complet et pratique pour créer des Skills Claude et les adapter à GitHub Copilot. De la théorie aux cas pratiques, découvrez comment transformer l’IA généraliste en expert spécialisé.
-
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.
