Caronima

検索
閉じる
お気に入り

松山貴至

私は2006年からWeb技術に携わり、2013年に自社企画のWebアプリケーションを開発・運用する会社を設立し経営しています。

最近担当している自社プロジェクトでの役割は自然言語処理や機械学習、深層学習を利用した分析アプリケーションのプログラミングです。

Pythonで分析エンジンを作成しマイクロサービスとして機能するようにAPIサーバーを構築しました。 この分析エンジンをPHP、RDB(SQL)で構築された他の自社Webアプリケーション群と連携させるためにAPI部分の調整も行いました。

また、日本語単語分散表現ベクトルのアルゴリズムを研究し特定の分野に的を絞ったベクトルを動的に生成しています。

自社プロダクトの運営だけでなく、ECサイトの構築や保守と運用サポート、WordPressの保守と運用サポートやテーマとプラグインの制作、WebサイトやWebアプリケーションの制作などの受託サービスも行っています。

現在、遠隔地からのWeb開発支援やWebコンサルティングサービスに注力しています。

自社での私の仕事は、経営と事業企画が中心ですが、バックエンド開発やインフラ構築なども担当しています。

職歴

【板前 → グラフィックデザイナー → ウェブデザイナー → プログラマー → 経営者】

経歴

株式会社ノマルを経て、2011年に独立。

商経学部で経済学と経営学を学ぶ学生時代より、日本の伝統的な食への興味を持ち、割烹料理屋にて調理を学び、大学卒業と同時に本格的な板前職に就く。24才で某ホテルの日本食レストランにて副料理長を務めた後、京都祇園の老舗にて日本料理に従事。

その後、料理と同様に「創造力」「表現力」が生かせるグラフィックデザイン業界への転職を決意しデザイナーに転身。

現代美術ギャラリーと版画工房の機能を持つデザインスタジオ、株式会社ノマルに勤務し、大手企業のSPツールを中心とした広告制作と出版・プロモーションの分野で企画、編集、デザインを軸に個性を発揮。

また紙媒体の他にも、ウェブ・映像・システムといったデジタルコンテンツの分野においても、マルチメディア、クロスメディアを駆使しながら独自のデザインを展開していった。

多彩な人生経験を生かし、2011年にWeb開発やUIデザインの受託を中心にフリーランスとして独立。

その後、2013年に事業を法人化して経営中。

2013年10月 – 現在

株式会社カロニマ

創設者兼代表取締役

2011年7月 – 2013年9月

フリーランス

個人事業主として、Web開発とUIデザインやシステム開発の受託を行っていました。

この間の実績の一例として、建材メーカー兼輸入商社の商品管理とWeb公開システムの企画と構築があります。

2010年4月 – 2011年5月

株式会社ノマル

取締役

社内の基幹システムの開発運用とデザインセクションの管理に従事しました。

https://www.nomart.co.jp/

2006年4月 – 2010年3月

株式会社ノマル

グラフィックデザイナー / ウェブデザイナー

グラフィックやWebの分野のデザイン業務全般に従事しました。

個人の活動

WordPressのコントリビューターとして活動しています。

WordPress のプラグインを開発して WordPress.org に公開し、サポートフォーラムで開発者とユーザーを支援しています。

WordPress.org Forums » [My Favorites] Support

session_start() – session_write_close

2024.02.19

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.

続きを読む

Error Outputting List

2024.01.08

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?

続きを読む

Compatibility with WPML

2023.12.21

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 🙁

続きを読む

Share guest wishlist

2023.12.05

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.

続きを読む

Plugin not working correctly for logged-in user

2023.11.17

detail

Replies: 3

Hello,

Thank you for this plugin.

So far, it works perfectly when testing for users who are not logged in. However, when I am logged in there are some problems:

  1. After I favorite a post the icon is filled in and is added to the favorites list. However, when I navigate back to the post the icon is no longer filled in.
  2. The favorites page I set up to display the list isn’t working properly. If I try to unfavorite a post it goes away, but when I refresh the page it is there in the list again. Also, the number of favorites says 1/2 or even 3/5 even though I have only 1 or only 3 favorites saved (this might be because after running into the previous issue I clicked the favorite button a few times).
  3. The delete all and load more only show up when the other shortcode is also loaded: [ccc_my_favorite_list_menu slug="favorites"].
  4. The only way to remove favorites is with the delete all link. However when I refresh the page it says I have 0/1 favorites.

In conclusion, something funny is going on with the database for logged-in user, but it works just as expected for users who are not logged-in. I should also mention I am testing the plugin on localhost.

続きを読む

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.

団体
SNS

メールフォームの他にウェブチャット(画面右下のアイコンをクリック)にも対応しております。どうぞ、お気軽にお問い合わせください。

※お見積りやご依頼前のお問い合わせや当社のサービスに関するご質問などのオンライン商談は無料です。