並び順

ブックマーク数

期間指定

  • から
  • まで

161 - 200 件 / 19958件

新着順 人気順

THE OTHER ONEの検索結果161 - 200 件 / 19958件

  • Introducing GitHub Super Linter: one linter to rule them all

    CommunityEngineeringOpen SourceIntroducing GitHub Super Linter: one linter to rule them allSetting up a new repository with all the right linters for the different types of code can be time consuming and tedious. So many tools and configurations to choose from… Setting up a new repository with all the right linters for the different types of code can be time consuming and tedious. So many tools an

      Introducing GitHub Super Linter: one linter to rule them all
    • NovelAI Improvements on Stable Diffusion

      As part of the development process for our NovelAI Diffusion image generation models, we modified the model architecture of Stable Diffusion and its training process. These changes improved the overall quality of generations and user experience and better suited our use case of enhancing storytelling through image generation. In this blog post, we’d like to give a technical overview of some of the

        NovelAI Improvements on Stable Diffusion
      • Consider SQLite

        If you were creating a web app from scratch today, what database would you use? Probably the most frequent answer I see to this is Postgres, although there are a wide range of common answers: MySQL, MariaDB, Microsoft SQL Server, MongoDB, etc. Today I want you to consider: what if SQLite would do just fine? For those who are unfamiliar, SQLite is a implementation of SQL as a library — this means t

        • 【重要なお知らせ】3D配信計画の変更について|カバー株式会社 公式note

          English follows Japanese. いつもホロライブプロダクションとタレントへの応援をありがとうございます。 今回は、タレントの活動周年や誕生日を記念して行うスタジオでの3D配信(以下、記念3D配信)に関する重要な変更についてお伝えいたします。 ホロライブプロダクションでは原則として、コロナ禍の影響を除き、活動周年や誕生日にあわせて年に最大2回の記念3D配信の機会を、3Dお披露目後のタレントに提供してまいりました。 これらの配信はタレントとスタッフが協力して、常に配信の質の向上に努め、豪華な音楽ライブや多数のゲスト出演で盛大にお祝いし、日頃の応援への感謝と最高のエンターテイメントをファンの皆さんに届けることを目指してきました。しかし、この素晴らしい体験の裏には、タレントとスタッフ双方にかかる大きなプレッシャーと負担がありました。 タレントは年2回の記念3D配信のための多大な

            【重要なお知らせ】3D配信計画の変更について|カバー株式会社 公式note
          • Adobe to Acquire Figma

            Combination of Adobe and Figma Will Usher in New Era of Collaborative Creativity SAN JOSE, Calif.--(BUSINESS WIRE)-- Today, Adobe (Nasdaq:ADBE) announced it has entered into a definitive merger agreement to acquire Figma, a leading web-first collaborative design platform, for approximately $20 billion in cash and stock. The combination of Adobe and Figma will usher in a new era of collaborative cr

            • The new wave of Javascript web frameworks

              The new wave of Javascript web frameworksMake sense of the proliferation of new Javascript web frameworks. A deep dive into the problems at scale and the recent evolution of innovation. IntroductionStaying current in the Javascript ecosystem is not for the faint of heart. It’s challenging for those entering the industry to follow what’s happening amongst the new libraries, frameworks, concepts, an

                The new wave of Javascript web frameworks
              • Goでつまづいたところを仕様を見ながら理解してみる - ravineport blog

                Go言語デビューしました!🎉 シンプルなのもあってすぐに馴染むことができています。Goよいですね! さてさて今回はGoを書いていて「これできるんだ」「これはコンパイルエラーなんだ」となったところをGoの仕様などを見ながら(できればそのwhyまで)理解したいと思います。 Go 1.18時点での記事です。 つまづき1:constをポインタとして扱えない 例えばこんなのがあったとして const Ten = 10 type User struct { age *int } 以下のコンパイルが通りません。 func main() { user := User{ &Ten, // コンパイル通らない🤔 } fmt.Println(user) } エラーメッセージを見てみると invalid operation: cannot take address of Ten (constant 10 of

                  Goでつまづいたところを仕様を見ながら理解してみる - ravineport blog
                • 3.0.0

                  Today I’d like to announce Homebrew 3.0.0. The most significant changes since 2.7.0 are official Apple Silicon support and a new bottle format in formulae. Major changes and deprecations since 2.7.0: Apple Silicon is now officially supported for installations in /opt/homebrew. formulae.brew.sh formula pages indicate for which platforms bottles (binary packages) are provided and therefore whether t

                    3.0.0
                  • CircleCI incident report for January 4, 2023 security incident

                    CircleCI incident report for January 4, 2023 security incident On January 4, 2023, we alerted customers to a security incident. Today, we want to share with you what happened, what we’ve learned, and what our plans are to continuously improve our security posture for the future. We would like to thank our customers for your attention to rotating and revoking secrets, and apologize for any disrupti

                      CircleCI incident report for January 4, 2023 security incident
                    • Announcing TypeScript 4.0 - TypeScript

                      Today we are thrilled to announce the availability of TypeScript 4.0! This version of the language represents our next generation of TypeScript releases, as we dive deeper into expressivity, productivity, and scalability. If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by adding syntax for static types. The idea is that by writing down the types of your val

                        Announcing TypeScript 4.0 - TypeScript
                      • Highlights from Git 2.23

                        CommunityOpen SourceHighlights from Git 2.23Take a look at some of the new features in the latest Git release. The open source Git project just released Git 2.23 with features and bug fixes from over 77 contributors, 26 of them new. Here’s our look at some of the most exciting features and changes introduced since Git 2.22. Experimental alternatives for git checkout Git 2.23 brings a new pair of e

                          Highlights from Git 2.23
                        • オープンソースの定義について - tmtms のメモ

                          こんな Togetter が話題になってた。 togetter.com オープンソースソフトウェアはOSIに認められたオープンソースライセンスで配布されるソフトウェアのことであり、それ以上でもそれ以下でもない これに違和感が。「オープンソースの定義(OSD)」に準拠したライセンスのソフトウェアであればオープンソースだったような記憶があるんだけど、「OSIに認められたオープンソースライセンス」である必要はあるんだっけ? まあ実際にOSDに準拠したオレオレオープンソースライセンスを作って「オープンソースでござい」と言ったとしてもなんか怪しいし、堂々とオープンソースを名乗りたいならちゃんとOSI認定のライセンスを使うか、そのライセンスをOSI認定してもらえよって感じなんでどうでもいいんだけど、定義の問題として。 オープンソースの定義 を見ると 「オープンソース」とは、単にソースコードが入手できる

                            オープンソースの定義について - tmtms のメモ
                          • サーバーレスの理解とメリット・デメリット(2020年版) - Qiita

                            (出典:ガートナー) CNCF(Cloud Native Computing Foundation)におけるサーバーレスの定義 CNCFでは、サーバーレス・コンピューティングのホワイトペーパーを公開しています(2018年)。 ここでは、以下のように定義されています。 A serverless computing platform may provide one or both of the following: Functions-as-a-Service (FaaS), which typically provides event-driven computing. Developers run and manage application code with functions that are triggered by events or HTTP requests. Develop

                              サーバーレスの理解とメリット・デメリット(2020年版) - Qiita
                            • The forgotten mistake that killed Japan's software industry - Disrupting Japan

                              This is our 200th episode, so I wanted to do something special. Everyone loves to complain about the poor quality of Japanese software, but today I’m going to explain exactly what went wrong.  You’ll get the whole story, and I’ll also pinpoint the specific moment Japan lost its way. By the end, I think you’ll have a new perspective on Japanese software and understand why everything might be about

                                The forgotten mistake that killed Japan's software industry - Disrupting Japan
                              • React-pdf - Announcing react-pdf v2.0

                                I'm very excited to announce react-pdf 2.0 to the world! This is the culmination of almost an entire year of work and all the lessons learned since this project started all the way back in October 2016. It's crazy, I feel it was just yesterday when I was announcing 1.0 as well. In essence, this new 2.0 version is a full reimplementation of the library. Starting from scratch is always a risky move,

                                  React-pdf - Announcing react-pdf v2.0
                                • GitHub - openai/openai-cookbook: Examples and guides for using the OpenAI API

                                  ✨ Navigate at cookbook.openai.com Example code and guides for accomplishing common tasks with the OpenAI API. To run these examples, you'll need an OpenAI account and associated API key (create a free account here). Set an environment variable called OPENAI_API_KEY with your API key. Alternatively, in most IDEs such as Visual Studio Code, you can create an .env file at the root of your repo contai

                                    GitHub - openai/openai-cookbook: Examples and guides for using the OpenAI API
                                  • Release v3.0.0 One Piece · vuejs/core

                                    Today we are proud to announce the official release of Vue.js 3.0 "One Piece". This new major version of the framework provides improved performance, smaller bundle sizes, better TypeScript integration, new APIs for tackling large scale use cases, and a solid foundation for long-term future iterations of the framework. The 3.0 release represents over 2 years of development efforts, featuring 30+ R

                                      Release v3.0.0 One Piece · vuejs/core
                                    • トランプ大統領は選挙演説で拉致被害者に言及していない、今はなき大統領のための - ネットロアをめぐる冒険

                                      ツイートそのものは取り上げませんが、百田先生が言及していた以下の内容のツイートが気になりました。 ・トランプ氏は選挙中のラリーの演説で、毎回横田めぐみさんの話をしていた。 ・安倍元首相の名前も毎回出していた。 本当かどうか、調べてみました。 【目次】 拉致被害者への言及はない 安倍元首相への言及はある なぜ言及するのか 今日のまとめ 拉致被害者への言及はない 「ラリー」ということなので、2020年の「Rally Speech」に絞り、拉致被害者への言及がないか調べてみました。 REVという書き起こしのサイトで(こういうの日本にはないですね)、「Donald Trump Rally Transcripts」のカテゴリで引っかかるものを検証対象にしました。恐らく全てであろうと認識しています。2020年中は68回*1演説しております。 で、その中で拉致被害者へ言及したのは、なんと0回。1回もない

                                        トランプ大統領は選挙演説で拉致被害者に言及していない、今はなき大統領のための - ネットロアをめぐる冒険
                                      • OpenAI API ドキュメント 日本語訳|#2 GET STARTED 後編|ゑぐみかるちゃあ

                                        OpenAI API ドキュメントの日本語訳をこちらでまとめます。文字量の多いドキュメントなので、セクションごとに記事を分割しています。 今回は「GET STARTED 」のセクションからLibraries 、Models、TutorialsそしてUsage policiesを抜粋した後編です。 基本 DeepLで翻訳して、気になるところだけ書き換えています(ほぼ気になるところがないのが、DeepLのすごいところ)。原文との突き合わせができるようにはじめに原文を入れてますので、間違いなど見つけられましたら、ぜひご指摘ください。ご指摘箇所は随時反映させていただきます。 原文のリンクが有効になってますので、それぞれ必要な場合は原文リンクの方を参照ください。 前回のおさらいはこちら Python library|Python ライブラリWe provide a Python library, w

                                          OpenAI API ドキュメント 日本語訳|#2 GET STARTED 後編|ゑぐみかるちゃあ
                                        • Goならわかるシステムプログラミング第2版が出たので書評しますね - moriyoshiの日記

                                          少し前になりますが、3月23日に、渋川よしきさんの著された「Goならわかるシステムプログラミング 第2版 」が発売されました。初版と比べてかなり加筆されておりパワーアップしているので、初版をすでにお持ちの方でもさらに興味深く読むことのできる内容に仕上がっている、というのが第一印象です。 残念ながら初版発売時に記事にする機会がなかったのですが、あらためて今回書評したいなと思いましたので、徒然書いていきたいと思います。 この本は実はシステムプログラミングの本ではないかもしれない 「システムプログラミング」とは何でしょう。正直私にもわかりません。その語をはじめに思い浮かべた人は、プログラミングという概念のその中にあえて「システムプログラミング」という分類を作ろうと思い至ったということですから、きっと「非システムプログラミング」というものもあるということでしょう。知らんけど。しかし、これは本書の位

                                            Goならわかるシステムプログラミング第2版が出たので書評しますね - moriyoshiの日記
                                          • Introducing storage on Vercel – Vercel

                                            Data is an integral part of the web. As JavaScript and TypeScript frameworks make it easier than ever to server-render just-in-time data, it's time to make databases a first-class part of Vercel's frontend cloud. Today, we’re excited to announce a suite of serverless storage solutions now available on Vercel, powered by some of the best infrastructure providers in the industry. Vercel KV: A server

                                              Introducing storage on Vercel – Vercel
                                            • すべての Web サービス設計者に捧ぐ「RESTful って結局なんなんだ」

                                              誰もがその戦いの背景にある歴史の深淵と人々の覚悟を見誤っていた。開戦初日に決着が付くと高を括って鼻歌混じりに筆を取った私は、気が付けば夏休みの8割を喪失し、すべての指が腱鞘炎で悲鳴を上げる中で参考文献の海に這いつくばっていた。 —— Josh Nobus —— ぜんぜんわからない 俺たちは雰囲気で REST をやっている 何度調べてもなんだかよく分からない概念ランキングの個人的 Top5 に入る言葉。 それが「REST」だ。 いろんな Web サービスの REST API はよく使わせてもらっているし、REST API が何かと聞かれれば「その Web サービスの機能を HTTP リクエストで呼び出せる API エンドポイントのことだよ」みたいにそれっぽくお茶を濁すことはできると思うが、じゃあ自分で RESTful なサービスを作ってみろと言われたら私は作れない。作れなかった。 だってどん

                                                すべての Web サービス設計者に捧ぐ「RESTful って結局なんなんだ」
                                              • The Ultimate Guide to handling JWTs on frontend clients (GraphQL)

                                                The Ultimate Guide to handling JWTs on frontend clients (GraphQL) JWTs (JSON Web Token, pronounced 'jot') are becoming a popular way of handling auth. This post aims to demystify what a JWT is, discuss its pros/cons and cover best practices in implementing JWT on the client-side, keeping security in mind. Although, we’ve worked on the examples with a GraphQL clients, but the concepts apply to any

                                                  The Ultimate Guide to handling JWTs on frontend clients (GraphQL)
                                                • Security alert: Attack campaign involving stolen OAuth user tokens issued to two third-party integrators

                                                  SecuritySecurity alert: Attack campaign involving stolen OAuth user tokens issued to two third-party integratorsOn April 12, GitHub Security began an investigation that uncovered evidence that an attacker abused stolen OAuth user tokens issued to two third-party OAuth integrators, Heroku and Travis-CI, to download data from dozens of organizations, including npm. Read on to learn more about the im

                                                    Security alert: Attack campaign involving stolen OAuth user tokens issued to two third-party integrators
                                                  • 心の中で天使と悪魔がバトルする描写 これは20世紀になってから発展したお..

                                                    心の中で天使と悪魔がバトルする描写 これは20世紀になってから発展したお約束表現のようだ 現代の日本の漫画でもよくみられるコレ https://twitter.com/gokushufu_comic/status/1634195330173648897/photo/3 wikipediaにも詳しく記載があった Shoulder angel - Wikipedia 天使と悪魔が人を良心と誘惑のどちらに導くかの綱引きをする概念自体は太古の昔からあるようだ 映像のイメージが伴うようになったのは20世紀に入ってから Shoulder angelのwikipediaのページに記載はないが『ドナルドの腕白時代』(1938年)がその表現の中でかなり最初期のものになりそう ドナルドの腕白時代 - Wikipedia ある朝。起床の時間となり目覚まし時計が鳴るが、ベッドで熟睡するドナルドはなかなか起きられな

                                                      心の中で天使と悪魔がバトルする描写 これは20世紀になってから発展したお..
                                                    • Writing Python like it’s Rust

                                                      I started programming in Rust several years ago, and it has gradually changed the way I design programs in other programming languages, most notably in Python. Before I started using Rust, I was usually writing Python code in a very dynamic and type-loose way, without type hints, passing and returning dictionaries everywhere, and occasionally falling back to “stringly-typed” interfaces. However, a

                                                      • GitHub - spacedriveapp/spacedrive: Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.

                                                        A file explorer from the future. spacedrive.com » Download for macOS (Apple Silicon | Intel) · Windows · Linux · iOS · Android ~ Links for iOS & Android will be added once a release is available. ~ Spacedrive is an open source cross-platform file manager, powered by a virtual distributed filesystem (VDFS) written in Rust. UPDATE: Spacedrive is under active development, we are in the alpha stage an

                                                          GitHub - spacedriveapp/spacedrive: Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.
                                                        • How we use Web Components at GitHub

                                                          EngineeringHow we use Web Components at GitHubAt GitHub, we pride ourselves on delivering a first-class developer experience. A considerable part of our work is on our front end, which we strive to keep as lightweight, fast,… At GitHub, we pride ourselves on delivering a first-class developer experience. A considerable part of our work is on our front end, which we strive to keep as lightweight, f

                                                            How we use Web Components at GitHub
                                                          • How we migrated Dropbox from Nginx to Envoy

                                                            In this blogpost we’ll talk about the old Nginx-based traffic infrastructure, its pain points, and the benefits we gained by migrating to Envoy. We’ll compare Nginx to Envoy across many software engineering and operational dimensions. We’ll also briefly touch on the migration process, its current state, and some of the problems encountered on the way. When we moved most of Dropbox traffic to Envoy

                                                              How we migrated Dropbox from Nginx to Envoy
                                                            • タコが他のタコに物を投げる様子が初めて捉えられる、コミュニケーションの一環と研究者

                                                              子どものころ、家族や友だちとキャッチボールをして遊んだ記憶がある人は多いはず。最近の研究により、遊んでいるかどうかは不明ながら、タコが社会的なコミュニケーションとして貝殻や泥の塊などを他のタコに投げている様子が初めて映像に収められました。 In the line of fire: Debris throwing by wild octopuses | PLOS ONE https://doi.org/10.1371/journal.pone.0276482 Octopuses caught on video throwing silt and shells around themselves and at each other https://phys.org/news/2022-11-octopuses-caught-video-silt-shells.html Duck! Octopu

                                                                タコが他のタコに物を投げる様子が初めて捉えられる、コミュニケーションの一環と研究者
                                                              • (今はまだ)WSL1にUbuntu 20.04を入れるな - Qiita

                                                                Ubuntu 19.10(Eoan Ermine), 18.04 LTS (Bionic Beaver), Debian 10 (Buster), Fedora 31, OpenSUSE Leap 15 具体的にこんな事が起きるぞ Ubuntu 18.04からアップグレードできない そもそもdo-release-upgrade -dが途中でコケるなどしてアップグレードできない。筆者環境のUbuntu 18.04 LTSはsudo apt upgradeするとE: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).などと言われた3。 それで sudo apt --fix-broken install すると… sleep: cannot read realti

                                                                  (今はまだ)WSL1にUbuntu 20.04を入れるな - Qiita
                                                                • プロと読み解く Ruby 3.1 NEWS - クックパッド開発者ブログ

                                                                  技術部の笹田(ko1)と遠藤(mame)です。クックパッドで Ruby (MRI: Matz Ruby Implementation、いわゆる ruby コマンド) の開発をしています。お金をもらって Ruby を開発しているのでプロの Ruby コミッタです。 本日 12/25 に、ついに Ruby 3.1.0 がリリースされました(Ruby 3.1.0 リリース )。今年も Ruby 3.1 の NEWS.md ファイルの解説をします。NEWS ファイルとは何か、は以前の記事を見てください。 プロと読み解く Ruby 2.6 NEWS ファイル - クックパッド開発者ブログ プロと読み解くRuby 2.7 NEWS - クックパッド開発者ブログ プロと読み解くRuby 3.0 NEWS - クックパッド開発者ブログ 本記事は新機能を解説することもさることながら、変更が入った背景や苦労な

                                                                    プロと読み解く Ruby 3.1 NEWS - クックパッド開発者ブログ
                                                                  • Web3 — A vision for a decentralized web

                                                                    This post is also available in 简体中文, 繁體中文, 日本語, and 한국어. By reading this, you are a participant of the web. It's amazing that we can write this blog and have it appear to you without operating a server or writing a line of code. In general, the web of today empowers us to participate more than we could at any point in the past. Last year, we mentioned the next phase of the Internet would be always

                                                                      Web3 — A vision for a decentralized web
                                                                    • ユーザーのITリテラシーに配慮するのはアクセシビリティなのか - Qiita

                                                                      主に2つの答えがあります。 A. WCAGの考えではユーザーが適切な支援技術を利用することも含めてアクセシビリティであり、支援技術の入手やアクセシビリティ機能の利用に必要なITリテラシーを持たない人はアクセシビリティの対象ではない。(WCAG偏重派) B. うるせえ!! なるべく多様な人に情報を届ける、それがおもてなしの心ってヤツだろうが!!(アクセシビリティはみんなの心にあるよ派) 筆者には、Aのようにアクセシビリティの範疇からITリテラシーを外すのはやや極端な考え方であるように思えます。しかし、アクセシビリティに詳しい方でもAのような考え方をしているのを見かけます。 この記事では、WCAGやその関連文書を読みながら、この問いについて考察していきます。 今回WCAGとして参照するのはWeb Content Accessibility Guidelines (WCAG) 2.1です。この記

                                                                        ユーザーのITリテラシーに配慮するのはアクセシビリティなのか - Qiita
                                                                      • Googleがブログ記事を検閲

                                                                        私のBloggerのGMailアカウントに以下のようなメールが来ていた。 Hello, Google has been notified that content in your blog contains allegedly infringing content that may violate the rights of others and the laws of their country. The infringing content that has been made unavailable can be found at the end of this message. For more information about this removal and how it affects your blog, please visit https://support.goog

                                                                        • Your API Shouldn't Redirect HTTP to HTTPS

                                                                          TL;DR: Instead of redirecting API calls from HTTP to HTTPS, make the failure visible. Either disable the HTTP interface altogether, or return a clear HTTP error response and revoke API keys sent over the unencrypted connection. Unfortunately, many well-known API providers don't currently do so. Updated 2024-05-24: Added the Google Bug Hunter Team response to the report that the VirusTotal API resp

                                                                            Your API Shouldn't Redirect HTTP to HTTPS
                                                                          • ウェブコンテンツアクセシビリティガイドライン(WCAG)は何が難しいのか、あるいは難しさに立ち向かう方法 - 水底の血

                                                                            LINEヤフーにおけるこれからのアクセシビリティというスライドで「WCAGはハードルが高い」という文言を見かけました。どうしてハードルが高い、言いかえるならば難しいとされるのか、その難しさはどこから来るのかをちょっと深掘りしてみようと思います。 WCAGという言葉について、改めて見ておきましょう。WCAGはもっぱら、Web Content Accessibility Guidelines(ウェブコンテンツアクセシビリティガイドライン)というW3Cの発行する技術文書を指すわけですけども、現時点でよく参照されるのがウェブアクセシビリティ基盤委員会(WAIC)が公開している日本語訳のWCAG 2.1でしょう。ちなみに本家のW3Cは、WAICが現時点で公開しているWCAG 2.1の改訂版を今年9月に公開し、さらにバージョンの進んだWCAG 2.2を先月に発行したばかりだったりします。 WCAG 2

                                                                              ウェブコンテンツアクセシビリティガイドライン(WCAG)は何が難しいのか、あるいは難しさに立ち向かう方法 - 水底の血
                                                                            • How a Major Toy Company Kept 4chan Online

                                                                              Documents obtained by WIRED confirm that Good Smile, which licenses toy production for Disney, was an investor in the controversial image board. Toxic image board 4chan has managed to stay online for the past seven years—amid boycotts and advertiser flight, after being implicated in several mass shootings, even as it was identified as a source of the conspiracy theories that inspired the January 6

                                                                                How a Major Toy Company Kept 4chan Online
                                                                              • The cost of JavaScript in 2019 · V8

                                                                                Show navigation Note: If you prefer watching a presentation over reading articles, then enjoy the video below! If not, skip the video and read on. “The cost of JavaScript” as presented by Addy Osmani at #PerfMatters Conference 2019.One large change to the cost of JavaScript over the last few years has been an improvement in how fast browsers can parse and compile script. In 2019, the dominant cost

                                                                                • ECSのオペレーションを劇的に簡略化するAWS Copilotが発表されました! | DevelopersIO

                                                                                  ECSの運用において作成しなければならない膨大なAWSリソースを劇的に簡単なコマンドでまるっと作成〜運用〜管理できるコマンドラインツールCopilotの紹介です。 「いざECSの運用はじめようとしても、作らないといけないものめっちゃあるよなぁ。正直しんどい…」 ECS環境の構築って考慮が必要な項目ってものすごく多いんですよね。ネットワーク関連、ロードバランサー、リポジトリ、データベース、ECSそのもの、さらにそれをデプロイするためのパイプラインやデプロイ設定。 そんな辛さを一気に解消するAWS Copilotが発表されました! AWS Copilot のご紹介 | Amazon Web Services ブログ 英語のブログ記事と同じタイミングで日本語がでるとは、toriの人も相当気合が入ってますね! Amazon ECS でのコンテナ実行に新たな体験を提供する AWS Copilot の

                                                                                    ECSのオペレーションを劇的に簡略化するAWS Copilotが発表されました! | DevelopersIO