Skip to content

Instantly share code, notes, and snippets.

View angeloevangelista's full-sized avatar
🌎
Studying (why a globe?)

Angelo angeloevangelista

🌎
Studying (why a globe?)
  • Lab2Dev
  • São Paulo
View GitHub Profile
@angeloevangelista
angeloevangelista / base64.md
Created December 19, 2022 19:31 — forked from jdsimcoe/base64.md
A guide to how to embed Base64 stuff in your web stuff.

HTML

Here is some code on how to embed Base64 in HTML:

JPEG

<img src="data:image/jpeg;base64,BASE64_STRING"/>

PNG

@angeloevangelista
angeloevangelista / installing-postman.md
Created October 2, 2022 01:37 — forked from pmkay/installing-postman.md
Installing Postman on Ubuntu/Gnome

Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux

Although I highly recommend using a snap

sudo snap install postman

Installing Postman

tar -xzf Postman-linux-x64-5.3.2.tar.gz