A 5-minute read on CSS sticky: https://elad.medium.com/css-position-sticky-how-it-really-works-54cd01dc2d46
Thursday, April 22, 2021
Sunday, March 28, 2021
What does npm run do?
npm run helps to run the scripts defined in package.json, read more: https://stackoverflow.com/questions/49275342/what-npm-run-do
Sunday, March 21, 2021
OO vs FP
Fumbled across this article that explained in simple terms the difference between Object Oriented Program Vs Functional Programming.
https://www.codenewbie.org/blogs/object-oriented-programming-vs-functional-programming
Sunday, March 14, 2021
OAuth
What if a little thing that you learned increases your appetite and inquisitiveness to learn more? I found the following you tube introductory tutorial on OAuth and got into the rabbit hole of learning more. Check it out:
https://www.youtube.com/watch?v=t4-416mg6iU
About OAuth flows from the same presenter:
https://www.youtube.com/watch?v=3pZ3Nh8tgTE
Here's another one from the same author on JWT:
https://www.youtube.com/watch?v=soGRyl9ztjI
Thursday, March 11, 2021
Sunday, January 31, 2021
Android development
I will start with the reference web sites before I write any details:
Android
A simple tutorial for a beginner:
https://www.tutorialspoint.com/android/index.htm
Android API:
https://developer.android.com/reference/packages
Get Android Studio from here:
https://developer.android.com/studio
Application Fundamentals:
https://developer.android.com/guide/components/fundamentals
Kotlin
Kotlin crash course:
https://blog.kotlin-academy.com/8-minute-crash-course-on-kotlin-programming-language-e8a804ed3d8a
Kotlin by example:
Kotlin programming language:
https://www.geeksforgeeks.org/kotlin-programming-language/
Installing Kotlin for mac to run apps from command prompt:
https://medium.com/beware-of-the-app/using-kotlin-from-cli-on-mac-4560b5c70604
Friday, January 29, 2021
ReactJS and Virtual DOM Diffing
Here's a nice article on ReactJS, and Virtual DOM: https://medium.com/@happymishra66/virtual-dom-in-reactjs-43a3fdb1d130