February 10, 2023
Employee recognition matters. But in a time of tightening tech budgets, it’s tough to find free ways to recognize your team. Most remote team recognition options are either a steep investment or,...July 12, 2022
A common reason why an Angular bundle is bloated is that it uses a library like MomentJS that isn't tree-shakable.April 19, 2022
Slow builds stop developers' productivity cold. If code takes even two minutes to compile, it’s easy to get distracted. You lose your train of thought or, god forbid, open social media.April 15, 2022
Do you use the Module Federation plugin in your Angular project? If your project dynamically consumes large federated code chunks from a remote container, you risk having downtime in your...March 17, 2022
Did you know Google factors in the speed a page loads when ranking pages? Even if you're successfully managing your site's metadata, your SEO will take a hit if your page loads slowly. And beyond...July 7, 2020
Scully is still a new and emerging technology, allowing developers to convert their Angular apps to use JAMstack methodology. Learning how to improve Angular application performance by pre-rendering...May 22, 2020
When considering how to improve Angular performance, there are many things we can borrow from the JAMstack approach. One of these, caching API calls, can be a real performance booster AND save money...May 19, 2020
On May 29th, 2020 an online Angular Event is being held featuring prominent women in the Angular community, including Bitovian Jennifer Wadella. Jennifer will be presenting a talk about improving...May 15, 2020
There are a number of ways to improve Angular application performance, but one sure-fire way to see page load times improve immediately is to move toward JAMstack architecture, and using Scully is a...May 13, 2020
Why Performance Matters In the 2020 economy of competing web applications and SaaS products, an application's performance can be the difference between a customer gained and a customer lost. Angular...