江口 晋之介

株式会社六の代表。2013年に東京工業大学在学中に起業しシステム開発に10年以上携わる…

江口 晋之介

株式会社六の代表。2013年に東京工業大学在学中に起業しシステム開発に10年以上携わる。Shopifyに特化し、250名以上の日本人開発者が参加するSlackコミュニティを運営。現在は顧客のShopify関連の開発の他、自他問わず生成AIを組み込んだシステムなどを開発しています。

最近の記事

孫正義Softbank World講演の動画をChatGPTで要約しました。

2023年12月のSoftbank Worldにおける、孫正義ソフトバンク創業者の講演を見たかったのですが、長いのでChat GPTで要約しました。下記にまとめます。動画は下にも埋め込んでいるので、気になる方は本編を見てください 要約内容🌅 おはようございます、孫正義です。久しぶりのスピーチです。 🐟 金魚の例を使って、知能の強さの本質について話します。 🧠 知能の強さは、ハードウェア(ニューロンの数)とソフトウェア(学習・教育)によって定義されます。 💻 AIの強さ

    • Handling CSV Imports and Exports in PostgreSQL

      As a memo, I will write how to import csv and export csv in PostgreSQL. First , login PostgreSQL Database and execute command below. Export to CSV\copy TABLE_NAME to path_to_filename.csv delimiter ',' csv header; Import from CSV\copy TAB

      • Creating Custom Commands in Django

        As a note, I will summarize below the method for creating your own custom commands in Django. Create app_name/management/commands Directorycreate management directory and create __init__py file and commands directory in it. Create Custom

        • Fetching Data Recursively with Python APIs

          Here is the standard pattern for retrieving list-type data via an API using Python. def getAllContents(page_num=1): contents = [] page_num = 1 endpoint = "https://example.com/content?page_num=" + str(page_num) headers = {'Autho

        孫正義Softbank World講演の動画をChatGPTで要約しました。

          PostgreSQL Command Cheat Sheet

          Here is a summary of commonly used PostgreSQL commands: Connect to databasebash command $ psql -h HOST_NAME -p PORT_NUMBER -U USER_NAME -d DATABASE_NAME From here on, I will list SQL commands. Show list of databases\l Create DatabaseCR

          PostgreSQL Command Cheat Sheet

          Install and Setting PostgreSQL in Ubuntu22.04

          As a memo, I will compile the steps for installing PostgreSQL on Ubuntu Desktop for development. Install PostgreSQLInstall according to the instructions on the official website. # Create the file repository configuration:$ sudo sh -c 'ech

          Install and Setting PostgreSQL in Ubuntu22.04

          Send or Get files with SCP

          ssh_configHost server_bane User eguchi Port 22 HostName xxx.xxx.xxx.xxx IdentityFile ~/.ssh/id_rsa_xxxx Send uploadscp /path/to/file.xxx server:/full/path/to/dir/ Get downloadscp server:/full/path/to/dir/filename /path/to/dir/

          Send or Get files with SCP

          Ubuntu 22.04 Settings to use AirPods and Logicool Mouse

          Airpods setting in Ubuntu22.04Rewrite /etc/bluetooth/main.conf $ sudo vi /etc/bluetooth/main.conf Change ControllerMode value. ControllerMode = bredr Restart Bluetooth service $ sudo systemctl restart bluetooth Logicool setting in Ubu

          Ubuntu 22.04 Settings to use AirPods and Logicool Mouse

          Ubuntu22.04.4をWindows 11でデュアルブートする

          Windows 11とにUbuntu22.04.4をデュアルブートでインストールした際のメモ 1,インストール用のUbuntu USBを作成(UUIを使用 正しいリンク:https://pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/) 2,予めインストールするディスクを決めておく 3,PC起動時にF2やDel押下でブートメニューへ(セキュアブートをDisableに) 4,ブート後、パーティションを用意する(手

          Ubuntu22.04.4をWindows 11でデュアルブートする

          Desktop Ubuntuをインストールしたらやること

          Ubuntu GUI版を何度もインストールすることがあるので、備忘録に 1,Google Chromeを入れる 2,ログインして、PW管理の拡張機能を入れる 3,VS code入れる 4,githubにログインして、SSH接続する(ssh-keygen) 5,短縮語を辞書登録する 6,拡張機能を入れる  extension-manager, User Themes, Vitalsなど

          Desktop Ubuntuをインストールしたらやること

          Shopify 商品を登録しよう

          こちらの記事は移動しました。 ↓ https://factory.d3-jp.com/shopify/basic-register-products

          Shopify 商品を登録しよう

          Shopify開発勉強会レポート

          こんにちは。江口です。 「Shopifyの開発で、困った時に、ここで聞けばなんとかなる」みたいな場所を目指してShopify開発者向けのSlackグループと定期的な勉強会を開催しているのですが、この記事は7/18と8/8の勉強会開催レポートです。 Questionを投げてもらってわかる人で答えるような形式で進めているのですが、どんな内容を勉強会でやってるのかなどを感じてもられば幸いです。 <8/8の勉強会内容>Q. テーマの開発方法はどうする?Debutを使う? 以前で

          Shopify開発勉強会レポート

          Shopify入門

          こちらの記事は移動しました。 ↓ https://factory.d3-jp.com/shopify/shopify-basic

          Odooの簡単インストールのメモ

          何通りか試したが一番簡単なのは、git cloneしてくること。 conohaでubuntu18、メモリは1GBを使用 参考サイト 作業用ユーザーodooを作成(パスワードは XXX) # adduser odoo# gpasswd -a odoo sudo 一般ユーザーで入り直す $ ssh odoo@133.130.xxx.xxx ソースはzipでDLするか、gitでcloneする。また、community edition と enterprise edit

          Odooの簡単インストールのメモ

          EC開業実践セミナー(5/16@北九州+zoom)

          この文章を読んでいただきありがとうございます。 私はWEB制作・システム開発会社の株式会社D3の代表の江口です。 D3は2020年に作ったばかりの会社ですが、私自身は2013年に起業し小さいながらもWEB制作やECサイト制作などの事業を営んできました。 今、この文章を書いているのは これからの経済は必ず下落する。 コロナでもっと下落する。 このまま放っておくわけにはいかない! なんとかしたい!!なんとかしないといけない!!! と強く感じているからです。 十分な経済の対策

          EC開業実践セミナー(5/16@北九州+zoom)

          【shopify】商品価格をJSで表示切り替え

          下記のようなシチュエーションに遭遇したのでその備忘録 ・商品詳細画面において ・バリエーション選択とともに金額を切り替え ・海外対応するので通貨も切り替え 商品詳細画面はvue.jsで表示を切り替えている。 バリエーションの選択肢はラジオボタン <label>選択1 <input name="variant" type="radio" value="バリエーション1" @change="setVariant('バリエーション1')"></input></labe

          【shopify】商品価格をJSで表示切り替え