Backend engineering · Testing
API integration tests: prove the contract without calling production
Use representative fixtures, strict outgoing-request assertions, deterministic clocks, and a narrow live smoke check to make API changes reviewable.
Technical writing
Practical guides grounded in Yusuf Gadelrab’s work in freight intake parsing, CS tutoring, and bilingual computer science education.
Backend engineering · Testing
Use representative fixtures, strict outgoing-request assertions, deterministic clocks, and a narrow live smoke check to make API changes reviewable.
Open source
How the Supabase token shape was established from evidence, why one key is deliberately not flagged, and what the false-positive tests pin down. The pull request is open and unmerged.
Build tooling
Deterministic SBOM timestamps, defining what counts as a valid value, and the test-isolation trap that appears the moment you read an environment variable.
Teaching
Telling a language gap from a concept gap in ninety seconds, keywords as symbols, reading error messages by shape, and what the research does and does not support.
Search and SEO
Zero-click data, retrieval versus ranking, structured data and entity identity, the llms.txt myth, and the crawler economics that will decide what the corpus contains.
Conference notes
What the poster format can and cannot carry, using the bilingual coding poster Yusuf co-authored as the worked example.
Developer tooling
When a container is worth it, a minimal Python and C++ setup, bind mounts, and the mistakes that cost an evening.
Databases
Why a LEFT JOIN plus a WHERE becomes an INNER JOIN, how NULLs break NOT IN, and when an index is ignored.
Backend engineering
Timeouts, retries with jitter, idempotency keys, rate limits, pagination, and webhook verification.
Bilingual CS education
A field guide for language-aware instruction, grounded in Yusuf’s ACM SIGCSE 2026 poster collaboration.
CS tutoring
Concrete study and debugging routines drawn from Yusuf’s tutoring work at SJSU since August 2024.
Freight intake automation
How to preserve evidence, represent missing information, and build a reviewable intake workflow.
Academic recovery
A candid, employer-safe guide to assessing a difficult term and building a sustainable recovery routine.
Programming learning
A method for identifying transferable concepts, comparing syntax, and testing assumptions with small experiments.
Existing guide
How to combine normalization, deterministic patterns, constrained models, and human review.
Local-first document parsing
A practical architecture for extracting useful fields from private client text without making a hosted model the default data path.
Related work
Explore the ACM SIGCSE 2026 poster collaboration and Yusuf’s 2025 SJSU research presentation.
Bilingual programming
A focused introduction to separating conceptual understanding from English-heavy programming notation.