並び順

ブックマーク数

期間指定

  • から
  • まで

401 - 440 件 / 539件

新着順 人気順

"New App"の検索結果401 - 440 件 / 539件

  • OpenShift ImageStream は何をしてくれるのか - Qiita

    ImageStream 概要 ImageStream1 は OpenShift のリソースの 1 つです。コンテナイメージそのものは含まず、コンテナイメージを参照を行うためのリソースとなります。コンテナイメージの参照を抽象化し、ImageStream とタグによって利用可能なイメージを管理します。 OpenShift DeploymentConfig に指定することができますが、ImageStream を指定せずに直接コンテナイメージの URL やタグを指定することも可能です。 疑問点 ここで 1つ 気になる点が出てきます。ImageStream を DeploymentConfig に指定せずに利用できるのであれば、ImageStream の存在意義とは何でしょうか? ImageStream を利用することで、DeploymentConfig の ImageChange Trigger2

      OpenShift ImageStream は何をしてくれるのか - Qiita
    • Slack API を使用してメッセージを投稿する

      Slack API を使用してアプリを作成 ~ メッセージを投稿するまでの手順メモ。 アプリを作成する 「Slack API: Applications」 にアクセス。 ワークスペースにログインしていない場合はする。 Create New App をクリック。 From scratch をクリック。 任意のアプリ名を入力、ワークスペースを選択し、 Create App をクリック。 これでアプリが作成される。 スコープを設定する OAuth & Permissions をクリック。 ページの中ほどに Scopes セクションがあり、ここでアプリにスコープを設定することができる。 ボットとして API を実行する際のスコープを設定する Bot Token Scopes と、ユーザーとして API を実行する際のスコープを設定する User Token Scopes がある。 まず Bot T

        Slack API を使用してメッセージを投稿する
      • パーフェクト Ruby on Rails 6章 - Qiita

        $ rails new --help Usage: rails new APP_PATH [options] Options: [--skip-namespace], [--no-skip-namespace] # Skip namespace (affects only isolated engines) [--skip-collision-check], [--no-skip-collision-check] # Skip collision check -r, [--ruby=PATH] # Path to the Ruby binary of your choice # Default: /YourPath/.rbenv/versions/3.0.1/bin/ruby -m, [--template=TEMPLATE] # Path to some application temp

          パーフェクト Ruby on Rails 6章 - Qiita
        • Web ページが更新されたら Slack Bot で通知する機能を GAS で実装する話 - Qiita

          概要 Slack Bot と Google Apps Script を用いて,特定の Web ページが更新されたことを通知する簡易な機能を実装してみる. 詳細 ふと東方我楽多叢誌の更新頻度を知りたくなったので 1日おきに Web ページの情報を取ってくる 取ってきた情報と,以前のページ情報を比較する 2で比較したものが異なる場合は通知し,そうでない場合は通知しない という流れの機能を作る. ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ 東方我楽多叢誌 strange article of the outer world ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ 情報の取得 ↑ ↓ 情報の保存 ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

            Web ページが更新されたら Slack Bot で通知する機能を GAS で実装する話 - Qiita
          • What's New In DevTools (Chrome 107)  |  Blog  |  Chrome for Developers

            Customize keyboard shortcuts in DevTools You can now customize keyboard shortcuts for your favorite commands in DevTools. Go to Settings > Shortcuts, hover over a command and click the Edit button (pen icon) to customize the keyboard shortcut. You can create chords (a.k.a multi-key press shortcuts) as well. Chromium issues: 1335274, 174309 Toggle light and dark themes with keyboard shortcut Config

              What's New In DevTools (Chrome 107)  |  Blog  |  Chrome for Developers
            • Docker環境にCapybaraを導入する

              services: ... chrome: image: seleniarm/standalone-chromium ports: - "4444:4444" # ref: https://github.com/seleniumhq-community/docker-seleniarm#--shm-size2g shm_size: 2gb 私はM1 macユーザーなので、Seleniumが配布しているイメージの中でも、seleniarm/standalone-chromiumを用いた。ARMでない方はselenium/standalone-chromeなど、環境に合わせて選んでください。 ちなみに、4444ポートをバインドすることで、http://localhost:4444でSeleniumのダッシュボードをみることができるようになる。 3. Capybaraの設定 spec/rails

                Docker環境にCapybaraを導入する
              • ノーコード開発ツール「AppSheet」とは?開発事例や使い方を解説 | 株式会社LIG(リグ)|DX支援・システム開発・Web制作

                こんにちは、Technology部の小寺です。 今回はGoogleが提供するノーコード開発ツール「AppSheet」について紹介します。 Appsheetを活用すれば、専門的なプログラミング知識をもっていない人でもブラウザ上で簡単にアプリを開発できます。この記事では実際にAppSheetで開発した社員管理アプリをサンプルに、具体的な使い方も解説していきますので、ぜひ参考にしてみてください。 AppSheetとは AppSheetは、Googleが提供するノーコード開発ツールです。データソースとしてGoogle Spread Sheets、 Microsoft Excel、Salesforceなど、多彩なサービスを選択できるのが特徴です。 メリット、デメリットについて まずはAppSheetのメリット、デメリットを簡潔に整理してみました。 ▼メリット データベースからワンクリックで自動的にア

                  ノーコード開発ツール「AppSheet」とは?開発事例や使い方を解説 | 株式会社LIG(リグ)|DX支援・システム開発・Web制作
                • What's New In DevTools (Chrome 97)  |  Blog  |  Chrome for Developers

                  Preview feature: New Recorder panel Use the new Recorder panel to record, replay and measure user flows. Open the Recorder panel. Follow the instructions on screen to start a new recording. For example, you can record the coffee checkout process with this coffee ordering demo application. After adding a coffee and filling out payment details, you can end the recording, replay the process or click

                  • Using a React Table with Client-Side Pagination

                    If you’d prefer to watch rather than read: https://youtu.be/v9E7moqUJ40 Pagination is a simple navigation technique that allows you to divide content into pages. It is very useful when you want to display a large recordset on multiple pages, for example in a table with a huge amount of data. In this article, I’ll be teaching you how to use a React Table with client-side pagination using react-rain

                      Using a React Table with Client-Side Pagination
                    • Slack API入門 -Boltを使ってSlack アプリを開発する- - RAKUS Developers Blog | ラクス エンジニアブログ

                      こんにちは。楽楽勤怠バックエンドチームのmako_makokです。 皆様はSlack アプリを開発されるときはどうやって開発されていますか? Hubotでしょうか?それともHttp Clientから直で叩いていますか? 今回はSlack APIを簡単に使え、爆速でSlack アプリを開発するためのフレームワークBoltのご紹介をさせていただきます。 Boltとは JavaScript Java Python スラッシュコマンドについて スラッシュコマンドの概要 スラッシュコマンドを登録する Boltを使う Slack API を叩いてみる スラッシュコマンドを作る レシーバーの作成 スラッシュコマンドのアクションを作成する 余談: Block Kit まとめ おまけ 参考 Boltとは Slack APIチーム謹製のSlack API Client + スラッシュコマンド用のレシーバを兼ね

                        Slack API入門 -Boltを使ってSlack アプリを開発する- - RAKUS Developers Blog | ラクス エンジニアブログ
                      • High-speed Light Trails in Three.js | Codrops

                        A creative coding exploration into how to recreate a high-speed lights effect in real-time using Three.js. Sometimes I tactically check Pinterest for inspiration and creative exploration. Although one could also call it chronic procrastinating, I always find captivating ideas for new WebGL projects. That’s the way I started my last water distortion effect. Today’s tutorial is inspired by this alte

                          High-speed Light Trails in Three.js | Codrops
                        • Failed to find Chrome binary について - Qiita

                          前提 本日学んだことを書いていきます。 Docker Ruby on Rails Ruby 本題 Capybara でのテスト実行時に以下のようなエラーが出てしまい、ハマりました。。。 Failure/Error: visit login_path Webdrivers::BrowserNotFound: Failed to find Chrome binary. #変更前 Capybara.register_driver :chrome_headless do |app| options = ::Selenium::WebDriver::Chrome::Options.new options.add_argument('--headless') options.add_argument('--no-sandbox') options.add_argument('--disable-dev

                            Failed to find Chrome binary について - Qiita
                          • 【Xamarin.Forms】QRコードの読み取りをする方法 - takataka430’s blog

                            Xamarin.FormsにはQRコードやバーコードを読み取るためのZXing.Net.Mobileというライブラリがあります。 GitHub - Redth/ZXing.Net.Mobile: Zxing Barcode Scanning Library for MonoTouch, Mono for Android, and Windows Phone 今回はこのライブラリを使用して、Xamarin.FormsでQRコードをスキャンして表示する簡単なアプリを作ってみました。 環境 手順 準備 画面作成と処理の追加 ViewModelで処理を行う 参考にしたページ 環境 Visual Studio Community 2017 for Mac Xamarin.Forms (3.6.0.220655) ZXing.Net.Mobile (2.4.1) ZXing.Net.Mobile.Fo

                              【Xamarin.Forms】QRコードの読み取りをする方法 - takataka430’s blog
                            • deno deployのログをslackに送信する - Qiita

                              この記事はDeno アドベントカレンダー2022の10日目の記事です。 deno deployのログは永続化されない deno deployのダッシュボードには、こんな感じのログ閲覧タブがあります。 console.logやconsole.errorで出力したものがここに流れてきます。 ただし、ドキュメントによると、deno deployでconsole.logしても、そのログを後から見ることはできないようです。 Logs Applications can generate logs at runtime using the console API. These logs can be viewed in real time by navigating to the Logs panel of a project or deployment. Logs will be streamed d

                                deno deployのログをslackに送信する - Qiita
                              • Electron 12.0.0 | Electron

                                Electron 12.0.0 has been released! It includes upgrades to Chromium 89, V8 8.9 and Node.js 14.16. We've added changes to the remote module, new defaults for contextIsolation, a new webFrameMain API, and general improvements. Read below for more details! The Electron team is excited to announce the release of Electron 12.0.0! You can install it with npm via npm install electron@latest or download i

                                • 【Laravel】選択したカラムだけExcelでダウンロードする

                                  さてさて、以前このブログで「DBデータをCSV・Excelでエクスポートする」という記事を公開しました。 タイトルのとおりデータベースから必要なデータをエクスポートする機能なのですが、今回はこの機能に前からつけてみたかった「便利機能」を開発してみます。 それは・・・・ 選択したカラムのデータだけをExcelでダウンロードする という機能です。 例えばこんなことってないでしょうか。 DMを郵送したいから、会員ユーザーの「名前」と「住所」だけダウンロードしたい📮 もちろん、全データをダウンロードできれば後で編集できますが、必要な部分だけに絞り込むことができればとっても便利です。 そこで! 今回はLaravelを使って選択したカラムだけExcelでダウンロードする機能を作ってみます。 ぜひ楽しみながらやっていきましょう❗ 「今調べたら、excelは英語で 『優れている』っていう意味なんですね

                                    【Laravel】選択したカラムだけExcelでダウンロードする
                                  • 【JavaScript・export・import】モジュールについて理解をまとめる|とものブログ

                                    こんにちは、ともです。 この記事ではES6からの構文であるimportについて理解をまとめたいと思います。 ES5の知識すらほぼ無かった状態でVue.jsをやってしまった僕は何となく動くものは作れるけど深くは理解できないという感覚でした。このような方は多いのではないでしょうか。 その状態から脱却するためにimportについて勉強していきます。 外部ファイルのクラスの読み込み アプリケーションが大きくなるとモジュール毎に機能を管理していく必要があります。 そのようなモジュールを読み込むためにimportを利用します。PHPであればrequireという構文があります。 他のファイルに記述されたクラスを読み込む際にimportを利用します。 ファイルを準備 モジュールとしてMemberクラスを『./lib/Util.js』に定義しました。 // ./lib/Util.js const AUTHO

                                      【JavaScript・export・import】モジュールについて理解をまとめる|とものブログ
                                    • CDK for Terraformファーストタッチで困ったポイントや先に見ておいた方がよかった点を紹介します | DevelopersIO

                                      「CDKは素晴らしい。Terraformも素晴らしい。2つ合わさればどうなっちゃうの?」ということで試してみました。 こんにちは。AWS事業本部コンサルティング部に所属している今泉(@bun76235104)です。 みなさんIaCしてますか? IaCはビジネス的な目的を達成するための手段とはいうものの、インフラをコードとして管理できるのは楽しいのでいろいろ触ってみたいですよね。 ところでCDK for Terraformをご存じでしょうか? 一言で表現すれば「TerraformのしくみをTypeScriptやPythonなどさまざまな言語で利用できるもの」です。 以前から存在は知っていたのですが、なかなかHello,Wolrdする機会がなかったのでこの度ファーストタッチをしてみました! また、その際に「事前に知っておいた方が良いな」と思ったことや「開始したは良いものの書き方がわからない」と

                                        CDK for Terraformファーストタッチで困ったポイントや先に見ておいた方がよかった点を紹介します | DevelopersIO
                                      • サイトやブログに!Instagramの埋め込み方法を分かりやすく解説

                                        WordPressなどでサイトを運営している方はページ内にInstagram(以下インスタ)の投稿を埋め込みたいと思うことはないでしょうか。2020 年にInstagram API Platformが廃止されたことで、今では簡単に埋め込みを行おうとした場合、対象はフィード投稿のみに限定されています。しかも複数を一挙に埋め込むことができないため、その必要がある際には一回一回作業を行わなくてはいけません。 複数のフィード投稿を一覧表示させたり、ストーリーズなどを埋め込んだりする場合は、「Instagram 基本表示 API」を利用する必要があります。少し手間がかかる作業ではありますが、後の管理は簡単です。 今回はインスタの埋め込み方法を紹介していきます。 Instagramの投稿をサイトに埋め込むメリット・活用例 インスタとサイトは別々のプラットフォームと考えてしまいがちですが、両者を組み合わ

                                          サイトやブログに!Instagramの埋め込み方法を分かりやすく解説
                                        • インシデント発生時における初動対応の自動化 - Gunosy Tech Blog

                                          これまでの課題感 どのように実現したか Slackワークフローとは Google App Scriptとは 実装内容 Slackワークフローの実装 トリガーの設定 ステップの追加 Google App Scriptの実装 Slack Appの設定 Slack Appの作成 OAuth Tokensの設定 Google App Scriptのスクリプトプロパティの設定 今後の課題 GASのバージョン管理 レガシーワークフローからの移行 まとめ こんにちは、テクノロジー本部 プロダクト開発部 SRE の koizumi です。 この記事は Gunosy Advent Calendar 2023 の 8 日目の記事です。昨日の記事は 石川 さんの「オンライン実験を速く試すための基盤構築」でした。 本記事では、インシデントフローの改善として、インシデント発生時における初動対応の自動化を行なった実例

                                            インシデント発生時における初動対応の自動化 - Gunosy Tech Blog
                                          • WindowsでAWS CDK(C#)の開発環境を整えてみた | DevelopersIO

                                            しばたです。 先月TypeScriptとPythonでの利用がGAしたAWS Cloud Development Kit (CDK)ですが、Developers.IOで静かな?ブームとなっている様で多くの社員が記事を書いています。 このブームに乗る形で私もWindows環境で言語にC#を選び試してみました。 内容的には先日梶原が書いたこちらの記事の影響を受けており、そこそこ内容が被るかもしれません。 WindowsでAWS CDK(Java)の開発環境を整えてみた 注意事項 本日(2019年8月22日)時点でTypeScriptとPythonでの利用はGAしてますが、C#での利用はDeveloper Previewです。 本記事の内容は将来的に変更される可能性がある点はご留意ください。 参考資料 参考資料として.NET(C#)のCDKが登場した際のAWS Developers Blogの記

                                              WindowsでAWS CDK(C#)の開発環境を整えてみた | DevelopersIO
                                            • A New App For Painting in VR

                                              Mix your colors, dip your brush in and start painting in VR with this new app. Oisoi Studio has released a new app for Oculus App Lab. This app allows you to become a real painter, learn the basics of colors, the painting process, and composition. You will be able to sharpen your skills by experimenting with the tools and techniques at hand. This app is suitable for everyone, the Oisoi team commen

                                                A New App For Painting in VR
                                              • Twitterクライアント「Twitterrific for iOS」がiPadのMagic Keyboardに対応し、トラックパッドやマウスで利用可能な操作を追加。

                                                Twitterクライアント「Twitterrific for iOS」がiPadのMagic Keyboardに対応し、トラックパッドやマウスで利用可能な操作を追加しています。詳細は以下から。 米The Iconfactoryは現地時間2020年06月30日、同社が開発しているTwitterクライアントの「Twitterrific for iOS」をv6.2へアップデートし、新たにAppleが03月に発売したシザー構造のキーボードとトラックパッドを組み合わせた「Magic Keyboard for iPad Pro」に対応したと発表しています。 Improved support for trackpads and mice, enhanced some keyboard shortcuts, fixed some bugs, and added a new app icon! ‎Twitt

                                                  Twitterクライアント「Twitterrific for iOS」がiPadのMagic Keyboardに対応し、トラックパッドやマウスで利用可能な操作を追加。
                                                • Laravelの気になるパッケージ「RestQL」

                                                  さてさて、いつものごとくLaravel Newsで情報収集をしていたところ、以下の記事を発見しました。 ■Laravel Newsの記事 RestQL Data Resolution Package for Laravel これは、RestQLという新しいパッケージを紹介している記事なんですが、なかなか気になる内容だったのでこのブログでも紹介することにしました。 なぜ気になったかというと・・・・ Ajaxで一気にDBからデータ取得できる からです。 この機能は「Laravel + Vue + GraphQLでデータ取得」という記事で紹介したGraphQLにインスパイアされた機能で、よりシンプルに実装することができます。 そこで❗ 今回は「Laravelの気になるパッケージ」としてRestQLをご紹介したいと思います。 作者のGregori Piñeresさんありがとうございます! 「JSO

                                                    Laravelの気になるパッケージ「RestQL」
                                                  • Hyperdeck Markdown Presentations for iPad and macOS

                                                    Imagine the speed of Markdown with the usability of Keynote. Create beautiful slides by typing them, then animate and style them with smart UI. Hyperdeck is a new app that combines the best of both worlds in one iPad / macOS app. With top notch support for source code, tables, and animations. Assisted Editing Creating slides in markdown becomes boring quickly. You might want to add a transition he

                                                    • Hobbyist builds ChatGPT client for MS-DOS

                                                      Enlarge / A photo of an IBM PC 5155 portable computer running a ChatGPT client written by Yeo Kheng Meng. On Sunday, Singapore-based retrocomputing enthusiast Yeo Kheng Meng released a ChatGPT client for MS-DOS that can run on a 4.77 MHz IBM PC from 1981, providing a unique way to converse with the popular OpenAI language model. Vintage computer development projects come naturally to Yeo, who crea

                                                        Hobbyist builds ChatGPT client for MS-DOS
                                                      • Laravel 11 Now Available - The Laravel Blog

                                                        Today, we're thrilled to announce the release of Laravel 11 and Laravel Reverb. As we announced at Laracon EU, Laravel 11 introduces a minimal application structure, using SQLite by default, implementing health routing, offering per-second rate limiting, supporting graceful encryption key rotation, improving queue testing, introducing new Artisan commands, adding Resend mail transport, integrating

                                                          Laravel 11 Now Available - The Laravel Blog
                                                        • TechCrunch

                                                          X, the company formerly known as Twitter, is launching a dedicated TV app for videos uploaded to the social network soon. X CEO Linda Yaccarino announced on Tuesday that the new app will bring “

                                                            TechCrunch
                                                          • An update on the New Architecture Rollout · React Native

                                                            Hi everyone, As previously announced: 2022 is going to be the year of the New Architecture in open source If you still haven’t had the time to look into the New React Native Architecture (the Fabric Renderer and the TurboModule system), there is no better time to do it than now! We would like to share with the community some initiatives and material we prepared to make sure everyone is onboard on

                                                              An update on the New Architecture Rollout · React Native
                                                            • What's New in DevTools (Chrome 112)  |  Blog  |  Chrome for Developers

                                                              Recorder updates Replay extensions support The Recorder introduces support for custom replay options that you can embed into DevTools with an extension. Try out the example extension. Select the new custom replay option to open the custom replay UI. To customize the Recorder to your needs and integrate it with your tools, consider developing your own extension: explore the chrome.devtools.recorder

                                                                What's New in DevTools (Chrome 112)  |  Blog  |  Chrome for Developers
                                                              • Develop Azure Functions using .NET Core 3.1

                                                                Jeff Hollan for Microsoft Azure Posted on Oct 17, 2019 • Updated on Dec 9, 2019 << Updated on Dec 9 2019 with go-live announcement of Azure Functions on .NET Core 3.1 >> We're extremely excited to announce you can now develop and publish Azure Functions built on top of the .NET Core 3.1 runtime. Things to know Azure Functions 3.0 is now go-live and ready for production. It is a highly backwards co

                                                                  Develop Azure Functions using .NET Core 3.1
                                                                • Intelligent Tracking Prevention In iOS 14, iPadOS 14, And Safari 14

                                                                  The first thing to note is the terminology. domain.com was prevented from profiling you across N websites. What does that mean? It means that the Safari browser has detected HTTP requests to the listed domains, and that the listed domains are found in DuckDuckGo’s Tracker Radar lists. To put it in another way - if the website is making requests to domains in DDG’s Tracker Radar list, then those do

                                                                    Intelligent Tracking Prevention In iOS 14, iPadOS 14, And Safari 14
                                                                  • アップル新OSの追跡型広告管理、設定のヒント

                                                                    アップル新OSの追跡型広告管理、設定のヒント iOS14.5に導入されたプライバシー機能は一括でも個別でも設定可能 アップルの新たなプライバシー機能や複合現実(MR)に関する取り組み、ティム・クックCEOの後継者になる可能性について、ジョアンナ・スターン記者がアップルのソフトウエアエンジニアリング担当上級副社長を務めるクレイグ・フェデリギ氏に聞いた(英語音声、英語字幕あり)Photo illustration: Alex Kuzoian for The Wall Street Journal

                                                                      アップル新OSの追跡型広告管理、設定のヒント
                                                                    • S3バケットへのファイルアップロードをClamAVでウィルススキャンする構成をCDKでサクッと作ってみる | DevelopersIO

                                                                      CX事業部Delivery部の新澤です。 S3バケットにファイルがアップロードされたタイミングでウィルススキャンツールのClamAVを用いてウィルススキャンを行う仕組みをCDKでサクッと作ってしまえるコンストラクトをConstruct Hubで見つけたので、使ってみました! 概要 S3バケットにファイルがアップロードされた際のPUTイベントでClamAVを実行するLambda関数を実行して、スキャン実行結果をSQSキューに投入します。 これらの仕組みを簡単に構築するためのCDKコンストラクト"cdk-serverless-clamscan"がConstruct Hubにて公開されていますので、活用してみます。 CDKの作成 まず、projenでCDKの雛形を作成します。 $ mkdir cdk-clamav & cd cdk-clamav $ npx projen new awscdk-a

                                                                        S3バケットへのファイルアップロードをClamAVでウィルススキャンする構成をCDKでサクッと作ってみる | DevelopersIO
                                                                      • Starting a New App With Redux? Consider Context API First

                                                                        Auth0 Marketplace Discover and enable the integrations you need to solve identity Explore Auth0 Marketplace If you're bootstrapping a new React application today, ingrained habits might lead you to pick Redux. After all, you need to manage the state. Should you start with Redux, though? That has become a valid question. The latest versions of React have improved their offerings for state handling

                                                                          Starting a New App With Redux? Consider Context API First
                                                                        • 週刊Railsウォッチ: Devise 4.9のHotwire/Turbo統合に対応する、英国政府のViewComponentほか(20230314前編)|TechRacho by BPS株式会社

                                                                          週刊Railsウォッチについて 各記事冒頭には🔗でパーマリンクを置いてあります: 社内やTwitterでの議論などにどうぞ 「つっつきボイス」はRailsウォッチ公開前ドラフトを(鍋のように)社内有志でつっついたときの会話の再構成です👄 お気づきの点がありましたら@hachi8833までメンションをいただければ確認・対応いたします🙏 TechRachoではRubyやRailsなどの最新情報記事を平日に公開しています。TechRacho記事をいち早くお読みになりたい方はTwitterにて@techrachoのフォローをお願いします。また、タグやカテゴリごとにRSSフィードを購読することもできます(例:週刊Railsウォッチタグ) 🔗Rails: 先週の改修(Rails公式ニュースより) 公式更新情報: Ruby on Rails — The Rails Foundation upda

                                                                            週刊Railsウォッチ: Devise 4.9のHotwire/Turbo統合に対応する、英国政府のViewComponentほか(20230314前編)|TechRacho by BPS株式会社
                                                                          • How web bloat impacts users with slow devices

                                                                            At a first glance, the table seems about right, in that the sites that feel slow unless you have a super fast device show up as slow in the table (as in, max(LCP*,CPU)) is high on lower-end devices). When I polled folks about what platforms they thought would be fastest and slowest on our slow devices (Mastodon, Twitter, Threads), they generally correctly predicted that Wordpress and Ghost and Wor

                                                                            • Two Tips for Better UX Storytelling

                                                                              Summary: Effective storytelling involves both engaging the audience and structuring stories in a concise, yet effective manner. You can improve your user stories by taking advantage of the concept of story triangle and of the story-mountain template. “We need a story that starts with an earthquake and works up to a climax.” This is a quote attributed to Sam Goldwyn, a Hollywood movie producer. Eve

                                                                                Two Tips for Better UX Storytelling
                                                                              • PHP + Instagram API で画像取得する - Qiita

                                                                                自分のサイトにInstagramの最新の画像を表示するために phpでInstagram APIを叩いて画像URLを取得できるようにする。 公式のヘルプ https://developers.facebook.com/docs/instagram 準備 Facebookアプリを作成 https://developers.facebook.com > アプリを作成 > アプリタイプ: なし 表示名とメールアドレス設定 アプリダッシュボード画面が表示される 設定 > ベーシック > プラットフォームを追加 > Website を選択 サイトURLを入力 Instagram APIの構成 アプリダッシュボード画面で Instagram Basic Display を設定 Instagram Basic Display > Basic Display > Create New App > New

                                                                                  PHP + Instagram API で画像取得する - Qiita
                                                                                • How To Implement Authentication In Next.js With Auth0 — Smashing Magazine

                                                                                  At the moment of adding authentication and authorization to our web applications, there are some things that we should evaluate, e.g. whether we need to create our own security platform or whether we can rely on an existing third-party service. Let’s see how we can implement authentication and authorization in Next.js apps, with Auth0. “Authentication” is the action of validating that a user is wh

                                                                                    How To Implement Authentication In Next.js With Auth0 — Smashing Magazine