dev

Scheduled Execution of Python Scripts Using GitHub Actions: Sending Messages to Slack and Committing Changes to a Repository

This article explains how to use GitHub Actions to schedule the execution of Python scripts at specific times, send messages to Slack, and commit changes to a repository. By automating this process, you can send important notifications or perform specific tasks on a regular basis, improving the efficiency of your development workflow.

dev

(Apple silicon)M1, M2 Mac using Docker to build MySQL database

I bought an Apple computer with M1 and M2 chips and had problems creating a MySQL database in Docker environment. So I wrote this article to record it.

dev

Send A Slack Notification Automatically When A Release Is Published On Github

This article will show you a way how to send a notification automatically after you published a release on github.The way includes **Github Actions** and **Slack Incoming Webhook**.