Buy vs Build: A Nuanced Approach to the Great Software Debate

One of the oldest debates for businesses that use software is the question of “buy versus build.” On the one hand, you have off-the-shelf or software-as-a-service (SaaS) offerings which are tried and true and spread the cost for their development across hundreds or even thousands of customers. The other option is to create custom software […]
Creating Custom Material UI Icons From SVG Sprite in React
Material UI (MUI) library is a well-known React UI tools that help you build UIs in React more easily and quickly. It provides its own set of material icons, but also allows you to use your own SVG icons. It works perfect when you have s single SVG image. However, certain issues occur when you […]