Skip to content
View burakbengi's full-sized avatar
🏡
working from home @mercedes-benz
🏡
working from home @mercedes-benz

Organizations

@bitmedy @catenax-ng
Block or Report

Block or report burakbengi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
burakbengi/README.md
  • 👋 Hi, I’m @burakbengi
  • 👀 I’m interested in enterprise software architecture and orchestration of ML models to create software solutions
  • 🌱 I’m currently trying to:
    • automate ML prompting for Enterprise customers
    • setup Catena-X for Enterprise customers
  • 💞️ I’m looking to collaborate on dataspace integration, network of networks
  • 📫 How to reach me @burakbengi

Pinned

  1. catenax-ng/k8s-cluster-stack catenax-ng/k8s-cluster-stack Public

    Bootstrapping k8s clusters with ready to use ArgoCD for k8s management.

    JavaScript 10 4

  2. catenax-ng/catenax-ng.github.io catenax-ng/catenax-ng.github.io Public

    https://catenax-ng.github.io

    JavaScript 7 5

  3. Rough script to extract images from ... Rough script to extract images from HTTP Archive (HAR) files
    1
    const fs = require('fs');
    2
    const file = JSON.parse(fs.readFileSync('./dump.har')).log;
    3
    const targetMimeType = 'image/jpeg';
    4
    
                  
    5
    let count = 1;
  4. immo_scout immo_scout Public

    immobilien scout add-on bookmarklet

    JavaScript 1

  5. yildiz.tv yildiz.tv Public

    yildiz.tv bookmarklet enhancement

    JavaScript

  6. catenax-ng/k8s-helm-example catenax-ng/k8s-helm-example Public template

    Example project for Argo CD integration and also landing pages for ArgoCD environments

    HTML