並び順

ブックマーク数

期間指定

  • から
  • まで

81 - 120 件 / 539件

新着順 人気順

"New App"の検索結果81 - 120 件 / 539件

  • freee 会計を Rails 6.0 から Rails 6.1 にアップグレードしました - freee Developers Hub

    freee 会計でエンジニアをやっている jaxx です。昨年 freee 会計を Rails 6 に上げましたが、今回チーム(@jaxx @kaion @hachi @gakky)で Rails 6.1 へのアップグレードを担当して9月末にリリースしたのでエントリーしました。 developers.freee.co.jp 目次 作業全体の流れ まずは feature ブランチで Rails 6.1 に上げてみる 依存パッケージのアップデート Deprecation Warning の解消 Breaking Change の解消 Fail している RSpec の修正 最後に 作業全体の流れ まずは feature ブランチで Rails 6.1 に上げてみる 事前作業として依存パッケージのアップデート 事前作業として Deprecation Warning の解消 Breaking Ch

      freee 会計を Rails 6.0 から Rails 6.1 にアップグレードしました - freee Developers Hub
    • Common mistakes with the Next.js App Router and how to fix them – Vercel

      After talking to hundreds of developers and looking at thousands of Next.js repositories, I've noticed ten common mistakes when building with the Next.js App Router. This post will share why these mistakes can happen, how to fix them, and some tips to help you understand the new App Router model.

        Common mistakes with the Next.js App Router and how to fix them – Vercel
      • Apps by Apple

        Connect, create, and get things done with powerful and intuitive apps designed to be accessible, private, and secure. Journal Introducing Journal, a new app that helps you reflect on everyday moments and life’s special events. On-device machine learning provides private, personalized suggestions inspired by your photos, videos, workouts, and even the places you go. Lock Journal and no one can acce

          Apps by Apple
        • What's New In DevTools (Chrome 77)  |  Blog  |  Chrome for Developers

          Copy element's styles Right-click a node in the DOM Tree to copy that DOM node's CSS to your clipboard. Figure 1. Copy element styles. Thanks Adam Argyle and VisBug for the inspiration. Visualize layout shifts Supposing you're reading a news article on your favorite website. As you're reading the page, you keep losing your place because the content is jumping around. This problem is called layout

          • 【2021年版】Instagram基本表示APIで投稿一覧を表示する手順 (2021年07月 追記)

            ブログ 【2021年版】Instagram基本表示APIで投稿一覧を表示する手順 (2021年07月 追記) 2020.04.17 [2021.07.20追記] 現状のFacebookのアプリ管理の変更に合わせて、アプリのモードについて追記・修正を行いました。 [2021.03.22追記] アプリ作成時のダイアログの変更と入力必須項目の追加に伴い、修正しました。 [2020.08.04追記] Facebook開発者サイトで提供されている「User Token Generator」での「長期アクセストークン」取得の説明を追記しました。 [2020.07.24修正] Facebook開発者サイトでのアプリ作成手順・画面が変更されていたため、本ページについても大幅に修正しました。 [2020.07.20追記] 上記ページでの用語「Long-Lived Access Tokens」の和訳が、「長期

              【2021年版】Instagram基本表示APIで投稿一覧を表示する手順 (2021年07月 追記)
            • Creating a Twitter Bot in Go

              Creating a Twitter Bot in GoTable of ContentsIntroGetting Twitter CredentialsLoading CredentialsAdding a MainPutting It All TogetherDeploying on HerokuIntroThis is a short, step by step, tutorial for how to make a twitter bot. The bot I'll create in this tutorial is going to be called "Big Pineapple Guy" and it's purpose will be to comment on my friend's posts with facts about pineapples. I'm goin

                Creating a Twitter Bot in Go
              • Bolt + lambda を使って Slack に通知メッセージを送る API を作る - ROXX開発者ブログ

                この記事は個人ブログと同じ内容です zenn.dev Boltを利用してWebアプリと連携し、Slackワークスペースに所属するユーザーに応じて通知を出し分けるAPIを作ってみたので知見として書きます。 当記事で書くこと Slack Appの設定 Bolt + serverless によるSlackBotのAPI実装 emailからユーザーとのDMチャンネルを検索 取得したDMチャンネルIDへのメッセージ送信 lambdaへのデプロイ 当記事で書かないこと Boltを利用したOAuth周りの認証設定 複数ワークスペースでSlackAppを利用するため 今後別記事にて投稿予定 手順 【SlackApp側の設定】 Slack App 作成 ←のリンクから Slack App を作成する App Home タブにてアプリの DM に表示するタブを設定 "App Display Name" の E

                  Bolt + lambda を使って Slack に通知メッセージを送る API を作る - ROXX開発者ブログ
                • 平等な扱いやサードパーティー支払処理の許可など「アプリストアの原則11カ条」をMicrosoftが発表

                  「世界にはオープンなアプリ市場が必要で、そのためにオープンなアプリストアが必要」という主張に基づいて、MicrosoftがWindowsのアプリストア「Microsoft Store」とゲーム用次世代マーケットプレイスに適用される、11カ条で構成される「オープンアプリストア原則」を発表しました。 Adapting ahead of regulation: a principled approach to app stores - Microsoft On the Issues https://blogs.microsoft.com/on-the-issues/2022/02/09/open-app-store-principles-activision-blizzard/ Microsoft announces new app store principles, aligning with

                    平等な扱いやサードパーティー支払処理の許可など「アプリストアの原則11カ条」をMicrosoftが発表
                  • Apple Vision Pro available in the U.S. on February 2

                    CUPERTINO, CALIFORNIA Apple today announced Apple Vision Pro will be available beginning Friday, February 2, at all U.S. Apple Store locations and the U.S. Apple Store online. Vision Pro is a revolutionary spatial computer that transforms how people work, collaborate, connect, relive memories, and enjoy entertainment. Vision Pro seamlessly blends digital content with the physical world and unlocks

                      Apple Vision Pro available in the U.S. on February 2
                    • Start a New React Project – React

                      If you want to build a new app or a new website fully with React, we recommend picking one of the React-powered frameworks popular in the community. You can use React without a framework, however we’ve found that most apps and sites eventually build solutions to common problems such as code-splitting, routing, data fetching, and generating HTML. These problems are common to all UI libraries, not j

                        Start a New React Project – React
                      • 第629回 数分でオールインワンなプライベートクラウドを構築できるminiONE | gihyo.jp

                        本連載ではこれまでにも第483回「UbuntuとOpenNebulaでもういちどクラウド環境を構築してみよう」などで、クラウド構築・管理ツールであるOpenNebulaを紹介してきました。今回はこのOpenNebulaをコマンド一発で導入できる「miniONE」を紹介しましょう。 OpenNebulaとminiONE OpenNebulaはプライベートクラウドを構築・管理するためのソフトウェアです。プライベートクラウドの構築・管理ツールといえばOpenStackが有名ですが、OpenNebulaはそれよりも古くから存在し、Eucalyptusと同じぐらいの歴史を持っています。さらに、もともとはKVMベースのツールだったものの、最近ではLXDやFirecrackerをサポートしたり、Kubernetes、Docker Hubとの連携もできるようになるなど、日進月歩なクラウドインフラストラクチ

                          第629回 数分でオールインワンなプライベートクラウドを構築できるminiONE | gihyo.jp
                        • Appleのクラシック音楽アプリ、iOS15.5と同時公開か - iPhone Mania

                          iOS15.5の正式版公開と同時に、Appleのクラシック音楽特化型アプリ「Apple Classical」が提供される可能性が高そうです。iOS15.5の開発者向けベータ1から、関連する記述が発見されました。 iOS15.5の開発者向けベータに記述 現地時間4月5日に開発者向けにリリースされたiOS15.5のベータ1のApple Musicアプリから、Apple Musicのクラシック音楽に特化したアプリ「Apple Classical」に関する記述が発見されたと米メディアMacRumorsが報じています。 「Open in Apple Classical(Apple Classicalで開く)」「Open this in the new app designed for classical music(クラシック音楽のためのアプリで開く)」といった記述がみられ、公開が近いことをうかがわ

                            Appleのクラシック音楽アプリ、iOS15.5と同時公開か - iPhone Mania
                          • Tapbots、TwitterクライアントTweetbotの経験を生かし開発したiPhone/iPad対応のMastodonクライアント「Ivory v1.0」をリリース

                            TapbotsがTwitterクライアントTweetbotシリーズの経験を生かし開発したMastodonクライアント「Ivory v1.0」をリリースしています。詳細は以下から。 Tapbotsは現地時間2023年01月24日、開発を終了したMacやiPhone/iPad対応のTwitterクライアント「Tweetbot」シリーズの開発経験を生かし、Mastodonクライアント「Ivory (アイボリー) for Mastodon by Tapbots(以下、Ivory)」を新たに開発&公開したと発表しています。 Ivory is a brand new app that brings over a dozen years of experience building the award-winning Tweetbot for Twitter, over to the Mastodon

                              Tapbots、TwitterクライアントTweetbotの経験を生かし開発したiPhone/iPad対応のMastodonクライアント「Ivory v1.0」をリリース
                            • [AWS CDK] SlackとRaspberry PiでエアコンをONにする仕組みを作った(涼しい家に帰宅できるぞ!!) | DevelopersIO

                              外出から帰って自宅が暑いと嫌です。でもエアコン付けっぱなしも電気代的な意味で嫌です。 そこで、「自宅に帰る1時間ぐらい前に、エアコンをONにできないか?」と考え構築してました。 仕組み自体は約1年前に構築済ですが、AWSの画面ポチポチで作成していたので、AWS CDK(Cloud Development Kit)を使って作り直してみました。 目次 構成 補足 Raspberry Piに学習リモコンを装着した様子 環境 リポジトリ構成 AWSの環境構築 API仕様 AWS CDKのインストール AWS CDKプロジェクトの構築 Lambdaコードを書く! インフラをコードで書く!!! ビルドする デプロイする Slackアプリの構築 チャンネル作成 Slackアプリの作成 Slash Commandsの作成 Slash Commandsのインストール Raspberry Piのスクリプト作成

                                [AWS CDK] SlackとRaspberry PiでエアコンをONにする仕組みを作った(涼しい家に帰宅できるぞ!!) | DevelopersIO
                              • Astro 4.0 | Astro

                                Introducing Astro 4.0! New APIs, faster builds, redesigned docs, and a unique new development tool for Astro that enhances your local dev environment in new and exciting ways. What is Astro? Astro is the web framework for building content-driven websites including blogs, marketing, and e-commerce. If you need a website that loads fast with great SEO, then Astro is for you. Release highlights inclu

                                  Astro 4.0 | Astro
                                • 耳鳴りの苦痛を軽減させてくれるチャットAI「Tinnibot」が登場

                                  チャットボットを通じた認知行動療法により、耳鳴りの苦痛を和らげ、耳鳴りによる不安や気分の落ち込みを軽減させられることができたとの研究結果が発表されました。 Frontiers | Delivery of internet-based cognitive behavioral therapy combined with human-delivered telepsychology in tinnitus sufferers through a chatbot-based mobile app https://www.frontiersin.org/articles/10.3389/fauot.2023.1302215/full Train your brain to overcome tinnitus https://www.scienceinpublic.com.au/media-rele

                                    耳鳴りの苦痛を軽減させてくれるチャットAI「Tinnibot」が登場
                                  • Blog - Reference implementation moving to app.diagrams.net

                                    The reference implementation of the draw.io project will be hosted at app.diagrams.net. Everything else remains the same - the online editor has all the functionality of the draw.io core editor. .io domains There are two major problems with .io domains: The first is that the islands which should own the domain suffix, don’t, thanks to a wonderful piece of modern day British Imperialism. If you eve

                                    • Introducing the ChatGPT App for Slack

                                      Artificial Intelligence Introducing the ChatGPT App for Slack Editor’s Note: AI Cloud, Einstein GPT, and other cloud GPT products are now Einstein. For the latest on Salesforce Einstein, go here. Today, Salesforce and OpenAI introduced the ChatGPT app for Slack. Built by OpenAI on the Slack platform, the app integrates ChatGPT’s powerful AI technology to deliver instant conversation summaries, res

                                        Introducing the ChatGPT App for Slack
                                      • What's New In DevTools (Chrome 100)  |  Blog  |  Chrome for Developers

                                        Chrome 100 Here’s to the 100th Chrome version! Chrome DevTools will continue to provide reliable tools for developers to build on the web. Take a moment to click around in the What’s New tab to celebrate the milestones. As usual, you can watch the latest What’s New in DevTools video by clicking on the image. View and edit @supports at rules in the Styles pane You can now view and edit the CSS @sup

                                        • Brick Devastator (Brick Breaker Game) by MasaK

                                          「Run Brick Devastator」を選択してゲームを開始してください。 概要 めっちゃ強くなるブロック崩しです。 全15ステージあります。 さらにパワーアップさせてアプリ版をリリースしたいので、よければ「Support This Brick Devastator」ボタンから支援をお願いします。 移動方法 移動:スライド 発射:タッチ やり直し:画面左上ボタンをタッチ 画面の下の方をスライドすると球が指で隠れず操作しやすいよ! ※PCの場合はマウス操作 Overview This is a Brick breaker where the player becomes insanely strong.There are 15 levels in total. If you would like to help, please support the release of the ne

                                            Brick Devastator (Brick Breaker Game) by MasaK
                                          • 5分で理解するAWS CDK - Qiita

                                            はじめに 本記事はAWS CDKについてキャッチアップすることを目的に、AWS CDKの概念や、ウォークスルーとしてAWSが公開しているWORKSHOPについて記載しています。 AWS Cloud Development Kit (AWS CDK) (以下、CDK)はTypeScript及びPythonなどのプログラミング言語を使用して、AWSリソースを定義し、Terraformの様にInfrastructure as Code(以降、IaC)を実現する手段として、クラウドインフラのリソースをプロビジョニングすることができます。 TerraformはGo言語で書かれた公式のAWS SDKを用いて、Terraform実行時にAWSのAPIを呼び出して、環境を構築しています。 Terraformは1つのプロバイダーに依存することなく、他のプロバイダーのクラウドインフラを扱えることから、汎用性だ

                                              5分で理解するAWS CDK - Qiita
                                            • YouTubeアプリ搭載テレビとスマホを簡単に接続する新機能が登場&Google TVがiOSでリリースされる

                                              GoogleがテレビをAndroid・iOSスマートフォンに簡単に接続できる新機能を展開しました。これにより大画面でYouTube動画を視聴しながら、お気に入りのコンテンツを深く掘り下げることができるとのこと。また、これまでAndroidにのみ展開されていた「Google TV」がiOSで利用可能になりました。 The future of interactivity in the living room https://blog.youtube/news-and-events/the-future-of-interactivity-in-the-living-room/ 7 ways to make the most of the Google TV app https://blog.google/products/google-tv/seven-app-tips/ How YouTube

                                                YouTubeアプリ搭載テレビとスマホを簡単に接続する新機能が登場&Google TVがiOSでリリースされる
                                              • CDK for Kubernetes のご紹介 | Amazon Web Services

                                                Amazon Web Services ブログ CDK for Kubernetes のご紹介  Kubernetes を採用してアプリケーションをグローバルにデプロイし、機械学習モデルを大規模にトレーニングし、データセンターやクラウド全体において新技術の導入方法を標準化しているお客様が急速に増えてきているのを、AWS は目の当たりにしています。Kubernetes では、手作業による処理を置き換える自動ツールの構築、インフラストラクチャのあらゆる部分での運用パイプラインの実装、アプリケーションの実行方法をきめ細かく制御できるよう開発チームの支援が可能です。 従来であれば、Kubernetes アプリケーションは人間が読める静的 YAML データファイルで定義され、これを作成し管理するのは開発者の仕事でした。新しいアプリケーションの構築には、大量のボイラープレート設定を記述したり、他のプ

                                                  CDK for Kubernetes のご紹介 | Amazon Web Services
                                                • 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
                                                  • Announcing Cypress 10 with Component Testing Beta!

                                                    Hello, friends! Today, we have an exciting announcement to share. The title up above might have given it away, but in case you missed it, Cypress 10 is here 🎉! Cypress 10 is our most exciting release yet, and we have a lot to unpack, so let's dive in and look at some of the new functionality. New Cypress AppThe new Cypress appWe reworked the Cypress app from the ground up to modernize the interfa

                                                      Announcing Cypress 10 with Component Testing Beta!
                                                    • AppSheet ちょっと面白いかも - Qiita

                                                      ローコード開発とかノーコード開発とかコードレス開発とか、これまで、OutSystemsとGlide App(glideapps) を試して来てましたが、ちょっと前に、GoogleによるAppSheetの買収が話題になりました。 https://jp.techcrunch.com/2020/01/15/2020-01-14-google-acquires-appsheet-to-bring-no-code-development-to-google-cloud/ これで今度はAppSheetが盛り上がると思いきや、さほどでもないように感じられます。 が、ちょっと試してみたところ、意外と面白いかも、というお話です。 オープンデータとは(泣) 本題に入る前に、ちょっとぼやきを。 以前、Glide Appを試した時に、何をコンテンツとして提供するか考えて、オープンデータを使うのが良いかなと思ったの

                                                        AppSheet ちょっと面白いかも - Qiita
                                                      • Security Command Centerを使用してGoogle Cloud内のセキュリティイベントを検知する - NRIネットコムBlog

                                                        こんにちは、最近Google Cloudを頑張って勉強している上野です。 今回はSecurity Command Centerおよびその通知設定方法を紹介します。 Security Command Centerとは? Security Command Center(以下SCC)は、Google Cloudの組織配下のプロジェクトにおいて、セキュリティリスクのある設定や、脆弱性(アプリも含む)を見つけてくれるサービスです。 見つけた結果を表示するダッシュボード機能もあります。 なお、SCCは組織に対して設定するサービスのため、プロジェクト単体では使用できません。 無料のスタンダード ティアと有料のプレミアム ティアがあり、スタンダードでは一部機能のみ使用できます。 機能(サービス)名 機能概要 スタンダード プレミア Security Health Analytics 公開FWなど、Goog

                                                          Security Command Centerを使用してGoogle Cloud内のセキュリティイベントを検知する - NRIネットコムBlog
                                                        • 【イギリス スーパー ポイント】イギリススーパーのポイントカード!ポイント貯めて節約! - TOM夫婦の世界の窓

                                                          どうも!TOM夫婦の旦那です! 日本でもスーパーとかコンビニで買い物する時にポイントって貯めますよね。 とりあえず貯めておけば後々ちょっとした節約ができますから、やっておいた方がお得です! そこで今回は、イギリスのスーパーのポイントについて解説していきたいと思います! 私が実際にもっているTesco、Sainsbury's、Morrisonsのものを紹介します! 1.イギリスのスーパー概要 2.Tesco(テスコ) 3.Sainsbury's(セインズベリー) 4.Morrisons(モリソンズ) 5.まとめ 6.最後に 1.イギリスのスーパー概要 イギリス内ではBIG4(Tesco, Sainsbury's, Asda and Morrisons)と呼ばれるスーパーがあり、今回紹介するのはいずれもBIG4のスーパーです。 ※Asdaは家の近くにないので、すみません。 Great Brit

                                                            【イギリス スーパー ポイント】イギリススーパーのポイントカード!ポイント貯めて節約! - TOM夫婦の世界の窓
                                                          • We are very far from a better Heroku for production apps in a hyper cloud

                                                            We are very far from a better Heroku for production apps in a hyper cloud GitLab is building Heroku for production apps in hyper clouds, integrated into your DevSecOps workflow: The 5 minute production app. Update: This post does not live up to its original title We are building a better Heroku. It shows my own personal experience and reflects poorly on competitors. I am sorry about that. It shoul

                                                              We are very far from a better Heroku for production apps in a hyper cloud
                                                            • 5 Lessons Learned From Taking Next.js App Router to Production - Inngest Blog

                                                              Next.js 13 introduced the new App Router that offers several new features, including Nested Layouts, Server Components, and Streaming. It’s the first open-source implementation that allows developers to fully leverage the primitives brought by React 18. It was in beta for a while, but since Next.js 13.4, which was just released, it’s now considered production-ready. We recently redesigned the Inng

                                                                5 Lessons Learned From Taking Next.js App Router to Production - Inngest Blog
                                                              • エンタープライズに必要な機能を強化! Kubernetesベースのコンテナアプリ開発基盤「OpenShift」を試してみよう

                                                                Kubernetesをもっと便利に使いたい、コードを書くことに集中したいという業務システム開発者におすすめしたいのが、Red Hat社が提供するコンテナオーケストレーションプラットフォーム「OpenShift」です。本記事では、エンタープライズ向けKubernetesであるOpenShiftの入門をご紹介します。 はじめに Kubernetesはコンテナアプリを分散環境にデプロイ・運用管理するためのオーケストレーションツールです。もともとGoogleが社内システムで利用していたものをOSS化したもので、今日ではGoogleのみならずMicrosoftやRed Hatなども開発に積極的に参加し、コンテナオーケストレーションツールの事実上のデファクトスタンダードになりつつあります。 しかしながら、業務システムでコンテナアプリケーションを開発・運用するためにはKubernetesだけを学習すれば

                                                                  エンタープライズに必要な機能を強化! Kubernetesベースのコンテナアプリ開発基盤「OpenShift」を試してみよう
                                                                • 【プログラミング不要】SlackにGPT-4に専門知識を与えたチャットボットを爆速導入する!|maKunugi

                                                                  はじめにこの記事では、「GPT-4」を利用したSlack向けのチャットボットを「ノーコード」で作成する方法をご紹介します。ChatGPTで利用できるGPT-4を、専門知識を与えた上でSlackチャンネルに導入できます。 利用するサービスGPT-4 (Open AI) この記事で実現することGPT-4に独自の専門知識を与えたチャットボットを、Slackに簡単導入します! 下記は、「株式会社miibo」というmiiboの運絵会社の情報をGPT-4に応答させている例になります。 GPT-4は素の状態では、この会社情報を知りませんが、下記の例では応答をすることができています。 Slackへ導入した様子このようなチャットボットを、「miibo」を利用してプログラミング不要で作成することが可能です。 GPT-4をはじめとしたLLMの課題GPT-4を始めとしたLLM(大規模言語モデル)は、高精度で革新的

                                                                    【プログラミング不要】SlackにGPT-4に専門知識を与えたチャットボットを爆速導入する!|maKunugi
                                                                  • AWSの静的ウェブサイトホスティングで入門するAWS Amplify(Console、CLI) - 構築編(Amplify Console) - NRIネットコムBlog

                                                                    小西秀和です。 前回「AWSの静的ウェブサイトホスティングで入門するAWS Amplify(Console、CLI) - 概要編」の記事でサーバーレスな静的ウェブサイトホスティングを題材に概要を説明しました。 今回はその記事の続編としてAmplify Consoleを使用して実際にサーバーレスな静的ウェブサイトホスティングを構築する手順を見ていきたいと思います。 AWS Amplify(Console、CLI)の概要について知りたい場合は元記事を参照してください。 Amplify Consoleによる静的ウェブサイトホスティング(Managed Hosting)の構築例 Amplify ConsoleではGitHub、BitBucket、GitLab、AWS CodeCommitといったリポジトリやGitプロバイダーを使用しないローカルアップロード、Amazon S3、URLといった方法で

                                                                      AWSの静的ウェブサイトホスティングで入門するAWS Amplify(Console、CLI) - 構築編(Amplify Console) - NRIネットコムBlog
                                                                    • CDK Pipelines: AWS CDK アプリケーションの継続的デリバリ | Amazon Web Services

                                                                      Amazon Web Services ブログ CDK Pipelines: AWS CDK アプリケーションの継続的デリバリ AWS Cloud Development Kit(AWS CDK)は、使い慣れたプログラミング言語でクラウドインフラストラクチャを定義し、AWS CloudFormation を通じてプロビジョニングするためのオープンソースのソフトウェア開発フレームワークです。AWS CDK は、次の 3 つの主要なコンポーネントで構成されています。 再利用可能なインフラストラクチャ・コンポーネントをモデリングするためのコアフレームワーク CDK アプリケーションをデプロイするための CLI AWS Construct Library(クラウドリソースを抽象化し、実績のあるデフォルト値をカプセル化する高レベルのコンポーネントのセット) CDK を使用すると、cdk deploy

                                                                        CDK Pipelines: AWS CDK アプリケーションの継続的デリバリ | Amazon Web Services
                                                                      • AppSheetとは できること・使い方・料金を解説【図解付き】

                                                                        AppSheetとは2020年1月にGoogleが買収したノーコードツールです。プログラミング知識がない人でも、マウス操作のみで簡単にアプリケーションを開発できます。リーズナブルな料金も魅力です。この記事では、AppSheetでできることに加え、社員名簿アプリのサンプルを元に使い方についても図解します。 AppSheetとは AppSheetとは、開発経験がない人でも高機能なアプリを作れるツール(ノーコードツール)です。 AppSheetは「市民開発」というキーワードを掲げてサービスが開始されました。市民開発とはシステム開発はエンジニアではなく「現場で働く人が作る」といった思想です。 Appsheetの基本機能と料金プラン(デザイン:増渕舞) AppSheetの特徴 近年、日本ではkintoneやSalesforceを導入する企業が増えています。機能が豊富で便利な反面、高度な機能を作るには

                                                                          AppSheetとは できること・使い方・料金を解説【図解付き】
                                                                        • 4 Easy Ways to Access and Edit iPhone Apple Notes on Windows

                                                                          If you use Apple Notes on your iPhone and want to access them on a Windows PC, here are several methods for doing so. Apple Notes is convenient for jotting down information quickly on your iPhone or iPad. However, like many other Apple apps, it doesn't have a Windows version. So while accessing Apple Notes on a Windows computer might appear like a chore, it is easy enough. We'll show you some usef

                                                                            4 Easy Ways to Access and Edit iPhone Apple Notes on Windows
                                                                          • What’s New in Microsoft Teams | April 2020

                                                                            As businesses and schools around the world prioritize remote work for the safety and well-being of their employees and students, Microsoft Teams is playing a critical role in helping them stay connected through video meetings, calls, and chats. Today, we are excited to introduce new meetings capabilities, IT administration controls and so much more to further the experience for our customers. Read

                                                                              What’s New in Microsoft Teams | April 2020
                                                                            • Appleが導入を義務づけるアプリの「プライバシーラベル」は不公平なシステムだとWhatsAppが批判

                                                                              ユーザープライバシーの保護に力を入れているAppleは、2020年11月にアプリのプライバシー慣行について明示した「プライバシーラベル」を、App Storeの製品ページに表示する予定だと発表しました。このプライバシーラベル表示を義務化する動き対し、Facebook傘下のメッセージアプリであるWhatsAppが、「Apple製アプリを不当に優遇する不公平なシステムだ」と批判しています。 WhatsApp goes after Apple over new privacy label requirements - Axios https://www.axios.com/whatsapp-apple-privacy-label-requirements-cc0d5edd-ab2f-4549-b9d7-ea3c97184056.html WhatsApp criticizes Apple’s n

                                                                                Appleが導入を義務づけるアプリの「プライバシーラベル」は不公平なシステムだとWhatsAppが批判
                                                                              • What's New In DevTools (Chrome 85)  |  Blog  |  Chrome for Developers

                                                                                Style editing for CSS-in-JS frameworks The Styles pane now has better support for editing styles that were created with the CSS Object Model (CSSOM) APIs. Many CSS-in-JS frameworks and libraries use the CSSOM APIs under the hood to construct styles. You can also edit styles added in JavaScript using Constructable Stylesheets now. Constructable Stylesheets are a new way to create and distribute reu

                                                                                • Introducing Flutter 3

                                                                                  We’re delighted to announce the launch of Flutter 3 as part of the Google I/O keynote. Flutter 3 completes our roadmap from a mobile-centric to a multiplatform framework, with the availability of macOS and Linux desktop app support, along with improvements to Firebase integration, new productivity and performance features, and support for Apple Silicon. The journey to Flutter 3We started Flutter a

                                                                                    Introducing Flutter 3