Author: Wojciech Szczurek

“The IBM Way” by Buck Rogers

What a great read! I got in touch with this book at my local Little Free Library book exchange. By the way, the Little Free Library initiative truly serves its purpose which is to expand access to books for all. Having something to read while our kids enjoy the outdoor is a brilliant idea! Initially, […]

How to check your website’s performance?

Just recently, a friend of mine asked me about “website analysis tool”. I got interested and immediately started asking questions. What would you like to analyze? Performance? SEO? Accessibility? “We would like to check our website for performance.”, he says. Luckily, a couple well established tools exists that are designed to do just that. I […]

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 […]

AWS Certified Developer – Associate (DVA-C02)

My reference page for notes produced when studying AWS material. Well-Architected Framework Let’s start with AWS well-architected framework because in AWS everything touches that concept. The six pillars of well-architected framework includes: Cloud Design Patterns Security IAM – concept of users and policies. Policies are assigned to users. Can use existing policies or create new […]

“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 […]