Categories
Technology

Best website to track watched movies & shows

Photo by Julian O’hayon on Unsplash

I already use AniList to track my anime watching and I’m very happy with it. This time I wanted something similar for shows (and movies). These were my requirements:

  • The profile page looks modern and displays entries as grid
  • I can add movies and shows, and filter them separately
  • I can review entire shows, even if unfinished

And thus I started my experiment.

Categories
Technology

Framework review: Robot

Photo by Phillip Glickman on Unsplash

Robot Framework is a test automation framework for acceptance testing (…) it utilises the keyword-driven testing approach. Its testing capabilities can be extended by Python test libraries.

Official website

Categories
Technology

Framework review: Playwright

Photo by Fatih Kılıç on Unsplash

Playwright enables end-to-end testing. Test modern single page apps, across all modern browsers, using in your preferred language (JS, TS, Java, C#, Python).

Official website

Categories
Technology

Using no-code to create a website from a table

building block
Photo by Iker Urteaga on Unsplash

I have been hearing about “no-code” solutions for a while but never had the chance to use one. The concept is interesting because programming is usually a barrier for the average person. If they are not required to code, many more people would be able to develop digital and automated solutions to their problems.

Goal

Let’s say I want to create a website with a curated list of local clubs and other infrastructures that promote a high quality of life.

Categories
Technology

Framework review: Cypress

Photo by Herbert Goetsch on Unsplash

Fast and reliable testing for anything that runs in a browser. It uses Javascript to make setting up, writing, running and debugging tests easy — for QAs and developers.

Official website