並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 190件

新着順 人気順

Shopifyの検索結果1 - 40 件 / 190件

  • Rails: モジュール化強制ツール"Packwerk"の導入を振り返る(翻訳)|TechRacho by BPS株式会社

    概要 原著者Chris Salzbergさんの許諾を得て翻訳・公開いたします。 英語記事: A Packwerk Retrospective | Rails at Scale 原文公開日: 2024/01/26 原著者: Gannon McGibbon、Chris Salzberg 日本語タイトルは内容に即したものにしました。また、一部のパラグラフを分割しています。 CC BY-NC-SA 4.0 Deed | 表示 - 非営利 - 継承 4.0 国際 | Creative Commons Rails: モジュール化強制ツールPackwerkの導入を振り返る(翻訳) 2020年、ShopifyのチームはPackwerkという名前のRuby gemをリリースしました(関連記事)。Packwerkは、Railsアプリケーション内で境界を強制的に定めてモジュール化するツールです。Packwerk

      Rails: モジュール化強制ツール"Packwerk"の導入を振り返る(翻訳)|TechRacho by BPS株式会社
    • Ruby on Railsはどのように生まれ、発展してきたのか[後編]。作者DHH氏やコアチームが語る動画「Ruby on Rails: The Documentary」が公開

      Ruby on Railsはどのように生まれ、発展してきたのか[後編]。作者DHH氏やコアチームが語る動画「Ruby on Rails: The Documentary」が公開 最も有名なWebアプリケーションフレームワークの1つである「Ruby on Rails」は、もともと37signals社が社内向けに開発したフレームワークでした。 現在ではGitHubやShopifyなど大規模なWebサービスを支えるRuby on Railsも、登場初期には「スケールしない」という批判にさらされ、また競合となるフレームワークが登場するなどの経緯を経ています。 こうしたRuby on Railsのこれまでを、作者であるDavid Heinemeier Hansson(以下、DHH)氏や関係者が振り返る動画「Ruby on Rails: The Documentaryが、昨年(2023年)11月に公開

        Ruby on Railsはどのように生まれ、発展してきたのか[後編]。作者DHH氏やコアチームが語る動画「Ruby on Rails: The Documentary」が公開
      • Effects of Pitchfork reforking on Shopify’s Monolith

        Over the last year, I’ve been working on a new Ruby application server called Pitchfork. In most regards it’s extremely similar to the venerable Unicorn, from which it originates, but with one major extra feature: Reforking, which reduce memory usage of Ruby applications. For most of last year, we couldn’t enable reforking on our application because of an incompatibility with one of our dependenci

          Effects of Pitchfork reforking on Shopify’s Monolith
        • より高速なRubyのWebAssembly実装「Ruvy」、Shopifyがオープンソースで公開。Ruby仮想マシンとRubyアプリを組み合わせてビルド

          より高速なRubyのWebAssembly実装「Ruvy」、Shopifyがオープンソースで公開。Ruby仮想マシンとRubyアプリを組み合わせてビルド 昨年(2023年)12月にリリースされた「Ruby 3.2」では、WebAssemblyによって実装されたRubyランタイム「Ruby.wasm」が正式版となりました。これによりWebブラウザや単体のWebAssemblyランタイムの上でRubyランタイムを実行し、Rubyプログラムを実行できるようになりました。 このRuby.wasmをベースに、さらに高速なRubyのWebAssembly実装となる「Ruvy」が、Shopifyからオープンソースとして公開されました。 Calling all #Ruby developers! Explore a new tool for leveraging Ruby to create #WebAs

            より高速なRubyのWebAssembly実装「Ruvy」、Shopifyがオープンソースで公開。Ruby仮想マシンとRubyアプリを組み合わせてビルド
          • Introducing Ruvy

            Opens in a new windowOpens an external siteOpens an external site in a new window We’ve recently open sourced a project called Ruvy! Ruvy is a toolchain that takes Ruby code as input and creates a WebAssembly module that will execute that Ruby code. There are other options for creating Wasm modules from Ruby code. The most common one is ruby.wasm. Ruvy is built on top of ruby.wasm to provide some

              Introducing Ruvy
            • Rails 7.1正式リリース。本番デプロイ用のDockerfile自動生成、遅いクエリの非同期化など新機能

              Rails 7.1正式リリース。本番デプロイ用のDockerfile自動生成、遅いクエリの非同期化など新機能 Ruby言語によるWebアプリケーションフレームワークの最新版となる「Rails 7.1」正式版がリリースされました。 Rails 7.1: Dockerfiles, BYO Authentication, More Async Queries, and more!https://t.co/c32MdUifNs — Ruby on Rails (@rails) October 5, 2023 メジャーバージョンアップとなったRails 7の登場が2021年12月。 Rails 7は、フロントエンド開発環境が刷新されてNode.jsを用いない構成がデフォルトとなり、TurboとStimulusという2つのフレームワークを搭載したHotwireなどが搭載されるなど、大型のアップデートで

                Rails 7.1正式リリース。本番デプロイ用のDockerfile自動生成、遅いクエリの非同期化など新機能
              • GitHub - Shopify/ruvy

                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                  GitHub - Shopify/ruvy
                • RailsでModular Monolithを選択された御社に質問したいN個の疑問

                  タイミーのRailsアプリではModular Monolithを採用しています。具体的にはShopify製のpackwerkを使用しています。 最近では他社での採用事例も見かけるようになってきましたが、それでもまだ手に入る情報は少なく手探りでの開発が続いているのが現状です。 そこで自分たちが実際にpackwerkを導入して「ここはどうするのが正解なんだ?」「他社はどうしているのか知りたい」と思った疑問をいくつかピックアップし、具体的にどういう選択をしたか(もしくは今も悩んでいること)をお話しします。これからpackwerkを導入したいチームにも参考になればと思います。

                    RailsでModular Monolithを選択された御社に質問したいN個の疑問
                  • Ruby 3.3’s YJIT Runs Shopify’s Production Code 15% Faster

                    Ruby 3.2 YJIT is Battle-Tested Shopify deploys YJIT on business-critical services in production, such as Storefront Renderer, the software that powers all online storefronts on Shopify’s platform, and Shopify’s Monolith. As of the Ruby 3.2 release, YJIT sped up our Storefront Renderer by 10% on average. Storefront Renderer is a complex application. Your more reasonable-sized app might get better/w

                      Ruby 3.3’s YJIT Runs Shopify’s Production Code 15% Faster
                    • 最短1週間で販売開始して最速で売上向上を目指せる!ストア構築込みのスタートダッシュパッケージ「Growth Dash」をリリース

                      最短1週間で販売開始して最速で売上向上を目指せる!ストア構築込みのスタートダッシュパッケージ「Growth Dash」をリリース「Growth Dash」は、グロース施策に必要な機能が実装されたShopifyストアを最短1週間で構築し、グロース管理プラットフォームとグロースプログラムを活用して、最速での成長を目指すプランです。 「世界中のコマース事業者をヒーローにすること」をミッションに掲げShopify特化グロース支援サービスを提供する株式会社StoreHero(本社:東京都渋谷区、代表取締役:黒瀬淳一、以下StoreHero)は、Shopifyマーチャントの時間と予算をグロース施策に集中させ、最速での成長を目指すべく、ストア構築込みのスタートダッシュパッケージ「Growth Dash」の提供を開始しました。 Growth Dashとは Growth Dashは、グロース施策に必要な機能

                        最短1週間で販売開始して最速で売上向上を目指せる!ストア構築込みのスタートダッシュパッケージ「Growth Dash」をリリース
                      • StoreHero GrowthDash - Shopify×グロースに特化したスタートダッシュパッケージ

                        Shopify×グロースに特化したスタートダッシュパッケージ Shopify×グロースに特化した スタートダッシュパッケージ グロースプラットフォームStoreHeroを活用し、 時間と予算をグロース戦略に集中させて最速での売上向上を実現します グロースプラットフォームStoreHeroを活用し、 時間と予算をグロース戦略に集中させて最速での売上向上を実現します StoreHero GrowthDashとは 最短1週間でグロースに必要な機能を備えたストアを構築し 立ち上げたその日から時間と予算をグロースに集中して 最速で売上向上を実現します

                          StoreHero GrowthDash - Shopify×グロースに特化したスタートダッシュパッケージ
                        • Open Sourcing Shopify’s Ruby Builds

                          We’ve open sourced shopify-ruby-definitions, which contains definitions to build the Ruby we use at Shopify in development, testing, and production. Our builds of Ruby are API compliant with the vanilla Rubies, but with additional bug fixes and performance improvements we’ve backported from the next major version. Why we use custom builds of Ruby Shopify has one of the largest and highest traffic

                            Open Sourcing Shopify’s Ruby Builds
                          • Rails at Scale

                            2024-02-08 • Nikita Vasilevsky Catching Assertionless Tests In Shopify we have more than 300,000 tests in our core monolith. These tests cover most of our application code and provide us with a great level of confidence when making changes to our app. But do all tests still perform the duties they were intended to even if some of these tests were added more than 10 years ago? In this article we wi

                              Rails at Scale
                            • 10 Tips for Building Resilient Payment Systems

                              Opens in a new windowOpens an external siteOpens an external site in a new window During the past five years I’ve worked on a lot of different parts of Shopify’s payment infrastructure and helped onboard dozens of developers in one way or another. Some people came from different programming languages, others used Ruby before but were new to the payments space. What was mostly consistent among new

                                10 Tips for Building Resilient Payment Systems
                              • Bringing Javascript to WebAssembly for Shopify Functions

                                Opens in a new windowOpens an external siteOpens an external site in a new window At Winter Editions 2023 we announced a Local Developer Preview for JavaScript for Shopify Functions. That means that we’re adding JavaScript right next to Rust as our first-class languages for Shopify Functions (but you can still use anything that compiles to WebAssembly!). While you can’t deploy a Shopify Function w

                                  Bringing Javascript to WebAssembly for Shopify Functions
                                • RubyのYJITコンパイラをShopifyが本番に投入、Railsアプリを高速化。Rubyも本格的にJITの時代へ

                                  RubyのYJITコンパイラをShopifyが本番に投入、Railsアプリを高速化。Rubyも本格的にJITの時代へ ECサイト構築サービスを提供するShopifyは、Ruby 3.2に搭載されているYJITコンパイラを同社の本番環境に投入し、Railsベースで構築された同社サービスの性能改善を実現したと明らかにしました。 YJITコンパイラはShopifyが開発を進めてきたRubyのJITコンパイラで、大規模なRailsアプリケーションにおいてより高い性能向上を目指して開発されたものです。 一昨年末のRuby 3.1でメインラインにマージされ、昨年末に登場したRuby 3.2ではさらに改善が進められて本番環境にも耐えるようになったと説明されており、今回Shopify自身がそれを実証した形になりました。 If you’re a keen Rubyist, you may have hear

                                    RubyのYJITコンパイラをShopifyが本番に投入、Railsアプリを高速化。Rubyも本格的にJITの時代へ
                                  • From Ruby to Node: Overhauling Shopify’s CLI for a Better Developer Experience

                                    Opens in a new windowOpens an external siteOpens an external site in a new window The Shopify CLI (command line interface) is an essential tool for developers when building and deploying Themes, Apps, Hydrogen storefronts on the Shopify platform. It provides workflows to create new projects that follow best practices, integrate with the platform during development, and distribute the production ar

                                      From Ruby to Node: Overhauling Shopify’s CLI for a Better Developer Experience
                                    • 3人以上の定期的な会議をすべて「永久に」キャンセルするとShopifyが決定、経営陣は「会議はバグ」「本日をもってバグを修正する」と宣言

                                      eコマースプラットフォームを展開するShopifyが、3人以上で行われる定期的な社内会議を永久的に廃止する方針を固めたことが明らかになりました。 Shopify CEO Tobi Lutke Tells Employees To Just Say No to Meetings - Bloomberg https://www.bloomberg.com/news/articles/2023-01-03/shopify-ceo-tobi-lutke-tells-employees-to-just-say-no-to-meetings 2023年に入り、Shopifyはカレンダーの「予定の一掃」を実施して3人以上で行われる定期的な会議を削除し、今後は同様の会議を廃止すること、水曜日には一切会議を行ってはいけないこと、50人以上の大規模な会議は木曜日のみとし、6時間の枠内におさめることといったルー

                                        3人以上の定期的な会議をすべて「永久に」キャンセルするとShopifyが決定、経営陣は「会議はバグ」「本日をもってバグを修正する」と宣言
                                      • Migrating our Largest Mobile App to React Native

                                        Opens in a new windowOpens an external siteOpens an external site in a new window In 2020, we announced that React Native is the future of mobile at Shopify and since then we’ve been migrating all our native mobile apps to React Native. Since each app is different, there is no single approach that works for all of them. So, we evaluated all the possible options for each app and chose the ones that

                                          Migrating our Largest Mobile App to React Native
                                        • Year in Review 2022: Tenderlove's Ruby and Rails Reflections and Predictions

                                          Opens in a new windowOpens an external siteOpens an external site in a new window Hi everyone! How are you doing? It's me, Aaron (some people know me on the internet as Tenderlove)! I hope you're doing well. ❤️ Since we're coming up on the end of the year, I thought it might be a good idea to take a moment to reflect on cool stuff that's happened or is happening in the Ruby community right now. Ac

                                            Year in Review 2022: Tenderlove's Ruby and Rails Reflections and Predictions
                                          • GitHub - ruby/prism: Prism Ruby parser

                                            . ├── Makefile configuration to compile the shared library and native tests ├── Rakefile configuration to compile the native extension and run the Ruby tests ├── bin │   ├── lex runs the lexer on a file or string, prints the tokens, and compares to ripper │   ├── parse runs the parse on a file or string and prints the AST │   └── prism a CLI for development and debugging ├── config.yml specificati

                                              GitHub - ruby/prism: Prism Ruby parser
                                            • Shopify Embraces Rust for Systems Programming

                                              Opens in a new windowOpens an external siteOpens an external site in a new window Shopify builds internet infrastructure for commerce to serve the needs of millions of merchants. Doing that requires building both flexible business logic and robust, high-performance systems. In addition to our commitment to Ruby for its flexibility and expressiveness, we have recently adopted Rust as our official s

                                                Shopify Embraces Rust for Systems Programming
                                              • Liquid reference

                                                Opens in a new windowOpens an external siteOpens an external site in a new window

                                                  Liquid reference
                                                • ShopifyテーマにReactのコンポーネントを描画する - asoview! Tech Blog

                                                  アソビューAdvent Calendar 2022の12日目のブログです。 本日の裏面はこちらになります。 tech.asoview.co.jp こんにちは! アソビューでフロントエンドエンジニアをしている野口です。 今回は、Shopifyのテーマ上でReactのコンポーネントを描画する調査をしたのでその内容を紹介していきます。 はじめに 弊社では、アソビュー!に掲載されている遊びの中から厳選した体験を、家族や友人にプレゼントできるアソビュー!ギフトというサービスも展開しています。 そのアソビュー!ギフトはShopifyを利用してECサイトを構築しており、テーマはDawnを使っています。 アソビュー!ギフトのトップページ 今回、一部機能においてアソビューで管理している別のアプリケーションから情報を取得したいという要望が出てきました。 UIもテーマのスタイルを利用するのではなく独自でstyl

                                                    ShopifyテーマにReactのコンポーネントを描画する - asoview! Tech Blog
                                                  • Remixing Shopify

                                                    Today we are excited to share that Remix has joined forces with Shopify! Shopify has been a long-time supporter of open source projects that push the web and commerce forward, and this pairing continues that tradition. It’s also great news for Remix, our community, our partners, and anyone who’s excited about building for the web. Remix adoption is growing at an incredible rate, and we regularly h

                                                      Remixing Shopify
                                                    • Mixing It Up: Remix Joins Shopify to Push the Web Forward

                                                      Opens in a new windowOpens an external siteOpens an external site in a new window We are very excited to announce that the open-source web framework Remix and its team are joining Shopify. Why? The web is always evolving—and we’re entering a new era. First, we had the document web, and then we sprinkled in richer interactivity. Most recently, we entered the world of single page apps. We’ve learned

                                                        Mixing It Up: Remix Joins Shopify to Push the Web Forward
                                                      • フルタイムOSSコミッタを始めて2か月経った - k0kubun's blog

                                                        Shopifyに入社してRubyのJITコンパイラを書く仕事を始めてから2か月経った。 前職の退職エントリ では今後やりたいことを書いたりしたが、実際OSS開発を仕事にしてみてどうだったかみたいなことを書いておく。 シリコンバレーでのリモート生活 3年前に妻とアメリカに移住し、今年永住権も取得した。 Shopifyは本社はカナダにあるし2020年5月からフルリモート企業なのだが、 前職の本社があったシリコンバレーのあたりからそのまま引っ越さずに暮らしている。 なぜシリコンバレーに住み続けるのか フルリモートである以上はカナダ移住のためのビザのサポートを会社がする動機もないため、 現職においても住む国の選択肢は基本的に日本かアメリカになると思っている。 飯が安くて美味いのを主な理由として妻も僕も住むならアメリカより日本の方が好きなのだが、 住む地域ベースで多くの企業が給料に傾斜をかけてくるこ

                                                          フルタイムOSSコミッタを始めて2か月経った - k0kubun's blog
                                                        • How to Build an E-commerce Site with a Perfect Lighthouse Score

                                                          How to Build an E-commerce Site with a Perfect Lighthouse Score Today’s consumers are more demanding than ever, especially when it comes to shopping online. These experiences must feel intuitive and snappy. Even a 100-millisecond delay in load time can hurt conversion rates by 7%. Our merch store (source here), built with Fresh and Shopify’s storefront API, is server-side rendered (SSR) with some

                                                            How to Build an E-commerce Site with a Perfect Lighthouse Score
                                                          • Shopify Marketplace Kitとは?機能やメリットを徹底解説!

                                                            Shopify Marketplace Kitとは?機能やメリットを徹底解説! 2022-8-24 2023-8-18 開発 アプリ開発・API この記事の所要時間:7分 Shopify Marketplace Kitは、開発者がShopifyアプリを介さずに、あらゆるプラットフォームから直接販売できるようにするEコマースツールです。 Shopifyと統合するAPI(Application Programming Interface)として機能し、あらゆる種類のプラットフォームが商品の掲載場所として機能することができます。 Shopify Marketplace Kitは、マーケットプレイスを利用するために必要なドキュメントやチュートリアル、実例を提供しています。 この記事では、Shopify Marketplace Kitとは何なのか、どのような機能を持つのか、そしてこのツールを活用する

                                                              Shopify Marketplace Kitとは?機能やメリットを徹底解説!
                                                            • Treasure Data を退職しました - k0kubun's blog

                                                              約5年5か月働いたTreasure Dataを7/22に退職した。7/25からShopifyに入社し、RustでJITコンパイラを開発してRubyを高速化する仕事をする。 仕事としてやりたい分野が変わってきて自分は今回転職したけど、とても良い会社なので、この記事がTreasure Data (以下TD) で働くことに興味がある人の参考になれば良いと思っている。*1 5年勤続記念にいただいたトロフィー やっていたこと APIチーム 元々TDにはJavaで分散システムを書きたくて入社したのだが、TD入社前に特にそういう経験があるわけでもなく主にRailsをやっていたこともあり、Railsでプラットフォームを開発するチームに入った。基盤開発をやりたいと思いながらサービス開発者として最初働き、後に基盤開発チームにジョインするみたいな過去の経験があったので、今回もそういう感じでいけると考えていた。実

                                                                Treasure Data を退職しました - k0kubun's blog
                                                              • YouTubeが通販番組に。Shopify連携でクリエイターがグッズを販売できるようになるって

                                                                YouTubeが通販番組に。Shopify連携でクリエイターがグッズを販売できるようになるって2022.07.20 17:00 岡本玄介 「いいね押してね」から「これ買ってね」に変わりそう。 気になる商品の良し悪しを判断するため、人々はネット上で評価や口コミを参考にしますよね。YouTube(ユーチューブ)でも企業が紹介動画を投稿したり、ユーチューバーがレビューをしたり、インフルエンサーがグッズの宣伝をしたりすることで、視聴者はそれを参考にし、購買意欲も高まります。 イベント生配信で大きな売り上げYouTubeは、サッカーのトーナメント「パウリスタン」や「ビューティー・フェスティバル」、音楽フェスの「コーチェラ」の生配信にて、動画で見ている商品をすぐ買える試みが上手くいったことを踏まえて、今後は動画に登場する商品をタグ付けし、検索タブからすぐに買い物できるようにするそう。まずは来週から、ア

                                                                  YouTubeが通販番組に。Shopify連携でクリエイターがグッズを販売できるようになるって
                                                                • RubyGemsの運営元が「Ruby Shield」を発表。RubyとRailsへのサプライチェーン攻撃への対策としてShopifyが4年で100万ドル(約1億3000万円)を提供

                                                                  RubyGemsの運営元が「Ruby Shield」を発表。RubyとRailsへのサプライチェーン攻撃への対策としてShopifyが4年で100万ドル(約1億3000万円)を提供 Ruby言語用のパッケージであるGemのホスティングサービス「RubyGems.org」を運営するRuby Centralは、RubyやRailsに対するサプライチェーン攻撃への対応を行うプロジェクト「Ruby Shield」を開始すると発表しました。 Today we’re excited to announce Ruby Shield This new initiative in partnership with @ShopifyEng will support open-source and enable us to take on new security-focused projects to bet

                                                                    RubyGemsの運営元が「Ruby Shield」を発表。RubyとRailsへのサプライチェーン攻撃への対策としてShopifyが4年で100万ドル(約1億3000万円)を提供
                                                                  • Ruby Central announces Ruby Shield, a partnership between Ruby Central and Shopify

                                                                    Ruby Central announces Ruby Shield, a partnership between Ruby Central and Shopify

                                                                      Ruby Central announces Ruby Shield, a partnership between Ruby Central and Shopify
                                                                    • GitHub - Shopify/ruby-lsp: An opinionated language server for Ruby

                                                                      The Ruby LSP is an implementation of the language server protocol for Ruby, used to improve rich features in editors. It is a part of a wider goal to provide a state-of-the-art experience to Ruby developers using modern standards for cross-editor features, documentation and debugging. Want to discuss Ruby developer experience? Consider joining the public Ruby DX Slack workspace. The Ruby LSP featu

                                                                        GitHub - Shopify/ruby-lsp: An opinionated language server for Ruby
                                                                      • Shopify Invests in Research for Ruby at Scale

                                                                        Opens in a new windowOpens an external siteOpens an external site in a new window Shopify is continuing to invest on Ruby on Rails at scale. We’ve taken that further recently by funding high-profile academics to focus their work towards Ruby and the needs of the Ruby community. Over the past year we have given nearly half a million dollars in gifts to influential researchers that we trust to make

                                                                          Shopify Invests in Research for Ruby at Scale
                                                                        • サブドメインをユーザーホスティングサイトに使うときのパターン(Same Origin/Cookie/Public Suffix List)

                                                                          README.md サブドメインをユーザーホスティングサイトに使うときのパターン hoge.example.com でユーザが作成したサイトをホスティングして、任意のJavaScriptを実行できる状態にしたいケース。 サブドメインを分けることで、Fetch APIなどはSame Origin Policyを基本にするため、別のサブドメインや example.com に対するリクエストなどはできなくなる。 一方で、CookieはSame Origin Policyではない。 デフォルトでは、hoge.example.com から example.com に対するCookieが設定できる。 これを利用したDoS(Cookie Bomb)やこの挙動を組み合わせた別の脆弱性に利用できる場合がある。 The Cookie Monster in Your Browsers - Speaker Dec

                                                                            サブドメインをユーザーホスティングサイトに使うときのパターン(Same Origin/Cookie/Public Suffix List)
                                                                          • GitHub - bytecodealliance/javy: JS to WebAssembly toolchain

                                                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                              GitHub - bytecodealliance/javy: JS to WebAssembly toolchain
                                                                            • Hello Shopify Themes Shopifyテーマ開発ガイド|non-standard world株式会社

                                                                              ブランドの世界観を、 Shopifyでより良く表現するために。 Hello Shopify Themes Shopifyテーマ開発ガイド メッセージ ようやく完成まで辿り着きました!ご支援いただいた皆さまに御礼申し上げます。 本書『Hello Shopify Themes』は、Shopifyテーマ開発に興味があるすべての方へ宛てた、その開発の道のりをサポートする一冊です。 Shopifyテーマはどのような構造で成り立っているのか。互いにどう関わりあっているのか。作りたい機能のためには、どこに触れればいいのか。 読み終わったときには、本書で紹介していないカスタム事例であっても、実装までの道筋を見出せるような——いわば地図として、本書があなたの助けとなれることを、心から願っています。 著者プロフィール non-standard world, Inc. フロントエンドエンジニア。 立教大学文学部

                                                                                Hello Shopify Themes Shopifyテーマ開発ガイド|non-standard world株式会社
                                                                              • ブランドの世界観が伝わるShopifyで構築されたハイクオリティなECサイト|FRACTA |トータルブランディングパートナー

                                                                                おはようございます、こんにちは、こんばんは。アートディレクター / デザイナーとして、先月FRACTAにジョインしました、間部と申します。 これまでのキャリアでは、BtoB企業の案件を中心にWebサイトを起点としたデジタル領域のブランディングを行ってきました。その知見を生かし、今回はFRACTAとは切っても切り離せない関係である、ECプラットフォーム "Shopify” の活用事例の中でも、特にブランドの世界観の作り込みが素晴らしいなと思ったWebサイトを中心に集めました。 最後までお付き合いいただけると嬉しいです。 BRANCHÉ CHOCOLAT | ブランシェ・ショコラhttps://branche-chocolat.jp/“食のリテラシーを磨く”をコンセプトに、カリナリープロデューサーとしても活動する薬師神陸シェフを起用した、カレ・オ・ショコラという、高級チョコレートスイーツブラン

                                                                                  ブランドの世界観が伝わるShopifyで構築されたハイクオリティなECサイト|FRACTA |トータルブランディングパートナー
                                                                                • Shopifyで階層のあるパンくずリストを実装【サンプルコードあり】|liquid note | 初学者向けShopify情報ブログ

                                                                                  特に国内向けストアだとご要望として多いのが「パンくずリスト」ですよね。 商品数やカテゴリが多い場合には確かにあると便利ですが、Shopifyのテーマでは基本的にデフォルトでは対応していません。 そこで今回は、Shopifyでパンくずリストを自力で実装する方法をご紹介します。 一番基本のパンくずリストの作り方 基本となるパンくずリストの作り方は、Shopifyの公式サイトでも紹介されています。 https://shopify.dev/tutorials/customize-theme-add-breadcrumbs 「breadcrumbs.liquid」みたいなスニペットを作って、以下のコードをコピペすればOKです。 {% unless template == 'index' or template == 'cart' or template == 'list-collections' %

                                                                                    Shopifyで階層のあるパンくずリストを実装【サンプルコードあり】|liquid note | 初学者向けShopify情報ブログ