RSSAmplifier

Blog

Maciej Łebkowski — A professional Software Engineer

lebkowski.nameRSS feed ↗10 posts

Latest posts

High-level testing: A Chargebee integration case study

High-level tests such as functional or acceptance suites aren’t that different from simple unit tests. A case study of real-life implementation.

Linkedin is not worth my time

I have used LinkedIn heavily for the past couple of years. I think it was around 2017-ish, the time when I turned my career around to become an HR intern , that I started viewing that site as something more than a reverse tinder, where women try to attract men, who then ignore them. Over the course of a few years I learned how to get the best of LinkedIn as a social media platform. I actively…

Remote sudo password using 1password (or any other password manager)

Using your local password manager to authenticate with remote sudo over ssh

Building a secure API Token mechanism

Improving a system from just accepting a static secret value to really secure API token mechanisms can be hard

Turtle: the unit testing showcase

A demo project showcasing test suite organization, arrange/act/assert pattern, how to create and use test doubles, gherkin syntax for unit tests, and more

Automated testing

After you follow a few simple rules, automated testing poses no challenges. Here are some principles I follow to make my life easier.

The rise and fall of Evernote

The moment when Google killed Reader is fresh in my memory. It was at that time I realized it cannot be trusted. Except for my email. And payments. And documents. And calendar. And maps. And YouTube. And home entertainment (chromecast). Or as my default browser. But barring all this, I never trusted Google again, and I even changed my default search engine to DDG for a week But that was not its…

This blog’s 10th anniversary

I recently realized, that this blog is one of my longest, if not the longest software project, that I currently maintain. While even some of my work I created in late 2000-s is still out there, my impact on them wasn’t as large, and certainly I am not contributing to any of them any more. So to celebrate it’s 10th year, I took a stroll down the memory lane to talk about some of the most promiment…

Advent of code

I remember the time late 2015, when I was ahead of schedule on my project, and I was looking for ways to pass the time. We were spending around 7-9 hours in the office back in the day, no matter what, so being bored at work was an unpleasant experience. Anyway, I stumbled upon Advent of Code : what would soon to become a recurring event of 25 coding challenges in December. I did a bunch of those…

Perfect code

I learned how to write perfect code, and it’s simple too.