Help
RSS
API
Feed
Maltego
Contact
Domain > www.brianc.me
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2018-04-19
209.85.145.128
(
ClassC
)
2025-11-16
104.21.85.6
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Sun, 16 Nov 2025 20:12:12 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}access-control-allow-origin: *Age: 898926Cache-Control: public, max-age0, must-revalidatecontent-disposition: inlineReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?smbDM2xvXLRb%2FxE2yM4i71IG2kWAzc0QEMniJZyNfwHHbd5d3919DUcEW%2BIO9iCj1PCkPi5UTYG53EFHInfhMPbmVXt01BLyKXatX}}vary: accept-encodinglast-modified: Thu, 06 Nov 2025 10:30:05 GMTServer: cloudflarestrict-transport-security: max-age63072000x-vercel-cache: HITx-vercel-id: pdx1::mntbm-1763323932342-6ed01e4aca4acf-cache-status: DYNAMICCF-RAY: 99f9a450e855ff15-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> meta namedescription contentPortfolio of Brian Chen, a systems software developer and engineering undergraduate at Trinity College, Cambridge.> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css> title>Brian Chen - SWE | Cambridge 27/title> style> body { font-family: Arial, sans-serif; font-size: 1.1em; background-color: #f4f4f9; color: #333; margin: 0; padding: 0; line-height: 1.6; } header { text-align: center; background-color: #333; color: #fff; padding: 20px; } header h1 { margin: 0; font-size: 2em; } header p { font-size: 1.2em; } header img { border-radius: 50%; width: 150px; height: 150px; object-fit: cover; margin-top: 10px; } section { width: 80%; margin: 30px auto; padding: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } h2 { font-size: 1.5em; margin-bottom: 5px; border-bottom: 2px solid #333; padding-bottom: 3px; margin-top: 15px; } .content { margin-bottom: 30px; } .content p { font-size: 1em; margin: 10px 0; } .content ul { list-style-type: none; padding: 0; } .content ul li { margin-bottom: 10px; } footer { text-align: center; padding: 20px; font-size: 0.9em; background-color: #333; color: #fff; } footer a { color: #fff; text-decoration: none; } .date { font-style: italic; color: #555; float: right; } .social-links { margin-top: 10px; } .social-links a { margin: 0 10px; color: #FFF; font-size: 1.5em; text-decoration: none; } .social-links a:hover { color: #999; } /style>/head>body> header> h1>Brian Chen/h1> p>Trinity College Cambridge 27/p> div classsocial-links> a hrefhttps://github.com/differental target_blank> i classfab fa-github>/i> /a> a hrefhttps://www.linkedin.com/in/brianchen07 target_blank> i classfab fa-linkedin>/i> /a> a href/cdn-cgi/l/email-protection#1f777a7373705f7d6d767e717c31727a> i classfas fa-envelope>/i> /a> a hrefhttps://blog.brianc.me/projects/ target_blank titleProjects> i classfas fa-folder-open>/i> /a> /div> /header> section idintro> h2>Introduction/h2> div classcontent> p>Hi! Im Brian, a 3rd year Engineering Undergraduate at the University of Cambridge with a strong focus on systems and mid-level programming (C++ & Rust). I build low-latency, resilient systems and enjoy protocol and systems design. Currently interested in internships and roles in systems or backend engineering./p> p>Skills: Proficient in C++, Rust, Python, and TypeScript. Experience with Haskell and Julia. Knowledgeable in OOP, information theory, data structures, operating systems, and blockchain technology./p> /div> /section> section ideducation> h2>Education/h2> div classcontent> ul> li>strong>MEng Engineering/strong> - Trinity College, University of Cambridge span classdate>2023-2027/span>/li> p>High First Class Honours in Years 1 & 2./p> p>Modules: Computer Architecture; Algorithms and Data Structures; Information Theory and Coding; Communications; Networking./p> /ul> /div> /section> section idexperience> h2>Internship Experience/h2> div classcontent> ul> li>strong>Arm/strong> - GPU Software Engineer Intern span classdate>Jul-Sep 2025/span>/li> p>Contributed C++ and Python improvements to GPU driver tracing tooling, adding support for complex dynamic payloads while preserving backwards compatibility. Collaborated with other team members to deliver the feature improvements./p> br/> li>strong>Roku/strong> - Software Engineer Intern span classdate>Jul-Sep 2024/span>/li> p>Collaborated with two full-time engineers during the 12-week internship. Contributed to Python and TypeScript codebases, developed production middleware, and updated frontend based on UI/UX designs. Delivered a scalable solution to automate content generation and verification using large language models, impacting millions of users./p> /ul> /div> /section> section idprojects> h2>Independent Projects/h2> div classcontent> ul> li>strong>Project Enviame/strong> - Scalable Full-Stack App with Rust + SSR span classdate>Mar-May 2025/span>/li> p>Full-stack app with Rust backend to prioritise message delivery with configurable email and calendar integration. MVP built and deployed in under a day, with QoL and scalability improvements afterwards. Formal writeup completed after project completion./p> br/> li>strong>Project RustyMoves/strong> - Custom UDP Protocol Framework span classdate>Apr-Jul 2025/span>/li> p>Designed a lightweight UDP-first protocol for real-time use cases, implemented in Rust with tokio. Focused on resilience to packet loss and minimal encoding overhead; a C++ client port is also in active development./p> br/> li>strong>Project Mini-RPC/strong> - Lightweight RPC / Serialisation Library in C++ span classdate>Aug-Sep 2025/span>/li> p>Implemented a near-zero-encoding-time protobuf-like serialisation layer using direct memory layouts and simple getter/setter APIs to make IPC/RPC fast and ergonomic for user-defined types./p> br/> li>strong>Project Openify/strong> - Large Language Models & Blockchain Integration span classdate>Jul 2024/span>/li> p>Rapid full-stack build (12 hours) integrating Polkadot and LLMs to handle transaction requests and account queries in natural language. Team placed first after a live demo and technical pitch./p> br/> li>strong>Project EasyPass/strong> - Machine Learning & Cloud Web App span classdate>Feb 2024/span>/li> p>Trained an open-source LLM on university exam questions and deployed a web backend to accept uploads and generate practice questions; integrated model inference into a cloud-backed web service./p> /ul> /div> /section> section idpublication> h2>Publication/h2> div classcontent> ul> p>B Chen, C Xu, W Cai, and Y Xia. i>Narrowing Down the Secrets of the Internet - a Review of Privacy Leakages and Prevention Methods/i>, Advances in Social Science, Education and Humanities Research, peer-reviewed (2023), 87-95./p> /ul> /div> /section> section idhobbies> h2>Hobbies/h2> div classcontent> ul> li>strong>Rowing/strong> - Mens Lower Boats, First and Third Trinity Boat Club. Competed in multiple intercollegiate races including the Lent and May Bumps./li> li>strong>Piano/strong> - ABRSM Grade 8 at age 9. Prizewinner in multiple national competitions./li> li>strong>Chess/strong> - Intermediate player; runner-up at a provincial tournament./li> /ul> /div> /section> footer> p>© 2025 Brian Chen. All rights reserved./p> /footer>script data-cfasyncfalse src/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>/script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]