Skip to content

kmendell/kmendell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
Apr 24, 2024
Feb 17, 2025

Repository files navigation

๐Ÿš€ kmendell.dev();

Typing SVG

๐Ÿ‘จโ€๐Ÿ’ป whoami

type Developer struct {
    Name        string
    Title       string
    Location    string
    LastUpdated string
}

func main() {
    me := Developer{
        Name:        "kmendell",
        Title:       "Support Engineer",
        Location:    "Terminal:/home/kmendell",
        LastUpdated: "2025-02-17 14:55:16 UTC",
    }
}

๐Ÿ› ๏ธ Tech Arsenal

Svelte Go TypeScript

const myTechStack = {
    frontend: {
        framework: "Svelte",
        language: "TypeScript",
        passion: "Building smooth user experiences"
    },
    backend: {
        language: "Go",
        focus: "High-performance systems"
    }
};

๐Ÿ“Š GitHub Matrix

GitHub Stats

๐Ÿ”ฎ Current Status

<script>
  let status = {
    currently: "Building something awesome",
    mode: "Always learning",
    seeking: "Interesting collaborations"
  };
</script>

<div class="status">
  {#each Object.entries(status) as [key, value]}
    <p>{key}: {value}</p>
  {/each}
</div>

๐Ÿค Let's Connect

GitHub


Last deployed on: 2025-02-17 14:55:16 UTC

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published