並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 4 件 / 4件

新着順 人気順

Dokkuの検索結果1 - 4 件 / 4件

  • Why Elixir Is the Best Language for Building a Bootstrapped, B2B SaaS in 2024 | SleepEasy Website Monitor

    Why Elixir Is the Best Language for Building a Bootstrapped, B2B SaaS in 2024 [This article is the companion to my presentation for CodeBEAM America 2024, Elixir is the One-Person Stack for Building a Software Startup. You can download the slides as a PDF or view them in Google Slides.] I’d like to share why I chose Elixir as the programming language (and really, as we’ll discuss, the full stack)

      Why Elixir Is the Best Language for Building a Bootstrapped, B2B SaaS in 2024 | SleepEasy Website Monitor
    • 週刊Railsウォッチ: IRB 1.8.0でデバッグ機能強化、Ruby Prize 2023開催決定ほか(20230908後編)|TechRacho by BPS株式会社

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

        週刊Railsウォッチ: IRB 1.8.0でデバッグ機能強化、Ruby Prize 2023開催決定ほか(20230908後編)|TechRacho by BPS株式会社
      • Dokku: my favorite personal serverless platform – Hamel’s Blog

        With Dokku, you can turn a VPS into a powerful serverless platform What is Dokku? Dokku is an open-source Platform as a Service (PaaS) that runs on a single server of your choice. It’s like Heroku, but you own it. It is a great way to get the benefits of Heroku without the costs (Heroku can get quite expensive!). I need to deploy many applications for my LLM consulting work. Having a cost-effectiv

          Dokku: my favorite personal serverless platform – Hamel’s Blog
        • DokkuをVPSをインストールし、Production, Staging, PRごとの環境・CDを構築

          はじめに 私は普段Ruby on Railsを使用してWebアプリケーションを作成しています。 個人でもちょっとしたものをデプロイしたいと思ったときに、HerokuのようなPaaSが使えると思います。 ただ、細かく環境を分けたりなど数が増えると、それに応じて料金が発生して気軽に試せなくなりそうです。 そこで、DokkuをVPSへインストールし、Production, Staging, PRごとの環境・CD(Github Actions)を構築してみました。 Dokkuとは? Dokkuは、セルフホスティングできるHerokuのようなPaaSのオープンソースソフトウェアです。 HerokuのBuildpack(Herokuish Buildpacks)を使用しているので、Ruby on RailsなどのWebアプリケーションが簡単にデプロイできます。 Dokku An open source

            DokkuをVPSをインストールし、Production, Staging, PRごとの環境・CDを構築
          1