並び順

ブックマーク数

期間指定

  • から
  • まで

81 - 87 件 / 87件

新着順 人気順

"http cache"の検索結果81 - 87 件 / 87件

  • 情報や状態の期間と保持について

    AndroidやiOS向けのアプリケーションを考えていると、情報や状態の持ち方に悩むことがよくあります。 ここでは、AndroidやiOSのアプリケーションを設計したり、より良いコードを考えるためのコードレビューにおいて重要な、情報や状態の期間と保持について整理します。 情報の期間 アプリケーションの中では、多くの情報を扱います。また、アプリケーションごとに必要となる情報が変わるため、網羅的な議論は難しくなります。 このため、筆者が関わったことのあるいくつかのアプリケーションをベースに、5つほどにまとめました。大半のものは分類できるのではと思いますが、複数の要素と見做せるものも含めて、完全に分類できているとは言い切れません。あくまで、話の整理のために分割したものです。 サービスを成立させるための情報 ユーザーアカウントを成立させるための情報 ユーザーのための画面を成立させるための情報 ユー

      情報や状態の期間と保持について
    • A comprehensive guide to the dangers of Regular Expressions in JavaScript

      I first heard about regular expression denial of service (ReDoS) vulnerabilities from GitHub's Dependabot. Several of my projects over the years have had dependencies that suffered from ReDoS vulnerabilities, and I would bet that if you've built any JavaScript project with dependencies, you've also come across this. This got me thinking; if there are vulnerable regular expressions in our dependenc

      • 2020-10-13のJS: Chrome 86、webpack 5、Browserify 17

        JSer.info #509 - Chrome 86がリリースされました。 New in Chrome 86  |  Web  |  Google Developers https://www.chromestatus.com/features#milestone%3D86 Chromium Blog: Chrome 86: Improved Focus Highlighting, WebHID, and More File System Access API、CSS 擬似クラスの:focus-visible、Document-Policyヘッダなどのサポートなどが行われています。 Origin TrialとしてWebHID API、Multi-Screen Window Placement APIなどのサポートが追加されています。 また、Web Components v0の削除、FTPサ

          2020-10-13のJS: Chrome 86、webpack 5、Browserify 17
        • Red Hat CodeReady Containers(1.0.0-rc)を入れてOpenShift 4をローカルで動かしてみた(成功編) - zaki work log

          昨夜~今朝でストレージ不足で成功しなかったRed Hat CodeReady ContainersでローカルOpenShift 4にチャレンジ。 必要なのはRed Hatの開発者アカウント(無料) 細かい手順は失敗編のこちら zaki-hmkc.hatenablog.com VMの準備(主にストレージ) [zaki@codeready ~]$ df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/centos-root 76G 978M 75G 2% / devtmpfs 3.9G 0 3.9G 0% /dev tmpfs 3.9G 0 3.9G 0% /dev/shm tmpfs 3.9G 8.9M 3.9G 1% /run tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup /dev/sda1 10

            Red Hat CodeReady Containers(1.0.0-rc)を入れてOpenShift 4をローカルで動かしてみた(成功編) - zaki work log
          • Should you self-host Google Fonts?

            This page was originally created on 12-Jan-2020 and last edited on 28-Jun-2022. Introduction In the last few weeks, because of a combination of various things at work, and in side-projects, I've been learning a lot about web fonts and also a lot more about Google Fonts specifically. Through that I've come up with a more nuanced answer to the question, that in the past I thought was easy: should yo

              Should you self-host Google Fonts?
            • React Hooks Data Fetching: Stale-while-revalidate | Toptal®

              Leveraging the stale-while-revalidate HTTP Cache-Control extension is a popular technique. It involves using cached (stale) assets if they are found in the cache, and then revalidating the cache and updating it with a newer version of the asset if needed. Hence the name stale-while-revalidate. How stale-while-revalidate Works When a request is sent for the first time, it’s cached by the browser. T

                React Hooks Data Fetching: Stale-while-revalidate | Toptal®
              • Proxy support in Chrome

                This document establishes basic proxy terminology and describes Chrome-specific proxy behaviors. Proxy server identifiersA proxy server is an intermediary used for network requests. A proxy server can be described by its address, along with the proxy scheme that should be used to communicate with it. This can be written as a string using either the “PAC format” or the “URI format”. The PAC format