Category: Programming

ReFresh: Angular

Intro Angular is an opinionated JavaScript (JS) framework designed for building single page applications (SPAs). Angular has been my JavaScript framework of choice. I follow its development and I use it in both personal and professional projects since its humble beginning from v2 in 2016. To stay up to date with the technology, from time […]

“other side closed” – AWS Lambda with Parameters and Secrets Extension

Secrets lambda extensions is optional and AWS maintained layer that provide fast access to secrets manager or parameter store. In fact, it is just locally available http server that you can query with your favorite http client to get your app’s secrets. By default it is available on port 2773. Recently I have come across […]