Server-side Events (SSE)?
Provide a brief intro and code example to Server-side Events (SSE)
š Toronto, Canada
Provide a brief intro and code example to Server-side Events (SSE)
Static Site Generation, Static export, and React Server Components
Understanding UI as a Function of State
Digging back into the loops in JavaScript
TypeScript revision and practice
Explain event loop
Markdown demo
Designed and implemented a ledger system similar to a bank account from scratch, leveraging microservices and event-driven architecture to ensure scalability, reliability, and high performance under heavy load.
Developed a passwordless (aka passkey, WebAuthn) login system with Multi-Factor Authentication (MFA) to enhance security while ensuring a seamless user experience, focusing on secure data handling and integration with third-party authentication providers.
A Chrome extension that tracks and displays your playback speed on YouTube.
Seamlessly manage student records, courses, and homework across an education center with three branches and over 300 enrolled students.
Monitors second-hand car listings in real-time based on your chosen criteria, sending push notifications to Telegram for updates. (For testing purposes only)
Use AST parser to define self-used ESLint rule for much better warning/error prompt
Create a custom implementation of JavaScript Promises that meets the Promise A+ standard, covering essential features.