Blog

  • Automate Excel Reporting with Python

    Tired of manual Excel reporting? Python offers a robust solution to automate tedious spreadsheet tasks, saving time and eliminating errors. This guide explores using Pandas and Openpyxl to read, process, and format Excel data. Learn how to transform repetitive data entry and report generation into efficient, accurate, and scalable processes, freeing you to focus on…

  • Nginx + PHP-FPM + MariaDB 環境でつまづきやすいポイント

    WordPressをNginx + PHP-FPM + MariaDBで構築する際によくある問題を3つ紹介。1つ目はlocalhostと127.0.0.1の違いによるDB接続エラー。2つ目はPHP-FPMのログ出力先の設定。3つ目はSELinuxやファイルパーミッションに関する注意点。これらを確認することで、問題解決がスムーズになる。