Building an API in 2023

Building an API in 2023
This blog post is actually taken from my pet project DNSDig’s README.md file. I’m putting it here because I like what I wrote about it. DNS Dig API A project to learn about DNS in Python while investigating what it’s like to build an API in 2023 with FastAPI, Pydantic and DNSPython. Authentication and authorization is handled by Kinde. Getting Started Python 3.11 is required to run this project. If you don’t have it installed, you can use pyenv. [Read More]

Life As A Developer

Okay I’m being straightforward in saying: this is a rather narcissistic blog post about who else but me :p This blog is my venting mechanism or in a more subtle way, my idealism to share everything I have collectively gather throughout this irreplaceable and most grateful life as non other than a Developer. It all starts on an 8088 XT my dad had when I was little. A game of Digger got my undivided attention to this CGA monitor with a box beneath it overlaid with a Turbo button to pump up more Megahertz lol. [Read More]

What a Day this 2nd of July 2010

Today is a FULL day for me. Aside from being a full day, it’s a day of happiness for me personally and professionally. My biology clock today was a bit off, but it’s well worth the day. The day started at 00:00 and at that time I was in front of my MacBook coding. I sometimes wonder why I code. I was coding for a dream I once had with friends and wanting to live the dream again. [Read More]

Coding with Code Igniter

Wow it’s been too long since I actually do any hands-on coding with PHP. This time I’m choosing Code Igniter as my framework of choice for an e-commerce project for one of Mediafusion’s client. [caption id=“attachment_287” align=“alignnone” width=“423” caption=“My Dreamweaver with CI Controller Codes”][/caption] After these past few weeks dwelling with complicated Java and all its glory, going back to my comfort zone, it felt great! I really feel that this is the right time to code in PHP again. [Read More]