Skip to content
View scriptin's full-sized avatar
Block or Report

Block or report scriptin

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

👋 Hello, my name is Dmitry

I am a software developer, coding mostly webapps. Programming is both my job and hobby, but I am also interested in science, sci-fi, cyber-security, (natural) languages, and art.

Website StackExchange NPM LinkedIn

const scriptin = {
  name: "Dmitry Shpika", // [DMEE-tree SHPEE-kah]
  pronouns: ["he", "him"],
  education: [
    { specialty: "Software Engineering", type: "self-taught" },
    { specialty: "IT Security", type: "formal" },
  ],
  hardSkills: {
    programming: [TypeScript, JavaScript, Kotlin, SQL, Bash, Python],
    ui: [React, HTML, CSS, Tailwind, Bootstrap, MaterialUI, Figma],
    graphics: [Canvas2D, Processing, P5js, SVG],
    testing: [TDD, BDD, Jest],
    ci: [GitHubActions, GitLabCI, Docker],
    other: [XML, REST, GraphQL, Parsing, WebScraping],
    _outdated: [PHP, Java, jQuery, AngularJS], // In the past
  },
  softSkills: {
    teaching: "I like to explain complex topics in simple terms",
    learning: "Currently focusing on Python+AI and natural language research",
    design: "Creating UIs using component libraries/frameworks, or from scratch",
    writing: `Technical and fiction.
              I wrote 130+ answers on Stack Exchange,
              maybe 5-7 articles, dozens of readmes,
              a bazillion Jira tickets,
              and a couple of short novels`,
  },
  hobbies: [Programming, Astronomy, Math, Japanese, Art],
} satisfies SoftwareEngineer;

Check out my pinned repos 👇

Pinned

  1. jmdict-simplified jmdict-simplified Public

    JMdict, JMnedict, Kanjidic, KRADFILE/RADKFILE in JSON format

    Kotlin 159 9

  2. kanji-frequency kanji-frequency Public

    Kanji usage frequency data collected from various sources

    Astro 121 19

  3. topokanji topokanji Public

    Topologically ordered lists of kanji for effective learning

    JavaScript 171 21

  4. node-timing-attack node-timing-attack Public

    Demo of API key cracking using a timing attack

    JavaScript 2 1