A simple, understandable explanation of Behavior Driven Development (BDD) and Test Driven Development (TDD): https://www.pluralsight.com/blog/software-development/tdd-vs-bdd
Tuesday, May 3, 2022
Saturday, May 1, 2021
How to improve your React App's load time
Stumbled on this blog post that every react app developer should read: https://www.infoq.com/articles/reduce-react-load-time/
Thursday, April 22, 2021
CSS: Position Sticky
A 5-minute read on CSS sticky: https://elad.medium.com/css-position-sticky-how-it-really-works-54cd01dc2d46
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