Skip to content

dbaeka/dbaeka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Experienced software engineer with a demonstrated history of working in the financial services industry. Skilled in PHP, Golang, iOS Development, and Product Design and Delivery.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors