並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 27 件 / 27件

新着順 人気順

boilerplateの検索結果1 - 27 件 / 27件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

boilerplateに関するエントリは27件あります。 はてなdesignGitHub などが関連タグです。 人気エントリには 『組織でのはてなブログ運営をGitHub上で行うためのテンプレートリポジトリ「HatenaBlog Workflows Boilerplate」を公開しました - はてなブログ開発ブログ』などがあります。
  • 組織でのはてなブログ運営をGitHub上で行うためのテンプレートリポジトリ「HatenaBlog Workflows Boilerplate」を公開しました - はてなブログ開発ブログ

    GitHub上ではてなブログ運営を可能にするテンプレートリポジトリ「HatenaBlog Workflows Boilerplate」をベータ版として公開しました。 このテンプレートをご利用いただくと、組織でのブログ運営に求められるワークフロー(下書きの作成、更新、内容のレビューや公開など)をGitHub上で行うことができます。組織利用向けに整備していますが、どなたでもご利用いただくことが可能です。 導入方法や詳しい利用方法については、上記のリポジトリのREADMEをご参照下さい。 特長など 下書きの作成時に、作成した下書きのみが含まれたプルリクエストを自動で作成します*1。コンフリクトを防ぎ、ワークフロー上の管理を容易にします GitHub Actions を利用して動作するためローカルでの環境構築が不要です。GitHub組み込みのVisual Studio Code (github.d

      組織でのはてなブログ運営をGitHub上で行うためのテンプレートリポジトリ「HatenaBlog Workflows Boilerplate」を公開しました - はてなブログ開発ブログ
    • Design Doc for react-boilerplate-2022

      これは何? React(Next.js)アプリケーションのテンプレートのための Design Doc React(Next.js)アプリケーションのテンプレートとして実装したリポジトリ shimpeiws/react-boilerplate-2022 の設計についてのDesign Docです SSR/ISRはせずnext exportしてStatic Fileを出力する構成です API Routesを使っていますが、API接続コードをローカルで動作させるためのもので本番動作させるためのものではありません Design Doc 本ドキュメントは実装したリポジトリの構成、ライブラリの選定理由など設計についての背景を示すためのドキュメントという位置づけです 「デザインドックで学ぶデザインドック」(https://www.flywheel.jp/topics/design-doc-of-desig

        Design Doc for react-boilerplate-2022
      • My current HTML boilerplate - Manuel Matuzovic

        My current HTML boilerplate posted on 09.04.2021 Every element I use for the basic structure of a HTML document, with explanations why. Traducción a Español by www.ibidemgroup.com. Usually when I start a new project, I either copy the HTML structure of the last site I built or I head over to HTML5 Boilerplate and copy their boilerplate. Recently I didn’t start a new project, but I had to document

          My current HTML boilerplate - Manuel Matuzovic
        • CSSのカスケードレイヤーが便利! 複数のCSSファイルを効率よく管理できるデフォルトのCSS構造 -CSS boilerplate

          小規模のプロジェクトをはじめ、大規模のプロジェクトもサポートしたCSSのベースとなるテンプレートを紹介します。 大きな特徴は、@layerでCSSの構造を明確にし、リセットCSSやサードパーティのCSS、オリジナルのCSSなどのカスケードをより効率よく管理できることです。詳細度や!importantに頭を悩ますこともなくなります。 /* 事前にレイヤーの順序を決定する */ @layer core, third-party, components, utility; @layer core.reset, core.tokens, core.base; @layer third-party.imports, third-party.overrides; @layer components.base, components.variations; /* リセットCSSやノーマライズ */ @i

            CSSのカスケードレイヤーが便利! 複数のCSSファイルを効率よく管理できるデフォルトのCSS構造 -CSS boilerplate
          • GitHub - apptension/saas-boilerplate: SaaS Boilerplate - Open Source and free SaaS stack that lets you build SaaS products faster in React, Django and AWS. Focus on essential business logic instead of coding repeatable features!

            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              GitHub - apptension/saas-boilerplate: SaaS Boilerplate - Open Source and free SaaS stack that lets you build SaaS products faster in React, Django and AWS. Focus on essential business logic instead of coding repeatable features!
            • GitHub - google/swissgl: SwissGL is a minimalistic wrapper on top of WebGL2 JS API. It's designed to reduce the amount of boilerplate code required to manage GLSL shaders, textures and framebuffers when making procedural visualizations or simulations.

              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                GitHub - google/swissgl: SwissGL is a minimalistic wrapper on top of WebGL2 JS API. It's designed to reduce the amount of boilerplate code required to manage GLSL shaders, textures and framebuffers when making procedural visualizations or simulations.
              • Hatena-Blog-Workflows-Boilerplateつかって BASEのブログ書いてみた - BASEプロダクトチームブログ

                <この記事はHatena-Blog-Workflows-Boilerplateによって作成されました> 皆さんこんにちは! BASE株式会社 BASE BANK Divisionにて、Dev TOPとしてBASE BANKのエンジニア組織全体を見ている傍ら、このBASE product blogの編集長も務めている @applepine1125です。 今回は2023年9月に公開されたHatena-Blog-Workflows-Boilerplate をつかって、BASE product blogの新たな執筆フローを作ってみました。 今のBASE product blog 執筆の流れ 現在、BASEでは社内のドキュメントツールとして Notion を使っています。 Notionのデータベース機能などを駆使し、以下のような流れで執筆、レビュー、公開を行っています。 Notion上で下書き記事を

                  Hatena-Blog-Workflows-Boilerplateつかって BASEのブログ書いてみた - BASEプロダクトチームブログ
                • はてなブログから OSS blogsync への寄付のご報告と「HatenaBlog Workflows Boilerplate」でのGitHub Workflow の仕組みと工夫 - Hatena Developer Blog

                  この記事は HatenaBlog Workflows Boilerplate を利用してレビュー・公開をしております。 はてなエンジニアアドベントカレンダー 2023 の 25 日目の記事です。 こんにちは。はてなブログのサブディレクターの id:AirReader です。 先日、組織でのはてなブログ運営を GitHub 上で行うためのテンプレートリポジトリ「HatenaBlog Workflows Boilerplate」を公開しました。このテンプレートをご利用いただくと、組織でのブログ運営に求められるワークフロー(下書きの作成、更新、内容のレビューや公開など)を GitHub 上で行うことができます。 さて、本記事の前半は私より同機能の裏側で利用している OSS blogsync への寄付のご報告を、後半は id:d-haru から同機能の仕組みや工夫について共有いたします。 blog

                    はてなブログから OSS blogsync への寄付のご報告と「HatenaBlog Workflows Boilerplate」でのGitHub Workflow の仕組みと工夫 - Hatena Developer Blog
                  • Abstracting database/sql boilerplate with Go generics

                    An abstract vision of abstracting database/sql boilerplateIntroductionThis post is part of the Eureka Advent Calendar 2022. database/sql provides everything needed to work with SQL in Go, yet there’s an ever-growing list of query builders, ORMs and database utilities being developed by the community. Is database/sql really so bad? In this post we’ll explore what can be achieved using Go generics w

                      Abstracting database/sql boilerplate with Go generics
                    • GitHub - hatena/Hatena-Blog-Workflows-Boilerplate

                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                        GitHub - hatena/Hatena-Blog-Workflows-Boilerplate
                      • React、Django、AWSをベースとしたオープンソースのSaaSボイラープレート・「SaaS Boilerplate」 - かちびと.net

                        SaaS BoilerplateはReact、Django、AWSをベースとしたオープンソースのSaaSボイラープレートです。AWSプラットフォームへのデプロイが可能なフルスタックWebアプリケーションのボイラープレートとして提供されています。 単純に必要なものを用意したのではなく、実際に10年程プロジェクトで利用し、積み重ねてきたものをBoilerplateにしているそうで、カスタマイズ性があり十分にテストしてきた実践的な構成となっています。 認証、メールのアレコレ、サブスク、支払い、 CRUDモデルジェネレーター、事前構成されたCI/CD、管理パネル、CMSとの統合等に加え、最近の話題の中心でもあるOpenAIとの統合もサポートされています。 詳細等はドキュメントやリポジトリをご参照下さい。ライセンスはMITとの事です。 SaaS Boilerplate

                        • HatenaBlog Workflows Boilerplate(β) に画像アップロード機能を追加しました - はてなブログ開発ブログ

                          GitHub上ではてなブログ運営を可能にするテンプレートリポジトリ「HatenaBlog Workflows Boilerplate(β)」にはてなフォトライフへの画像アップロード機能を追加しました。 記事内にリポジトリ内の画像が含まれている場合、はてなフォトライフへ自動アップロードし、本文の差し替えを行います。 Markdownの画像記法の Alt や Title の指定にも対応しています。 例えば以下のMarkdownは、以下のように差し替えられます。 差し替え前(Markdown) ![alt text](./path/img.jpg “title text”) *1 差し替え後(はてな記法) [f:id:hatenablog:20240101000000j:plain:alt=alt text:title=title text] 編集モードがMarkdownの場合でも、はてな記法の

                            HatenaBlog Workflows Boilerplate(β) に画像アップロード機能を追加しました - はてなブログ開発ブログ
                          • GitHub - serverless/aws-ai-stack: AWS AI Stack – A ready-to-use, full-stack boilerplate project for building serverless AI applications on AWS

                            AWS AI Stack – A ready-to-use, full-stack boilerplate project for building serverless AI applications on AWS. A great fit for those seeking a trusted AWS foundation for AI apps and access to powerful LLM models via Bedrock ​​that keep your app’s data separate from model providers. View the Live Demo – awsaistack.com Use this as a boilerplate project to create an AI Chat bot, authentication service

                              GitHub - serverless/aws-ai-stack: AWS AI Stack – A ready-to-use, full-stack boilerplate project for building serverless AI applications on AWS
                            • My current HTML boilerplate - Manuel Matuzovic

                              My current HTML boilerplate posted on 09.04.2021 Every element I use for the basic structure of a HTML document, with explanations why. Traducción a Español by www.ibidemgroup.com. Usually when I start a new project, I either copy the HTML structure of the last site I built or I head over to HTML5 Boilerplate and copy their boilerplate. Recently I didn’t start a new project, but I had to document

                                My current HTML boilerplate - Manuel Matuzovic
                              • React.js Boilerplate

                                • GitHub - ashishb/gabo: GitHub Actions Boilerplate Generator

                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                    GitHub - ashishb/gabo: GitHub Actions Boilerplate Generator
                                  • Boilerplate と Template は何が違うのでしょうか? - Qiita

                                    疑問: Boilerplate と Template は何が違うのでしょうか? 結論 Boilerplate は、実際のテキストや画像を提供する。コピー&ペーストしたら使える。 Template は、文書の構造やレイアウトを提供する。コピー&ペーストだけではなく中身を埋めてもらうことを想定している。 ようだ。以下辺りを読んでみた。(ざっくり翻訳し引用。) What's the difference between a boiler plate and a template? What is boilerplate and why do we use it? Necessity of coding style guide Boilerplate と Template の違いは何か? Boilerplate とはコピー&ペーストで文書に追加するだけのもの。Boilerplate は、条件や注意

                                      Boilerplate と Template は何が違うのでしょうか? - Qiita
                                    • GDPR For Developers By Example | Parthenon The Symfony SaaS Boilerplate

                                      GDPR has been in place for years now, and we’re starting to learn more and more about how it’s going to be enforced and what it really means. The many questions people had that could only be answered by court decisions have now been answered. Over the past years, I’ve seen systems try and fail to correct implement GDPR. Here are the things I’ve learnt from court decisions and from mistakes made. T

                                        GDPR For Developers By Example | Parthenon The Symfony SaaS Boilerplate
                                      • LPをサクッと作れるboilerplate作りました

                                        できたもの 作った背景 静的なLPを簡単に作る開発環境が欲しい。 環境構築が面倒でペライチLPでも Nuxt.js などの整った環境でnuxt generateすることがしばしばあった。 既存アプリに組み込む形で、静的でライブラリなどが含まれないようなLP作成が必要になったので環境を作った。 利用技術 特に凝った構成ではない。2020年感もない。 EJS ESLint PostCSS Prettier stylelint TypeScript webpack webpack-dev-server なぜ EJS なのか Pug という選択肢もあったが、素のHTMLが書けるのは学習コストや移植面で大きい。一度、Pug記法にしてしまうと抜け出すのが EJS に比べて辛い気がした。 ちなみに pug-loader などを使って同じことは実現出来るようなので、今後 Pug に移行する可能性もある。

                                          LPをサクッと作れるboilerplate作りました
                                        • Goの抽象構文木(AST)でBoilerplate Codeを自動生成する

                                          この記事は、Merpay Advent Calendar 2022 の19日目の記事です。 こんにちは。メルペイのPayment PlatformチームでPaymentServiceの開発を担当するエンジニアの @huhu です。主にPaymentServiceに関わるマイクロサービスの開発や運用をしています。 この記事では、私のチームで行ったGoの抽象構文木(AST)でコードを自動生成する取り組みに関して紹介します。 背景 PaymentServiceは決済トランザクション管理の基盤サービスとして、エッジレイヤーのサービス(外部サービスも含め)が提供する各種決済手段を利用して、表層のサービス(メルカリ、NFC、コード払いなど)に必要な決済フローを共通APIとして提供しています。我々の提供している多彩な決済手段を表すEntityが存在していて、例えば支払い方法ではお客さまの残高の決済を表す

                                            Goの抽象構文木(AST)でBoilerplate Codeを自動生成する
                                          • GitHub - dl-tg/scaffolder: CLI tool to instantly generate skeleton project structure with boilerplate code, that's taken from configurable YAML file, to quickly kick-start your project

                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                              GitHub - dl-tg/scaffolder: CLI tool to instantly generate skeleton project structure with boilerplate code, that's taken from configurable YAML file, to quickly kick-start your project
                                            • はてなブログをフルカスタムしてみた話┃サンプルコード「boilerplate」をもとに、ほぼ1からデザインを組み立てました - yunico's fluffy life

                                              もくもくまたブログのデザイン変えたの? 最近、変更の頻度多くない?yunicoほんと、それな。 でも今回めっちゃ頑張ったからもう一生このデザイン使うくらいの気持ちでいるよ!たぶん…! 1つ前の記事で「新しいパソコン買ったらブログデザインを1から作ってみよう云々」と書いていた。 が!デザインCSSを編集していけば好きなようにデザインが作れるということを知ったので、さっそく取り掛かっていました。 今回は、テンプレートデザインを使わずに、はてなブログをフルカスタムしてみたお話です。 サンプルテーマでブログ作り はてなブログのHTML構造 ほぼ1からデザインを作るメリット コード管理のしやすさ向上 手順の簡略化ができる ページの軽量化ができるかも おわりに┃秘密のメッセージ サンプルテーマでブログ作り 前回「新しいパソコンを買ったら云々」と言っていたのはコードの組み立てにzipファイルをたくさん使

                                                はてなブログをフルカスタムしてみた話┃サンプルコード「boilerplate」をもとに、ほぼ1からデザインを組み立てました - yunico's fluffy life
                                              • discussion: spec: reduce error handling boilerplate using ? · golang/go · Discussion #71460

                                                This is a discussion about a new syntax that may be used to handle errors. This is issue #71203 converted into a discussion. I've written a tool that converts ordinary Go code into code that uses the syntax from the proposal at #71203. That tool is available at https://go.dev/cl/643996. In order to build and use it you must first apply the changes in the patch series ending at https://go.dev/cl/64

                                                  discussion: spec: reduce error handling boilerplate using ? · golang/go · Discussion #71460
                                                • GitHub - mmazzarolo/react-native-universal-monorepo: React Native boilerplate supporting multiple platforms: Android, iOS, macOS, Windows, web, browser extensions, Electron.

                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                    GitHub - mmazzarolo/react-native-universal-monorepo: React Native boilerplate supporting multiple platforms: Android, iOS, macOS, Windows, web, browser extensions, Electron.
                                                  • Next JS SaaS Boilerplate & Serverless React Template - Nextless.js

                                                    The fastest way to build scalable and production-ready SaaS products. It includes Authentication, Payment, Teams, Dashboard, Landing Page, Emails. Save you months of development time so you can focus on your business.

                                                      Next JS SaaS Boilerplate & Serverless React Template - Nextless.js
                                                    • GitHub - ixartz/Next-js-Boilerplate: 🚀🎉📚 Boilerplate and Starter for Next.js 14+ with App Router and Page Router support, Tailwind CSS 3.4 and TypeScript ⚡️ Made with developer experience first: Next.js + TypeScript + ESLint + Prettier + Drizzle ORM +

                                                      Developer experience first, extremely flexible code structure and only keep what you need: ⚡ Next.js with App Router support 🔥 Type checking TypeScript 💎 Integrate with Tailwind CSS ✅ Strict Mode for TypeScript and React 18 🔒 Authentication with Clerk: Sign up, Sign in, Sign out, Forgot password, Reset password, and more. 👤 Passwordless Authentication with Magic Links, Multi-Factor Auth (MFA),

                                                        GitHub - ixartz/Next-js-Boilerplate: 🚀🎉📚 Boilerplate and Starter for Next.js 14+ with App Router and Page Router support, Tailwind CSS 3.4 and TypeScript ⚡️ Made with developer experience first: Next.js + TypeScript + ESLint + Prettier + Drizzle ORM +
                                                      • Hatena-Blog-Workflows-Boilerplateを使ってとあるSaaSのリンクを一括置換した話 - BASEプロダクトチームブログ

                                                        <この記事はHatena-Blog-Workflows-Boilerplateによって作成されました> こんにちは! BASE株式会社 Pay ID の @zan_sakurai と申します。 BASE PRODUCT TEAM BLOG 編集局メンバーも務めています。(実は今年の編集長です。) 今回は、Hatena-Blog-Workflows-Boilerplateを使ってとあるSaaSのリンクを一括置換した話をします。 Hatena-Blog-Workflows-Boilerplate Hatena-Blog-Workflows-Boilerplateとは、 株式会社はてなさんが公式で公開している、はてなブログの記事を書くためのワークフローのボイラープレートでして、GitHub 上で下書きや記事の公開等を行うことができるものです。 github.com 弊社では昨年 @applepi

                                                          Hatena-Blog-Workflows-Boilerplateを使ってとあるSaaSのリンクを一括置換した話 - BASEプロダクトチームブログ
                                                        1

                                                        新着記事