Skip to content
View vanntile's full-sized avatar
🐳
in a docker
🐳
in a docker
Block or Report

Block or report vanntile

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

Hi there, I'm vanntile! πŸ‘‹

Generic badge made-with-Markdown GitHub followers

const me = {
  handle: '@vanntile',
  tagline: 'developer by choice & designer for fun',
  languages: {
    programming: [
        'JavaScript (ES2021)', 'TypeScript', 'Go πŸ‡¬', 'Python 3 🐍',
        'C/C++', 'Haskell Ξ»',
    ],
    markup: ['JSON', 'YAML', 'HTML', 'Markdown', 'MDX'],
    styling: ['CSS πŸ’…'],
  },
  frameworks: {
    frontend: ['Astro πŸš€', 'NextJS πŸ‡³', 'React βš›οΈ', 'Vue πŸ‡»', 'Angular πŸ›‘οΈ'],
    styling: 'Tailwind CSS πŸƒ',
    backend: ['FastAPI ⚑ [.py]', 'Express [.js]', 'Django [.py]', 'Flask [.py]'],
    other: ['GTK/gtkmm [.cpp]', 'unified [.md]'],
  },
  testing: ['Robot πŸ€– [.py]', 'Cypress [.js]', 'Jest πŸƒ[.js]', 'JUnit [.java]'],
  tools: ['Deno πŸ¦•', 'Node.js 🟩', 'npm πŸ“¦', 'Docker 🐳', 'Jenkins 🎩'],
  platforms: [
    'GitHub πŸ™', 'GitLab 🦊', 'Bitbucket πŸͺ£',
    'Heroku', 'Linode', 'Mastodon 🐘',
  ],
  standardsAndParadigms: [
      'FOSS', 'OpenAPI', 'REST', 'GraphQL', 'functional programming',
      'semantic web', 'semantic commits',
  ],
  graphics: ['Inkscape', 'Figma', 'GIMP', 'SVG'],
  others: {
    versioning: 'git',
    operatingSystem: {
      family: 'Linux 🐧',
      distro: 'Pop!_OS',
    },
    apps: ['Obsidian', 'VSCodium', 'vim', 'Jupyter'],
    formattersAndLinters: [
      'Prettier', 'ESLint', 'gofumpt', 'clang-format', 'commitlint'
    ],
    preferredTheme: 'dark',
    dotfiles: true,
  },
};

Links πŸ”—

Find me online:

Speaking code in images πŸ’Ύ

Languages

Frameworks, tools, other snappy stuff






Pinned

  1. vanntile.com vanntile.com Public

    Portfolio website

    MDX 13 1

  2. fullstack-open-2021 fullstack-open-2021 Public

    Fullstack Open 2021 coursework

    JavaScript

  3. create-edo-app create-edo-app Public archive

    Opinionated Express app template with Docker and OpenAPI.

    JavaScript 1

  4. brew-demo brew-demo Public archive

    A demo of a small React application

    TypeScript