🌐 Webseiten Projekte — Portfolio-Übersicht

Alle Web- und Softwareprojekte von Computerkumpel: ASP.NET Core, PHP-MVC, Python-Automation und KI/AI-Integration

ASP.NET CorePHPPythonKI/AIWebdesign

🚀 Bereit für Ihre digitale Transformation?

Vereinbaren Sie ein unverbindliches Strategiegespräch

📞 02406 803 7603 ✉️ info@computerkumpel.de

📊 Projekt-Portfolio

Eine Übersicht aller entwickelten Webprojekte und Software-Lösungen. Von ASP.NET Core Enterprise-Apps über PHP-MVC-Plattformen bis zu Python-Automation mit KI-Integration – jedes Projekt ist produktiv im Einsatz.

▶️
KI-gestützte Automatisierung: Python, YouTube Data API v3, OpenAI GPT, MySQL, jQuery/AJAX Dashboard.
🎓
PHP-MVC-Plattform mit Bootstrap 5, Domain-Personalisierung und MySQL-Content-Management.
🎸
Python/libROSA Audio-DSP: Automatische Musiksegment-Extraktion mit spektraler Feature-Analyse.
🌐
ASP.NET Core 8.0 Razor Pages – C#-Webapp mit Dependency Injection und HSTS-Security.

⚙️ Technologie-Übersicht

💜
.NET / C#
ASP.NET Core 8.0, Razor Pages, Entity Framework, Dependency Injection, C# 12.
🐘
PHP
MVC-Architekturen, MySQL/MariaDB, Bootstrap 5, cURL API-Integration, Template-Systeme.
🐍
Python
API-Clients, Audio-DSP (libROSA), Automatisierung, OpenAI-Integration, FFmpeg-Workflows.
🤖
KI / AI
OpenAI GPT, LLM-Integration, lokale KI-Modelle, Prompt-Engineering, RAG-Architekturen.
🗄️
Datenbanken
MySQL, SQL Server, SQLite – ORM und Raw-SQL, Migration-Management.
🔒
Security
OAuth 2.0, HSTS, HTTPS, Token-Management, GDPR-konforme Architekturen.

💻 Code-Highlights aus den Projekten

Direkt aus D:\arbeit\git\ — produktive Code-Snippets aus verschiedenen Projekten.

🌐 ASP.NET Core Middleware-Pipeline (WebApplication1)

var builder = WebApplication.CreateBuilder(args);
builder.Services.AddRazorPages();
var app = builder.Build();

if (!app.Environment.IsDevelopment())
{
    app.UseExceptionHandler("/Error");
    app.UseHsts();
}

app.UseHttpsRedirection();
app.UseStaticFiles();
app.UseRouting();
app.UseAuthorization();
app.MapRazorPages();
app.Run();

🐍 YouTube API OAuth 2.0 Authentifizierung (verkooyen)

from google.oauth2.credentials import Credentials
from googleapiclient.discovery import build
from google_auth_oauthlib.flow import InstalledAppFlow

creds = None
if os.path.exists(TOKEN_NAME):
    creds = Credentials.from_authorized_user_file(
        TOKEN_NAME, SCOPES)

if not creds or not creds.valid:
    if creds and creds.expired and creds.refresh_token:
        creds.refresh(Request())
    else:
        flow = InstalledAppFlow.from_client_secrets_file(
            client_secrets_file, SCOPES)
        creds = flow.run_console()

youtube = build('youtube', 'v3', credentials=creds)

🎵 libROSA Audio-Feature-Extraktion (videocut)

y, sr = librosa.load(audio_path, sr=22050)

spectral_centroids = librosa.feature.spectral_centroid(
    y=y, sr=sr)[0]
zcr = librosa.feature.zero_crossing_rate(y)[0]
chroma = librosa.feature.chroma_stft(y=y, sr=sr)
mfcc = librosa.feature.mfcc(y=y, sr=sr, n_mfcc=13)

🚀 In Tagen zum MVP — nicht in Monaten

📞 02406 803 7603 ✉️ info@computerkumpel.de

Bereit für Ihren Wettbewerbsvorteil?

Als Brückenbauer zwischen Business und Technik unterstütze ich Sie bei der digitalen Transformation — pragmatisch, ergebnisorientiert, ohne Berater-Bullshit.

📞 Jetzt anrufen ✉️ E-Mail senden