okorie.techBeginner's Guide to Mastering Git HEADHow well do you understand git and git commands? It is something I struggled with a lot earlier in my career. You think you're a git pro until you mix up git rebase with git merge, and you're about to lose 5 hours of work. If you've ever worked with ...Apr 18, 2025·3 min read
okorie.techCustomising your HTML5 video player using Plyr libraryNeeded to create a custom media player as per the company’s design specifications. I came across the Plyr.io library which seemed very promising but was somewhat difficult to integrate, mostly because I couldn’t find all the information I needed in o...Nov 7, 2023·5 min read
okorie.techHow to use a locally modified package/library with yarn linkI recently had to use a library, but I had a few modifications of my own to satisfy my use case. Found out it is possible to have a local derivative of that library and use it in your project, instead of the published library package. You can do this...Jan 11, 2023·1 min read
okorie.techGenerating Sitemap with NextJS + TypescriptI was asked by my organization to generate a sitemap for the application we were building. It took me a whole week of research and trying out different things before I was able to successfully get it done. So I've decided to save others the trouble ...Jun 29, 2022·5 min read