All Posts
New PostTechnical notes on HomeCredit Scout: a FastAPI + React + LightGBM loan pre-check demo built beyond a Power BI coursework dashboard—covering feature design, risk thresholds, max-amount search, i18n, and privacy consent.
petercontinue7/26/2026, 00:23:40A deep comparison of YARP, Envoy, and Ocelot for .NET microservices, covering architecture, internals, performance, use cases, and implementation examples with code.
petercontinue7/9/2026, 03:54:06A practical guide to creating React projects with different approaches, including Vite, Create React App, Next.js, and manual setup. Step-by-step commands and key considerations are included.
petercontinue7/7/2026, 12:27:52Next.js and Sanity form a powerful combination for modern content-driven websites. Next.js provides a fast React-based frontend framework with server-side rendering and static generation capabilities, while Sanity offers a flexible headless CMS that allows content editors to manage content without touching code. In this tutorial, we will build a simple blog application from scratch, covering project setup, Sanity configuration, content schemas, data fetching, dynamic routes, and deployment-ready code examples.
petercontinue7/7/2026, 09:59:11