Skip to content
View Sxagon's full-sized avatar
๐Ÿ˜‚
Why does anyone use ASP.NET?
๐Ÿ˜‚
Why does anyone use ASP.NET?
  • Czech Republic
  • 17:46 (UTC +02:00)

Highlights

  • Pro

Organizations

@batlify @alunico @batlify-software @batlify-libraries

Block or report Sxagon

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
Sxagon/README.md

Hello ๐Ÿ‘‹

My name is Michal btw.


import { Profile, Language } from '@sxagondev/identity';

export const Sxagon : Profile = {
  name: "Michal",
  username: "Sxagon",
  programmingLanguages: [
    { language: "PHP", proficiency: "High", description: "Just laravel with inertia, omg" },
    { language: "TypeScript", proficiency: "Medium" },
    { language: "Java", proficiency: "Very low" },
    { language: "Python", proficiency: "Low" },
    { language: "C#", proficiency: "Low" }
  ],
  spokenLanguages: [
    Language.English, 
    Language.Czech, 
    Language.Slovakia,
    Language.Polish // hmm, i am not sure about that...
  ],
  jobInfo: {
    role: "CEO",
    company: "Batlify.com"
  },
  contacts: [
    { type: "email", contact: "contact@sxagon.eu" },
    { type: "discord", contact: "sxagondev", description: "Yeah, my tag is gone" },
    { type: "instagram", contact: "@sxagondev" }
  ]
}

Pinned Loading

  1. InertiaExampleVue InertiaExampleVue Public

    Laravel + Inertia + Vue3 + TypeScript + TailwindCSS setup

    PHP

  2. batlify-libraries/mscms2-api batlify-libraries/mscms2-api Public

    MineStoreCMS v3 API library

    TypeScript 1