並び順

ブックマーク数

期間指定

  • から
  • まで

681 - 720 件 / 1604件

新着順 人気順

"New App"の検索結果681 - 720 件 / 1604件

  • [2023年 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 を使用する

      [2023年 Remix版] Shopifyアプリ開発公式チュートリアル - 徹底解説!
    • アダルトサイトDUGAのAPIクライアントgem "ruby_duga" を公開しました - Qiita

      DUGA API IDの取得 DUGAでアプリケーションIDの発行申請をしてください。APIの使用にあたって、アプリケーションIDと代理店IDが必要になります。 利用例 require "ruby_duga" cli = RubyDuga.new(app_id: "YOUR_APP_ID", agent_id: "YOUR_AGENT_ID", banner_id: "YOUR_BANNER_ID") response = cli.search(keyword: "コメディ", adult: 0) response.body[:items].map {|x| x[:item][:title]} => ["けっこう仮面 マングリフォンの逆襲", "古今亭駒次「公園のひかり号」", "けっこう仮面 フォーエバー", "けっこう仮面 RETURNS", "できる子の証明", "天然華汁さやか",

        アダルトサイトDUGAのAPIクライアントgem "ruby_duga" を公開しました - Qiita
      • Apple introduces new options worldwide for streaming game services and apps that provide access to mini apps and games - Latest News - Apple Developer

        Apple introduces new options worldwide for streaming game services and apps that provide access to mini apps and games New analytics reports coming in March for developers everywhere Developers can also enable new sign-in options for their apps Today, Apple is introducing new options for how apps globally can deliver in-app experiences to users, including streaming games and mini-programs. Develop

          Apple introduces new options worldwide for streaming game services and apps that provide access to mini apps and games - Latest News - Apple Developer
        • Railsチュートリアルを完全SPA化してみた - Qiita

          今回は、自分なりにRails tutorialをRails APIとnextを用いてSPA化してみたので、それを振り返って見ようと思います。 基本的にバックエンド側の内容は、Rails tutorialのrenderをjbuilderやjson:に変更してる程度なので、詳しくはRails tutorialをご購入ください。 ですので今回の記事では、フロントエンドの内容をメインに振り返りたいと思います。 サイト概要 Rails Tutorial(rails ver 6.0)用のアプリケーションをRails APIとnext --typescriptを用いて完全SPA化しました。 プロダクトページはこちら 自分が見本としたチュートリアルである、Rails tutorialのページはこちら(有料です) Next.jsによるフロントエンド側のAppレポジトリーはこちら Rails APIを用いたバ

            Railsチュートリアルを完全SPA化してみた - Qiita
          • Build an ecommerce app with Next.js and Shopify - LogRocket Blog

            Table of contents Create a Shopify Store Get Shopify’s Storefront API token Set up the Next.js app Create the ecommerce store’s homepage with Next.js Create different collection pages in the ecommerce app Create a product page in Next.js and Shopify Retrieve your products with the Shopify Storefront API Since COVID-19 appeared in the world, ecommerce has exploded. According to the International Tr

              Build an ecommerce app with Next.js and Shopify - LogRocket Blog
            • 【2021年度版】WEBサイトに埋め込んでいるInstagram(インスタグラム)の最新投稿一覧を表示されるようにする方法|もるるん

              【2021年度版】WEBサイトに埋め込んでいるInstagram(インスタグラム)の最新投稿一覧を表示されるようにする方法 本記事では、最新のinstagram(インスタグラム)をWEBサイトに埋め込んで投稿一覧表示させる方法をご紹介します。インスタの埋め込み画像が表示されないといった症状の解決策にもなります。 有料級の情報『インスタをWEBサイトにて投稿一覧表示させるためのプログラムのソースコード』を無料で下部に記載しております。 WEBサイトにInstagram(インスタグラム)を埋め込んで連携しているショップさんや不動産屋さん等結構いるのですが、2020年6月29日で埋め込んで投稿表示できるInstagramの旧APIが利用停止となったため、Instagramの最新投稿が表示されない?といったお悩みごとがあるかと思います。 Instagram Basic Display APIを使っ

                【2021年度版】WEBサイトに埋め込んでいるInstagram(インスタグラム)の最新投稿一覧を表示されるようにする方法|もるるん
              • Ktor と Bolt で始める Slack アプリ入門

                先日 Ktor 1.5.0 がリリースされましたね!開発者モードなどが改善されたようで引き続き動向を追っていこうと思います。さて、今回は Ktor と Bolt で簡単な Slack Bot アプリを作るをテーマに紹介します。この記事は Ktor や Kotlin で Slack アプリを作ってみたいという方向けであり、また コネヒト Advent Calendar 2020 の24日目の記事です。 Ktor と Bolt について Bolt は Slack アプリ開発を簡単に行うためのフレームワークで、いくつかの言語がサポートされています。java-slack-sdk 1.3.0 から Kotlin の Webフレームワークである Ktor もサポートされています。もちろん Kotlin も利用することができ、サンプルコードもいくつか提供されているので、気になる方はご覧ください。 今回は

                  Ktor と Bolt で始める Slack アプリ入門
                • 続き_Glideを使って在庫管理アプリっぽいモノを作ってみた話|goto

                  はじめに・こちらの記事は前回の「いまさらノンコーディングでPWAアプリを作れるというGlideを使ってみた話」の続きです。 ・素人がGlideいじいじしている記事です。 在庫管理アプリに挑戦前回につづき、スプレッドシートならではの特性を活かして関数やGASとも組み合わせられるのではないかと画策。 早速やってみる。 新規に「Glide在庫管理」というスプレッドシートを作成。元データは以下の通り 今回はただのベタ打ちではなく。A列は「マスタ」シートから入力規則でリスト型にし、B~D列はVLOOKUPで同じく「マスタ」シートからシリアルNO・説明文・値段を取得。 E列(在庫数)のみ手入力で、F列は在庫数が1個以下ならtrue。つまり注文対象と判定するように数式を組んだ。 Glideにて「New App」する 今回はlist型で表示してみた。 さらに在庫変動をスマホ側で入力できるようにedit画面

                    続き_Glideを使って在庫管理アプリっぽいモノを作ってみた話|goto
                  • 【CircleCI2.0】JavaScript に対応するように設定 - Qiita

                    はじめに CircleCI で JavaScript を扱えるように設定しました。 今まで問題なく動作していた CircleCI のテストでしたが、あることをしてから通らなくなったので対処方法を記していきます。 今までの設定ファイルはこちらです。 目次 環境 問題 原因 RSpecでjs: trueを使用 今回 ローカル環境と CircleCI環境 をあわせるために行った変更 解決策 spec/support/capybara.rb 変更前 変更後 spec/rails_helper.rb Dockerfile .circleci/config.yml .circleci/config.yml 全体 config/database.yml.ci まとめ おわりに 参考文献 環境 Ruby: 2.6.6 Bundler: 2.0.2 MySQL: 8.0 CircleCI: 2.0 yarn

                      【CircleCI2.0】JavaScript に対応するように設定 - Qiita
                    • 【アップデート解説】Welcome to Flutter 2.5 !!

                      はじめまして、ますみです! 株式会社Galirage(ガリレージ)という「生成AIのシステム開発会社」で、代表をしております^^ 2021/09/09に、Flutter 2.5がstable(安定版)になりました🎉 そこで早速ですが、今回のアップデートについて日本語で少しだけまとめてみました!とくに、筆者がすごいと思ったアップデートを中心に抜粋して、お届けします🙌 原著記事について まず原著記事についてですが、Chris SellsさんというFlutter開発のPMの方(Google Product Manager on the Flutter development experience)が書いた記事になります。 https://medium.com/flutter/whats-new-in-flutter-2-5-6f080c3f3dc 記事全体の構成としては、以下のような構成にな

                        【アップデート解説】Welcome to Flutter 2.5 !!
                      • Advanced page transitions with Next.js and Framer Motion - LogRocket Blog

                        Editor’s note: This article was updated by Paul Akinyemi on 28 December 2023 to add relevant information about the Next.js App Router, the new mode for AnimatePresence, and dealing with scroll issues. Users have come to expect more interactivity on the web to grab their attention and entice them to engage. A key way to capture attention is by using movement and page transitions. This may sound lik

                          Advanced page transitions with Next.js and Framer Motion - LogRocket Blog
                        • 交通費申請を楽にするためにSlackのスラッシュコマンドをZapierで作成した - Yappli Tech Blog

                          インテグレーション・エンジニアのおうえです。 今回は「交通費申請を楽にするためにSlackのスラッシュコマンドをZapierで作成した」という内容を紹介します。 はじめに ヤプリは社員各自が在宅とリモートを判断することができる「オープン勤務」という勤務体制になっています。 業務状況に応じて在宅とリモートを選択できてとても働きやすいのですが、出社日数が不定なために月末の交通費申請が面倒という問題がありました。 解決案 ヤプリでは勤怠をTeamSpiritで管理しているために、Slack のコマンドを使って TeamSpirit に打刻するの記事にあるngs/ts-dakokuをforkした/tsというSlackのスラッシュコマンドを利用しています。 github.com /ts を利用した場合、リモート or 出社のいずれかが、Slackチャンネルに定型文で投稿されます。 つまり、Slack

                            交通費申請を楽にするためにSlackのスラッシュコマンドをZapierで作成した - Yappli Tech Blog
                          • Sad state of cross platform GUI frameworks

                            Sad state of cross platform GUI frameworksCreated: 2020-03-16 Reading time: ~30 minutes Before you read: Due to rather random set of events, this article started an internet food fight as it reached the first spot on common programming link aggregators. Some agreed, some complained, some ranted how it doesn’t go into details and I have no idea what I am writing about. Well, you are not wrong on th

                              Sad state of cross platform GUI frameworks
                            • Octane is Here

                              Ember 3.15 is Octane! Curious what Octane means for web development? This blog post will get you oriented. For a write up of the technical details (upgrade strategies, deprecations, new Ember Data features) see the Ember 3.15 Release blog post. What is Ember Octane? Ember Octane is the best way for teams to build ambitious web applications. Ember has always focused on building the best framework t

                                Octane is Here
                              • Planetary - Social media for humans, not algorithms.

                                We're moving to Nostr. The planetary team has taken our design, app, and philosophy over to Nostr. Our new app is nos.social.nos.social The peer-to-peer social network with thousands of communities by and for the people. A change of paradigmsControl your algorithmPlanetary puts people first. Our algorithms are open source. You can choose which one you want to use and read the code to understand ho

                                  Planetary - Social media for humans, not algorithms.
                                • Vite + React なアプリにプッシュ通知を導入する

                                  はじめに 本記事では、Vite + React なアプリでプッシュ通知できるようにします。なお、プッシュ通知部分は OneSignal (Free プランであれば、クレジットカードの登録不要)を使用しています。 完成イメージ 最終的には下記のようにプッシュ通知を送れるようになります。ロック画面に表示されているプッシュ通知からアプリを開いています。 検証した環境 iOS 17.0.3 Vite 4.4.11 React 18.2.0 vite-plugin-pwa 0.16.5 前提 OneSignal を使ってプッシュ通知を組み込むためにサイトの URL が必要になります。 本記事では、ホスティング環境の構築部分は省略しているので、お好みの環境にデプロイしてください。(Vercel などにデプロイするのが楽だと思います) OneSignal のセットアップ 冒頭にも書きましたが、プッシュ通

                                    Vite + React なアプリにプッシュ通知を導入する
                                  • How I reduced the code in my Redux app by using Redux Hooks.

                                    I recently wrote an article that compared the exact same app built with React and again with React + Redux.The code for the app that had Redux used connect() bindings to hook up our components to our store. This meant that we had things such as mapStateToProps and mapDispatchToProps adding several lines of code to each of our container* components. *A container component is typically an entry poin

                                      How I reduced the code in my Redux app by using Redux Hooks.
                                    • BitriseにGitHub OrganizationのRepositoryを連携してみた | DevelopersIO

                                      こんにちは、CX事業本部の若槻です。 弊部署で対応している一部のプロジェクトでは、モバイルアプリのCI/CDツールとしてBitriseを利用しています。Bitriseは、iOS、Android、Xamarin、React NativeなどのモバイルアプリケーションのCI/CDに特化したWebサービスです。 https://www.bitrise.io/ 今回は、このBitriseにチームで利用しているGitHub OrganizationのRepositoryを連携してチームでCI/CDを利用できるようにするまでの操作を確認してみました。 やってみる 早速BitriseでGitHub OrganizationのRepositoryを連携をしてみます。なお、前提として以下の対応は実施済みです。 操作に使用するアカウントに対して以下実施済みです。 GitHub連携によるBitriseへのサイン

                                        BitriseにGitHub OrganizationのRepositoryを連携してみた | DevelopersIO
                                      • これは面白い!iPad ProのLiDARスキャナで無料で簡単に3Dスキャンできる「3d Scanner App」|男子ハック

                                        ネットで話題これは面白い!iPad ProのLiDARスキャナで無料で簡単に3Dスキャンできる「3d Scanner App」2020年7月26日16 iPad Pro(2020)に搭載されたLiDARスキャナを活用し、簡単に3Dスキャンができる「3d Scanner App」がTwitterで注目されていました。無料で利用できるので早速試してみましたが、これはなかなか面白い! 新型iPad Proで簡単に3Dスキャン!品質などは良くないけど、無料で遊べます「3d Scanner App」で3Dスキャンした僕の仕事部屋iPad Pro(2020)に搭載されたLiDARスキャナを活用した、無料の3Dスキャナーアプリ「3d Scanner App」がTwitterで注目されていました。 LiDARスキャナは、次期iPhoneにも搭載されるという噂ですが、現在採用されているのはiPad Pro(

                                          これは面白い!iPad ProのLiDARスキャナで無料で簡単に3Dスキャンできる「3d Scanner App」|男子ハック
                                        • Uc Browser For Java - leanlasopa

                                          The new app release brings performance improvements, new features. The user interface of the application was improved as well, with a variety of optimizations brought to the menus, night mode, operations on touch devices, and more. Additionally, UC Browser 9.0 for Java phones arrives with various bug fixes and stability improvements. For example, the missing Speed Dial issue has been resolved in t

                                            Uc Browser For Java - leanlasopa
                                          • Popular Mac app 'Bartender' acquired by new unknown developer

                                            Apps Popular Mac app ‘Bartender’ acquired by new unknown developer Bartender is a popular Mac app that lets users customize and add new functions to the macOS Menu Bar. However, the app was recently acquired by new and unknown developers without disclosure, which raised concerns among current Bartender users. Bartender users skeptical of new app owners As shared in an extensive Reddit thread, many

                                              Popular Mac app 'Bartender' acquired by new unknown developer
                                            • 会社でもガチャを回したい!(SlackワークフローからGoogle Apps Scriptを実行する方法) - NIFTY engineering

                                              この記事は、ニフティグループ Advent Calendar 2023 18日目の記事です。 風邪を引いてアドベントカレンダー遅刻しました はじめに ニフティ株式会社新卒入社一年目の中井です。今日は皆さんに会社でも回せるガチャを実装する方法、もとい、SlackワークフローからGoogle Apps Scriptを実行する簡単な方法についてご紹介します! 早速ですが、皆さんは普段、Slackを使われていますか? ニフティでは、社員なら使わない日はないんじゃないかというほどSlackが利用されています。やっぱり単なるチャットツールとして以上に、Slackから様々なアクションを起こすことができる点が強いんですよね。そんな部分の一つの例として、今回は簡単に実行できるガチャを作ってみましょう。 ちなみにガチャというのは別に私がガチャを引きたかったわけではなくて、私自身は全然ソシャゲとか知らないので、

                                                会社でもガチャを回したい!(SlackワークフローからGoogle Apps Scriptを実行する方法) - NIFTY engineering
                                              • AppSheetをいきなり使ってみたけど何となくでアプリが作れた話 | 初心者備忘録

                                                不勉強な私は「AppSheetってなんやねん?」といった感じでまったく知らなかったのですが、TwitterのTLを眺めていると、どうやら“Microsoft Power Appsのように簡単にビジネスアプリが作れるらしいサービス”であることを知りました。 「じゃあ、百聞は一見にしかず。まずは触ってみるのが良いな!」 というわけで、予備知識も無いまま、いきなり弄ってみることにします。 データソースの準備 こちらの記事に、データソースを設定して云々と書かれていたので、まずはAppSheetで使う元データを準備します。 今回は女の子向け大人気レーディングカードアーケードゲーム「オトカ♥ドール」の『あそべるお店』リストの情報を元に、スプレッドシートを作成しました。 お店の名前、都道府県、住所、キラキラカード対応の有無を表形式でまとめたものです。 AppSheetによるアプリの作成 データの準備がで

                                                  AppSheetをいきなり使ってみたけど何となくでアプリが作れた話 | 初心者備忘録
                                                • 【ぶっちゃけAndroidアプリ開発】Widgetをクリックしてもブロードキャストされない - Qiita

                                                  初めてAndroidのWidgetアプリを作る事になり、ネット上のサンプルアプリを動かそうとしたら、ウィジェットをクリックした時にブロードキャストが受け取れない(発生しない)という状況になり、ハマりました。 同じ悩みを抱える人のために取り急ぎ解決方法を記載しておきます。 結果的には、SDKバージョンの仕様変更によるものでした。 わたしのAndroid Studioは、2019年12月時点で最新バージョンを導入しています。 <前提> ・Android Studio 3.5.3 ・compileSdkVersion 29 ・buildToolsVersion "29.0.2" ・minSdkVersion 15 ・targetSdkVersion 29 1.サンプルコード 以下の二つを実装してみましたが、うまく行きません。 ・クリックするとToast表示するアプリ https://qiita.

                                                    【ぶっちゃけAndroidアプリ開発】Widgetをクリックしてもブロードキャストされない - Qiita
                                                  • How to Create a Custom GitHub Action with Node & JavaScript on Space Jelly

                                                    GitHub Actions are a powerful tool to automate all kinds of tasks in your workflow. While there are a ton of options available on the Marketplace, those existing Actions might not fit your use case or infrastructure. How can we write our own GitHub Action to automate our project’s tasks? What are GitHub Actions? GitHub Actions are a tool from popular Git provider GitHub that provides CI / CD (Cont

                                                      How to Create a Custom GitHub Action with Node & JavaScript on Space Jelly
                                                    • Screenshot specifications - Reference - App Store Connect - Help - Apple Developer

                                                      Support Open Menu Close Menu Get started App Store Connect homepage App Store Connect workflow App Store Connect for iPhone and iPad App Store Connect API Manage your team Overview of accounts and roles Add and edit users Edit access to apps View and edit your profile Create an app record Add a new app Set your developer name View and edit app information Add watchOS app information Add iMessage a

                                                      • Data-driven full stack apps — running instantly!

                                                        Good news — after the wonderful response to our recent huge updates to Glitch, we’re back with even more of what you — the Glitch community — asked for. Now running a real database behind your app is as easy as remixing We’ve launched four brand-new starters that instantly set up some of the most popular database options for your app automatically. ~glitch-hello-sqlite: A simple, powerful full-sta

                                                          Data-driven full stack apps — running instantly!
                                                        • How To Build a Micro-frontend Framework | Toptal®

                                                          Micro-frontend architecture is a design approach in which a front-end app is decomposed into individual, semi-independent “microapps” working loosely together. The micro-frontend concept is vaguely inspired by, and named after, microservices. The benefits of the micro-frontend pattern include: Micro-frontend architectures may be simpler, and thus easier to reason about and manage. Independent deve

                                                            How To Build a Micro-frontend Framework | Toptal®
                                                          • KB Parallels: Install Microsoft Store to Windows 11 on ARM

                                                            Install Microsoft Store to Windows 11 on ARM 183 users found this article helpful Applies to: Parallels Desktop for Mac Standard Edition Parallels Desktop for Mac Pro Edition Parallels Desktop for Mac Business Edition Parallels Desktop for Mac App Store Edition Last Review: May 4, 2022 Available Translations: Get updates Download Some installations of Windows 11 on Mac computers with Apple M1 chip

                                                              KB Parallels: Install Microsoft Store to Windows 11 on ARM
                                                            • [11+] UniversalAuth: Face Unlock for all ROMs

                                                              UniversalAuth: Face Unlock for all ROMs​ This module brings face unlock (and possibly other authentication methods) to any ROM. Requirements​- Xposed/EdXposed/Lsposed - Android 11, 12 or 13 DP (may also work on Android 10, but not tested) Installation​ Download the "universalauth-xposed-release.apk" file and install it. Enable the xposed module and reboot. Download the "faceunlock-release.apk" fil

                                                                [11+] UniversalAuth: Face Unlock for all ROMs
                                                              • Laravel5.8 EloquentやDBの差分を取得する - Qiita

                                                                背景と目的 変更前と変更後の差分を画面に表示したいとか、変更ログを残したい等。 Laravelでモデルやデータベースを更新する際の差分を取得したい場面がよく登場します。 Laravelでは差分を取得する便利メソッドが実装されてるのでご紹介します。 環境 PHP 7.3.6 Laravel 5.8.26 MySQL 8.0.16 モデルの差分を取得したい時 getDirty() メソッドを使用します。 DBの差分を取得したい時 getChanges() メソッドを使用します。 使用例 // ユーザーを作成する $user = new App\User(); $user->fill([ 'name'=> 'before name', 'email'=> Str::random(10) . '@example.com', 'email_verified_at' => now(), 'passwo

                                                                  Laravel5.8 EloquentやDBの差分を取得する - Qiita
                                                                • Android Studio 4.2

                                                                  We are excited to announce that Android Studio 4.2 is now available to download in the stable release channel. The focus areas for this release is an upgraded IntelliJ platform and a handful of new features centered around improving your productivity as an Android app developer. We know sometimes upgrading your app project to the latest version can be complicated. To address this, we have a new ap

                                                                    Android Studio 4.2
                                                                  • Capacitorを用いたWebViewアプリの簡単レシピ - Qiita

                                                                    はじめに こんにちは!毎日寒いですね 今年5月に公表された通信利用動向調査によると、個人がインターネット利用に使う機器の割合は次の通りだそうです。 スマートフォン 63.3% パソコン 50.4% タブレット型端末 23.2% 今年に入って新規サービスの実証実験やテストマーケティングといった業務に携わっていますが、メインターゲットはモバイル端末だと肌で感じています。基幹系システムにおいても、タブレットやスマートフォンを活用して業務効率化を図りたい!というニーズが高まっているかと思います。 「実証実験をモバイルアプリでやりたい!」 「既存のWebサービスをアプリ化したい」 など、現場ニーズへの対応に迫られるシステム担当者も多いのではないでしょうか!? とはいえ、ネイティブアプリの開発はそれなりにコストも期間もかかります。モバイル開発スキルを持ったエンジニアの調達も大変です。iPhoneとAn

                                                                      Capacitorを用いたWebViewアプリの簡単レシピ - Qiita
                                                                    • Announcing tauri-egui 0.1.0 | Tauri Apps

                                                                      fn main() { tauri::Builder::default() .setup(|app| { app.wry_plugin(tauri_egui::EguiPluginBuilder::new(app.handle())); Ok(()) }) } Create an egui layout​To use egui, all you need to do is implement the tauri_egui::eframe::App trait to render elements using the egui API. In the following example, we will create a login layout. Define the struct that will be used to render the layout: use std::sync:

                                                                        Announcing tauri-egui 0.1.0 | Tauri Apps
                                                                      • Argo CDのアプリケーションをArgo CDで管理する - とことんDevOps | 日本仮想化技術のDevOps技術情報メディア

                                                                        本ブログでは、GitOpsを実現するためのツールであるArgo CDを何度か紹介してきました。今回はArgo CDを使って、Helmで管理されたアプリケーションを更新する方法を紹介します。 前提条件 前提として、以下の記事に従ってEKS上にArgo CDのセットアップが済んでいるものとします。 devops-blog.virtualtech.jp またサンプルアプリとして、リクエストの内容を表示するechoserverを利用します。Helmチャートにしたものがこちらです。 アプリケーションの追加 まず「NEW APP」をクリックして、新しいアプリの登録画面を開きます。 左上の「+ NEW APP」ボタンをクリックする 「Application Name」は「echoserver」、「Project Name」は最初からある「default」としましょう。「AUTO-CREATE NAMES

                                                                          Argo CDのアプリケーションをArgo CDで管理する - とことんDevOps | 日本仮想化技術のDevOps技術情報メディア
                                                                        • 【AppSheet使い方】Google傘下の最強ツールを徹底解説 | ノーコードジャパンニュース-ノーコード開発の羅針盤

                                                                          AppSheetの概要 まずAppsheetとは何なのか、使用することでどのようなことができるのかを確認していきましょう。 表計算データベース Appsheetは、アメリカ発のアプリケーション開発用ノーコードツールです。最大の特徴は、表計算ソフトをインポートしてデータベースとして扱うことができることにあります。 データベースの設計は、システム開発でもっとも重要とされる設計の一つとされていますが、初学者にとっては学習のコストが高く、プログラミング学習の障壁になってしまいます。 しかしAppsheetを利用することで、Microsoft ExcelやGoogle スプレッドシートの扱い方さえ分かっていれば、RDBなどの通常システム開発に使用されるデータベースに関する知識がなくてもアプリを開発することができます。 Appsheetと同じように、データベースを表計算型で管理できるノーコードツールに

                                                                            【AppSheet使い方】Google傘下の最強ツールを徹底解説 | ノーコードジャパンニュース-ノーコード開発の羅針盤
                                                                          • Android 15 で edge-to-edge が強制されるかもという話のメモ - nashcft's blog

                                                                            何のこと? どこだったかで Android 15 になったら edge-to-edge 強制になるかもって話を聞いたがこれのことか / Android 15 might force more apps to take up 100% of your screen https://t.co/3SPJRg3UVb— nash (@nashcft) March 29, 2024 www.androidauthority.com この記事の途中に実装に関する言及があった: [...], while I was digging through Android 14 QPR2 Beta 3, I discovered a new app compatibility change named EDGE_TO_EDGE_BY_DEFAULT with this description: “make app

                                                                              Android 15 で edge-to-edge が強制されるかもという話のメモ - nashcft's blog
                                                                            • Google は Pixel デバイスに ChromeOS をワンクリックで展開する技術をテスト中 | HelenTech

                                                                              Google は今年の Google I/O 2024 で「Ferrochrome」プロジェクトと呼ばれていた Pixel デバイス上で ChromeOS を動かすという技術デモを公開しましたが、その後にあくまでも新しい機能の実証のために行ったデモであること伝え、今後の展開について期待させるようなことは述べませんでした。 しかし、新しい報告によれば Google はこの技術を引き続き検証していることが確認され、現在は Pixel デバイス上の仮想マシンで ChromeOS を実行するためのワンクリックソリューションをテストしていることが明らかになりました。 Google はすでに Pixel 8 と Pixel Tablet の仮想マシン上で ChromeOS を実行するところを披露していますが、Mishaal Rahman 氏によれば Google は「Ferrochrome Launc

                                                                              • [AWS CDK] Environments で指定したリージョンにスタックがデプロイされない場合の確認ポイント | DevelopersIO

                                                                                こんにちは、製造ビジネステクノロジー部の若槻です。 AWS CDKでは、StackProps の Environments を指定することでスタックごとにデプロイ先の AWS アカウントおよびリージョンを明示的に指定することができます。 今回は、Environments で指定したリージョンにスタックが思った通りにデプロイされない事象に遭遇しましたので、確認すべきだったポイントを共有します。 事象 AWS CDK で us-east-1 リージョンにスタックをデプロイしたいが、デフォルトリージョンである ap-northeast-1 でデプロイされてしまう事象が発生しました。 CDK スタック定義 import { Stack, StackProps, CfnOutput } from 'aws-cdk-lib'; import { Construct } from 'constructs

                                                                                  [AWS CDK] Environments で指定したリージョンにスタックがデプロイされない場合の確認ポイント | DevelopersIO
                                                                                • Shuffles

                                                                                  Unleash Your Creative EnergyShuffles is a new app for creative play and collective collage. Cut out objects from images, create collages, and bring them to life with animation and effects. Download the app