Bookmarks

Bookmarks

50067 bookmarks
Custom sorting
Chrome の組み込み AI の Language Detection API で言語を判定する
Chrome の組み込み AI の Language Detection API で言語を判定する
Language Detection API は Chrome に組み込まれた AI により、クライアントサイドで言語を判定するための提案です。この API を利用することで、テキストの言語を判定することが可能になります。
·azukiazusa.dev·
Chrome の組み込み AI の Language Detection API で言語を判定する
ChatGPT APIを活用したGitHub Pull Request自動レビューの実践 | PR TIMES 開発者ブログ
ChatGPT APIを活用したGitHub Pull Request自動レビューの実践 | PR TIMES 開発者ブログ
PR TIMESでCTOをやっている金子 (@catatsuy) です。 レビューの効率化や品質向上を目的として、少し前からGitHubのPull Request(以下PR)自動レビューを導入してみました。本記事では、その事例を紹介します。
·developers.prtimes.jp·
ChatGPT APIを活用したGitHub Pull Request自動レビューの実践 | PR TIMES 開発者ブログ
How To Create An NPM Package
How To Create An NPM Package
Learn how to publish a package to npm with a complete setup including, TypeScript, Prettier, Vitest, GitHub Actions, and versioning with Changesets.
·totaltypescript.com·
How To Create An NPM Package
Postgres Type Explorer
Postgres Type Explorer
Understand the recommended data types, storage requirements, and pros and cons of each for various use cases
·masteringpostgres.com·
Postgres Type Explorer
Motion Canvas
Motion Canvas
A TypeScript library for creating animated videos using the Canvas API.
·motioncanvas.io·
Motion Canvas
Announcing Deno 2
Announcing Deno 2
Our next major version of Deno combines the simplicity, security, and performance of Deno 1 with full Node and npm backwards compatibility, and much more.
·deno.com·
Announcing Deno 2
v0 by Vercel
v0 by Vercel
Chat with v0. Generate UI with simple text prompts. Copy, paste, ship.
·v0.dev·
v0 by Vercel
Liskov's Gun: The parallel evolution of React and Web Components
Liskov's Gun: The parallel evolution of React and Web Components
Because this essay is over 11 000 words long(!) I’ve made a convenience EPUB file for offline reading. (EPUB only! No PDF this time.) You can download it over on the fulfilment service I use, Lemon Squeezy, with the option to pay what you want if you feel the urge to support my writing.
·baldurbjarnason.com·
Liskov's Gun: The parallel evolution of React and Web Components
Why techies leave Big Tech
Why techies leave Big Tech
A job in Big Tech is a career goal for many software engineers and engineering managers. So what leads people to quit, after working so hard to land these roles?
·newsletter.pragmaticengineer.com·
Why techies leave Big Tech
Go-Blueprint Docs
Go-Blueprint Docs
Official documentation for Go-Blueprint project
·docs.go-blueprint.dev·
Go-Blueprint Docs
TypeScript エラー処理パターン - Object.create(null)
TypeScript エラー処理パターン - Object.create(null)
M 年前にも N 年後にも人類は同じ話をしている. まとめ エラーの発生方法は throw と return に大別できる throw には簡潔さ, return には明瞭さと型安全性といった特徴がある どちらの方法がより適しているかはプログラムの規模, エラーの種類, ハンドリングの方法などが判断の材料になる 実際に…
·susisu.hatenablog.com·
TypeScript エラー処理パターン - Object.create(null)
全てのUIデザインに必要な5つの状態(実例と共に) - The five UI states|TK - UXデザイナー in 🇺🇸
全てのUIデザインに必要な5つの状態(実例と共に) - The five UI states|TK - UXデザイナー in 🇺🇸
授業ではあまり習わないですが、UIデザインの実務において常に考えなければならないフレームワークの一つにThe five UI statesがあります。雑に説明するとUIは以下の5つの状態になる可能性があることを踏まえて、それぞれに対してデザインを作っておくというコンセプトです。 • 何も登録されていない状態 (Blank state) • ロードしている状態 (Loading state) • 不完全な状態 (Partial state) • エラーが起きている (Error state) • 理想的な状態 (Ideal state) 授業のプロジェクトや提案型プロジェクトではそこま
·note.com·
全てのUIデザインに必要な5つの状態(実例と共に) - The five UI states|TK - UXデザイナー in 🇺🇸