Skip to content

Max's Blog

  • Home
  • About
Max's Blog

Category: Web

March 16, 2022 max-sperling

AJAX (XHR vs. Fetch API)

AJAX – stands for “Asynchronous JavaScript and XML” – allows asynchronous communications with the server – is used to update

Continue reading
March 4, 2022 max-sperling

SOP and CORS

Comparison (of SOP and CORS) SOP (Same-origin policy) CORS (Cross-origin resource sharing) What? A Security feature enforceable by the web

Continue reading
February 16, 2022 max-sperling

WebRTC

1. Mesh /—> Peer_1 Peer_4

Continue reading
February 9, 2022 max-sperling

var vs. let vs. const (JS)

Overview Type Scope Reassignable Redeclarable var function yes yes let block yes no const block no no var let const

Continue reading
February 9, 2022 max-sperling

MediaDevices (Audio example)

This example records from the selected audio input device (microphone) and plays to the selected audio output device (speaker). Be

Continue reading
January 28, 2022 max-sperling

HTML5 video – Default vs. Custom player

The used custom player is Video.js, because it’s one of the most seen video player currently on the web. Showcase

Continue reading
January 17, 2022 max-sperling

Chromium vs. Chrome vs. CEF

Chromium is an open-source web browser by Google based on the engine Blink. There are multiple web browsers based on

Continue reading
November 19, 2021 max-sperling

Chromium browser instances

One browser instance operates on one user data directory. Scenario 1 $ ./<path/to/chromium/>chromium $ ./<path/to/chromium/>chromium This first call opens up

Continue reading
October 25, 2021 max-sperling

Wireshark – Alternative for DevTools network

These days some website try everything to block the usage of DevTools on their pages. An alternative to atleast still

Continue reading
June 9, 2021 max-sperling

Multithreading (Web apps)

Types of Worker Type Worker Web Worker Service Worker Dedicated Worker Shared Worker Amount Multiple per tab One per origin

Continue reading

Posts navigation

«Previous Posts 1 2 3 Next Posts»

Categories

  • Other (17)
    • Games (11)
    • Nutrition (4)
    • Traveling (2)
  • Science (17)
    • Chemistry (3)
    • Linguistics (2)
    • Math (10)
    • Physics (2)
  • Sport (71)
    • Climbing (5)
    • Diving (20)
    • Fitness (7)
    • Martial arts (33)
      • Ground fighting (9)
      • Mixed martial arts (4)
      • Stand-up fighting (11)
    • Running (1)
    • Surfing (2)
    • Swimming (1)
    • Volleyball (2)
  • Technology (268)
    • Computer (238)
      • Architecture & Design (15)
      • Artificial intelligence (3)
      • Audio & Video (11)
      • Building & Reversing (15)
        • CMake (2)
      • Computational complexity (3)
      • Computer architecture (5)
      • Debugging & Memory (26)
      • Development (58)
        • CI/CD (1)
        • Programming (48)
          • Concurrency (5)
          • Data structures (12)
          • Pointers & References (7)
        • Scripting (3)
        • Testing (6)
      • Development process (5)
      • Hacking & Security (17)
      • Hardware & Protocols (8)
      • Networking (11)
      • Operating system (18)
        • Linux (11)
        • Windows (7)
      • Regular expression (2)
      • Tool configuration (5)
      • Version control (22)
      • Virtualization (7)
      • Web (27)
    • Electrics (9)
    • Mechanics (15)
    • Medicine (2)
    • Photography (4)
WordPress Theme: Wellington by ThemeZee.