<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Development on My Information Centre</title>
    <link>https://my.center-of.info/tags/development/</link>
    <description>Recent content in Development on My Information Centre</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <managingEditor>blog@haddouti.com (Hafid Haddouti)</managingEditor>
    <webMaster>blog@haddouti.com (Hafid Haddouti)</webMaster>
    <lastBuildDate>Wed, 25 Dec 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://my.center-of.info/tags/development/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Updating Terminal layout - hoho oh oh my zsh</title>
      <link>https://my.center-of.info/post/2024/2024-12-25-update-terminal/</link>
      <pubDate>Wed, 25 Dec 2024 00:00:00 +0000</pubDate><author>blog@haddouti.com (Hafid Haddouti)</author>
      <guid>https://my.center-of.info/post/2024/2024-12-25-update-terminal/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://ohmyz.sh&#34;&gt;Oh My Zsh&lt;/a&gt; is one of the most famous solutions for enhancing your terminal with additional features, plugins, and themes. After my last setup and configuration in 2017/2018, I decided it was time to update my entire configuration. I also took this opportunity to explore new plugins and themes that have become available.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Java Flight Recording / Cryostat and OpenShift</title>
      <link>https://my.center-of.info/post/2022/2022-07-10-java-flight-recording-and-openshift/</link>
      <pubDate>Sun, 10 Jul 2022 00:00:00 +0000</pubDate><author>blog@haddouti.com (Hafid Haddouti)</author>
      <guid>https://my.center-of.info/post/2022/2022-07-10-java-flight-recording-and-openshift/</guid>
      <description>&lt;p&gt;Java and JVM performance monitoring and application profiling is essential not only for critical production workload. JDK Flight Recorder (JFR) and JDK Mission Control are the established solutions here. This article covers the Kubernetes/OpenShift solution Cryostat to bridge the gap to JVM applications in a Kubernetes runtime.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Overview of Secret injection solutions</title>
      <link>https://my.center-of.info/post/2021/2021-10-31-overview-secrets-injection-solutions/</link>
      <pubDate>Sun, 31 Oct 2021 00:00:00 +0000</pubDate><author>blog@haddouti.com (Hafid Haddouti)</author>
      <guid>https://my.center-of.info/post/2021/2021-10-31-overview-secrets-injection-solutions/</guid>
      <description>&lt;p&gt;Secrets management in a cloud/Kubernetes and CI/CD context is crucial and should covers various aspect like&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;how to maintain secrets in a secured way and avoid persistence in insecure repositories like git&lt;/li&gt;&#xA;&lt;li&gt;administrate access using a RBAC and enable segregation of duties&lt;/li&gt;&#xA;&lt;li&gt;life cycle management of secrets&lt;/li&gt;&#xA;&lt;li&gt;inject secrets automatically into application runtime&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Existing solutions provides features to some of the mentioned aspects. One of the most widespread solution is &lt;a href=&#34;https://www.vaultproject.io/&#34;&gt;HashiCorp Vault&lt;/a&gt;. HashiCorp Vault provides a solution to manage and protect secrets. Additional extensions and open source solutions interacts with HashiCorp Vault to inject secrets into an application context running in a Kubernetes/OpenShift runtime. This article explains some of the options and ends with a comparison.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Quarkus and IBM Cloud Code Engine</title>
      <link>https://my.center-of.info/post/2021/2021-09-11-quarkus-code-engine/</link>
      <pubDate>Sat, 11 Sep 2021 00:00:00 +0000</pubDate><author>blog@haddouti.com (Hafid Haddouti)</author>
      <guid>https://my.center-of.info/post/2021/2021-09-11-quarkus-code-engine/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://quarkus.io/&#34;&gt;Quarkus&lt;/a&gt; is one of the famous framework for modern Kubernetes native solutions. &lt;a href=&#34;https://cloud.ibm.com/docs/codeengine&#34;&gt;IBM Cloud Code Engine&lt;/a&gt; is the managed offering for serverless platforms. Let&amp;rsquo;s bring this together and build and run a Quarkus application with IBM Cloud Code Engine.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Migrate from Docker to Podman on macOS</title>
      <link>https://my.center-of.info/post/2021/2021-09-05-replace-desktop-docker-with-podman-on-macos/</link>
      <pubDate>Sun, 05 Sep 2021 00:00:00 +0000</pubDate><author>blog@haddouti.com (Hafid Haddouti)</author>
      <guid>https://my.center-of.info/post/2021/2021-09-05-replace-desktop-docker-with-podman-on-macos/</guid>
      <description>&lt;p&gt;Docker &lt;a href=&#34;https://www.docker.com/blog/updating-product-subscriptions/&#34;&gt;announced&lt;/a&gt; the license and subscription plan changes for the Desktop Docker apps. Now at the latest, one can look for alternatives that have been around for a while. This article covers the replacement of Desktop Docker with podman on macOS.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Migrate from Wordpress to Gatsby and Netlify</title>
      <link>https://my.center-of.info/post/2020/2020-10-31-migrate-from-wordpress-to-gatsby-netlify/</link>
      <pubDate>Sat, 31 Oct 2020 00:00:00 +0000</pubDate><author>blog@haddouti.com (Hafid Haddouti)</author>
      <guid>https://my.center-of.info/post/2020/2020-10-31-migrate-from-wordpress-to-gatsby-netlify/</guid>
      <description>&lt;p&gt;After many years I have migrated my Wordpress to Gatsby and Netlify. This short article is a sum up of the main steps how to migrate all the existing articles (and images) and what tools I used. Therefor I moved away from Wordpress to Gatsby and Netlify.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
