はてブログ

はてなブックマーク新着エントリーの過去ログサイトです。



タグ DEV Community

新着順 人気順 5 users 10 users 50 users 100 users 500 users 1000 users
 
(1 - 16 / 16件)
 

Ruby 3.2の新機能Data.defineについて(翻訳)|TechRacho by BPS株式会社

2023/02/27 このエントリーをはてなブックマークに追加 8 users Instapaper Pocket Tweet Facebook Share Evernote Clip 翻訳 TechRacho by BPS株式会社 Ruby

概要 原著者の許諾を得て翻訳・公開いたします。 英語記事: New in Ruby 3.2 – Data.define – DEV Community 👩‍💻👨‍💻 原文公開日: 2022/10/06 原著者: Brandon Weaver 参考: class Data (Ruby 3.2 リファレンスマニュアル) Victor ShepelevことZverokが、RubyにData.defineという実に便利な機能をもたらしました。以下はマ... 続きを読む

2021-10-27のJS: Yarn 3.1、Node.js 16.13.0(LTS)、Next.js 12

2021/10/27 このエントリーをはてなブックマークに追加 5 users Instapaper Pocket Tweet Facebook Share Evernote Clip LTS ESM Berry pnpM yarnpkg

JSer.info #563 - Yarn 3.1がリリースされました。 Yarn 3.1 🎃👻 Corepack, ESM, pnpm, Optional Packages ... - DEV Community 👩‍💻👨‍💻 berry/CHANGELOG.md at master · yarnpkg/berry yarn init -2でNode v16.9.0からサポートされたCorepackのpackageManagerフィールドに対応しています。 また、PnPでのEMSサポート、新... 続きを読む

yarn v3 の独自機能を避けつつ yarn v1 から v3 へのアップグレードをする

2021/08/12 このエントリーをはてなブックマークに追加 22 users Instapaper Pocket Tweet Facebook Share Evernote Clip アップグレード yarn v YARN esbuild 難色

