Engineering notes
Ideas made useful.
Practical field notes on interface engineering, testing, databases, security, and the small decisions that make systems dependable.
Archive
Browse all notes.
3 articles
01
Feb 17, 2024·6 min read
Scheduling cron jobs with pg_cron and pg_net
Use native Postgres scheduling and HTTP calls to automate workflows without extra servers.
PostgresAutomationBackend
02
Feb 03, 2024·8 min read
How RSA works?
A concise, practical explanation of RSA keys, encryption, and signatures.
SecurityCryptographyBasics
03
Jan 18, 2024·7 min read
Cypress and Material UI scroll behavior issue
Why Cypress tests can miss MUI scroll containers and how to stabilize scrolling assertions.
TestingCypressUI