-
read more How to use and utilize GitHub Copilot
GitHub Copilot is an AI tool jointly developed by GitHub and OpenAI.It is an innovative tool that allows AI to suggest and complete code in real time.
-
read more I have introduced DeepL API to my blog.
We have tried to make our blog multilingual using DeepL, which has a reputation for high translation accuracy.
-
read more Chart.js for easy charting
I have a project to implement a graph and will blog about it as I go through the selection process.
-
read more What do you think of Bootstrap?
I use Bootstrap as well, but I feel some resistance to relying on it entirely.With ver5, I don't have to use jQuery anymore, but what about the design aspect of the problem?
-
read more Do I need Sass?
I have been thinking about Sass.
-
read more Text box that can also be a pull-down menu
<select>I want to enter an arbitrary value that is not in the list of boxes
-
read more Generate QRCode in PHP
I used php-qrcode, a PHP QR code library.
-
read more Super easy! Read CSV files and display them with PHP
Try to read CSV using PHP's SplFileObject class.
-
read more PHP generation of invoice issuing data for Yamato Transport's B2 Cloud
Export B2 XLSX file using PhpSpreadsheet.
-
read more View the PDF in your phone's browser without downloading it.
PDF.js developed by Mozilla.