uptime-kuma: A fancy self-hosted monitoring tool

Monitoring uptime for HTTP(s) / TCP / Ping / DNS Record / Push. Fancy, Reactive, Fast UI/UX. Notifications via Telegram, Discord, Gotify, Slack, Pushover, Email (SMTP), and 70+ notification services, click here for the full list. 20 second intervals. Multi Languages Simple Status Page Ping Chart Certificate Info github.com/louislam/uptime-kuma

The Ultimate List of Every Known Command Prompt and PowerShell Command – MajorGeeks

The Ultimate List of Every Known Command Prompt and PowerShell Command

Command Prompt, sometimes referred to as CMD or even DOS is a command line interpreter built into Windows. It is mostly used to diagnose or troubleshoot problems in Windows. Most end users will never use these commands, but if the day ever comes, here is every command we know of, in alphabetical order.

Source: The Ultimate List of Every Known Command Prompt and PowerShell Command – MajorGeeks

Microservices for Dummies

Why Microservices?

The concept of Microservices came out of a need of solutions to the problems with monolithic architectures. We refer to an architecture as monolithic if the entire app is built into one executable/package, deployed all or nothing, using one or very few data stores. These applications usually use tiered architectures (e.g. presentation, business logic, data layer) and internal modularization.

Microservices for Dummies by Konstantin Vassilev