This file contains 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
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Igor Marchenko", | |
"label": "macOS/iOS developer", | |
"image": "", | |
"email": "[email protected]", | |
"phone": "+380504431354", | |
"url": "", | |
"summary": "Programming: Developing Cocoa-based applications for macOS/iOS (Cocoa, Cocoa Touch, CoreImage, CoreAudio, CodeData, ...), worked with SwiftUI, Combine. Also basic knowledge in many other programming languages.\n\nDesign Thinking: User Interview, problem selection, solution ideation, fast prototyping, user test.\n\nSystem administration: Using Linux(Debian)/FreeBSD OS for different services. Setting up local networking and web services.\n\nTraining: Reading training's about Unix systems and different technologies based on them.", |
This file contains 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |