Hello! I'm Yuliang.
RSS FeedA Research Software Engineer at The University of Sheffield. Interested in Statistics, Data Visualisation, Algorithms, DevOps, IoT, Mobile Dev, and Cloud.
Read the blog posts or read more about me.
Featured
What makes a web application resilient?
Published: at 00:004 min readBuild core features with simplest technologies, enhance UX progressively. Accessibility is important than consistency. Let each technology do its own thing!
Recent Posts
End-to-End Testing with Docker and Selenium
Published: at 00:002 min readStreamline Django end-to-end testing with Docker and Selenium. Use the official Selenium Docker image for reusability and maintainability. Modify LiveServerTestCase's host variable for successful containerised testing.
Brief notes on how browsers work
Published: at 00:009 min readI have found this great article _How browsers work_ on web.dev recently explaining how browsers work in detail. I strongly recommend this article as it will help you understand browsers and how they work in the background and interact with HTML, CSS, and JavaScript.
Asynchronous task scheduling for the Music AI project
Published: at 00:001 min readDiscover how our team improved an AI-driven music web application.