NodeJS
React Native
Docker/Kubernetes
CI/CD
Kotlin
in that order. My Tech Resolution for 2020
| Personal Blog | https://www.faisalrashid.online |
NodeJS
React Native
Docker/Kubernetes
CI/CD
Kotlin
in that order. My Tech Resolution for 2020
React taught me that this is not bad code
const treeSum = num1 => {
return num2 => {
return num3 => {
return num1 + num2 + num3;
}
}
}
console.log(treeSum(1)(2)(3)) //6
The Irishman - 9/10
Oh yeah, that's a Scorsese movie alright.