Skip to content
View erbierc's full-sized avatar
🤠
🤠

Block or report erbierc

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
erbierc/README.md
let mainStack = ["Next.js", "React", "TypeScript", "Tailwind"]
let learnedAtSchool = ["C++", "PHP", "Svelte"]
let learning = ["NestJS", "Python"]

let erbierc: Programmer = {
  country: "Poland",
  technologies: [...mainStack, ...learnedAtSchool, ...learning],
  specialization: "Frontend",
  description: "Making my first steps in the open-source world!"
}

Pinned Loading

  1. listodo listodo Public

    Minimalist task tracker.

    JavaScript

  2. tiny-language-model tiny-language-model Public

    A TLM (Tiny Language Model) for poem generation.

    Python

  3. Topologia_sieci Topologia_sieci Public

    Network topology - a school project from 2019

    PHP