Hey👋🏻, I'm Matoz

lang
date
Property
slug
about
status
Published
tags
summary
About me
type
Page

A Front-End Developer

@ByteDance
As a Front-End Developer at ByteDance, I enjoy turning complex problems into simple, beautiful and intuitive interface designs. When I'm not coding or pushing pixels, you'll find me in the gym or on the court playing basketball.
This blog is my little corner of the internet where I share my thoughts on various topics related to front-end development, new technologies I'm learning, and any other interesting tidbits I come across in my journey. I hope you find the content useful and informative.
function FrontEndDeveloper(name, interests) { this.name = name; this.interests = interests; this.coding = function() { console.log(`${this.name} loves coding and is interested in ${this.interests.join(' and ')}.`); }; } let matoz = new FrontEndDeveloper('Matoz', ['open-source', 'music']); matoz.coding(); // logs: 'Matoz loves coding and is interested in open-source and music.'
 

© Matoz 2021 - 2024