rsschool-cv

Kanykei Zulumova

Frontend Developer

Contact Information


Summary

Detail-oriented Frontend Developer with a strong background in operational management and process optimization. Transitioning from a 7-year career in logistics management to software engineering, bringing a unique blend of technical skills in React/JavaScript and advanced expertise in Kanban systems and Management 3.0. Proven ability to build efficient workflows, analyze complex data sets, and lead collaborative teams to achieve high-impact results.


Technical Skills


Professional Experience

Head of Operations

VED Partner / Exporter | Bishkek, Kyrgyzstan | Jan 2020 – Jan 2025

Account Manager

Jet Logistic | Bishkek, Kyrgyzstan | Aug 2017 – Dec 2019


Software Development Projects

CV Builder Application (React) | Feb 2026

Data Structure Implementations (JavaScript) | Dec 2025

Screeps Automation (JS) | Sep 2025 – Present


Code Example

Detect Pangram:

function isPangram(string){
  let str = string.toLowerCase();
       const alhp = "abcdefghijklmnopqrstuvwxyz";
            for (let i = 0; i < alhp.length; i++) {
                if (str.indexOf(alhp[i]) == -1) {
                    return false;
                }
            }
            return true;
}

Education & Certifications


Languages