2018 — A good year
2018 — A good yearThis time last year, I read Ire Aderinokun’s and Prosper Otemuyiwa’s year in review and decided I’ll write one this year. That was in hope that 2018 would be worth writing...
View ArticleRESTful API Design — PUT vs PATCH
When designing API endpoints, there’s always the need to specify what http method to use for CRUD (Create, Read/Retrieve, Update, Delete) operations. Commonly, this is nailed down as:Create —...
View ArticleThe Principle of Least Power
Photo by Joanna Kosinska on UnsplashA few weeks ago, I saw a tweet that contained the phrase “principle of least power” . It represents the idea of solving a problem using as minimal arsenal from your...
View ArticleMy First Dance With React
A trip down memory lane.Photo by Isaiah McClean on UnsplashI started learning React a year ago. My learning process involved reading through fullstackreact.com’s 30 Days of React and going through...
View ArticleThe UX of Waiting
Photo by rawpixel on UnsplashIt’s 2018.It’ll soon be 2019. Just saying. You might not have realized it 🤷♂ . Anyway, every website (almost) is a Single Page App (SPA) where a nearly empty page is...
View ArticleUnderstanding Method Chaining In Javascript
Photo by Kaley Dykstra on UnsplashWhen programming, it is commonplace to have actions that need to run in a defined series of steps. Writing a single function that defines all these actions is usually...
View Article