Last active
August 4, 2026 19:34
-
-
Save myypo/6852290bfe37847d0375fa384431fd9f to your computer and use it in GitHub Desktop.
Resume
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "meta": { | |
| "theme": "macchiato" | |
| }, | |
| "basics": { | |
| "name": "Mykyta Polchanov", | |
| "label": "Backend Developer", | |
| "image": "https://avatars.githubusercontent.com/u/110892040?v=4", | |
| "summary": "Backend Developer with experience working both autonomously and in close cooperation with a team. I am accustomed to picking up new technologies and roles taking ownership of the product.", | |
| "email": "nikirsmcgl@gmail.com", | |
| "location": { | |
| "city": "Kamianets-Podilskyi", | |
| "countryCode": "UA" | |
| }, | |
| "profiles": [ | |
| { | |
| "url": "https://www.linkedin.com/in/mykyta-polchanov-748b5924b/", | |
| "network": "linkedin" | |
| }, | |
| { | |
| "url": "https://github.com/myypo", | |
| "network": "github", | |
| "username": "myypo" | |
| } | |
| ] | |
| }, | |
| "education": [ | |
| { | |
| "startDate": "2018-09-01", | |
| "endDate": "2022-07-01", | |
| "area": "Germanic Philology", | |
| "studyType": "Bachelors", | |
| "institution": "Volodymyr Dahl East Ukrainian National University" | |
| } | |
| ], | |
| "skills": [ | |
| { | |
| "name": "Languages", | |
| "keywords": ["Go", "TypeScript", "Rust"] | |
| }, | |
| { | |
| "name": "Data stores", | |
| "keywords": [ | |
| "Postgres / Supabase", | |
| "MongoDB", | |
| "Redis", | |
| "Kafka", | |
| "RabbitMQ" | |
| ] | |
| }, | |
| { | |
| "name": "Operations", | |
| "keywords": [ | |
| "Temporal", | |
| "Docker / Podman", | |
| "Kubernetes", | |
| "LGTM observability stack", | |
| "Linux", | |
| "Nix / NixOS" | |
| ] | |
| } | |
| ], | |
| "work": [ | |
| { | |
| "summary": "Optimizing, maintaining and developing the payment, customer-support and various analytics systems as a part of growth operations team behind a study assistant app JustDone used by over 2 million people. Implementing the backend of a greenfield project Reprism taking the entire ownership of all backend systems from the first commit to release and after. Later on onbording and mentoring new team members, as well as working with them on platform solutions, including writing and reviewing ADRs and LLDs for new services.", | |
| "website": "https://justdone.com", | |
| "name": "Boosters", | |
| "location": "Remote", | |
| "position": "Backend Developer", | |
| "startDate": "2025-02-03", | |
| "highlights": [ | |
| "Go", | |
| "Postgres", | |
| "Redis", | |
| "RabbitMQ", | |
| "Database optimization", | |
| "Payments", | |
| "Stripe", | |
| "SolidGate" | |
| ] | |
| }, | |
| { | |
| "summary": "Developing LLM and vector search focused backends with Go and TypeScript that utilize event sourcing patterns using Temporal and Kafka to transform, normalize, store and make useful structured and unstructed data coming from various sources as well as designing GraphQL APIs to make this data accessible for multiple clients. Also took part in writing prompts and setting up agentic LLM workflows.", | |
| "website": "https://develops.today", | |
| "name": "DevelopsToday", | |
| "location": "Remote", | |
| "position": "Backend Developer", | |
| "startDate": "2024-07-15", | |
| "endDate": "2025-02-03", | |
| "highlights": [ | |
| "Go", | |
| "TypeScript", | |
| "Kafka", | |
| "Temporal", | |
| "MongoDB", | |
| "Event sourcing", | |
| "RAG", | |
| "GraphQL", | |
| "Web scraping" | |
| ] | |
| }, | |
| { | |
| "summary": "Developed Go microservices and chaincode for interacting with Hyperledger Fabric blockchain for an e-commerce platform. Set up the blockchain infrastructure and implemented payments with Stripe. Built a Proof of Concept library for interacting with NFC tags and assisted the mobile team in implementing the tag interaction functionality. Also took part developing Node.js Koa-based microservices for a multi-platform app.", | |
| "website": "https://nerdpeople.com", | |
| "name": "NerdPeople", | |
| "location": "Remote", | |
| "position": "Backend Developer", | |
| "startDate": "2023-05-15", | |
| "endDate": "2024-07-15", | |
| "highlights": ["Go", "TypeScript", "Hyperledger Fabric", "NFC", "Stripe"] | |
| } | |
| ], | |
| "interests": [ | |
| { | |
| "name": "Open Source" | |
| }, | |
| { | |
| "name": "Linux desktop" | |
| }, | |
| { | |
| "name": "Ergonomic keyboards" | |
| }, | |
| { | |
| "name": "Gym" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment