My First Conversation with OpenAI's ChatGPT
12/10/2022
I asked ChatGPT a question about a software engineering problem that I have recently worked on, and I knew the answer to my question already - I just wanted to see how ChatGPT handled it.
12/10/2022
I asked ChatGPT a question about a software engineering problem that I have recently worked on, and I knew the answer to my question already - I just wanted to see how ChatGPT handled it.
3/25/2021
A blog post about my experience in completing my first 100 coding problems on leetcode.com
10/31/2020
Sometimes we need to fail and quickly learn the behavior so that we can properly handle the exceptions. Here we find out how to fail with a simple python program and then handle that failure gracefully
10/10/2020
This posts reviews a new math typesetting functionality using KaTeX on the Noiiice open source blog platform.
8/5/2020
Here we build a simple serverless AWS project using the Serverless Framework. Then we implement some CI/CD stages using GitLab CI/CD tools.