指定した日付が休日かどうかをサクッとチェックしたいことはたまにあると思います。 休日をエクセルなどからサクッと簡単に確認にできる「法定休日確認API」を追加しました。 以下のようにパラメーターに日付を渡すだけで、その日が休日かどうかの判定を行うことが可能です。(現在は法定休日のみの判定に対応しています…
freeeの自動テストの全体構成 – freee Developers Hub
こんにちは、Software Engineer in Qualityチーム(通称SEQチーム)の @teyamagu です。 私たちのチームは普段自動/手動テストの基盤開発や開発フィードバックサイクルの高速化に向けた開発をおこなっています。 その一環で、先日、社内でfreeeの自動テストシステム全体像を共有したのですが、この辺りのことを社外の友人…
Google Workspace Updates Weekly Recap – July 29, 2022
New updatesUnless otherwise indicated, the features below are fully launched or in the process of rolling out (rollouts should take no more than 15 business days to complete), launching to both Rapid and Scheduled Release at the same time (if not, each…
サーバレス初心者向け「AWS Lambda」「Amazon API Gateway」「Amazon EventBridge」を組み合わせたSlack通知
サーバレス初心者向け「AWS Lambda」「Amazon API Gateway」「Amazon EventBridge」を組み合わせたSlack通知:AWSチートシート AWS活用における便利な小技を簡潔に紹介する連載「AWSチートシート」。今回は「AWS Lambda」と「Amazon API Gateway」を使って、Slackにメッセージを送るAPIを作成する方法、「Amazon EventBr…
Migrate unmanaged accounts to your domain using new “UserInvitation” API functionality
What’s changing We’re introducing new API functionality which allows you to automate the process of finding conflicting accounts and inviting them to join your organization. Who’s impacted Admins, end users, and developers Why you’…
Programmatically manage and apply Drive Labels using new API functionality
What’s changing Many of our customers already take advantage of the Drive Labels capabilities to classify content and implement policies on their Drive files for governance and Data Loss Prevention. Today, we’re happy to announce a highly req…
DALL·E Now Available in Beta
We’ll invite 1 million people from our waitlist over the coming weeks. Users can create with DALL·E using free credits that refill every month, and buy additional credits in 115-generation increments for $15. Join DALL·E 2 waitlist DALL·E, the AI system that creates realistic images and art from …
React メジャーなパッケージを使った開発とテストのチュートリアル
有名どころのReact Query、React Hook Form、Redux Toolkitを使ってシンプルなアプリを作る。 APIへのリクエストに関する状態管理をReact Queryで、フォームの入力状態の管理をReact Hook Formで、アプリの状態管理(ユーザーのログイン状態など)をRedux Toolkitで行う。APIクライアントにはaxiosを使用する。また、テス…
GitHub – pocketbase/pocketbase: Open Source realtime backend in 1 file
PocketBase is an open source Go backend, consisting of: embedded database (SQLite) with realtime subscriptions built-in files and users management convenient Admin dashboard UI and simple REST-ish API For documentation and examples, please visit https://pocketbase.io/docs. ⚠️ Although the web API …
DMM GAMESのプラットフォームリプレイスを支えるBackends For Frontends (BFF) の裏側 – DMM inside
はじめに こんにちは、合同会社EXNOAプラットフォームマイグレーション部の松下です。DMM GAMESのオンラインゲームプラットフォームのリプレイスプロジェクトでフロントエンド開発を担当しています。 プラットフォームマイグレーション部では2020年3月よりオンラインゲームプラットフォームのリプレイスに取り組んできま…