Skip to content

Max's Blog

  • Home
  • About
Max's Blog

Author: max-sperling

October 18, 2024 max-sperling

Basic docker commands

Builder Build an image (from a dockerfile) docker buildx build -t {image} -f {dockerfile} {path} Images Pull an image (from

Continue reading
October 9, 2024 max-sperling

Q&A – Networking

What is the subnet mask used for? It determines which part of the IP address identifies the network (the ones)

Continue reading
October 5, 2024 max-sperling

Conceptual distinction – Martial Arts

Kote-hineri vs. Kote-mawashi vs. Kote-gaeshi They are rotational wrist locks. Technique Kote-hineri Kote-mawashi Kote-gaeshi Translation Forearm twist Forearm turn Forearm

Continue reading
September 10, 2024 max-sperling

Rename a branch (Git)

0. Preparation Checkout the branch you want to rename. 1. Rename local $ git branch -m new-branch-name 2. Change remote

Continue reading
September 2, 2024 max-sperling

std::forward with concept (C++)

Introduction std::forward: Keeps the type of the reference. (lvalue, rvalue) concept: Specifies requirements for the template type. Example $ g++

Continue reading
August 15, 2024 max-sperling

Containers vs. Virtual Machines

Containers Virtual Machines Representative Docker1 VirtualBox Shared HW + OS HW Daemon Engine Hypervisor Persistence Image2 (+ Volume3) Image Instance

Continue reading
June 11, 2024 max-sperling

Backward and Forward compatibility (API)

Showcase API (in protobuf) message User { string name = 1; int32 id = 2; } Backward compatibility If you

Continue reading
May 29, 2024 max-sperling

Plug and Play

Have you ever asked yourself why you can use your newly connected devices directly these days? Plug and Play (PnP)

Continue reading
May 29, 2024 max-sperling

2-way vs. 3-way merge

Scenario c1b06e — 62d8d3 [feature] / e73a83 — 6cfaec — 90ed1b [develop] Goal: Merge feature into develop. 2-way merge Solve

Continue reading
May 10, 2024 max-sperling

Deployment level

If you have developed a new feature or fixed a bug you should test that change before deploying it directly

Continue reading

Posts navigation

«Previous Posts 1 … 5 6 7 8 9 … 40 Next Posts»

Categories

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