並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 120件

新着順 人気順

Effectiveの検索結果1 - 40 件 / 120件

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

Effectiveに関するエントリは120件あります。 TypeScriptjavascript などが関連タグです。 人気エントリには 『Effective Remote Working』などがあります。
  • Effective Remote Working

    Developers Summit 2021 18-E-1 での発表資料です。 https://event.shoeisha.jp/devsumi/20210218/session/3043/

      Effective Remote Working
    • Effective TypeScript › The Golden Rule of Generics

      The New TypeScript Handbook has some real gems in it. Here's what it has to say about generics: Writing generic functions is fun, and it can be easy to get carried away with type parameters. Having too many type parameters or using constraints where they aren't needed can make inference less successful, frustrating callers of your function. It goes on to offer a few specific pieces of advice about

        Effective TypeScript › The Golden Rule of Generics
      • Effective Deno

        この本では、Denoを有効に扱うための「依存関係の管理」や「パーミッションの取り扱い」などに関する様々なノウハウをまとめています。 この本を読めば、Denoを有効に活用するためのノウハウを一通り得られることを目標にして書きました。 Denoは頻繁にアップデートが行われているため、それに合わせてこの本の内容も継続的に更新していく予定です。

          Effective Deno
        • Effective Error Handling in Golang

          This article explores Go error handling. Earthly is popular with Go developers for ensuring reproducible builds. Check it out. Error handling in Go is a little different than other mainstream programming languages like Java, JavaScript, or Python. Go’s built-in errors don’t contain stack traces, nor do they support conventional try/catch methods to handle them. Instead, errors in Go are just value

            Effective Error Handling in Golang
          • 『改訂新版 良いコード/悪いコードで学ぶ設計入門』活用方法−爆速でスキルアップする!効果的な学習アプローチ / effective-learning-of-good-code

            このイベントの登壇資料です 改訂新版「ミノ駆動本」の活用方法 〜設計勉強会による効果的な学習アプローチ〜 https://findy.connpass.com/event/339191/

              『改訂新版 良いコード/悪いコードで学ぶ設計入門』活用方法−爆速でスキルアップする!効果的な学習アプローチ / effective-learning-of-good-code
            • Effective TypeScript 読んだ / 郷に入っては郷に従う - Object.create(null)

              Effective TypeScript (第2版) を読んだ なんらか他の人に読んでおくと良いよと紹介できる本があると良いなと思って読みました. 2020 年以降に TypeScript を書く上での常識が概ね網羅されていると思うので, そういった前提知識に自信をつけたいならおすすめです. www.oreilly.co.jp ただ「項目18 推論可能な型でコードを乱雑にしない」で, 関数の戻り値の型アノテーションをデフォルトで省略するよう推奨していることについては明確に反対したい. より正確には, コールバックなど再利用を想定しない関数についてはデフォルトで省略してもよいが, 通常関数は再利用を目的として定義されがちなことを考えると, デフォルトで省略するというのはあまり実態に則していないと思う. 実際にこの本の後の章には戻り値の型アノテーションを書いておけばよかったのにという状況がしば

                Effective TypeScript 読んだ / 郷に入っては郷に従う - Object.create(null)
              • Effective Rust

                Rustはいま最も勢いのある言語の1つ。特に、そのパフォーマンスの高さ、安全性、並行性から、C/C++に代わる言語として、システムプログラミングや低レイヤの開発では高く評価されています。Googleのソフトウェアエンジニアとして、さまざまなGoogleサービスのRust実装を担当してきた著者が、Rustへの深い理解と豊富な経験から得られた実用的なノウハウを共有。所有、借用、生存期間、トレイトといったRust特有の概念を具体例を示して詳しく説明するとともに、Cargoによる依存ライブラリ管理やClippyなどのエコシステムの活用方法を詳述しています。Rustの入門書を読了した読者に、「Rustらしい」プログラミング方法を伝授する一冊です。 まえがき 1章 型 項目1:データ構造を表現するために型システムを用いよう 項目2:型システムを用いて共通の挙動を表現しよう 項目3:OptionとRes

                  Effective Rust
                • Effective Rust - Effective Rust

                  Release date: April 2024 Page count: 280 pages ISBN: 9781098151409 Available at: 🇺🇸 Amazon.com 🇬🇧 Amazon.co.uk 🇺🇸 Barnes & Noble 🇬🇧 Waterstones and many other book stores.

                  • GitHub - gibbok/typescript-book: The Concise TypeScript Book: A Concise Guide to Effective Development in TypeScript. Free and Open Source.

                    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 - gibbok/typescript-book: The Concise TypeScript Book: A Concise Guide to Effective Development in TypeScript. Free and Open Source.
                    • Effective AppSync 〜 Serverless Framework を使用した AppSync の実践的な開発方法とテスト戦略 〜 - Qiita

                      AppSync は AWS が提供するマネージド GraphQL サービスです。Amplify と統合することにより、スキーマさえ宣言すれば GraphQL の Query, Mutation, Subscription コードを自動生成します。バックエンド GraphQL エンドポイントやデータソースを構築し、即座に動く環境が手に入ります。 こちら は過去の記事ですが、リアルタイム掲示板アプリの主要機能を 15 分で作った例を紹介しています。 PoC のように使用する分には Amplify CLI を使用してサクッと開発してしまう方法が効果的ですが、実際のプロダクト開発ではそれだけでは不十分な場合が多いでしょう。複数環境へのデプロイの戦略、テストをどうするか、マイクロサービスバックエンドと接続するにはどのようなパッケージ構成にするべきかなど、課題が山積します。 本記事では AppSync

                        Effective AppSync 〜 Serverless Framework を使用した AppSync の実践的な開発方法とテスト戦略 〜 - Qiita
                      • 6 Effective Ways to Request a Name Correction with Emirates Airlines - PropertyInvesting.com

                        If you’ve made a mistake on your Emirates ticket, don’t worry. Whether it’s a minor spelling error or a legal name change, here are 6 effective ways to request a name correction on your ticket smoothly and without stress. You can start by calling the expert support line at +1∙888∙423∙4021 or reach out via +1⟠888⟠423⟠4021 for instant assistance. These lines are open 24/7 to handle all Emirates name

                        • Effective TypeScript 第2版

                          TypeScriptの実用書。TypeScriptは、驚異的な柔軟性と豊かな表現力を備えた型システムを持ち、JavaScriptコミュニティに広く浸透しています。その一方、TypeScriptは多くの高度な機能を持つため、それらを使いこなし、真に「effectiveな」TypeScriptコードを書ける開発者は決して多くありません。本書では、TypeScriptを最大限に活用するための83項目のアドバイスを、実践的なコードとともに提供します。本書を読めば、TypeScriptの基本をマスターしたばかりの初級者が中級者へ、そしてTypeScript言語を使いこなすエキスパートへとステップアップできるでしょう。 賞賛の声 訳者まえがき まえがき(第2版) まえがき(初版) 1章 TypeScriptとは何か 項目1 TypeScriptとJavaScriptの関係を理解する 項目2 どのTyp

                            Effective TypeScript 第2版
                          • Building effective agents

                            Over the past year, we've worked with dozens of teams building large language model (LLM) agents across industries. Consistently, the most successful implementations weren't using complex frameworks or specialized libraries. Instead, they were building with simple, composable patterns. In this post, we share what we’ve learned from working with our customers and building agents ourselves, and give

                              Building effective agents
                            • The most effective ways to improve Core Web Vitals  |  Articles  |  web.dev

                              Over the years, the web community has built up a wealth of web performance optimization knowledge. While any one optimization may improve performance for many sites, all of them at once can feel overwhelming and, realistically, only some of them are applicable to any given site. Unless web performance is your day job, it's probably not obvious which optimizations will be the most impactful for you

                                The most effective ways to improve Core Web Vitals  |  Articles  |  web.dev
                              • Effective TypeScript › Flow Nodes: How Type Inference Is Implemented

                                In most programming languages a variable has a type and that type does not change. But one of the most interesting aspects of TypeScript's type system is that a symbol has a type at a location. Various control flow constructs can change this type: function refine(x: string | number) { // type of x is string | number here if (typeof x === 'number') { // type of x is number here. } else { // type of

                                  Effective TypeScript › Flow Nodes: How Type Inference Is Implemented
                                • Building Effective AI Agents | Anthropic

                                  Published Dec 19, 2024 We've worked with dozens of teams building LLM agents across industries. Consistently, the most successful implementations use simple, composable patterns rather than complex frameworks. Over the past year, we've worked with dozens of teams building large language model (LLM) agents across industries. Consistently, the most successful implementations weren't using complex fr

                                    Building Effective AI Agents | Anthropic
                                  • Effective TypeScript › 83 Specific Ways to Improve Your TypeScript

                                    TypeScript is a typed superset of JavaScript with the potential to solve many of the headaches for which JavaScript is famous. But TypeScript has a learning curve of its own, and understanding how to use it effectively can take time. Effective TypeScript (2nd Edition) guides you through 83 specific ways to improve your use of TypeScript, following the format popularized by Effective C++ and Effect

                                      Effective TypeScript › 83 Specific Ways to Improve Your TypeScript
                                    • 『7つの習慣』とは @The 7 Habits of Highly Effective People - ルーナっこの雑記ブログ

                                      外国にいる友人が『7つの習慣』を 読みたいので送って欲しいと手紙が来ました。 メールに本の表紙の写真が付いていたので、本屋さんに探しに行きました。 7つの習慣 『7つの習慣』とは、 最後に 7つの習慣 13歳からわかる! と、あります。 えっ?!13歳から?!誰が読むのかしら。 友人は もういい大人ですが、本人が読むんじゃないのかな? 写真右下は有名ですが、購入したこの本は13歳でも内容がわかるようです。 ストーリーと授業形式で学ぶ内容になってます。 第1の習慣は 主体的である 第2の習慣は終わりを思い描くことから始める 第3の習慣は 最優先事項を優先する 第4の習慣は win-win を考える 第5の習慣はまず 理解に徹し、そして 理解される 第6の習慣は シナジーを創り出す 第7の習慣は 刃を研ぐ 第7の習慣の 刃を研ぐ、って?! なんか急に物騒な感じがします。 『7つの習慣』とは、

                                        『7つの習慣』とは @The 7 Habits of Highly Effective People - ルーナっこの雑記ブログ
                                      • GitHub - rocky-linux/rocky: Rocky Linux is a community enterprise Operating System designed to be 100% bug-for-bug compatible with Enterprise Linux created in response to the effective discontinuation of CentOS.

                                        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 - rocky-linux/rocky: Rocky Linux is a community enterprise Operating System designed to be 100% bug-for-bug compatible with Enterprise Linux created in response to the effective discontinuation of CentOS.
                                        • Effective TypeScript › The Saga of the Closure Compiler, and Why TypeScript Won

                                          Here's something that makes me feel old: in just six months, Gmail will celebrate its 20th anniversary. If you weren't actively developing web sites at the time, it's hard to capture just how revolutionary it was. This was a time when JavaScript was held in almost universally low regard. The idea that you could build a sophisticated web app using it was mind-boggling. But it clearly worked and it

                                            Effective TypeScript › The Saga of the Closure Compiler, and Why TypeScript Won
                                          • Designing Effective Breadcrumbs Navigation — Smashing Magazine

                                            Breadcrumbs UX are often neglected, but they can be extremely helpful when designing a complex navigation. We can improve them with sideways navigation, clearer breadcrumbs paths and accordions on mobile. Nobody gets particularly excited about breadcrumbs navigation. You know, those tiny little crumbles of pathways that illustrate where a user currently is in the intricate hierarchy of the website

                                              Designing Effective Breadcrumbs Navigation — Smashing Magazine
                                            • Effective納税 確定申告編 令和五年(西暦2023年)分

                                              本記事では確定申告の関連情報をまとめていますが、筆者は税務の専門家ではなく監修を受けているわけでもないので参考情報に留め、確実を期したい場合にはお近くの顧問税理士に確認をとったり代行依頼したりしてください。 所得税(個人)の確定申告とは何か 所得税とは一年間の所得(給与など)に対する課税で、対象年の1月1日から12月31日までの期間の所得が対象になります。その一年間の最終的な収入額や様々な控除(税金の値引き)有無などを納税者自身が確定して課税所得を申告、その上でそれに基いた納税を行う必要があります。 ただし一つの会社から給与を受け取っている多くのサラリーマンは、その会社が概算で源泉徴収(給与天引き)からの納税・年末に正式な金額に調整しての確定という形で代行してくれるため、基本的には労働者自身が確定申告や納税をする必要はありません。 しかし例えば1-(3)「副業での年間所得が20万円を越える

                                                Effective納税 確定申告編 令和五年(西暦2023年)分
                                              • 『7つの習慣』~主体的である @The 7 Habits of Highly Effective People2 - ルーナっこの雑記ブログ

                                                友人が読みたいと言っていた『7つの習慣』。 ロングセラーとは知らなくて、読みたいと思っていたそうです。 まず、「第1の習慣は 主体的である」ことでした。 7つの習慣 「第1の習慣 主体的である」 「第2の習慣 終わりを思い描くことから始める」 「第3の習慣 最優先事項を優先する」 私的成功と公的成功 第4の習慣は win-win を考える 第5の習慣 まず 理解に徹し、そして 理解される 第6の習慣  シナジーを創り出す 第7の習慣 刃を研ぐ 最後に 7つの習慣 「第1の習慣 主体的である」 これは どういうことかと言うと。 外側からの刺激にすぐに反応せず、主体な行動を選ぶこと。 また、関心事は、自分の力で変えられることだけにする。 「第2の習慣 終わりを思い描くことから始める」 人生のゴールを決めて、自分を力強くひっぱっていく。 人間は自分の役割を沢山持っている(たとえば、父で、夫で、親

                                                  『7つの習慣』~主体的である @The 7 Habits of Highly Effective People2 - ルーナっこの雑記ブログ
                                                • Dr Kirstin Ferguson on Twitter: "The clever people at @NASA have created this deceptively simple yet highly effective data visualisation showing mon… https://t.co/geUA4gM2AH"

                                                  The clever people at @NASA have created this deceptively simple yet highly effective data visualisation showing mon… https://t.co/geUA4gM2AH

                                                    Dr Kirstin Ferguson on Twitter: "The clever people at @NASA have created this deceptively simple yet highly effective data visualisation showing mon… https://t.co/geUA4gM2AH"
                                                  • Nrtsearch: Yelp’s Fast, Scalable and Cost Effective Search Engine

                                                    Nrtsearch: Yelp’s Fast, Scalable and Cost Effective Search Engine Sarthak Nandi, Software Engineer and Umesh Dangat, Group Tech Lead Sep 21, 2021 Search and ranking are part of many important features of Yelp - from looking for a plumber to showing relevant photos of the dish you search for. These varied use-cases led to the creation of Yelp’s Elasticsearch-based ranking platform, allowing real-ti

                                                      Nrtsearch: Yelp’s Fast, Scalable and Cost Effective Search Engine
                                                    • 8 Effective Ways to Correct Your Name on Lufthansa Airlines After Booking - PropertyInvesting.com

                                                      If you’ve made a mistake in your name while booking a Lufthansa Airlines ticket, there’s no need to panic. 1★888★995★3461 Lufthansa allows passengers to correct name errors both online and through customer support. The best first step is to call +1-888 ( 995 ) 3461 or reach a live name correction specialist at +1⇌(888)⇌9.95⇌(3.461) who can guide you through the process based on the type of correct

                                                      • GitHub - anthropics/anthropic-cookbook: A collection of notebooks/recipes showcasing some fun and effective ways of using Claude.

                                                        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 - anthropics/anthropic-cookbook: A collection of notebooks/recipes showcasing some fun and effective ways of using Claude.
                                                        • 6 Effective Ways to Request a Name Correction with LOT Polish Airlines

                                                          6 Effective Ways to Request a Name Correction with LOT Polish Airlines If you've made a mistake on your LOT Polish Airlines ticket, don’t worry. Whether it’s a minor spelling error or a legal name change, here are 6 effective ways to request a name correction on your ticket smoothly and without stress. You can start by calling the expert support line at +1∙888∙423∙4021 or reach out via +1⟡888⟡423⟡

                                                          • Ranked: The Most Effective Expedia®️ Customer Service™️ USA Contact Methods

                                                            Join us for 3rd Thursday with CHUM on August 21st. We'll be meeting at the usual time of 7:30 pm CT. You're welcome to come enjoy it with other CHUMmers at Jake's. More details to follow. CHUM stickers are here! Put one on your scuba tank, your gear box, your car, your forehead. See a club officer to get yours. Become a full fledged CHUM member by paying only $35/year to become a Tiger Shark, pay

                                                            • Effective AppSync ~ Serverless Framework を使用した AppSync の実践的な開発方法とテスト戦略 ~ / Effective AppSync

                                                              Effective AppSync ~ Serverless Framework を使用した AppSync の実践的な開発方法とテスト戦略 ~ / Effective AppSync

                                                                Effective AppSync ~ Serverless Framework を使用した AppSync の実践的な開発方法とテスト戦略 ~ / Effective AppSync
                                                              • Effective Rustを読んだ

                                                                はじめに Effective Rustを読んで、個人的に良かったところを備忘録として残す。 トレイト制約の捉え方 オブジェクト指向言語から来たプログラマは、トレイト制約とインターフェイスを混同しがちだ。 このようなトレイト制約を「Shape is-a Draw」(ShapeはDrawの一種)だと間違って捉えてしまう。 この場合の2つの型の関係は、「Shape also-implements Draw」(ShapeはDrawも実装している)という意味だと思ったほうがいい。 自分はこれまで無意識的に継承的な感じで捉えていたようで、「ShapeはDrawの関数も実装する必要があるから、ShapeはDrawでもある」と考えていた。 これがまさに「Shape is-a Draw」という捉え方をしていたので、なるほどなと思った。 「ShapeはDrawも実装している」という考えのが思考が柔軟になると思

                                                                  Effective Rustを読んだ
                                                                • Building an effective Image Component  |  Aurora  |  Chrome for Developers

                                                                  Images are a common source of performance bottlenecks for web applications and a key focus area for optimization. Unoptimized images contribute to page bloat and accounts for over 70% of the total page weight in bytes at the 90th percentile. Multiple ways to optimize images call for an intelligent "image component" with performance solutions baked in as a default. The Aurora team worked with Next.

                                                                  • より効果的な社内研修を創り上げる / Effective In-house Training

                                                                    社内ランチ勉強会の資料から抜粋しつつ公開してます。 参考: ・研修開発入門 「研修転移」の理論と実践 / https://www.diamond.co.jp/book/9784478102985.html ・研修開発入門 会社で「教える」、競争優位を「つくる」/ https://www.di…

                                                                      より効果的な社内研修を創り上げる / Effective In-house Training
                                                                    • Effective testing for machine learning systems.

                                                                      Working as a core maintainer for PyTorch Lightning, I've grown a strong appreciation for the value of tests in software development. As I've been spinning up a new project at work, I've been spending a fair amount of time thinking about how we should test machine learning systems. A couple weeks ago, one of my coworkers sent me a fascinating paper on the topic which inspired me to dig in, collect

                                                                        Effective testing for machine learning systems.
                                                                      • 第6期『Effective Java 第3版』研修を行います

                                                                        2021年は研修を行わなかったのですが、今年は、『Effective Java 第3版』研修をリクルート社向けにオンラインで開催します。過去の研修の反省から、今回は受講生の条件を絞っています。条件と言っても、以下のように当たり前のことです。 Javaでの開発経験があること 『Effective Java 第3版』は、初心者向けの本ではありませんので、この条件を付けなくてもよいように思われると思います。しかし、過去には、経験がない人が申し込まれていたというのがあり、今回は明確にしました。 追加条件研修では『Effective Java 第3版』を6回に分けて、毎回指定された範囲を読んで予習してもらいます。そして、不明点をGoogle Driveで共有されている質問表に事前に記入してもらいます。今回の研修では、さらに以下の条件を付けることにしました。 毎回、質問は最低3つは記入する 全く質問が

                                                                        • Denoとは?|Effective Deno

                                                                            Denoとは?|Effective Deno
                                                                          • Vaccines highly effective against B.1.617.2 variant after 2 doses

                                                                            Vaccine effectiveness against symptomatic disease from the B.1.617.2 variant is similar after 2 doses compared to the B.1.1.7 (Kent) variant dominant in the UK, and we expect to see even higher levels of effectiveness against hospitalisation and death. The study found that, for the period from 5 April to 16 May: the Pfizer-BioNTech vaccine was 88% effective against symptomatic disease from the B.1

                                                                              Vaccines highly effective against B.1.617.2 variant after 2 doses
                                                                            • Effective Rust - Effective Rust

                                                                              Release date: April 2024 Page count: 280 pages ISBN: 9781098151409 Available at: 🇺🇸 Amazon.com 🇬🇧 Amazon.co.uk 🇺🇸 Barnes & Noble 🇬🇧 Waterstones and many other book stores.

                                                                              • 35 Effective Ways to Reach Expedia Representative Quickly

                                                                                Expedia ® main customer service number is 1-800- Expedia ® +1 888 994 3567 or +1 888 994 3567 OTA (Live Person), where you can reach a live representative 24/7. Whether you’re dealing with booking changes, flight cancellations, or have questions regarding refunds or compensation, speaking to a live person ensures prompt resolution. You can also reach out via Spirit’s live chat feature or email sup

                                                                                • Effective Rust

                                                                                  Release date: April 2024 Page count: 280 pages ISBN: 9781098151409 Available at: 🇺🇸 Amazon.com 🇬🇧 Amazon.co.uk 🇺🇸 Barnes & Noble 🇬🇧 Waterstones and many other book stores.

                                                                                  新着記事