While on the surface creating specific roles, goals, and expectations for a new project sounds simple enough, it can be challenging to implement effectively without a proper plan.
Subscribe
Get our best content on how to build better apps.
Subscribe
Get our best content on how to build better apps.
Got product development questions?
Join us on
Discord
Conflict-Free Leadership: Emotional Intelligence [Part 3]
Clearly defining the roles, goals, and expectations for a project is an important step in becoming a trusted workplace leader. A clear vision of the project and the steps you and your team will take to get there are invaluable. But it’s only one side of the proverbial coin.
Travis Draper
Conflict-Free Leadership: Roles, Goals, & Expectations [Part 1]
Clashing visions, unclear expectations, and team members who don’t pull their weight—issues arise in every industry and on projects of all scales. But they tend to be especially common in large-scale, highly complex software projects. With so many moving pieces, nuanced tasks, and tight deadlines, it’s tempting to dive into a new project and build the plane as you fly it. However, conflict thrives when teams operate without a strong foundation.
Travis Draper
How to Recognize Your Team Without Spending Money [Free Slack App]
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, worse, a complete flop that leaves employees feeling underappreciated.
Phil Henning
Is Your Angular Build Slow Due to Bloated Dependencies?
Bulky dependencies can slow down the build speed of your Angular application and cause your Angular bundle to bloat. A common reason why an Angular bundle is bloated is that it uses a library like MomentJS that isn't tree-shakable. Replacing problematic dependencies can cause significant improvements to your developer experience and reduce your application's build time.
Mark Thompson
Module Federation and Angular Service Workers (PWA)
{% raw %}
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 remote server or having lags when you navigate between routes. If so, you should use Angular service workers to cache and serve your federated code.
Idris Shedu
Improve Angular Performance and SEO with Angular Universal
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 site rankings, slower loading pages result in a poor user experience, leading to higher bounce rates, lower average time spent on the page, and lower conversions.
Jessie Valladares