What's up, I'm Cris and I'm a Web Developer currently based in the Philippines. I have a passion for building websites and learning more about new frameworks and languages that I haven't mastered yet. I'm well versed in both front-end and back-end development. I'm currently accepting freelance work, if you're in need of a website, I'm your guy, feel free to contact me.
View ResumeJapanimationDB
A NextJS project that lets you fetch Anime data, Instagram style.
Pokemon League
A React/Redux project that lets you add pokemon to a lineup.
WP Timeline Theme
A WordPress Timeline theme with customization.
Indulge
A minimal facebook-like social media project built with laravel. Sign-up, posting and messaging capability.
Eriazan
A dermatology project showcasing clinic's products and services. Includes admin capabilities.
Card Memory Game
A card memory game where user needs to match 8 cards to win.
Toby
A fun website built for toby the shih tzu, view his pics, videos or play against him in javascript built games.
LAMP Server
A vagrant + virtualbox LAMP Development starter environment with database backup capability upon vm destroy.
September 24th, 2017
5 min read
Express is a Node Web Framework that was created to build Web apps and APIs. In this tutorial, we’re going to look at how to create a todo API using express. Now what is a REST API?
Read More →March 29th, 2017
3 min read
MongoDB is a popular NoSQL database. It is usually the go to database for node apps since all the data stored in Mongo is formatted in JSON, it’s the perfect pairing to be able to use javascript in both the server and database. We...
Read More →February 28th, 2017
4 min read
Node is a javascript runtime environment that was built on top of google chrome’s V8 engine. It can be used to build many different things such as web and desktop apps, APIs, real-time applications, games, it can even act as a web...
Read More →