Skip to content
View Voltorik's full-sized avatar

Block or report Voltorik

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

What I do

Hello there, I'm a software engineer focused on backend systems, internal tooling, and automation.

I primarily work in Python and JavaScript building reliable and performance-oriented tooling, with experience refactoring and maintaining long-lived internal systems in enterprise environments.

Languages I use the most:

  • Python
  • JavaScript (NodeJS)

Languages I've experimented with:

  • Java
  • C++

Here's a few things I've made:

  • Personal Site backend proxy - Backend proxy hosted via Render to safely deliver RSS data to the client under browser security constraints.
  • Twitter Post to Markdown Convertor - Utility to extract structured content from dynamically rendered Twitter pages and persist it as Markdown using Selenium.
  • Personal Website - Continuously iterative centralized personal repository of my interests, projects, thoughts, and ideas.
  • Minecraft world save mover script - File synchronization utility to support local iteration against live multiplayer server state.

Current areas of focus:

  • Backend and API design
  • Testing frameworks for unit and performance testing
  • Systems-level thinking

Future endeavours:

Future topics I'd like to explore include systems engineering, embedded systems, robotics, and game engines.

Pinned Loading

  1. Volt_blogSite_backend Volt_blogSite_backend Public

    Python CORS proxy for retriving Substack RSS feed for displaying on my personal site

    Python 1

  2. TwitterPostToMarkdown_Convertor TwitterPostToMarkdown_Convertor Public

    Takes a Twitter/X post url, scrapes it with Selenium, and converts it to markdown

    Python 2

  3. voltorik.github.io voltorik.github.io Public

    HTML 1

  4. minecraft_WorldSave_Mover minecraft_WorldSave_Mover Public

    Moves world save file from one location to another

    Python

  5. SimpleTaskManager SimpleTaskManager Public

    JavaScript