How I migrated my course platform to the SPARTAN stack (Angular Global Summit 2024)

Share on facebook
Share on google
Share on twitter
Share on linkedin

I just did this presentation:

How I migrated my course platform to the SPARTAN stack (Angular Global Summit 2024)

  • The SPARTAN Stack
  • How I migrated my course platform to Analog and the SPARTAN stack
  • Handing auth with the SPARTAN stack
  • Client Hydration with Analog

Do you want to become an Angular architect? Check out Angular Architect Accelerator.

Related Posts and Comments

New Angular project? This is how I would start

Throughout my career as an Angular consultant, I have had occasions where I had to start with an Angular project from scratch which is a pipe dream for every software developer. Do everything the right way at the get-go, no legacy, you follow me… So, how do you get started with the project from scratch,

Read More »

Error, loading, content…? Use this page pattern for your Angular apps

When developing Angular applications, it’s common for pages to transition through three key states: error, loading, and show content. Every time you fetch data from an API, your page will likely show a loading indicator first, and then either render the content successfully or display an error message if something goes wrong. This pattern is

Read More »

How I migrated my Course Platform to Analog (step by step)

Analog is a full-stack framework for Angular ala NextJS that offers server-side rendering, static site generation, and API routes. Analog empowers Angular with server rendering tools making it optimal for public websites. Otherwise, Angular has often been neglected in favor of NextJS/NuxtJS for these purposes (due to the subpar SSR/SSG experience). I recently migrated my

Read More »

1 thought on “How I migrated my course platform to the SPARTAN stack (Angular Global Summit 2024)”

Leave a Comment

Your email address will not be published. Required fields are marked *