Skip to content

Instantly share code, notes, and snippets.

View pom421's full-sized avatar
🦊
Yes, What's happening?

Pierre-Olivier Mauguet pom421

🦊
Yes, What's happening?
View GitHub Profile
@pom421
pom421 / GitConfigHttpProxy.md
Created April 28, 2025 09:43 — forked from evantoli/GitConfigHttpProxy.md
Configure Git to use a proxy

Configure Git to use a proxy

In Brief

You may need to configure a proxy server if you're having trouble cloning or fetching from a remote repository or getting an error like unable to access '...' Couldn't resolve host '...'.

Consider something like:

Dan's Bug Hunting Tips & Tricks

for JavaScript

This is a quick rundown on key JavaScript Error and Exception handling pitfalls.

Includes snippets which apply across the JS ecosystem, including Client-side, Back-end and everything in-between!


Everyone from rookies to Node Team members forget this shit all the time. Myself included.

@pom421
pom421 / fetch-api-examples.md
Last active October 6, 2023 14:13 — forked from justsml/fetch-api-examples.md
JavaScript Fetch API Examples