CompassRx
Tech & Engineering
Home
CompassRx
Join Us
Building the Future of Pharmacy
Job Posting
All the work we do builds us just a little bit closer to the future. Whether we're designing frontier AI models or alternate input methods, everything we build is in service of a better tomorrow. Some industries see this vision in full force! Finance for instance is never short of bright engineers to push it forward. Other industries, such as healthcare, often find themselves bereft of the attention they so desperately need. At CompassRx, we have a bright vision for the future of pharmacy, and the right team to bring it to fruition. All we need is you!
Speeding up Typescript Go by 100x
Technical Post
Typescript Go was announced last week! A huge step forward for the language & community as tsgo boasts a 10x performance improvement over the current tsc compiler. This post was originally supposed to be a puff piece about how much faster the new compiler is. Instead, it turned into a 12 hour debugging session and a pull request that one Microsoft dev described as "cursed." Where did it all go wrong??
Fishing for Abstraction
Technical Post
When building large systems, there is an inherent conflict between complexity and simplicity. Trend too far to in the "simple" direction and you may find yourself writing business logic in Basic-84. Likewise, when one dives too far into complexity they may find themselves unable to construct effective models—ultimately overwhelming themselves and others.