GitHub

I'm a never resting extremely ambitious software engineer.

const omkobass = {
  languages: {
    primary: ["typescript", "python"],
    secondary: ["C#"],
    projectsMadeWith: ["Java", "Go", "Kotlin", "Swift", "PHP", "C", "C++"],
  },
  technologies: {
    mobile: ["React Native"],
    frontEnd: {
      js: ["React"],
      frameworks: ["Next.js"],
      styling: {
        preProcessors: ["Sass"],
        components: ["Mantine"],
        useTailwind: true,
      },
    },
    backEnd: {
      node: {
        primary: ["express", "nestjs"],
      },
      python: {
        primary: ["django", "fastapi"],
      },
    },
    databases: ["postgresql" || "SQLDatabases"],
    secondary: ["vue", "svelte"],
    devOps: ["AWS", "Heroku"],
    knowButAvoid: ["Angular", "ASP.NET", "PHP"],
    gameEngines: ["Unity"],
  },
};

Read the original on github.com ↗