Skip to content
View aenmo's full-sized avatar
πŸ’»
24x7
πŸ’»
24x7

Sponsoring

@leaanthony

Highlights

  • Pro
Block or Report

Block or report aenmo

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
aenmo/README.md

Github Banner

About Me

package main

import "fmt"

type Developer struct {
    Code              []string
    Interests         []string
    OperatingSystems  []string
    ToolsUsed         []string
    IDEs              []string
}

func main() {
   aenmo := Developer{
        Code:             []string{"Golang", "Svelte","Angular", "TS", "JS","Java", "Swift","Rust"},
        Interests:        []string{"Cybersecurity", "Reversing", "Backend Development", "Frontend Development"},
        OperatingSystems: []string{"macOS 14 Sonoma", "Bookworm"},
        ToolsUsed:        []string{"Git Bash", "Parallels", "Termius", "Postman"},
        IDEs:             []string{"VS Code", "Andorid Studio","Swift", "neovim"},
    }

    fmt.Printf("πŸ‘‹ Hello! I'm aenmo, a developer.\n")
    fmt.Printf("πŸ’» Code: %v\n",aenmo.Code)
    fmt.Printf("🌐 Interests: %v\n",aenmo.Interests)
    fmt.Printf("πŸ–₯️ Operating Systems: %v\n",aenmo.OperatingSystems)
    fmt.Printf("πŸ› οΈ Tools Used: %v\n",aenmo.ToolsUsed)
}


Technologies and Languages

Java Microsoft Office nodejs mongodb azure firebase firebase selenium github git docker Linux Mint Discord Python HTML CSS JavaScript HTML5 CSS3

+ many more!

Workspace

Macbook Air M1 Spotify

Popular repositories

  1. aenmo aenmo Public

    Config files for my GitHub profile.

    2

  2. One-page-portfolio-Website-v1 One-page-portfolio-Website-v1 Public

    A simple minimalist one page portfolio. Link:

    HTML 1

  3. versioncompare versioncompare Public

    The versioncompare library provides functions for comparing version strings in Go.

    Go 1

  4. discord-vscode discord-vscode Public

    Forked from iCrawl/discord-vscode

    πŸ–‹οΈ Update your discord status with the newly added rich presence

    TypeScript

  5. hashnode-custom-css hashnode-custom-css Public

    Forked from antick/hashnode-custom-css

    Custom CSS for Hashnode Blogs

    CSS

  6. cordova-hello-world cordova-hello-world Public