const NAME = 'Diva Fathan Margono'
const CALL_NAMES = ['Fathan', 'Gono', 'Margono']
let location = 'Jakarta, Indonesia'
let hobbies = [
'Weight Lifting 🏋️',
'Coding',
'Gaming',
]
let currentlyLearning = {
skill: 'Rust Programming Language',
reason: 'Want to build cross-platforms app with Tauri',
resources: [
'https://www.rust-lang.org/'
],
progress: [],
}
currentlyLearning.progress.push({
date: '25 Feb 2024',
source: 'https://doc.rust-lang.org/book/ch01-03-hello-cargo.html',
entry: 'Section 1: Getting Started - Hello World!'
})
currentlyLearning.progress.push({
date: '26 Feb 2024',
source: 'https://doc.rust-lang.org/book/ch02-00-guessing-game-tutorial.html',
entry: 'Section 2: Programming Guessing Game'
})
currentlyLearning.progress.push({
date: '27 Feb 2024',
source: 'https://doc.rust-lang.org/book/ch03-05-control-flow.html',
entry: 'Section 3: Common Programming Concepts'
})
currentlyLearning.progress.push({
date: '28 Feb 2024',
source: 'https://doc.rust-lang.org/book/ch04-03-slices.html',
entry: 'Section 4: Understanding Ownership',
notes: 'repeat this section 3 times :)'
})
currentlyLearning.progress.push({
date: '5 March 2024',
source: 'https://doc.rust-lang.org/book/ch04-03-slices.html',
entry: 'Section 5: Understanding Ownership',
notes: 'repeat this section 3 times :)'
})
currentlyLearning.progress.push({
date: '20 March 2024',
source: 'https://doc.rust-lang.org/book/ch07-00-managing-growing-projects-with-packages-crates-and-modules.html',
entry: 'Section 6: Enums & Pattern Matching',
notes: 'repeat this section 3 times :)'
})
const NAME = 'Diva Fathan Margono'
const CALL_NAMES = ['Fathan', 'Gono', 'Margono']
let location = 'Jakarta, Indonesia'
let hobbies = [
'Weight Lifting 🏋️',
'Coding',
'Gaming',
]
let currentlyLearning = {
skill: 'Rust Programming Language',
reason: 'Want to build cross-platforms app with Tauri',
resources: [
'https://www.rust-lang.org/'
],
progress: [],
}
currentlyLearning.progress.push({
date: '25 Feb 2024',
source: 'https://doc.rust-lang.org/book/ch01-03-hello-cargo.html',
entry: 'Section 1: Getting Started - Hello World!'
})
currentlyLearning.progress.push({
date: '26 Feb 2024',
source: 'https://doc.rust-lang.org/book/ch02-00-guessing-game-tutorial.html',
entry: 'Section 2: Programming Guessing Game'
})
currentlyLearning.progress.push({
date: '27 Feb 2024',
source: 'https://doc.rust-lang.org/book/ch03-05-control-flow.html',
entry: 'Section 3: Common Programming Concepts'
})
currentlyLearning.progress.push({
date: '28 Feb 2024',
source: 'https://doc.rust-lang.org/book/ch04-03-slices.html',
entry: 'Section 4: Understanding Ownership',
notes: 'repeat this section 3 times :)'
})
currentlyLearning.progress.push({
date: '5 March 2024',
source: 'https://doc.rust-lang.org/book/ch04-03-slices.html',
entry: 'Section 5: Understanding Ownership',
notes: 'repeat this section 3 times :)'
})
currentlyLearning.progress.push({
date: '20 March 2024',
source: 'https://doc.rust-lang.org/book/ch07-00-managing-growing-projects-with-packages-crates-and-modules.html',
entry: 'Section 6: Enums & Pattern Matching',
notes: 'repeat this section 3 times :)'
})