VSCodium Linux Pipeline Technical Analysis by Vishal Pawar on July 29, 2025 40 views
💡In How to Build an AI IDEfrom VSCode: Start with VSCodium, we looked at how modern AI IDEs begin by forking VSCode. In What a ModeCI/CD Pipeline Looks Like: A Deep Dive into VSCode, we explored VSCodium’s multi-platform CI/CD system. Most developers treat CI/CD pipelines like plumbing — vital, invisible, and rarely touched. But what if you could read one that powers real-world scale, ships releases to millions, and supports 6+ architectures? That’s exactly what VSCodium’s Linux pipeline reveals: an industrial-grade workflow hiding in…
Debugging Nightmares - Multi-Tab Madness in Production by Shifa Salheen on July 18, 2025 131 views

We had just gone live.Everyone was loving it, and feedback was overwhelmingly positive. UI felt smooth, flows were clicking, and things were working well for almost everyone. So when a user reported: “I logged in… and it’s just spinning & I can’t see the dashboard” — We didn’t worry much. We told them to clear the storage & it worked. We moved on. We thought they had done something wrong — maybe since they were accessing multiple…
Best practices for structuring SCSS/SASS by Chirag Unadkat on March 6, 2020 1,606 views

Every site in current time is not only focused on functionality but also focused on user interface and that too a responsive web or mobile first web. The way we structure our stylesheet has direct relation to the complexity of the project and also affect the post compilation maintenance and enhancements. Basically there is nothing good or bad about structuring the stylesheet for the web. It varies according to requirement and size of the project.…