Github Actions is cool. Angular is the best. Deploy your Angular application with Github Actions. Here’s how To create your Github action, you can go…
Deploy Angular to Production with Github Actions
Posted in Javascript, and Server
KhoPhi's Dev
I use Javascript and its related front and backend frameworks pretty much everyday. Here are some of my adventures with the popular programming language.
Posted in Javascript, and Server
Github Actions is cool. Angular is the best. Deploy your Angular application with Github Actions. Here’s how To create your Github action, you can go…
The kitchen is Visual Code. The ingredients are Yup (for validation), React Hook Form for managing state of our input fields, and Material UI for…
Progressive Web Apps (PWA) is the ‘distin’ now. I had fun consuming my WordPress blog via API with a new UI, built as a PWA…
Cool! The latest and greatest update to Angular (is it?) is in, in the coatings of Angular 6. Some of us love shiny new things…
Let’s get this done quickly. Angular Material 2 is finally something I wanna get my head into. Streamlined and ready for all the heavy lifting.…
Posted in Javascript, and Personal
In this week’s class, it is about time we prepare our client-side application to talk to our server. Our client – the application in the…
Here’s a pretty quick fix to get localStorage available in your Angular Server-Side Rendering application. This article assumes you followed the Angular Server-Side Rendering Story: https://github.com/angular/angular-cli/wiki/stories-universal-rendering Step…
You’ve managed to go through getting your current Angular 5+ project Angular Universal-friendly, which might have involved finding dependencies that are Angular Universal friendly too.…
Posted in Javascript, and Personal
Lemme begin by saying, I’m sorry for all the frustration you’ve had to go through before arriving here (assuming you found this article via search…
You’re using JWT for Authentication with your API. You have Angular on the frontend, speaking to an Express backend API. You sign your JWT to…