並び順

ブックマーク数

期間指定

  • から
  • まで

361 - 400 件 / 603件

新着順 人気順

migrationsの検索結果361 - 400 件 / 603件

  • 週刊Railsウォッチ(20200907前編)スライド『Rails 6.1で新しく入る機能について』、Railsコミュニティサーベイ、TruffleRubyでZeitwerkが動いたほか|TechRacho by BPS株式会社

    2020.09.07 週刊Railsウォッチ(20200907前編)スライド『Rails 6.1で新しく入る機能について』、Railsコミュニティサーベイ、TruffleRubyでZeitwerkが動いたほか こんにちは、hachi8833です。RubyKaigi Takeout 2020が無事開催されましたね。主催者/登壇者/参加者/スポンサーの皆さまお疲れさまでした! 1日目のライブ動画冒頭に映ったBPS株式会社のスポンサー表示です↓。 各記事冒頭には⚓でパーマリンクを置いてあります: 社内やTwitterでの議論などにどうぞ 「つっつきボイス」はRailsウォッチ公開前ドラフトを(鍋のように)社内有志でつっついたときの会話の再構成です👄 今回のつっつき会はRubyKaigi Takeout 2020前日ということもあり、つとめて軽くしました。 ところが録画に失敗してしまったため今回

      週刊Railsウォッチ(20200907前編)スライド『Rails 6.1で新しく入る機能について』、Railsコミュニティサーベイ、TruffleRubyでZeitwerkが動いたほか|TechRacho by BPS株式会社
    • Introducing AWS AppConfig Feature Flags In Preview | Amazon Web Services

      AWS Cloud Operations & Migrations Blog Introducing AWS AppConfig Feature Flags In Preview Update (15 March 2022): AWS AppConfig Feature Flags are now generally available. The information below is still correct, but additional information can be found in the link at the end of this blog post. Modern DevOps practices require development teams to continuously iterate their applications based on custo

        Introducing AWS AppConfig Feature Flags In Preview | Amazon Web Services
      • Rails 7: has_many :through関連付けにdisable_joins: trueオプションが追加(翻訳)|TechRacho by BPS株式会社

        2021.05.19 Rails 7: has_many :through関連付けにdisable_joins: trueオプションが追加(翻訳) 私たちはRailsアプリケーションで、マルチプルデータベースを多用しています。Rails 6からマルチプルデータベースへの接続が簡単に行えるようになりました。 ここで以下のユースケースを考えてみましょう。 1人のユーザーは複数の記事(post)を作成できる 記事を見ているユーザーは誰でも記事にコメントを付けられる(いわゆるcroud-sourcedなコメント) この場合コメントが急速に増加する可能性があり、別の種類のデータ管理アプローチが必要になるかもしれないので、croud-sourcedなコメントを別のデータベースに保存することが考えられます。 この場合のdatabase.ymlは以下のようになるでしょう。 default: &defaul

          Rails 7: has_many :through関連付けにdisable_joins: trueオプションが追加(翻訳)|TechRacho by BPS株式会社
        • ゼロからしっかり理解したい人のLaravel Inertia.jsの基礎(Vue編) | アールエフェクト

          現行バージョン10(執筆時は9)のLaravelのドキュメントに記載されているのは(1), (2)の方法です。本文書では(2)のLaravel環境下にInertia.jsを利用する方法について説明を行っています。Laravel BreezeやLaravel Jetstreamを利用することでInertia.js + Vueを利用することができますが本文書ではパッケージを利用しない方法を中心に解説しています。 macOSにLaravel 9をインストールして動作確認を行っています。 Laravelプロジェクトの作成 Inertia.jsをインストールする前にLaravelプロジェクトを作成する必要があります。Inertia.jsではJavaScriptを利用するため事前にNode.jsがインストール済みである必要があります。 本文章ではLaravelプロジェクトの作成はlaravel new

            ゼロからしっかり理解したい人のLaravel Inertia.jsの基礎(Vue編) | アールエフェクト
          • How a handful of prehistoric geniuses launched humanity’s technological revolution

            For the first few million years of human evolution, technologies changed slowly. Some three million years ago, our ancestors were making chipped stone flakes and crude choppers. Two million years ago, hand-axes. A million years ago, primitive humans sometimes used fire, but with difficulty. Then, 500,000 years ago, technological change accelerated, as spearpoints, firemaking, axes, beads and bows

              How a handful of prehistoric geniuses launched humanity’s technological revolution
            • Stealing arbitrary GitHub Actions secrets

              I’m a big fan of the “try weird stuff and see what happens” approach to security research. Modern software has a huge number of bugs, and engineering teams often have to prioritize which bugs to fix, based in part on the number of users affected by each bug. The result is that glaringly obvious bugs (say, a website being down) tend to get fixed very quickly. On the other hand, a bug that only occu

              • Firefox for Android upgrade FAQs | Mozilla Support

                The Firefox Daylight release brings you the latest version of Firefox for Android, dramatically redesigned to be faster, easy to use, customizable, and private. This article addresses a series of common questions that you might have regarding the Firefox for Android upgrade. I’m unhappy with the new Firefox for Android: Thank you for giving the new Firefox for Android a try. We're listening to you

                  Firefox for Android upgrade FAQs | Mozilla Support
                • RDB / SQL メモ

                  前提 RDB や SQL 初心者 DynamoDB や Redis といった KVS は経験あり TimescaleDB を利用する Time-series data simplified | Timescale sqlc を利用 kyleconroy/sqlc: Generate type-safe code from SQL migrate を利用 golang-migrate/migrate: Database migrations. CLI and Golang library. TablePlus を利用 TablePlus | Modern, Native Tool for Database Management モチベーション 自社サービスのバックエンドで利用したい TSDB 機能も利用したい sqlc から利用したい 読んだドキュメント PostgreSQL 13.1文書

                    RDB / SQL メモ
                  • Prisma2を使ってREST APIを実装してみる | GiFT(ギフト)株式会社

                    Prisma2を使ってREST APIを実装してみる2020.01.23 Modern DB toolkitと謳うPrisma2の使い心地を試すべく、Prisma2のツールを使ってREST APIを実装してみました。 Prisma というデータベースに関する便利な機能を提供するツールをずっと触ってみようと思っていたのですが、次期バージョンが鋭意開発中でプレビュー版として使えるようなので簡単なREST APIを開発しながら使い勝手を見てみました。(現行のバージョン1は全く触れたことがありません) Prismaprisma/prisma2Prisma2についてREADMEによると Prisma2 は以下のツールで構成されます。 Prisma Client JS: Type-safe and auto-generated database client (“ORM replacement”)Pr

                      Prisma2を使ってREST APIを実装してみる | GiFT(ギフト)株式会社
                    • Handling Concurrency Without Locks

                      Concurrency is not very intuitive. You need to train your brain to consider what happens when multiple processes execute a certain code block at the same time. There are several issues I often encounter: Failing to recognize potential concurrency issues: It's not uncommon for both beginner and seasoned developers to completely miss a potential concurrency problem. When this happens, and the concur

                      • Compose for Desktop: Milestone 1 Released | The JetBrains Blog

                        Today, we are excited to present the first milestone release of Jetpack Compose for Desktop, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable. We invite you to take this technology preview out for a test drive, and we eagerly await your feedback! Visit the Compose for Desktop landing page Delightful desktop UI development Compose for

                          Compose for Desktop: Milestone 1 Released | The JetBrains Blog
                        • Laravel8でCMSを作るチュートリアル(6) ユーザーロール(権限)の設定

                          Laravel8でCMSを作るチュートリアル(6) ユーザーロール(権限)の設定 前回に続いて、Laravel8を使用して、コーポレートサイトでよくありそうなのお知らせを管理するCMSを作るチュートリアルの6回目です。(たぶん最終回) 今回はユーザーにロール(権限)を設定し、権限によってアクセスできるページを制限したいと思います。 投稿日2021年01月26日 更新日2021年01月26日 作る機能 投稿一覧&詳細ページ 管理画面へのログイン機能 投稿管理(CRUD)機能 ユーザーと投稿の関連付け(多対一:HasMany) 投稿のタグ分け(多対多:ManyToMany) ユーザーロール(権限)の設定 データベースの修正 ユーザーテーブルにroleという権限用のカラムを追加します。 database/migrations/XXXX_XX_XX_XXXXXX_create_users_tabl

                            Laravel8でCMSを作るチュートリアル(6) ユーザーロール(権限)の設定
                          • Deploy and Customize AWS accounts using Account Factory for Terraform in AWS Control Tower | Amazon Web Services

                            AWS Cloud Operations & Migrations Blog Deploy and Customize AWS accounts using Account Factory for Terraform in AWS Control Tower Customers use AWS Control Tower Account Factory to create a new AWS account or enroll existing AWS accounts in their AWS Organizations. Customers launch Account Factory from the AWS Control Tower console or via AWS Service Catalog API. We hear from customers that they w

                              Deploy and Customize AWS accounts using Account Factory for Terraform in AWS Control Tower | Amazon Web Services
                            • みんなで粘土をこねる web アプリを hono で作った

                              はじめに リアルタイムでみんなの反応が見れるアプリ、作りたいですよね。 X や instagram など各種 SNS では、何かアクションがあれば通知に数字がつきます。 Slack や Chatwork でも同じですね。メンションされたらチャンネルに数字がつきます。 モンスターハンターは凄まじいです。 最大4名のプレイヤーで同じモンスターを狩るのですが、どこに誰がいるかリアルタイムで確認できます。 ディアボロスに追いかけ回されながら、半泣きで逃げ回っているとき、共闘しているはずのプレイヤーがホームから動かなかったり、明らかに素材集めに勤しんでいたらx意が湧きます。 このようなリアルタイム通信を実現するために、どのような方法があるか探したところ WebSocket WebRTC SSE(Server-Send Events) というものが見つかりました。 WebSocket を試したい 本当

                                みんなで粘土をこねる web アプリを hono で作った
                              • Amazon CEO、画期的な顧客体験を実現するために生成AIのプリミティブなセットを構築していると、株主向けの公開書簡で説明

                                Amazon CEO、画期的な顧客体験を実現するために生成AIのプリミティブなセットを構築していると、株主向けの公開書簡で説明 Amazon.com CEOのアンディ・ジャシー氏は、株主向けの公開書簡「CEO Andy Jassy's 2023 Letter to Shareholders」を公開しました。 公開書簡では小売りからPrime Videoから開始されたばかりの衛星通信まで、Amazon.comの全ビジネス領域についての概況やビジョンについて語られており、AWSのこの1年のビジネス概況についても紹介されています。 中でも特に今回注目すべき内容は、公開書簡の約半分をかけてジャシーCEOが語った、主にAWSに関わる生成AIの戦略でしょう。ジャシーCEOは「画期的な顧客体験を実現するために、生成AIのプリミティブなセットを構築する」と説明します。 プリミティブなセットとは何か、そして

                                  Amazon CEO、画期的な顧客体験を実現するために生成AIのプリミティブなセットを構築していると、株主向けの公開書簡で説明
                                • Reddit - Dive into anything

                                  Welcome to the Reddit Tech Blog. We'll be talking about how we contribute to Reddit's mission to bring community and belonging to everyone. Read about how we build stuff people love and what it's like to be part of our team. If you're interested in working with us, go to our careers page: https://www.redditinc.com/careers Cute error image friends, we love them. Been a while since that was our 500

                                  • Introducing AWS CloudFormation modules | Amazon Web Services

                                    AWS Cloud Operations & Migrations Blog Introducing AWS CloudFormation modules If you’ve used AWS CloudFormation, you’ve probably experienced times when you are trying to build applications and want to deploy resources with best practices defined. As you work on your templates, you might be curious about which resource properties to configure and which values to use to follow those best practices.

                                      Introducing AWS CloudFormation modules | Amazon Web Services
                                    • 8.x Laravel Sanctum Laravel

                                      イントロダクションIntroduction Laravel Sanctum(サンクタム、聖所)は、SPA(シングルページアプリケーション)、モバイルアプリケーション、およびシンプルなトークンベースのAPIに軽い認証システムを提供します。Sanctumを使用すればアプリケーションの各ユーザーは、自分のアカウントに対して複数のAPIトークンを生成できます。これらのトークンには、そのトークンが実行できるアクションを指定するアビリティ/スコープが付与されることもあります。Laravel Sanctum[https://github.com/laravel/sanctum] provides a featherweight authentication system for SPAs (single page applications), mobile applications, and simpl

                                      • Introducing GitHub Enterprise Importer

                                        June 12, 2023 Today, we're launching a new brand new tool for migrating from other code hosting platforms to GitHub and between GitHub products: GitHub Enterprise Importer (GEI). With GitHub Enterprise Importer, you can migrate to GitHub.com or GitHub Enterprise Cloud and bring your source code and collaboration history (for example code reviews and comments) with you. We’re publicly launching Git

                                          Introducing GitHub Enterprise Importer
                                        • Introducing GitHub Actions Importer

                                          EnterpriseProductIntroducing GitHub Actions ImporterGitHub Actions Importer helps you forecast, plan, and facilitate migrations from your current CI/CD tool to GitHub Actions. We’re excited to announce a public preview of GitHub Actions Importer, which helps you forecast, plan, and facilitate migrations from your current CI/CD tool to GitHub Actions. Doing individual migrations is relatively easy

                                            Introducing GitHub Actions Importer
                                          • Migrating Autodesk’s mission-critical database from Microsoft SQL Server to Amazon Aurora MySQL | Amazon Web Services

                                            AWS Database Blog Migrating Autodesk’s mission-critical database from Microsoft SQL Server to Amazon Aurora MySQL This is a guest post from Tulika Shrivastava, Software Architect from Autodesk, in partnership with Rama Thamman from AWS. In their own words, “Autodesk is a leader in 3D design, engineering, and entertainment software. If you’ve ever driven a car, admired a towering skyscraper, used a

                                              Migrating Autodesk’s mission-critical database from Microsoft SQL Server to Amazon Aurora MySQL | Amazon Web Services
                                            • Book of News - Ignite 2019

                                              B O O K O F N E W S Microsoft Ignite 2019 Orlando, November 4 – 8, 2019 | Foreword by Frank Shaw 9 Section 1 Azure 10 Chapter 1 Azure Infrastructure 11 Item 1.1.1 Azure Arc: Extended Azure management and security to any infrastructure Item 1.1.2 Azure Data Services Preview: Run Azure data services anywhere Item 1.1.3 Azure Da v4 and Das v4 series virtual machines Item 1.1.4 Serial Console for Azur

                                              • The Docker Handbook – Learn Docker for Beginners

                                                I usually do my changes and updates on the GitBook version of the book first and then publish them on freeCodeCamp. You can find the always updated and often unstable version of the book at the following link: Whichever version of the book you end up reading though, don't forget to let me know your opinion. Constructive criticism is always welcomed. Introduction to Containerization and Docker Acco

                                                  The Docker Handbook – Learn Docker for Beginners
                                                • 【C#でエクセル操作】ClosedXMLの特徴と操作まとめ | 堺docs

                                                  チートシート:基本的な処理実装方法まとめ ワークブックの作成、編集、保存、変換の一連の流れをまとめます。 コード冒頭のusing記述 NuGetでのインストール後、コード冒頭に記述するusingは1行でOKです。 C# using ClosedXML.Excel; 新しいワークブックの作成 空のワークブックを作成します。 リソースはアンマネージドのため、usingステートメントと一緒に使用することをオススメします。(保存する前にオブジェクトを破棄することがないように注意しましょう。) C# using var wb = new XLWorkbook(); //尚、C#8.0より前であれば以下の様に記述します。 using (var wb = new XLWorkbook()) { //do something } ※詳細はこちらで後述(ページ内リンク)しますが、new XLWorkbook

                                                    【C#でエクセル操作】ClosedXMLの特徴と操作まとめ | 堺docs
                                                  • AWS DMS と AWS Snowball を使用して大規模なデータベース移行を可能にする | Amazon Web Services

                                                    Amazon Web Services ブログ AWS DMS と AWS Snowball を使用して大規模なデータベース移行を可能にする  データベースの移行のある時点で、ネットワークの帯域幅が制限要因になります。高速インターネットリンクが利用できない場合、大量のデータを転送するには数か月かかる場合があります。たとえば、100 テラバイトのデータを 100 Mbps の専用接続で転送するには 100 日以上かかります。遠隔地にいる場合や他のネットワークの問題がある場合には、比較的小さな 500 GB データベースの移行でもかなり遅くなることがよくあります。さらに、多数の小規模なデータベースを同時に移行して規模が膨らむことで、この問題が悪化する可能性もあります。 他にも、データベース自体への外部アクセスが欠如していと、一般的にデータベース移行プロジェクトを妨害または遅延させる可能性があ

                                                      AWS DMS と AWS Snowball を使用して大規模なデータベース移行を可能にする | Amazon Web Services
                                                    • レベッカ・ソルニット - Wikipedia

                                                      ソルニットは「マンスプレイニング」(Mansplaining)という有名なかばん語が発明されるきっかけを作ったと言われている。ロサンゼルス・タイムズが運営するウェブサイト上で2008年4月に公開された彼女のエッセイ「Men Explain Things to Me[13]」(『説教したがる男たち』)の中では、パーティー会場で声を掛けてきた男性が彼女が著者であることを知らずに、彼女の最新作の内容について得意げに彼女に解説してきたという体験談が紹介されている。このエッセイの内容は分かっているようなことを上からの物言いで男性から解説された経験がこれまでにある多くの女性から共感を呼び、その後にオンライン上ではこのような男を指す「マンスプレイニング」という言葉が生まれ、急速に広まっていった[14]。 Secret Exhibition: Six California Artists of the C

                                                        レベッカ・ソルニット - Wikipedia
                                                      • Twilio SendGridを使ってLaravelでWebベースのメール送信機能を構築する方法 | SendGridブログ

                                                        Twilio SendGridを使ってLaravelでWebベースのメール送信機能を構築する方法 2020年9月24日 by SendGrid Category: 技術ネタ ツイート この記事は How to Build a Web-Based Email Client in Laravel PHP using Twilio SendGrid の抄訳です。 新しいアプリケーションを構築し一般に公開する際は、非常に神経を使うものです。特に、開発やマーケティングの初期段階では、ユーザと継続的に連絡を取り合うことが大切です。 このコミュニケーションの手段としてメールは欠かせません。メールは、新機能や不具合の修正をユーザへ知らせたり、非アクティブなユーザをフォローアップしたりするのに最適です。 そこで、このチュートリアルでは、既存のLaravelアプリケーションにWebベースのメール送信機能を追加

                                                          Twilio SendGridを使ってLaravelでWebベースのメール送信機能を構築する方法 | SendGridブログ
                                                        • 一般提供を開始した Database Migration Service を使用して、MySQL と PostgreSQL データベースを移行 | Google Cloud 公式ブログ

                                                          一般提供を開始した Database Migration Service を使用して、MySQL と PostgreSQL データベースを移行 ※この投稿は米国時間 2021 年 4 月 1 日に、Google Cloud blog に投稿されたものの抄訳です。 このたび、Google Cloud における Database Migration Service(DMS)の一般利用が可能となりました。DMS はオンプレミスおよびその他のクラウドから Cloud SQL に対する MySQL および PostgreSQL の移行をサポートしています。Microsoft SQL Server に関するサポートについては年内に導入予定です。追加料金なしで Database Migration Service の使用を開始できます。 マネージド クラウド サービスを利用してビジネス インフラストラク

                                                            一般提供を開始した Database Migration Service を使用して、MySQL と PostgreSQL データベースを移行 | Google Cloud 公式ブログ
                                                          • Ship Modern Full-Stack Web Applications

                                                            Whether you and your team are working on an existing enterprise-scale web app, or you've just come up with an amazing idea for a new project , the one thing standing between you and your goals is efficiency. Sure, you can definitely hack your way through the bramble to get to your destination, but at what cost? Time, energy, stress, and (heaven forbid) loss of user trust. 😱 Nah, let's skip over t

                                                              Ship Modern Full-Stack Web Applications
                                                            • AWS Organizations, AWS Config, and Terraform | Amazon Web Services

                                                              AWS Cloud Operations & Migrations Blog AWS Organizations, AWS Config, and Terraform In this post, I show how you can use AWS Organizations, AWS Config, and HashiCorp’s Terraform to deploy guardrails at scale. AWS Config provides configuration, compliance, and auditing features that are required for governing your resources and providing security posture assessment at scale. With its recent support

                                                                AWS Organizations, AWS Config, and Terraform | Amazon Web Services
                                                              • Introducing Shadower: A Minimalistic Load Testing Tool

                                                                You’re seeing information for Japan . To see local features and services for another location, select a different city. Show more Introduction Shadower is a load testing tool that allows us to provide load testing as a service to any microservice at Uber. Shadower started as a command line application that allowed us to read a local file to load test a local application. At the time, Maps PEs were

                                                                  Introducing Shadower: A Minimalistic Load Testing Tool
                                                                • Horizontally scaling the Rails backend of Shop app with Vitess (2024) - Shopify

                                                                  Horizontally scaling the Rails backend of Shop app with VitessShop app horizontally scaled a Ruby on Rails app with Vitess. This blog describes Vitess and our detailed approach for introducing Vitess to a Rails app. Good problems We experienced hockey stick growth after we launched the Shop app. We were glued to our dashboards and saw millions of users onboard onto the app. This was gratifying, bu

                                                                    Horizontally scaling the Rails backend of Shop app with Vitess (2024) - Shopify
                                                                  • Broadcom plans 'rapid subscription transition' for VMware

                                                                    Offers comforting vision for core customers, products, channel – though warns efficiencies are coming Broadcom has signaled its $61 billion acquisition of VMware will involve a “rapid transition from perpetual licenses to subscriptions.” That's according to Tom Krause, president of the Broadcom Software Group, on Thursday's Broadcom earnings call. He was asked how the semiconductor giant plans to

                                                                      Broadcom plans 'rapid subscription transition' for VMware
                                                                    • 多くのデータベースに対応したマイグレーションツール migrate を MySQL で試した - kakakakakku blog

                                                                      データベースのマイグレーションを行うツール migrate を試した.migrate は MySQL / MariaDB / PostgreSQL / Amazon Redshift / MongoDB / Cassandra など,多くのデータベースに対応している.GitHub リポジトリを見るともっと多くのデータベースに対応していることがわかる.他にも GitHub や Amazon S3 に置かれたマイグレーションファイルを直接読み込む機能や Go ライブラリとしてアプリケーションに組み込める機能などもある.今回は MySQL を使ってマイグレーションの基本的な機能を試す❗️ github.com インストール macOS だと Homebrew を使って簡単に migrate CLI をインストールできる.今回は v4.15.2 を使う. $ brew install golang

                                                                        多くのデータベースに対応したマイグレーションツール migrate を MySQL で試した - kakakakakku blog
                                                                      • Pythonでのチームアプリ開発に参画するための学習履歴~Docker・Django・Nginx・MariaDB環境を構築する~ - Qiita

                                                                        Pythonでのチームアプリ開発に参画するための学習履歴~Docker・Django・Nginx・MariaDB環境を構築する~PythonDjangoDocker 2020/04/27追記 ・開発途中にモジュールを追加したくなったときのpip installについて追加 ・docker-compose runコマンドについて大いに間違った理解をしていたのでそれを修正して、代替としてdocker execコマンドを利用した書き方に変更。 はじめに Pythonの基本をさらったところで次はDjangoに慣れていくために環境を構築して、企画主様の記事にちょうどDjangoの基礎のチュートリアルがあるので それを行ったときのアウトプットです。 今回の記事を作成するにあたっての企画主様の記事 Django(Python)でシステム開発できるようになる記事_入門編 作る環境とディレクトリ構成 doc

                                                                          Pythonでのチームアプリ開発に参画するための学習履歴~Docker・Django・Nginx・MariaDB環境を構築する~ - Qiita
                                                                        • Angular v12 is now available

                                                                          It’s that time again, friends — we’re back with a new release and we can’t wait to share all the great updates and features waiting for you in Angular v12. Before we dive into those updates, let’s check in on the Angular journey. A vital key to Angular’s future is Ivy and what it unlocks for the platform. We have been working over recent releases towards the goal of converging the Angular ecosyste

                                                                            Angular v12 is now available
                                                                          • 【編集中】Webアプリケーション開発環境構築ねた - Qiita

                                                                            はじめに 環境構築の完成は以下 ・クライアント:Angular ・サーバ   :ASP.NET WebAPI ・データベース:Oracle TODO IIS環境の構築 ◆WINDOWS10にてIIS(WEBサーバー)をインストール・構成する方法 http://www.floatgarden.net/server/windows10_iis_server.html ※IISのインストールオプションは一旦このサイトに合わせたが、後でチューニングしないとだめかも... Client@Angular cd D:\Angular ng new my-app5 --style=scss cd D:\Angular\my-app5 ng serve # 「http://localhost:4200/」参照 ng build --prod --base-href /my-app5/. # distをIIS

                                                                              【編集中】Webアプリケーション開発環境構築ねた - Qiita
                                                                            • 結局 go の migration ツールは何を使えばよいのか

                                                                              どれ使えば良いの? star数が100以上の中でもgoose、sql-migrate、golang-migrate/migrate、gh-ostならば正直、どれでも良いのでは?ぐらいには考えています。 ただし、gh-ostはmysqlに対してのサポートで、CloudSQLへの対応はできません。 お気をつけください。 有名どころのmigrationツールのサンプルを作ってみた 以下の3つのossについて golang-migrate/migrate sql-migrate goose dockerを利用して、各種migrationのコマンドを試せるようなサンプルを作ったので、ぜひ参考にしてみてください。 https://github.com/mergitto/go-migrate-sample golang-migrate/migrate migration file作成(今回はusersテ

                                                                              • Instant.dev - Type-safe web APIs with JavaScript and Postgres - Instant Analytics

                                                                                The magical JavaScript API framework with ORM, migrations and vectors

                                                                                  Instant.dev - Type-safe web APIs with JavaScript and Postgres - Instant Analytics
                                                                                • Is Amazon RDS for PostgreSQL or Amazon Aurora PostgreSQL a better choice for me? | Amazon Web Services

                                                                                  AWS Database Blog Is Amazon RDS for PostgreSQL or Amazon Aurora PostgreSQL a better choice for me? If you’re planning to move your self-managed PostgreSQL database or refactoring your commercial databases to PostgreSQL on AWS, you have to decide which database service best suits your needs. Amazon Relational Database Service (Amazon RDS) supports two types of Postgres databases: Amazon RDS for Pos

                                                                                    Is Amazon RDS for PostgreSQL or Amazon Aurora PostgreSQL a better choice for me? | Amazon Web Services