Skip to content

Instantly share code, notes, and snippets.

View hofmannsven's full-sized avatar
🌴
Coding

Sven hofmannsven

🌴
Coding
View GitHub Profile
@hofmannsven
hofmannsven / README.md
Last active February 6, 2023 03:18 — forked from sergejmueller/index.html
Nginx proxy configuration for Google Analytics

Google Analytics Nginx Proxy

Google PageSpeed Insights flags browser caching of Google Analytics:

Leverage browser caching

Set up a proxy in your Nginx configuration file to address this issue.

Source

@hofmannsven
hofmannsven / README.md
Last active July 25, 2019 14:19
Reformat a bootable USB drive on the command line interface.

Reformat a bootable USB drive

1. Identify volume

df -h

Output may look something like this:

Filesystem Size Used Avail Use% Mounted on
@hofmannsven
hofmannsven / README.md
Created December 6, 2017 00:32
Increase key repeat rate on macOS

Increase key repeat rate on macOS

Settings: System Preferences » Keyboard » Key Repeat/Delay Until Repeat

Use the commands below to increase the key repeat rate on macOS beyond the possible settings via the user interface. The changes aren't applied until you restart your computer.

Source: https://apple.stackexchange.com/a/83923

@hofmannsven
hofmannsven / README.md
Last active April 13, 2021 21:53
Notes on working with Fasd and fzf.

Fasd

Website: https://github.com/clvv/fasd

Usage

Jump to recent directory: z dirname

Jump to recent directory with interactive selection: zz

@hofmannsven
hofmannsven / README.md
Last active December 26, 2020 16:09
Notes on frontend performance

Frontend Performance

Notes & tips

  • Reflow (Mozilla) = Layout (Webkit)
  • Loading: Layout > Paint > Composition
  • Composition is on GPU like translate > skips layout and paint loading cycle
  • Aim for 60 FPS
  • Only change properties that trigger compositing rather than layout or paint
  • Use requestAnimationFrame
@hofmannsven
hofmannsven / README.md
Last active March 28, 2020 06:07
SQL analyzing business metrics
@hofmannsven
hofmannsven / README.md
Last active January 25, 2023 10:47
Notes on Favicons, Tile Icon and Tab Icons

Favicons and more

Favicon

Install imagemagick: brew install imagemagick

Creating the .ico file with multiple sizes:

@hofmannsven
hofmannsven / README.md
Last active August 12, 2022 19:09
Notes on working with Tableau Server APIs
@hofmannsven
hofmannsven / README.md
Last active February 6, 2023 03:18
Notes on working with October CMS