yarn v3 が出ました。詳しい解説は譲るとして、esbuild integration や パフォーマンス向上が目玉です。 Yarn 3.0 ?? Performances, ESBuild, Better Patches, ... - DEV Community 流石に v1 はもう古いが、 v2 からの独自路線は受け付けがたい…という立場なのですが(yarn オリジナル作者の sebmck も難色を示してい... 続きを読む

React Libraries To Use In 2021: 15 Top Picks - DEV Community

2021/06/14 このエントリーをはてなブックマークに追加 5 users Instapaper Pocket Tweet Facebook Share Evernote Clip

DEV Community is a community of 636,824 amazing developers We're a place where coders share, stay up-to-date and grow their careers. React is a JavaScript library that lets you create a prime UI for both mobile and web applications. It integrates seamlessly with other JavaScript frameworks and li... 続きを読む

secretlint 3.0リリース、GitHubの新しいトークンの検出に対応 | Web Scratch

2021/06/02 このエントリーをはてなブックマークに追加 12 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub detection 検出 Secretlint

コミットないようにトークンやSSHの秘密鍵など機密情報が入ってないかをチェックできるSecretlint 3.0をリリースしました。 Release v3.0.0 · secretlint/secretlint secretlint v3.0 support GitHub’s new authentication token detection - DEV Community ?‍??‍? secretlint 3.0では、GitHubの新しくなったトークン... 続きを読む

Six Secret Easter Eggs in GitHub - DEV Community

2021/03/13 このエントリーをはてなブックマークに追加 10 users Instapaper Pocket Tweet Facebook Share Evernote Clip

GitHub has quite a few Easter eggs hidden deep in the code. This post highlights a few of them - well, 6 to be exact! Did you know: The phrase "Easter egg" was first coined in 1979 by Steve Wright, Director of Software Development at Atari. If you saw the movie Ready Player One, you'll know exact... 続きを読む

Microservice in Python using FastAPI - DEV Community ?‍??‍?

2020/04/18 このエントリーをはてなブックマークに追加 10 users Instapaper Pocket Tweet Facebook Share Evernote Clip FastAPI

Creating Microservices with Python Introduction to Microservices Benefits of Microservice Drawbacks of Microservice Why Microservice in Python Introduction to FastAPI Why FastAPI Installing FastAPI Creating Simple REST API using FastAPI Using PostgreSQL Database with FastAPI Microservice Data Man... 続きを読む

Introducing Yarn 2 ! ?? - DEV Community ?‍??‍?

2020/01/24 このエントリーをはてなブックマークに追加 18 users Instapaper Pocket Tweet Facebook Share Evernote Clip

Hi everyone! After exactly 365 days of very intensive development, I'm extremely happy to unveil the first stable release of Yarn 2. In this post I will explain what this release will mean for our community. Buckle up! If you're interested to know more about what will happen to Yarn 1, keep readi... 続きを読む

?⚙️ JavaScript Visualized: the JavaScript Engine - DEV Community ?‍??‍?

2019/12/13 このエントリーをはてなブックマークに追加 580 users Instapaper Pocket Tweet Facebook Share Evernote Clip JavaScript Visualized

続きを読む

Managing Key-Value Constants in TypeScript - DEV Community ?‍??‍?

2019/08/20 このエントリーをはてなブックマークに追加 22 users Instapaper Pocket Tweet Facebook Share Evernote Clip

Managing Key-Value Constants in TypeScript Suguru Inatomi Aug 20 ・2 min read A lot of applications have a dropdown select menu in a form. Let's imagine a form control like below; Typically, each select menu's item has ID and label. The ID is responsible to communicate with other components, serv... 続きを読む

hyper-ts で type-safe & stateless なExpressアプリケーションを構築する - DEV Community ?‍??‍?

2019/08/02 このエントリーをはてなブックマークに追加 22 users Instapaper Pocket Tweet Facebook Share Evernote Clip Stateless Type-safe ステートフル 型定義

tl; dr TypeScriptとExpressを使ってアプリケーションを開発するにあたって、以下の課題がある。 現状、 @types/express における型定義は厳密でない リクエストハンドラの中でごちゃごちゃとやってしまい、ステートフルになりがち こうした課題に対して、gcanti/hyper-ts が有効である。 1. @types/express における型... 続きを読む

JavaScript: フレームワーク React/Vue/Angularについて - DEV Community ?‍??‍?

2019/07/09 このエントリーをはてなブックマークに追加 357 users Instapaper Pocket Tweet Facebook Share Evernote Clip React angular フレームワーク ライブラリ 役割

フロントエンドの開発に用いられる人気のフレームワーク(ライブラリ)に、ReactとVue.jsおよびAngularがあります。これらフレームワークのフロントエンド開発における役割と、3つの違いについて簡単にご紹介します。 データバインディングとコンポーネント化 フレームワークReactとVue.jsおよびAngularは、いずれもHTMLの... 続きを読む

VueJS is dead, long live VueJS! - DEV Community ?‍??‍?

2019/06/22 このエントリーをはてなブックマークに追加 185 users Instapaper Pocket Tweet Facebook Share Evernote Clip vuejs Long live

With the release of the VueJS 3 "Request for Comment" documentation about two weeks ago, Evan You introduced the VueJS function-based API and has set the VueJS community ablaze. These new ideas are still in the "Request for Comments" stage, so they're far from set in stone, but because the RFC in... 続きを読む

Nuxt.js v2.4.0 is out! TypeScript, Smart prefetching and more... - DEV Community

2019/01/29 このエントリーをはてなブックマークに追加 11 users Instapaper Pocket Tweet Facebook Share Evernote Clip TypeScript Nuxt member tag

Nuxt.js v2.4.0 is out! TypeScript, Smart prefetching and more... Sébastien Chopin Jan 28 ・9 min read You can see this release note on GitHub as well: https://github.com/nuxt/nuxt.js/releases/tag/v2.4.0 Important news New core team member We are really proud to announce Kevin Marrec (@kevinmarr... 続きを読む

2018-11-27のJS: Web Components入門、React-Reduxの歴史と実装、 HTTP/3 explained - JSer.info

2018/11/27 このエントリーをはてなブックマークに追加 17 users Instapaper Pocket Tweet Facebook Share Evernote Clip Explained react-redux http 実装

JSer.info #411 - "Lets Build Web Components!"というWeb Componentsについての連載記事が公開されています。 Lets Build Web Components! Part 1: The Standards - DEV Community ‍‍ Lets Build Web Components! Part 2: The Polyfills - DEV Community ‍‍ Lets Build Web Components! Part 3: Vanilla Components - D... 続きを読む

WSL Tips: Starting Linux Background Services on Windows Login - DEV Community

2018/11/16 このエントリーをはてなブックマークに追加 20 users Instapaper Pocket Tweet Facebook Share Evernote Clip WSL EST I'm

WSL Tips: Starting Linux Background Services on Windows Login Expert Amateur Jul 14 Note: I'm cross posting this from my blog to dip my toe into dev.to More and more developers are finding out that the Windows Subsystem for Linux (WSL) is pretty great. Being able to transparently use a ton of est... 続きを読む

 
(1 - 16 / 16件)