Organic vs Artificial

Organic vs Artificial

Introduction Don’t worry, I won’t bore you by talking about the likes of food & how things are grown, processed, etc. Rather, I’d like to revisit the topic of artificial intelligence, and review its weak points at this moment in time. If you’ve read my previous articles, you’ll know that I’m not one of those…

Empowering The Backend
|

Empowering The Backend

Introduction I’ve been involved in all kinds of web-based projects throughout my career so far. I hope that pattern continues & I even hope that someday, I can even go out of my comfort zone & deal with technologies beyond the web. Be that embedded systems programming for IoT devices or just building some silly…

TypeScript DI
|

TypeScript DI

Since it’s been such a long time since I’ve done anything fun, technical or exciting on my personal website, I thought that it would be nice to consider looking at implementing a relatively simplistic IOC solution in TypeScript. I decided to use the more Java oriented approach, whereby I’m using property & class decorators to…