Posts
All the articles I've posted.
It's OK to Abandon Your Side-Project
Updated: at 04:59 AMThe article discusses the challenge of letting go of side projects that are no longer needed and highlights how creating a project can inadvertently help in learning new concepts or skills.
Delete Old Docker Containers Automatically
Updated: at 05:59 AMA script is provided to stop Docker containers that have been running for a specified number of hours, targeting containers based on the provided image name to avoid accidental termination of all long-lasting containers.
htmz - A Low Power Tool for HTML
Updated: at 10:42 AMUsing an `iframe` tag in a clever experiment as an alternative to AJAX requests in HTML, providing a simple way to load external requests without extensive libraries.