2006年からWeb技術に携わり、2013年にWebサイトやデータベースの受託開発、および自社企画のWebアプリケーションの開発・運用を行う会社「カロニマ」を設立し、代表取締役を務めています。
近年は、自然言語処理や機械学習、深層学習を活用した分析アプリケーションの研究開発に注力し、Pythonを用いた分析エンジンやAPIサーバーの開発を推進。さらに、PHPやSQLで構築した自社Webアプリケーション群と連携させるなど、データ活用とWebサービスの融合をリードしてきました。
しかし、ChatGPTの登場は私にとって大きな転機となりました。2023年1月頃からはAI分野のプロジェクトから一旦離れ、創業当初の原点である「ワンソースマルチユース」の概念を核に据え、API連携とリレーショナルデータベースを活用した業務システム(商品管理・在庫管理・販売管理・顧客管理)の設計・開発・導入・運用サポートに立ち戻っています。
分散していた情報を一元化し、データの信頼性と整合性を確保。さらに、複数の形式やチャネルで効率的に再利用できる仕組みを構築することで、情報発信の効果を最大化し、顧客の業務効率化とビジネス成長を着実に支援しています。
さらに、顧客の事業拡大を後押しするため、WordPressの保守・サポートやテーマ・プラグイン開発、ECサイトやWebサイト、Webアプリケーションの受託制作に加え、遠隔地からのWebコンサルティング・開発支援にも注力しています。
自社では経営・事業企画を中心に担う一方、デザインディレクション、バックエンド開発、そしてAWSをはじめとするインフラ構築にも貢献しています。
職歴
【板前 → グラフィックデザイナー → ウェブデザイナー → プログラマー → 経営者】
個人の活動
WordPressのコントリビューターとして活動しています。
WordPressのコントリビューターとして、プラグイン開発、WordPress.orgでの公開、サポートフォーラムでの開発者・ユーザー支援など、コミュニティ活動を積極的に行っています。
WordPress.org Forums » [My Favorites] Support
detail
Replies: 0
Hello I am using your shortcode for a custom list view ([ccc_my_favorite_list_custom_template]) along with the function ccc_my_favorite_list_custom_template( $my_favorite_post_id )
– this works as expected.
I am wondering if would be possible to use this shortcode twice, but associated with different layout – any ideas if this is possible or suggestions on how to achieve this. Alternatively how can access the $my_favorite_post_id array from PHP?
session_start() – session_write_close
detail
Replies: 1
Good day,
I encountered a problem while using popular plugins.
WordPress reports:
A PHP session was created by calling the session_start() function. For hitting REST API and loopback requests. The session should be closed using session_close() with an HTTP prewrite request.
In app/Bootstrap.php I hit the beginning of the session:
if ( !session_id() ) session_start();
If I turn off the plugin the problem no longer appears. It also causes other complications for me, I’m not a programmer so I don’t know how to fix it, so I want to ask if it’s possible to fix it?
Thank you and have a nice day.
detail
Replies: 0
I am seeing a sporadic error when trying to output a list of favorites on a page. Anonymous visitors are able to add to the list and I can see the array stored in local storage, but when visiting the favorites listing page we get “Forbidden” rather then the list of post. This seems to be coming from your list_posts_action() function? We are using the LiteSpeed caching plugin and thinking this is issue and if simply excluding the listing page from the cache would resolve the issue?
detail
Replies: 0
Does anyone know if it’s possible to use this plug-in on multi lingual sites? It’s working great for the primary language but not at all for the secondary ones 🙁
detail
Replies: 1
Has anyone successfully extended this plugin to include a share function, ie; adding a unique ID parameter which so a wishlist can be emailed?
Would need to work without logging in.
GitHub - takashi-matsuyama/my-favorites: WordPress plugin "My Favorites"
WordPress plugin "My Favorites". Contribute to takashi-matsuyama/my-favorites development by creating an account on GitHub.