Skip to content

Instantly share code, notes, and snippets.

View vitorgalante's full-sized avatar
:shipit:
ME THINK, WHY WASTE TIME SAY LOT WORD, WHEN FEW WORD DO TRICK.

Vitor Galante vitorgalante

:shipit:
ME THINK, WHY WASTE TIME SAY LOT WORD, WHEN FEW WORD DO TRICK.
View GitHub Profile
@rssnyder
rssnyder / oracle-cloud-free-tier-guide.md
Last active May 12, 2026 12:01
oracle-cloud-free-tier-guide

how to leverage oracle's temping offers

free tier limits

The limits of the free tier say that you can create up to 4 instances.

  • x2 x86 instances (2core/1g)
  • x2 ampere instances (with 4core/24g spread between them)
  • 200GB total boot volume space across all intances (minimum of 50G per instance)

create your account

@ErickWendel
ErickWendel / linkedin-post-analytics-example.mjs
Last active April 1, 2026 09:00
Example of how to get post Analytics such as Views from a Linkedin post
// paste this file on a empty directory
// npm i axios
// You should go to your browser on Cookie session and get JSESSIONID and li_at from Linkedin Section
const JSESSIONID = 'YOUR JSESSIONID'
const liAT = 'YOUR li_at'
import axios from 'axios'
const headers = {