Skip to content
View codesenju's full-sized avatar

Organizations

@iysynergy

Block or report codesenju

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
codesenju/README.md
  • 👋 Hi, I’m @codesenju
  • 👀 I’m interested in DevOps
  • 🌱 I’m currently learning LLM
  • 💞️ I’m looking to collaborate on anything

Pinned Loading

  1. kubelab kubelab Public

    Kubernetes runnning on proxmox

    Shell 4

  2. movie_lite movie_lite Public

    🎬 FastAPI + PostgreSQL IMDb Movie API (LinuxONE/Docker) This project is a lightweight, two-tier API application built with FastAPI and PostgreSQL, containerized using Docker and deployed on an IBM …

    4 4

  3. Removes a namespace stuck in termina... Removes a namespace stuck in terminating status
    1
    #!/bin/bash
    2
    set -e
    3
    
                  
    4
    # Check if the NAMESPACE argument is provided
    5
    if [ -z "$1" ]; then
  4. api_pgmoviedb api_pgmoviedb Public

    🎬 FastAPI + PostgreSQL IMDb Movie API (Docker) This project is a lightweight, two-tier API application built with FastAPI and PostgreSQL, containerized using Docker. It provides RESTful endpoints f…

    Python 1 2