並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 145件

新着順 人気順

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

  • Ruby: Shopifyによる新しい高速な静的型分析の実験(翻訳)|TechRacho by BPS株式会社

    概要 CC BY-NC-SA 4.0 Deedに基づいて翻訳・公開いたします。 英語記事: Interprocedural Sparse Conditional Type Propagation | Rails at Scale 原文公開日: 2025/02/24 原著者: Max Bernstein、Maxime Chevalier-Boisvert CC BY-NC-SA 4.0 Deed | 表示 - 非営利 - 継承 4.0 国際 | Creative Commons 日本語タイトルは内容に即したものにしました。 参考: 疎な条件分岐を考慮した定数伝播(Sparse conditional constant propagation) - Wikipedia 11時をお知らせします。皆さんの大事な変数がどこを指しているかちゃんと把握していますか?1 def shout(obj) ob

      Ruby: Shopifyによる新しい高速な静的型分析の実験(翻訳)|TechRacho by BPS株式会社
    • Shopify’s Journey to Planet-Scale Observability

      Shopify operates its e-commerce platform at massive scale, running thousands of services and processing billions of events per second. In a previous blog post, I shared how Shopify runs Platform Engineering to meet this scale. But what about observability? To tackle the challenges of observability at this scale, they built Observe — an in-house observability stack that makes use of open-source too

        Shopify’s Journey to Planet-Scale Observability
      • Five years of React Native at Shopify (2025) - Shopify

        Five years ago, we announced that React Native (RN) is the future of mobile at Shopify. Today, we are excited to share the progress we've made, lessons learned, and what the future holds. To recap, we decided to switch to RN for 3 main reasons: Write it once - Stop building the same features twice, once on iOS and once on Android Talent portability - Enable devs to work fluently across iOS, Androi

          Five years of React Native at Shopify (2025) - Shopify
        • Joining the Shopify board of directors

          November 19, 2024 Joining the Shopify board of directors I've known Tobi for over twenty years now. Right from the earliest days of Ruby on Rails, when he was building Snowdevil, which eventually became Shopify, to sell snowboards online. Here's his first commit to Rails from 2004, which improved the ergonomics of controller testing. Just one out of the 131 commits he made to the framework from 20

            Joining the Shopify board of directors
          • David Heinemeier Hansson joins Shopify’s board: 20 years in the making

            Company David Heinemeier Hansson joins Shopify’s board: 20 years in the makingNovember 19, 2024 Welcome, David Heinemeier Hansson (known to many as “DHH”), to Shopify’s board of directors. You may know David as the founder and steward of Ruby on Rails, which has a long history with Shopify and is still part of our technology stack today. But he’s also joining our board for another reason: in servi

              David Heinemeier Hansson joins Shopify’s board: 20 years in the making
            • 10ヶ月で50個の日本製Shopifyアプリを作った話。あるいは、未経験エンジニアの教育について。 - Qiita

              システム開発の受託や、私が代表の別会社の自社サービスの開発があるため、開発経験が長いエンジニアは片手間で Shopify アプリの開発を行っていました。 そのため、主戦力になるのは新米エンジニア達です。 新米エンジニアが活躍できる環境を整えるのが、弊社の Shopify アプリ開発には必須でした。 受託開発で会社の資本は安定していたため、新米エンジニアの教育にも力を入れていきました。 Shopify アプリ開発の開始 一番最初に作ったのは、シンプルポイント|追加料金なしで使えるお手軽ポイントアプリという Shopify のポイントアプリです。 こちらのアプリを作成するのに、2 週間程かかりました。 最初にポイントアプリを作成した理由は特にありません。 最初から大量の Shopify アプリを作成するのは決めていたため、適当に作りやすいものから作成していきました。 弊社は、代表の私を含めエン

                10ヶ月で50個の日本製Shopifyアプリを作った話。あるいは、未経験エンジニアの教育について。 - Qiita
              • Finding Memory Leaks in the Ruby Ecosystem

                This blog post is adapted from a talk that Adam Hess and I gave at RubyKaigi 2024. Until recently, Ruby lacked a mechanism for detecting native-level memory leaks from within Ruby and native gems. This was because, when Ruby terminates, it does not free the objects that are still alive or the memory used by Ruby’s virtual machine. This is because the system will reclaim all the memory used anyway,

                  Finding Memory Leaks in the Ruby Ecosystem
                • Ruby: 2024年までのPrismパーサーの長い歴史を振り返る(翻訳)|TechRacho by BPS株式会社

                  概要 CC BY-NC-SA 4.0 Deedに基づいて翻訳・公開いたします。 英語記事: Prism in 2024 | Rails at Scale 原文公開日: 2024/04/16 原著者: Kevin Newton CC BY-NC-SA 4.0 Deed | 表示 - 非営利 - 継承 4.0 国際 | Creative Commons 日本語タイトルは内容に即したものにしました。 syntax treeは「構文ツリー」と訳しています。lexerは英ママとしています。 Ruby 3.3.0では、Prismと呼ばれる新しい標準ライブラリがCRubyに追加されました。PrismはRuby言語を解析するパーサーであり、Cライブラリ版(CRubyでもオプションで利用可能)とRubyライブラリ版(Ruby gemとして利用可能)の両方が公開されています。Prismプロジェクトは多くの開発

                    Ruby: 2024年までのPrismパーサーの長い歴史を振り返る(翻訳)|TechRacho by BPS株式会社
                  • 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」が公開
                      • [2024年 Remix版] Shopifyアプリ開発公式チュートリアル - 徹底解説!

                        2023年8月の Shopify Edition Summer’23 にて、Shopifyアプリ開発のテンプレートがRemixフレームワークに変更されました。 今後もExpressやRubyと共存していくのかと思いきや、Shopify CLIから構築できるテンプレートはRemix一択になっています。 2022年11月にRemixとShopifyが提携し、実質Shopify開発専用のフレームワークとなりつつあるRemix。 今後、Shopifyアプリ開発エンジニアも、ShopifyカスタムストアフロントエンジニアもRemixで開発せざるを得ない状況になるかもしれません。 そこで、今回はRemixフレームワークでのShopify公式ドキュメントを解説していきたいと思います。 💡 推定完了時間 3時間 学べること このチュートリアルでは、次のことを学べます。 Shopify CLI を使用する

                          [2024年 Remix版] Shopifyアプリ開発公式チュートリアル - 徹底解説!
                        • 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 - Shopify

                              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 specific benefits. We created Ruvy to take advantage of performance improvements f

                                Introducing Ruvy - Shopify
                              • 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を使用しています。 最近では他社での採用事例も見かけるようになってきましたが、それでもまだ手に入る情報は少なく手探りでの開発が続いているのが現状です。 そこで自分たちが実際にpac…

                                      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」をリリース

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

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

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

                                            StoreHero GrowthDash - Shopify×グロースに特化したスタートダッシュパッケージ
                                          • 【2024】Shopifyの導入事例24選!業種別に日本国内・海外の事例を紹介 | EC支援サービス「マイナビD2C」

                                            「ECサイトを構築したいと計画しているけれど、どのサービスを使用するべきか判断に悩む」「Shopifyは最近よく聞くし、機能も充実しているのに安価で利用できると教えてもらったが、実際はどのような感じなのだろう?」 ECサイトを構築する際に一番悩むことの一つは、どのシステムを利用するかです。費用や機能は十分か、カスタマイズはしやすいのかなど判断に悩む場合もあります。 テーマと呼ばれるテンプレートが豊富に揃っており、基本機能も充実しているShopify(ショッピファイ)でも、ECサイトの出来上がりはどのような感じになるのか気になるでしょう。 今回は、日本国内や海外のECサイトの中でShopifyを活用してサイト構築している事例をピックアップして紹介します。なお、Shopifyを使用しているかどうかに関しては、下記のGoogle Chromeの拡張機能を使用して調査しています。Chromeの拡張

                                              【2024】Shopifyの導入事例24選!業種別に日本国内・海外の事例を紹介 | EC支援サービス「マイナビD2C」
                                            • 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-10-23 • Jean Boussier Next Generation Out of Band Garbage Collection In this post we look at the impact of a new feature of Ruby 3.4 on Shopify's monolith. 2024-10-03 • Andy Waite An Introduction to the Ruby LSP Add-on System In this post we introduce the Ruby LSP add-on system. We'll explain the problem it solves, discuss its architecture, showcase some example add-ons, and share our vision

                                                  Rails at Scale
                                                • Shopifyでの実装方法

                                                  ShopifyでGA4実装を行う方法 ShopifyはGA4及びGA4でのeコマース計測に対応しているため、Shopifyの仕組みを利用した導入方法をおすすめします。一部eコマースのイベントは計測出来ませんが(後述)売上や商品詳細の表示、カート追加などは問題なく計測出来ます。 以下で具体的な実装手順を紹介いたします。 Shopifyのapp storeからGoogleチャネルを導入する app storeのGoogleチャネルを導入していない場合は、まずこちらをShopifyに導入します。

                                                    Shopifyでの実装方法
                                                  • 10 Tips for Building Resilient Payment Systems - Shopify

                                                    10 Tips for Building Resilient Payment SystemsThe top 10 tips and tricks for building resilient payment systems from a Staff Developer working on Shopify’s payment infrastructure. 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,

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

                                                      Bringing Javascript to WebAssembly for Shopify FunctionsWhile we’re working on getting our Shopify Functions infrastructure ready for the public beta, we thought we’d use this opportunity to shine some light on how we brought JavaScript to WebAssembly, how we made everything fit within our very tight Shopify Function constraints, and what our plans for the future look like. At Winter Editions 2023

                                                        Bringing Javascript to WebAssembly for Shopify Functions - Shopify
                                                      • 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 - Shopify

                                                          From Ruby to Node: Overhauling Shopify’s CLI for a Better Developer ExperienceIn this blog post, Pedro explains why we rewrote Shopify CLI into Node instead of Ruby, the tradeoffs that came with the decision, the principles we embraced in this new iteration, and the challenges and ideas ahead of us to explore. The Shopify CLI (command line interface) is an essential tool for developers when buildi

                                                            From Ruby to Node: Overhauling Shopify’s CLI for a Better Developer Experience - Shopify
                                                          • 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 - Shopify

                                                              Migrating our Largest Mobile App to React NativeIn 2020, we announced that React Native is the future of mobile at Shopify. As part of that journey, we’ve been migrating Shopify Mobile (our largest app at 300 screens per platform) from native to React Native. Here’s how it’s going. In 2020, we announced that React Native is the future of mobile at Shopify and since then we’ve been migrating all ou

                                                                Migrating our Largest Mobile App to React Native - Shopify
                                                              • Finding Relationships Between Ruby’s Top 100 Packages and Their Dependencies - Shopify

                                                                Finding Relationships Between Ruby’s Top 100 Packages and Their DependenciesAs packages frequently depend on other packages, could some of these big (more than 180M downloads) packages depend on small (less than 180M downloads) packages? In June of this year, RubyGems, the main repository for Ruby packages (gems), announced that multi-factor authentication (MFA) was going to be gradually rolled ou

                                                                  Finding Relationships Between Ruby’s Top 100 Packages and Their Dependencies - Shopify
                                                                • Year in Review 2022: Tenderlove's Ruby and Rails Reflections and Predictions - Shopify

                                                                  Year in Review 2022: Tenderlove's Ruby and Rails Reflections and PredictionsSenior Staff Engineer and Rails core team member Aaron Patterson recaps his favourite Ruby and Rails updates of 2022 and some predictions (okay, so maybe it’s more of a wish list) for 2023. 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

                                                                    Year in Review 2022: Tenderlove's Ruby and Rails Reflections and Predictions - Shopify
                                                                  • 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 - Shopify

                                                                      Shopify Embraces Rust for Systems ProgrammingShopify is adopting Rust as our systems programming language, and joining the Rust Foundation. 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 expre

                                                                        Shopify Embraces Rust for Systems Programming - Shopify
                                                                      • Liquid reference

                                                                        The Liquid reference documents the Liquid tags, filters, and objects that you can use to build Shopify themes.

                                                                          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 - Shopify

                                                                              Mixing It Up: Remix Joins Shopify to Push the Web ForwardAt Shopify, the Remix open-source community has a strong sponsor and supporter that will enable the web framework to accelerate its roadmap. 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, a

                                                                                Mixing It Up: Remix Joins Shopify to Push the Web Forward - Shopify
                                                                              • フルタイム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