Skip to content

Instantly share code, notes, and snippets.

View ABSphreak's full-sized avatar
๐Ÿช
building better products

Abhinav ABSphreak

๐Ÿช
building better products
View GitHub Profile
@ABSphreak
ABSphreak / website-screenshotting-instructions.md
Last active October 18, 2024 05:42
Take high quality website screenshots using just the browser

Take high quality website screenshots

Chrome

  1. Open Chrome dev tools, device mode
  2. Select preset โ€œResponsiveโ€, set DPR to 3.0
  3. Open command palette via Ctrl + Shift + P
  4. Type โ€œCapture Fullsize Screenshotโ€ or "Capture Screenshot" depending on what you need

Firefox

@ABSphreak
ABSphreak / docker-compose.yml
Created March 17, 2024 12:01
Docker compose file for Postgres and MongoDB together
version: '3'
services:
postgres-db:
image: 'postgres:latest'
ports:
- 15432:5432
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: 123
@ABSphreak
ABSphreak / windows-terminal-settings.json
Last active September 6, 2020 14:28
Windows Terminal Settings
// This file was initially generated by Windows Terminal 1.0.1401.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
@ABSphreak
ABSphreak / cloudSettings
Last active August 11, 2020 17:21
VSCode-Settings-Main
{"lastUpload":"2020-08-11T17:21:06.695Z","extensionVersion":"v3.4.3"}