The Daily Prophet
Writings & Articles
Breaking news from the wizarding world of software engineering — hot off the printing press.
AI
Building Oryn: A Full-Stack AI Chatbot with React, Node.js, and OpenAI
How I built an intelligent conversational agent using modern JavaScript and OpenAI's API — architecture, streaming responses, and the tradeoffs that mattered.
(opens in new tab)Django
Deploy Django Project on Heroku
Step-by-step guide for deploying Python web apps to the cloud — from gunicorn config to static file handling.
(opens in new tab)Backend
API & Its Types
Understanding application programming interfaces — REST, GraphQL, gRPC, WebSocket — and when to reach for each.
(opens in new tab)Web Dev
Intro to Modern Web Development
Overview of contemporary web development practices and technologies — component models, build tools, deployment pipelines.
(opens in new tab)