Kris goe
Check out this Pen I made!
As a junior computer science student, I have experienced a complete transformation in my understanding of developer_experience development. This journey has taught me valuable lessons about modern web framework design and implementation. Project Information 🚀 Hyperlane Framework: GitHub Repository 📧 Author Contact: root@ltpp.vip 📖 Documentation: Official Docs Technical Deep Dive Technical Foundation and Architecture During…
As a junior student learning web development, there was always a huge gap between theoretical knowledge and actual projects. It wasn’t until I used this Rust framework to complete a comprehensive campus second-hand trading platform project that I truly understood the essence of modern web development. This project not only helped me master the framework…
I use my webcam constantly for streaming and I’m pretty familiar with all the internals and how the camera model on Windows works. I also use OBS extensively, so I regularly use the OBS virtual camera and flow everything through Open Broadcasting Studio. For my podcast, I use Zencastr which is a web-based app that…
I use my webcam constantly for streaming and I’m pretty familiar with all the internals and how the camera model on Windows works. I also use OBS extensively, so I regularly use the OBS virtual camera and flow everything through Open Broadcasting Studio. For my podcast, I use Zencastr which is a web-based app that…
See the canonical version of this blog post at the Microsoft Open Source Blog! Ten years ago, Microsoft released the source for MS-DOS 1.25 and 2.0 to the Computer History Museum, and then later republished them for reference purposes. This code holds an important place in history and is a fascinating read of an operating…
I’ve been doing not just Unit Testing for my sites but full on Integration Testing and Browser Automation Testing as early as 2007 with Selenium. Lately, however, I’ve been using the faster and generally more compatible Playwright. It has one API and can test on Windows, Linux, Mac, locally, in a container (headless), in my…
Apple Music has turned 10 and is letting users take a look back The Replay All Time playlist lets you see your top 100 tracks since you joined Apple Music It’s a nice throwback treat, and there’s a way for Spotify users to get a taste Time flies when you’re listening to some good music,…
The Express Fatigue is Real For over a decade, Express.js has been the go-to framework for Node.js backends. But as we scaled our real-time analytics platform to 50,000+ RPS, we hit familiar pain points: Middleware soup (unpredictable execution order) Performance bottlenecks (slow routing, body-parser overhead) Lack of modern features (no built-in WebSockets, HTTP/2) Then we…
Testing is one of the most crucial parts of building scalable, bug-free Laravel applications. Whether you’re a solo developer or part of a team like WeDev, learning how Laravel handles testing will not only improve your code quality but also boost your confidence during deployment. In this post, I’ll walk you through the essentials of…