
Konstantin Moiseev
Junior Frontend-developer
Contact
Email: moiseev.konst@gmail.com
GitHub account: moiseev-konst
Telegram: @Kastelfan
📰
Skills
- Basic knowledge: HTML, CSS, JS, VBA, C#
- CAD Kompas
- Used to work in a chemical laboratory
📚
Education
-
BSTU 2012
Specialization: Chemical Technology of Materials of Quantum and Hardbody Electronics.
-
GSU 2015
Specialization: Automated Information Processing Systems
💼
Work Experience
- 2017-present LLC Сlassic: EGAIS specialist
- 2014-2017 GPO " BELENERGO" BRANCH "POWER EQUIPMENT PLANT": Chemical Engineer
- 2012-2014 JSC "Gidroprivod" : Chemical engineer of the central laboratory
< ⁄ >
My code example
function indexEqualsValue(a) {
let result = -1
let start = 0
let end = a.length - 1
while (end - start >= 0) {
let middle = (end - start) >> 1
middle += start
if (a[middle] == middle) {
result = middle
}
if (a[middle] >= middle) {
end = middle - 1
} else {
start = middle + 1
}
}
return result
}

📢
Language
- Russian (native)
- English (A2)