top of page
Search

Seiji Ralph Villafranca
May 2, 20213 min read
Angular and Tailwind CSS
In this post, we will learn how to configure and setup our Angular Application with Tailwind CSS, all the required dependencies will be...
366 views
0 comments

Seiji Ralph Villafranca
Apr 24, 20219 min read
Integrating JWT with Nest JS and Mongo
In this content, I will show you how to integrate JSON web token (JWT) authentication in Nest JS, but wait, The main question here is...
743 views
0 comments

Seiji Ralph Villafranca
Mar 6, 20214 min read
Auth0 Endpoint Security with NodeJS
NodeJS is now one of the most widely used back-end JavaScript environment in creating Rest APIs for applications, it is continuously...
875 views
0 comments

Seiji Ralph Villafranca
Jan 21, 202110 min read
Securing your Angular App w/ Firebase Authentication
Application development nowadays are very demanding, being in the world of dev industry, more and mode ideas and features are emerging...
213 views
0 comments

Seiji Ralph Villafranca
Jan 10, 20215 min read
Serverless Angular with AWS Lambda
Serverless Applications are now a trend these days for applications, it reduces the time effort and cost for our applications to be...
5,561 views
3 comments

Seiji Ralph Villafranca
Jan 7, 20215 min read
Faking your Auth endpoint using json-server-auth
In our development life, we might experience most of the instances that some endpoints are still not available for implementation in our...
11,925 views
0 comments


Seiji Ralph Villafranca
Dec 22, 20207 min read
Learning Basic JWT with Node and Type ORM
In this tutorial, I will teach how to setup our JSON Web token (JWT) with NodeJS and TypeORM but before we proceed on the JWT part, I...
1,088 views
0 comments

Seiji Ralph Villafranca
Dec 5, 20204 min read
Auth0 and Angular for Newbies
When creating web applications, we would know one thing that we should always create this app with authentication and security and yes,...
210 views
0 comments

Seiji Ralph Villafranca
Nov 30, 20207 min read
Setting up JWT authentication with NGXS on Angular
Before we proceed to our main topic on authentication on this tutorial, I will assume that we already have an idea and have a solid...
2,306 views
0 comments


Seiji Ralph Villafranca
May 10, 20203 min read
Cleaning your React code with Redux Hooks
Redux is very useful in managing data in React especially in large/enterprise scale applications, It gives us the power to store all the...
73 views
0 comments


Seiji Ralph Villafranca
Apr 19, 20204 min read
Rendering Large Lists in Angular
In this tutorial, we will learn how to render large lists of data in Angular, I will demonstrate two ways how we can render lists in...
7,227 views
0 comments

Seiji Ralph Villafranca
Apr 12, 202013 min read
Creating a CRUD React App with Next.JS and Redux
React Applications are very fast and reliable, as a famous SPA framework, It is widely known as lightweight, easy to plugin and very easy...
3,217 views
0 comments

Seiji Ralph Villafranca
Apr 4, 20204 min read
Deploying you Angular App in Heroku
So you are done developing your Angular application and you want it to deploy it for the world but have you ever wondered if there is a...
801 views
0 comments

Seiji Ralph Villafranca
Mar 29, 20207 min read
Useful JavaScript array functions to make things easy
Arrays are the types of data that we never miss when we create an application, it is very useful as it allows us to manage and manipulate...
96 views
0 comments


Seiji Ralph Villafranca
Mar 14, 20205 min read
Angular components have states! (Using Angular Effects)
So have you tried to be a React developer and noticed something on react components? yes, react components have their own states and it's...
161 views
0 comments

Seiji Ralph Villafranca
Mar 8, 20204 min read
What is SSR and why we need it on SPA?
What is Server Side Rendering. Javascript Frameworks nowadays have changed the game not on just on the side of development but on how to...
102 views
0 comments


Seiji Ralph Villafranca
Nov 22, 20193 min read
Understanding Angular and its dependencies
In my previous tutorial Creating your first Angular 8 app, we have successfully created our Angular Application using Angular-CLI, now, I...
60 views
0 comments

Seiji Ralph Villafranca
Oct 24, 20192 min read
Creating your first Angular 8 App for Newbies
Hey everyone, today we will learn how to create an Angular 8 application using angular-cli, I've created this tutorial to explain the...
59 views
0 comments
bottom of page