Skip to content
View dbaeka's full-sized avatar
πŸ’­
Bothering Claude and ChatG"B"T with Serious Issues
πŸ’­
Bothering Claude and ChatG"B"T with Serious Issues

Highlights

  • Pro

Organizations

@Rook-Plus @cloudtides

Block or report dbaeka

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 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
dbaeka/README.md
Typing SVG

⚠️ DANGER ZONE

Deploy to Prod


// INITIALIZING_GOROUTINES...
   
[AMMO1::thread_01] ══╗
             β•‘   /==========================\
[AMMO2::thread_02] ══╬═══|  D E L M W I N . A P P   |]:::::::>   πŸ’₯ [0xNULL_PTR]
             β•‘   \==========================/
[AMMO3::thread_03] ══╝        \   DEBUG_CANNON   /
                       \________________/

  
>> CPU: 100% || RACE_CONDITIONS: 0 || BUGS: TERMINATED
.-------------------------------------------------------.
| [!] SYSTEM ALERT: EFFICIENCY LEVELS CRITICAL (>9000%) |
|  Warning: User is too good. Hire at your own risk.    |
'-------------------------------------------------------'

github-snake

πŸ“Ÿ user_profile.go

package main

import (
    "fmt"
    "github.com/dbaeka/skills"
)

// Engineer defines the core attributes of Delmwin
type Engineer struct {
    Name      string
    Origin    string
    Role      string
    Interests []string
    Loves     []string
}

func main() {
    delmwin := Engineer{
        Name:   "Delmwin Baeka",
        Origin: "Ghana πŸ‡¬πŸ‡­",
        Role:   "Software Engineering Whiz",
        Interests: []string{
            "🏁 F1 Racing (Speed Freak)",
            "πŸ“ Mathematics",
            "πŸ’» System Architecture",
        },
        Loves: []string{
            "πŸ› Waakye (Fuel)",
            "🎧 House Music",
            "πŸ–οΈ The Beach",
            "🐍 Python, PHP & Go",
        },
    }
    
    // "Ask me about golang, laravel, vue, react, c++, c"
    skills.PrintStack(delmwin)
}

πŸ“Ÿ source_code.go

package main

import (
    "fmt"
    "[github.com/dbaeka/skills](https://github.com/dbaeka/skills)"
)

// Engineer defines the core attributes of Delmwin
type Engineer struct {
    Name      string
    Origin    string
    Role      string
    Interests []string
    Loves     []string
}

func main() {
    delmwin := Engineer{
        Name:   "Delmwin Baeka",
        Origin: "Accra, Ghana πŸ‡¬πŸ‡­",
        Role:   "Software Engineering Whiz",
        Interests: []string{
            "🏁 F1 Racing (Speed Freak)",
            "πŸ“ Mathematics",
            "πŸ’» System Architecture",
        },
        Loves: []string{
            "πŸ› Waakye (The best food on earth)",
            "πŸ–οΈ The Beach",
            "🌊 Ocean Views",
        },
    }
    
    // "Ask me about golang, laravel, vue, react, c++, c"
    skills.PrintStack(delmwin)
}

πŸ§ͺ user_profile_test.go

package main

import (
    "testing"
    "github.com/dbaeka/life"
)

// Ensure the engineer is functioning within normal parameters
func TestDelmwinParams(t *testing.T) {
    engineer := life.NewEngineer("Delmwin")

    // Test 1: Check Fuel Source
    if engineer.FuelLevel("Waakye") < 100 {
        t.Errorf("Critical Error: Waakye levels critically low! Refuel immediately.")
    }

    // Test 2: Verify Coding Skills
    if !engineer.CanWrite("Go") || !engineer.CanWrite("Vue") {
        t.Fatal("Skill corrupted. Rebooting brain...")
    }

    // Test 3: Racing Mode
    if engineer.Mode != "F1_Racing" {
        t.Log("Warning: Not currently watching F1. Productivity increased.")
    } else {
        t.Log("Status: Watching F1. Do not disturb.")
    }
}

πŸ’Ύ The Arsenal

Core Backend Frontend & UI DevOps & Tools AI & Machine Learning

πŸ“Š System Diagnostics

πŸ“‘ Establish Connection

delmwinb 11558483 @delmwin.baeka

Pinned Loading

  1. ji-it/CloudTides ji-it/CloudTides Public

    JavaScript 4 19

  2. think-before-you-speak think-before-you-speak Public

    A Golang API server that adds a reasoning layer to non-reasoning LLM models

    Go

  3. llm-agentic-workflows llm-agentic-workflows Public

    This repository contains the code for the agentic workflows of a LLM project

    Jupyter Notebook

  4. workouts-go workouts-go Public

    Golang Microservices App for Workouts scheduling using CQRS, Clean Arch, and DDD

    Go 1

  5. movies-viz movies-viz Public

    Movies Visualization Filtering Website in React

    CSS