Password, Session, Cookie, Token, JWT, SSO, OAuth - Authentication Explained - Part 1
React.gg
How do I get a direct link to a place on google maps with the Place Id?
Conditionally ignoring URL params on Retool
What the heck are CJS, AMD, UMD, and ESM in Javascript?
JetBrains Annual Highlights 2023
Airtable Sync integration: Sync API
Create Google Maps links based on coordinates
How to Embed a Map of Airtable Records on Your Website
Using formulas in Airtable to pull fields from other views
Noloco - Build internal tools for your team without code
artu-hnrq starred octokit/octokit.js on Github!
Create a new scheduled Tweet via the API - Stack Overflow
Create Twitter thread via curl - Twitter Developers
URL.dev
Visualizing Developer Activity via the GitHub API
How to secure api endpoints on autocode tutorial
A Beginner’s Guide to Integrating ChatGPT with Node.js
Understanding Modules and Import and Export Statements in JavaScript
SyntaxError: 'import' and 'export' may appear only with 'sourceType: module' - Gulp
artu-hnrq starred octokit/octokit.js
Create and Verify JWTs with Node
const jwt = require('njwt')
const claims = { iss: 'fun-with-jwts', sub: 'AzureDiamond' }
const token = jwt.create(claims, 'top-secret-phrase')
token.setExpiration(new Date().getTime() + 60*1000)
res.send(token.compact())
Are multi-line strings allowed in JSON?
Generating JWT tokens
artu-hnrq starred pypa/hatch
Creation of probot.github app failing with Error: The programmatic API was removed in npm v8.0.0
How to Build GitHub Apps For Fun and Profit
Authenticating with a GitHub App on behalf of a user - GitHub Docs
I literally connected my brain to GPT-4 with JavaScript
Hatch: A Modern Python Workflow