As the name suggests, Single-page App (SPA) is a single HTML document that can be initially served to the client. Any new views required in the application can be created by using JavaScript solely on … [Read more...] about Server-side Rendering (SSR) with Angular Universal
Blog
Q&A Angular with Ionic Coding session
See me demonstrate the course content and best practices while building a productivity app with Angular, Ionic, and Capacitor and get your Angular questions answered. In this session (27/03/21), we … [Read more...] about Q&A Angular with Ionic Coding session
GraphQL Cache Updates Made Easy
Apollo Graphql comes with built-in support for caching which can be used as a state management system (which they recommend). There are a couple of different ways to update cache after an update in … [Read more...] about GraphQL Cache Updates Made Easy
How Søren accelerated his way to becoming an Angular architect
Before he joined, he had half a year of Angular experienced. He tried to set up a good architecture but had problems with scale. As soon as he signed up for the course, the architecture became … [Read more...] about How Søren accelerated his way to becoming an Angular architect
How Fabrice Became An Angular Architect In 8 Weeks
Learn how Fabrice became an Angular architect in 8 weeks. He asked himself "How can I strengthen my knowledge" and he joined Angular Architect Accelerator. Fabrice shares his experience with the … [Read more...] about How Fabrice Became An Angular Architect In 8 Weeks
The Complete Guide to Angular Security
Many frontend developers might see security as a non-functional concern, that is handled by the security department and that they instead should just focus on feature development. The reality is that … [Read more...] about The Complete Guide to Angular Security
Setting Up A Multi-Tenant Application With Firebase, GraphQL, and Angular
In this post, I will show you, how to set up a multi-tenant application with Firebase, GraphQL, and Angular. This is a common scenario for SaaS applications, as multiple tenants should be able to have … [Read more...] about Setting Up A Multi-Tenant Application With Firebase, GraphQL, and Angular
Expose Private Methods For Testing? (Angular Question)
In this video, I answer if it is ok to expose private methods for testing in Angular apps. https://www.youtube.com/watch?v=gS2MJ-Ri_VI&feature=youtu.be … [Read more...] about Expose Private Methods For Testing? (Angular Question)