๐Ÿง  Personal Knowledge Base

Developer Learning Notes

A beautifully cataloged collection of technical references, API guides, concepts, and system architectures.

๐Ÿ›ก๏ธ
Security & Auth

๐Ÿ“˜ Callback URL, FTP & SFTP Notes

You already know webhooks from a previous lesson. A **callback URL** is essentially the same idea at the core โ€” but it's a broader, more general patte...

๐Ÿ›ก๏ธ
Security & Auth

SSO (Single Sign-On)

SSO allows users to log in once with a single set of credentials and gain access to multiple applications or services without again-n-again login.

๐Ÿ›๏ธ
Shopify

Shopify API Guide

A reference for Shopify's Admin, Storefront, and Bulk APIs โ€” covering synchronous calls, async patterns, rate limits, and when to use each.

โšก
gRPC & Microservices

RPC (Remote Procedure Call)

Make calling code on a remote machine feel like calling it local.

โš›๏ธ
GraphQL

GraphQL (Facebook) (2015)

Tool: Apollo GraphQL

๐Ÿ“„
Core Concepts

Microservices Architecture โ€” How Systems Communicate

A typical microservices system looks like this:

โš™๏ธ
Infrastructure

Quartz โ€“ Job Scheduler

Quartz is an open source job scheduling library for Java that lets you automate tasks, either one-time or recurring.

๐Ÿ›๏ธ
Shopify

Shopify API Guide

Everything you need to understand Shopify's API surfaces โ€” when to use each, how rate limits work, and how to scale from single calls to async bulk op...

๐Ÿ›๏ธ
Shopify

Shopify JSON โ†’ OFBiz Entity Mapping

A reference guide that shows how each field from a Shopify Order JSON maps to its corresponding OFBiz (OMS) entity and field.

๐Ÿ””
Webhooks

Webhooks

Register your webhook URL.