並び順

ブックマーク数

期間指定

  • から
  • まで

81 - 120 件 / 405件

新着順 人気順

diveの検索結果81 - 120 件 / 405件

  • Dive into Cloudflare Workers – yusukebe/slides

    Dive into Cloudflare Workers2022-12-03 PWA Night Conference 2022 Yusuke Wada Me:)Yusuke WadaSupervisor at TravelBook Inc. https://www.travelbook.co.jpWeb framework developerhttps://yusukebe.comhttps://github.com/yusukebeToday’s topics Cloudflare Workerswith D1 and Hono Cloudflare WorkersWorks on the Edge“Glue” for SupercloudSmall and FastEasy to deployWrite in JavaScriptCloudflare D1Serverless SQL

    • ルワンダに日本発の「プログラミング学校」を設立--DIVE INTO CODE・野呂氏の挑戦

      フツ族とツチ族の対立をきっかけに、わずか100日間で人口の1割近い80万人もの人々が虐殺された東アフリカの内陸国「ルワンダ」。同国において、2019年にプログラミングスクールを開校した日本人がいる。プロのエンジニアを育成するプログラミングスクール「DIVE INTO CODE」を運営する野呂浩良氏だ。 現地で第1期生を募集したところ、予想を超える100名以上の応募が集まり、その中からオンライン面接に合格した21名が受講。2019年7月に開校し、2019年12月31日には21名のうち19名が卒業した。 なぜ、日本から遠く離れたルワンダでプログラミングスクールを開校したのか。1994年の内戦から26年が経った今、“アフリカの奇跡”と呼ばれるまでの経済成長を遂げ、IT立国を目指しているルワンダの実態や今後の展開も含めて、野呂氏に話を聞いた。 人の「人生の価値」を上げる仕事をしたい 野呂氏が201

        ルワンダに日本発の「プログラミング学校」を設立--DIVE INTO CODE・野呂氏の挑戦
      • Dive into IndexedDB

        Dive into IndexedDBFeb 28, 2018→ Download my free JavaScript Handbook! <!-- TOC --> Introduction to IndexedDBCreate an IndexedDB DatabaseHow to create a databaseAdding data into a storeAdding data when the store is created, initializing itAdding data when the store is already created, using transactionsGetting data from a storeGetting one item from a store: get()Getting all the items from a store:

          Dive into IndexedDB
        • Amazon EKS スケーラビリティテストへの Deep Dive | Amazon Web Services

          Amazon Web Services ブログ Amazon EKS スケーラビリティテストへの Deep Dive はじめに Amazon Elastic Kubernetes Service (Amazon EKS) の「Elastic」とは、「必要なときにリソースを確保し、不要になったときにリソースを解放する」機能を指します。Amazon EKS はほとんどすべてのワークロードを処理できるように拡張できますが、Amazon EKS のお客様から「1 つの Amazon EKS クラスターでサポートされる Pod やノードの最大数はいくつですか」というような質問をよく耳にします。 Kubernetes は複雑なシステムであり、Kubernetes クラスターのパフォーマンス特性はワークロードの特性によって異なる場合があるため、これらの質問に対する答えはさまざまです。Kubernetes

            Amazon EKS スケーラビリティテストへの Deep Dive | Amazon Web Services
          • 【少しでも楽してコンテナイメージを減らしたかった】コンテナイメージサイズを縮小するためにDive使ってイメージを分析してみた | DevelopersIO

            こんばんわ、札幌のヨシエです。 コンテナを使用する時に必要となるものがコンテナイメージです。 このコンテナイメージは小さければ小さいほど正義として扱われ、この正義を通すために人はアレやコレやと試行錯誤を繰り返してコンテナイメージ縮小の旅に出ます。 その旅に持っていけると良いツールとしてDiveを試してみたので紹介させていただきます。 検証用コンテナイメージ 今回の検証は軽量コンテナイメージを元にして、Dockerfileによるレイヤーを重ねる形で動作を確認したいと思います。 利用したコンテナイメージはamazonlinux:latestを使用しました。 % docker images REPOSITORY TAG IMAGE ID CREATED SIZE amazonlinux latest dc34c260f454 5 weeks ago 163MB Diveのインストール brew

              【少しでも楽してコンテナイメージを減らしたかった】コンテナイメージサイズを縮小するためにDive使ってイメージを分析してみた | DevelopersIO
            • 【レポート】Amazon Redshift クエリパフォーマンスチューニング Deep Dive(AWS-36) #AWSSummit | DevelopersIO

              【レポート】Amazon Redshift クエリパフォーマンスチューニング Deep Dive(AWS-36) #AWSSummit どーも、データアナリティクス事業本部コンサルティングチームのsutoです。 この記事は、5月26日に行われた AWS Summit Tokyo(2023)のセッション『Amazon Redshift クエリパフォーマンスチューニング Deep Dive(AWS-36) 』のセッションレポートとなります。 セッション概要 経験や勘に頼らず、Amazon Redshift のクエリのボトルネックをシステマチックに分析してチューニングする実践的な手法を紹介します。マネジメントコンソールやシステムテーブル・ビューから時間ベースでボトルネックを特定して、チューニングを行う手法を理論と実践の両面から実例を交えて紹介します。 スピーカー アマゾン ウェブ サービス ジャ

                【レポート】Amazon Redshift クエリパフォーマンスチューニング Deep Dive(AWS-36) #AWSSummit | DevelopersIO
              • Reddit - Dive into anything

                Welcome to the Perplexity AI Reddit community – we’re so excited to have you here! Unlock the power of knowledge with information discovery and sharing.

                • Jest - TypeScript Deep Dive 日本語版

                  パーフェクトなテストのソリューションはありません。とはいえ、jestは優れたTypeScriptサポートを提供する素晴らしいユニットテストのオプションです。 注意:単純なノードのpackage.json setupで始めることを前提としています。また、すべてのTypeScriptファイルはsrcフォルダに置かれていなければなりません。このフォルダは、きれいなプロジェクト設定のために(Jestを使わなくても)常に推奨されます。

                    Jest - TypeScript Deep Dive 日本語版
                  • UE4を使った漫画・アニメ・イラスト制作について学びましょう!『UE4 Manga Anime Illustration Dive Online』開催!

                    Unreal Engineフォトリアルなビジュアルと没入的体験を作り出す世界で最も高度なリアルタイム 3D 制作ツールです。 Unreal Engine 5機能紹介最新機能ライセンス オプションUnreal Editor for Fortniteその他の製品MetaHuman高忠実度のデジタルヒューマンを短時間で作成できるフレームワークです。 Twinmotionリアルタイム没入 3D ビジュアライゼーションを高速に、簡単に制作します。 Bridge by QuixelMegascans と 3D コンテンツ世界へのゲートウェイです。 RealityScan写真を高精細な3Dモデルに変換する3Dスキャンアプリです。

                      UE4を使った漫画・アニメ・イラスト制作について学びましょう!『UE4 Manga Anime Illustration Dive Online』開催!
                    • プロダクトバックログDeep Dive。スクラムのプロダクトバックログをどう作成し、手入れし、スプリントに投入するべきか(中編)。Regional Scrum Gathering Tokyo 2022

                      プロダクトバックログDeep Dive。スクラムのプロダクトバックログをどう作成し、手入れし、スプリントに投入するべきか(中編)。Regional Scrum Gathering Tokyo 2022 代表的なアジャイル開発手法の1つであるスクラムを構成する要素として「プロダクトバックログ」はもっとも重要なものの1つです。 プロダクトバックログは、プロダクトが目指す「プロダクトゴール」を含み、「スクラムチームが行う作業の唯一の情報源」とされています。 このプロダクトバックログとはどのようなもので、どう作成し、手入れをし、どのようにスプリントへ投入していくべきなのかを詳しく解説した、株式会社アトラクタ 吉羽龍太郎氏のセッション「プロダクトバックログDeep Dive」が、1月5日から7日まで行われたイベント「Regional Scrum Gathering Tokyo 2022」で行われまし

                        プロダクトバックログDeep Dive。スクラムのプロダクトバックログをどう作成し、手入れし、スプリントに投入するべきか(中編)。Regional Scrum Gathering Tokyo 2022
                      • 【pwn 10.0】 gnote (kernel exploitation) - TokyoWesternsCTF2019 - newbie dive into binary

                        1: イントロ 2: 解き始めるまで 問題について デバッグ環境について 3: モジュールの挙動について 4: jmptableの脆弱性について switch分岐のアセンブラ おおよその展望 5:kmalloc()とスラブアロケータについて スラブアロケータ概略 kmalloc() kmem_cache_alloc_trace() slab_alloc()/ slab_alloc_node() つまりは 6: timerfd_ctxを利用したkernel symbol の leak __x64_sys_timerfd_createシステムコール timerfd_release()とRCU 7: RIPを取る 8: privilege acceleration prepare_kernel_cred(NULL); commit_creds() ROPを組んでroot権限を取る sysretq

                          【pwn 10.0】 gnote (kernel exploitation) - TokyoWesternsCTF2019 - newbie dive into binary
                        • アニメ「プリンセスコネクト!Re:Dive」エンディング・テーマ「それでもともに歩いていく」ノンテロップ映像

                          アニメ「プリンセスコネクト!Re:Dive」エンディング・テーマ「それでもともに歩いていく」ノンテロップ映像を公開! [主題歌情報] 2020年4月29日発売 アニメ「プリンセスコネクト!Re:Dive」 テーマソング「それでもともに歩いていく」&「Lost Princess」 歌:ペコリーヌ(M・A・O)、コッコロ(伊藤美来)、キャル(立花理香) COCC-17763 ¥1,300+税 【収録内容】 Tr.01 アニメ「プリンセスコネクト!Re:Dive」エンディング・テーマ それでもともに歩いていく 歌:ペコリーヌ、コッコロ、キャル Tr.02 「プリンセスコネクト!Re:Dive」オープニング・テーマ Lost Princess 歌:ペコリーヌ、コッコロ、キャル Tr.03 それでもともに歩いていく オリジナル・カラオケ Tr.04  Lost Princess オリジナル・カラ

                            アニメ「プリンセスコネクト!Re:Dive」エンディング・テーマ「それでもともに歩いていく」ノンテロップ映像
                          • Deep Dive into Site Isolation (Part 1)

                            Posted Nov 10, 2020 2020-11-10T10:00:00-08:00 by Jun Kokatsu Back in 2018, Chrome enabled Site Isolation by default, which mitigates attacks such as UXSS and Spectre. At the time, I was actively participating in the Chrome Vulnerability Reward Program, and I was able to find 10+ bugs in Site Isolation, resulting in $32k rewards. In this blog post series, I will explain how Site Isolation and relat

                              Deep Dive into Site Isolation (Part 1)
                            • 【pwn 36.0】Intel CETが、みんなの恋人ROPを殺す - newbie dive into binary

                              keywords Intel CET / shadow stack / indirect branch tracking / もらとりあむ 1: イントロ 2: Intel CET 概観 3: Shadow Stack Shadow Stack の switch じゃあ、ShadowStackを書き換えればいいじゃん? スタックだろ? アンダーフローさせちまえよ 4: Indirect Branch Tracking じゃあendbr64から始まるアドレスに不正にJMPすることはできるんだろ? 5: CETが有効になる条件 6: 実際にIntel CET上でROPをしようとしてみる 7: Bypass 8: アウトロ 0: 参考 1: イントロ こんにちは、ニートです。 1週間程前、Intelは第11世代Coreプロセッサ (コードネーム: Tiger Lake) を正式に発表しました。な

                                【pwn 36.0】Intel CETが、みんなの恋人ROPを殺す - newbie dive into binary
                              • [レポート] AWS Nitro とは何かを理解する | Powering next-gen Amazon EC2: Deep dive on the Nitro System #CMP301 #reinvent | DevelopersIO

                                本エントリでは、以下の書き分けをします。 書き言葉:セッションの要約 話し言葉:筆者によるコメント コメントでは、直接セッションで言及されていないことについても触れています。特に、出てくる技術用語の解説など、別のソースから引用している箇所が多くありますので御留意ください。 セッション概要 The AWS Nitro System, a rich collection of building block technologies that include AWS-built hardware offload and security components, is powering the next generation of Amazon EC2 instances with an ever-broadening selection of compute, storage, memory,

                                  [レポート] AWS Nitro とは何かを理解する | Powering next-gen Amazon EC2: Deep dive on the Nitro System #CMP301 #reinvent | DevelopersIO
                                • ミライアカリ、シロ、ときのそららトップVTuberが一堂に! DIVE XR FESTIVAL 2日目フォトレポート | PANORA

                                    ミライアカリ、シロ、ときのそららトップVTuberが一堂に! DIVE XR FESTIVAL 2日目フォトレポート | PANORA
                                  • [AWS Black Belt Online Seminar] AWS CloudFormation deep dive 資料及び QA 公開 | Amazon Web Services

                                    Amazon Web Services ブログ [AWS Black Belt Online Seminar] AWS CloudFormation deep dive 資料及び QA 公開 先日 (2020/10/06) 開催しました AWS Black Belt Online Seminar「AWS CloudFormation deep dive」の資料を公開しました。当日、参加者の皆様から頂いた QA の一部についても共有しております。 ※ライブ配信中に切れてしまった最後の部分を再編集して掲載しております。 20201006 AWS Black Belt Online Seminar AWS CloudFormation deep dive AWS クラウドサービス活用資料集(すべての過去資料が閲覧できます) Q. DeletionPolicy:Retain のとき、削除されるリソ

                                      [AWS Black Belt Online Seminar] AWS CloudFormation deep dive 資料及び QA 公開 | Amazon Web Services
                                    • Error Handling for Large Rust Projects - A Deep Dive into GreptimeDB's Practices | Greptime Blog

                                      This blog shares our experience organizing variant types of Error in a complex system like GreptimeDB, from how an error is defined to how to log the error or present it to end-users. Such a system is composed of multiple components with their own Error definitions. Status Quo of Rust's Error Handling ​A few standard libraries in Rust provide Error structs that implement std::error::Error, like st

                                        Error Handling for Large Rust Projects - A Deep Dive into GreptimeDB's Practices | Greptime Blog
                                      • Reddit - Dive into anything

                                        [Tutorial] "Fine Tuning" Stable Diffusion using only 5 Images Using Textual Inversion. Credits: textual_inversion website. Hello everyone! I see img2img getting a lot of attention, and deservedly so, but textual_inversion is an amazing way to better get what you want represented in your prompts. Whether it's an artistic style, some scenery, a fighting pose, representing a character/person, or redu

                                          Reddit - Dive into anything
                                        • ベロシティ Deep Dive。スクラムにおけるベロシティのアンチパターンと適切な使い方とは(後編)

                                          開発プロジェクトにおいて、開発スピードを測る尺度としてよく使われるのが「ベロシティ」です。このベロシティによって示される数字を適切に扱い、開発に活かしていくにはどうすればよいのでしょうか。 そのことを詳しく株式会社アトラクタ 吉羽龍太郎氏のセッション「ベロシティ Deep Dive」が、1月に都内で開催されたアジャイル開発の代表的な方法論であるスクラムをテーマにしたイベント「Regional Scrum Gathering Tokyo 2024」で行われました。 吉羽氏のセッションの内容をダイジェストで紹介しましょう。 本記事は前編、中編、後編の3つに分かれています。いまお読みの記事は後編です。 それでもまだ定量的な報告を求められたら? それでもまだ、定量的な指標が必要なんだと言われたら、これはなかなか手ごわい状況です。 そういうときにどうするか、という話をします。 これはケント・ベックの

                                            ベロシティ Deep Dive。スクラムにおけるベロシティのアンチパターンと適切な使い方とは(後編)
                                          • Deep Dive Into the New Docker Desktop filesharing Implementation Using FUSE | Docker

                                            Deep Dive Into the New Docker Desktop filesharing Implementation Using FUSE Photo by Shane Aldendorff on Unsplash The latest Edge release of Docker Desktop for Windows 2.1.7.0 has a completely new filesharing system using FUSE instead of Samba. The initial blog post we released presents the performance improvements of this new implementation and explains how to give feedback. Please try it out and

                                              Deep Dive Into the New Docker Desktop filesharing Implementation Using FUSE | Docker
                                            • Reddit - Dive into anything

                                              Welcome to the unofficial Stable Diffusion subreddit! We encourage you to share your awesome generations, discuss the various repos, news about releases, and more! Be sure to check out the pinned post for our rules and tips on how to get started! Prompt sharing is highly encouraged, but not required.

                                                Reddit - Dive into anything
                                              • 『同業者のオリジン弁当従業員による嫌がらせ、営業妨害、器物損壊事件の発生と対応について|キッチンDIVE』へのコメント

                                                暮らし 同業者のオリジン弁当従業員による嫌がらせ、営業妨害、器物損壊事件の発生と対応について|キッチンDIVE

                                                  『同業者のオリジン弁当従業員による嫌がらせ、営業妨害、器物損壊事件の発生と対応について|キッチンDIVE』へのコメント
                                                • Dive deep into Amazon ECR (ECRの裏側の仕組みを知ろう)

                                                  Amazon ECR とは コンテナのワークフローとレジストリの役割 コンテナをベースとしたワークフローを組んだ場合、「Build, Ship, Run」に基づき整理すると下記にようになります。 アプリケーションのソースコードとDockerfileというコンテナイメージを構築するためのファイルを用意し、イメージを作成していきます。 Dockerfileというのは、このファイル上にコマンドを記述することで、アプリケーションに必要なライブラリをインストールしたり、コンテナ上に環境変数を指定する役割を持ちます。 さて、ここで重要になってくるのはこのコンテナイメージを保存する先ですね。 そこで出てくるのが、レジストリと呼ばれるものです。 レジストリとは、コンテナイメージを保存するサービスで、Dockerレジストリを基点としてさまざまなプラットフォームにイメージを配布したり、利用者間でイメージを共有

                                                    Dive deep into Amazon ECR (ECRの裏側の仕組みを知ろう)
                                                  • プロダクトバックログDeep Dive。スクラムのプロダクトバックログをどう作成し、手入れし、スプリントに投入するべきか(後編)。Regional Scrum Gathering Tokyo 2022

                                                    プロダクトバックログDeep Dive。スクラムのプロダクトバックログをどう作成し、手入れし、スプリントに投入するべきか(後編)。Regional Scrum Gathering Tokyo 2022 代表的なアジャイル開発手法の1つであるスクラムを構成する要素として「プロダクトバックログ」はもっとも重要なものの1つです。 プロダクトバックログは、プロダクトが目指す「プロダクトゴール」を含み、「スクラムチームが行う作業の唯一の情報源」とされています。 このプロダクトバックログとはどのようなもので、どう作成し、手入れをし、どのようにスプリントへ投入していくべきなのかを詳しく解説した、株式会社アトラクタ 吉羽龍太郎氏のセッション「プロダクトバックログDeep Dive」が、1月5日から7日まで行われたイベント「Regional Scrum Gathering Tokyo 2022」で行われまし

                                                      プロダクトバックログDeep Dive。スクラムのプロダクトバックログをどう作成し、手入れし、スプリントに投入するべきか(後編)。Regional Scrum Gathering Tokyo 2022
                                                    • Reddit - Dive into anything

                                                      Things that make you go AWW! Like puppies, bunnies, babies, and so on... A place for really cute pictures and videos!

                                                        Reddit - Dive into anything
                                                      • 20190731 Black Belt Online Seminar Amazon ECS Deep Dive

                                                        20191002 AWS Black Belt Online Seminar Amazon EC2 Auto Scaling and AWS Auto S...Amazon Web Services Japan23.9K views•105 slides

                                                          20190731 Black Belt Online Seminar Amazon ECS Deep Dive
                                                        • プリンセスコネクト!Re:Dive Menu 9「美食のバカンス ~磯の香りはテンタクル~」

                                                          プリンセスコネクト!Re:Dive

                                                            プリンセスコネクト!Re:Dive Menu 9「美食のバカンス ~磯の香りはテンタクル~」
                                                          • Google Cloud Spanner Deep Dive

                                                            Googleが開発した分散型データベース論文は公開されているが、OSSではないKVSとRDBが合体したような特性を持っている開発当初はKVSだった従来のRDBと互換性があるわけではないので、New SQLとか呼ばれていることもある最初のSpannerの論文が2012年に公開されているので、Googleはそれ以前からSpannerを利用しているGoogle Cloud Spannerとして登場したのは2017年

                                                              Google Cloud Spanner Deep Dive
                                                            • Error Handling In Rust - A Deep Dive | Luca Palmieri

                                                              Error Handling In Rust - A Deep Dive May 13, 2021 8550 words 43 min This article is a sample from Zero To Production In Rust, a hands-on introduction to backend development in Rust. You can get a copy of the book at zero2prod.com. TL;DR To send a confirmation email you have to stitch together multiple operations: validation of user input, email dispatch, various database queries. They all have one

                                                                Error Handling In Rust - A Deep Dive | Luca Palmieri
                                                              • Reddit - Dive into anything

                                                                Just saw some discussions about Google translating the English sentence "so sad to see hong kong become China" into "so happy to see hong kong become China" in Chinese. Video: https://www.youtube.com/watch?v=Lf5_u4x-rw4 Notice how the Chinese word corresponding to "sad" ("悲傷") became "happy" ("高興") in the final output. Seems that people reported this error so the example in the video was fixed. Is

                                                                  Reddit - Dive into anything
                                                                • Dive into InnoDB from redo logs

                                                                  DevOps Topologies 10 years on: what have we learned about silos, collaboration, and flow? - Matthew Skelton, Conflux

                                                                    Dive into InnoDB from redo logs
                                                                  • 型ガード | TypeScript Deep Dive 日本語版

                                                                    TypeScriptはJavaScriptのinstanceofとtypeof演算子の使用を認識しています。条件付きブロックでこれらを使用すると、TypeScriptはその条件ブロック内で異なる変数の型を理解します。ここでは、TypeScriptが特定の関数がstringに存在せず、おそらくユーザーのタイプミスであったことを指摘する簡単な例を示します: コピーfunction doSomething(x: number | string) { if (typeof x === 'string') { // Within the block TypeScript knows that `x` must be a string console.log(x.subtr(1)); // Error, 'subtr' does not exist on `string` console.log(x.

                                                                      型ガード | TypeScript Deep Dive 日本語版
                                                                    • 🎧音楽の力「ROCKET DIVE」 hide  #みんなで乗り越えよう - #楽活!収入増やして人生を楽しく!

                                                                      「ROCKET DIVE」 hide with Spread Beave 「何にもないってこ事、そりゃあ なんでもアリって事」 このような事態になると、普段がいかに自由で素晴らしいかがわかる。解決したら、普段を楽しもう。 志村けんのNHKのコントを追悼でやっていた。そこに流れてきたのは、この曲。どういう思いで使ったか、それはわからないが、日常にあふれる笑いこそ、彼が求めたものだったのかもと思った。 「君の行きたい場所へ何処でも行ける」 「待ってるだけの昨日にアディオス」 必ずやってくる普段になったら、さて何をしようか、辛い今を乗り越えるために妄想する。 働かなければいけない人、休まなければいけない人、どちらも偉い、どちらもすごい。 みんなで乗り越えよう。 音楽の力 singark071781.hatenablog.com ブロ友さん singark071781.hatenablog.com

                                                                        🎧音楽の力「ROCKET DIVE」 hide  #みんなで乗り越えよう - #楽活!収入増やして人生を楽しく!
                                                                      • Reddit - Dive into anything

                                                                        A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

                                                                          Reddit - Dive into anything
                                                                        • Prettier's CLI: A Performance Deep Dive · Prettier

                                                                          Hey, I'm Fabio and I've been contracted by the Prettier team to speed up Prettier's command line interface (CLI). In this post we'll take a look at the optimizations I've discovered, the process that lead to finding them, some exciting numbers comparing the current CLI with the new one, and some guesses about what could be optimized next. Installation The new work-in-progress CLI for Prettier has

                                                                            Prettier's CLI: A Performance Deep Dive · Prettier
                                                                          • 【レポート】Fargate Spot について理解する – Deep Dive on Fargate Spot(CON311) #reinvent 2019 | DevelopersIO

                                                                            こんにちは、札幌在住 AWS 事業本部 オペレーション部(通称オペ部)の池田です。 今回は re:Invent 2019 のセッション Deep Dive on Fargate Spot(CON311)のセッションスライドから読み取った内容についてご紹介します。 セッションについて タイトル Deep Dive on Fargate Spot(CON311) 発表者 Abhijeet Tirthgirikar, Sr. Software Development Engineer, Amazon Web Services Wen Xiao, Software Development Engineer, Amazon Web Services 概要 With the ability to leverage Spot on AWS Fargate, customers can now get t

                                                                              【レポート】Fargate Spot について理解する – Deep Dive on Fargate Spot(CON311) #reinvent 2019 | DevelopersIO
                                                                            • Dive into SmartHR UI

                                                                              Encraft #6 Focus on UI Component 実装 での発表資料です。 https://knowledgework.connpass.com/event/291226/

                                                                                Dive into SmartHR UI
                                                                              • A Deep Dive Into V8 | AppSignal Blog

                                                                                A majority of front-end developers deal with this buzzword all the time: V8. A big part of its popularity is due to the fact that it led JavaScript to a new level of performance. Yes, V8 is very fast. But, how does it perform its magic and why is it so responsive? The official docs state that “V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. It is used

                                                                                  A Deep Dive Into V8 | AppSignal Blog
                                                                                • Reddit - Dive into anything

                                                                                  /r/StableDiffusion is back open after the protest of Reddit killing open API access, which will bankrupt app developers, hamper moderation, and exclude blind users from the site. More info: https://rtech.support/docs/meta/blackout.html#what-is-going-on Discord: https://discord.gg/4WbTj8YskM Check out our new Lemmy instance: https://lemmy.dbzer0.com/c/stable_diffusion

                                                                                    Reddit - Dive into anything