Ndifreke Ekott

Thoughts, stories, ideas and programming

30 Aug 2022

Good Bye PHP. Embracing New Overlords Beyond

For the bulk of my career at least in the last seven to eight years, PHP, the web's programming language, has featured predominantly in my CV. It paid the bills, I devoted time to honing my skills and keeping up with frameworks and new language features as the language grew.

14 Aug 2022
12 May 2022

Brain Dump - May 13th Friday 2022

A collection of thoughts I have had over the week but unable to write a complete article on it. So this week - Finances, kids helping out, 91k Civil Servants to be kicked out of jobs, rumours about a recession in tech salaries. Automation and flutter release

07 Mar 2021

The future of the web will be statically typed

The bulk of the web runs on Javascript but as the web becomes more integral into the way we do business today, dynamically languages are slowly tacking on those features from languages like Java we once hated.

08 Oct 2020

Dev Hobby - Test and verify everything, every time

Sometimes confidence comes from having experienced a thing many times. In the world of coding, there are times when you just needed to add a few lines of code to modify a functionality. The lesson from this experience is no matter how confident you feel your code is, always write tests.