Bookmarks

Bookmarks

50058 bookmarks
Custom sorting
React Router Brand Update
React Router Brand Update
The evolution of the React Router brand identity in conjunction with the release of v7.
·remix.run·
React Router Brand Update
Effective TypeScript › Item 74: Know How to Reconstruct Types at Runtime
Effective TypeScript › Item 74: Know How to Reconstruct Types at Runtime
A fundamental part of TypeScript's design is that TypeScript types are erased at runtime. There's no way to access them. But inevitably, you'll want to do just that. This comes up most often when you want to validate that user input matches a TypeScript type. Faced with this problem, TypeScript developers often reach for Zod, a schema validation tool. But Zod has some downsides, and it's not the only solution to this conundrum. This sample item explores this problem and three possible solutions to it.
·effectivetypescript.com·
Effective TypeScript › Item 74: Know How to Reconstruct Types at Runtime
スキーマファースト開発のためのOpenAPI(Swagger)設計規約 | フューチャー技術ブログ
スキーマファースト開発のためのOpenAPI(Swagger)設計規約 | フューチャー技術ブログ
はじめまして。TIG DXユニット 1の亀井です。 はじめに みなさん、Swagger使ってますか?Swaggerや周辺ツールについては 某先輩の記事 にて丁寧に解説されていますので、本記事では実際にSwaggerのスキーマ定義を設計していく上で取り決めた規約について書いてみたいと思います。 前提私が在籍しているプロジェクトでは、REST APIは golang でフロントエンドを Vue.js
·future-architect.github.io·
スキーマファースト開発のためのOpenAPI(Swagger)設計規約 | フューチャー技術ブログ
Dialog と Popover #11 | blog.jxck.io
Dialog と Popover #11 | blog.jxck.io
今回考えたいのは、 GitHub の Issue や User アイコンをマウスでホバーすると、 Issue の詳細や User Profile が表示されるアレだ。挙動としては想像通り、対象要素に Anchoring した を表示し...
·blog.jxck.io·
Dialog と Popover #11 | blog.jxck.io
What are Signals?
What are Signals?
Signals are seemingly everywhere today. So here's the question? What are they? Let's build an implementation ourselves to understand them better.
·playfulprogramming.com·
What are Signals?
HTML Form Validation is heavily underused
HTML Form Validation is heavily underused
HTML Forms have powerful validation mechanisms, but they are heavily underused. In fact, not many people even know much about them. Is this because of some flaw in their design? Let’s explore.
·expressionstatement.com·
HTML Form Validation is heavily underused
Yist | Seamless GitHub Gist Management
Yist | Seamless GitHub Gist Management
Enhance your coding workflow with Yist. Sync and manage GitHub Gists locally, create collections, and boost your productivity.
·wanyi.dev·
Yist | Seamless GitHub Gist Management
romboHQ/tailwindcss-motion: tailwindcss-motion is a Tailwind CSS Plugin made at RomboHQ. It’s a simple, yet powerful, animation library with a simple syntax.
romboHQ/tailwindcss-motion: tailwindcss-motion is a Tailwind CSS Plugin made at RomboHQ. It’s a simple, yet powerful, animation library with a simple syntax.
tailwindcss-motion is a Tailwind CSS Plugin made at RomboHQ. It’s a simple, yet powerful, animation library with a simple syntax. - romboHQ/tailwindcss-motion
·github.com·
romboHQ/tailwindcss-motion: tailwindcss-motion is a Tailwind CSS Plugin made at RomboHQ. It’s a simple, yet powerful, animation library with a simple syntax.
Tailwind Sync | Figma
Tailwind Sync | Figma
Tailwind Sync is a tool box that bridges Figma variables and Tailwind code, streamlining the collaboration between designers and developers, from simple projects to design systems. Features Plug and play: Simply drag and drop the file into your code editor and start coding with the exact same th...
·figma.com·
Tailwind Sync | Figma
ruby -run
ruby -run
Ruby is well known as a language that is easy to use from the surface but is very deep and complex underneath. That’s what we know and love about it as a language. Its standard library has a similar design and as such it contains many hidden gems. One of the gems I’ve learned about recently is un. It’s designed to be a command line utility executed directly from ruby. This is its usage description:
·delonnewman.name·
ruby -run
The Basics of Rack for Ruby | AppSignal Blog
The Basics of Rack for Ruby | AppSignal Blog
Rack is the foundation for every popular Ruby web framework in existence. In the first part of a three-part series, let's set up a Rack app.
·blog.appsignal.com·
The Basics of Rack for Ruby | AppSignal Blog
ユニットテストをGitHub ActionsからCodeBuildに移行し、実行時間を35%削減した - Uzabase for Engineers
ユニットテストをGitHub ActionsからCodeBuildに移行し、実行時間を35%削減した - Uzabase for Engineers
こんにちは。NewsPicks SREチームの 海老澤 です。 今回はGithub Actionsで実行していたテストを高速化したので紹介したいと思います。 課題 取り組み テストの並列化 AWS CodeBuildへの移行 CodeBuildの設定 コンピューティングタイプ トリガー buildspec.yml 結果…
·tech.uzabase.com·
ユニットテストをGitHub ActionsからCodeBuildに移行し、実行時間を35%削減した - Uzabase for Engineers