-
read more GitHub CopilotHow 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 PHPI 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 JavaScriptChart.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 CSSWhat 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 CSSDo I need Sass?
I have been thinking about Sass.
-
read more JavaScriptText 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 PHPGenerate QRCode in PHP
I used php-qrcode, a PHP QR code library.
-
read more PHPSuper easy! Read CSV files and display them with PHP
Try to read CSV using PHP's SplFileObject class.
-
read more PHPPHP generation of invoice issuing data for Yamato Transport's B2 Cloud
Export B2 XLSX file using PhpSpreadsheet.
-
read more JavaScriptView the PDF in your phone's browser without downloading it.
PDF.js developed by Mozilla.