let currentWorkplace:object = {
company : 'Dea Bakery',
position : 'Lead Software Engineer'
};
let generalKnowledge:object = {
language : ['Typescript','PHP','Rust','Python','Dart','SQL','Java'],
using : [
'Sveltekit','Tauri','Bootstrap','DaisyUI','NodeJS',
'Laravel','Codeigniter','Android Studio','Flutter'
],
databases : ['MySQL','SQLite','Supabase','Firestore'],
tools : ['Figma','Photoshop','Premiere','Trello','Jira','Notion','Looker Studio','Pandas','Git']
};
function aboutMe() {
return {
name : 'okuruu',
knowledge : generalKnowledge,
workingAt : currentWorkplace,
funFact : 'The 🦄 is the national animal of Scotland'
};
}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.