Blog

Solving Form submission canceled error when submitting in Formik

Solving Form submission canceled error when submitting in Formik

10 February, 2021

Long time since I last posted here. I just want to share a problem I had when using a form inside a modal, and the button doesn't want to…

How to select multiple images in Cordova / Phonegap

How to select multiple images in Cordova / Phonegap

12 July, 2019

My current job allows me to develop mobile apps -- using Cordova. I came to a blocker when I needed to allow users to select multiple images…

Uploading images with AWS Amplify and File Pond

Uploading images with AWS Amplify and File Pond

19 March, 2019

I love AWS Amplify, it makes all things cloud based development easier. In this tutorial, I will teach you how to use Cognito (Amplify Auth…

Adding tags in your blog with Netlify CMS and GatsbyJS

Adding tags in your blog with Netlify CMS and GatsbyJS

15 March, 2019

Have a lot of posts? And you want to categorize them? Let's sort and tag them! I followed this tutorial for the basic setup: Adding Tags…

Adding Pagination with GatsbyJS

Adding Pagination with GatsbyJS

14 March, 2019

Do you have a lot of blog posts in your blog list and you need to paginate it? I will teach you how on your blog that uses GatsbyJS…

Tips on becoming a web developer rockstar

Tips on becoming a web developer rockstar

13 March, 2019

You would like to create your own website or websites for other people. You have a keen eye for design and see yourself becoming an expert…

Create an image gallery with Netlify CMS and Gatsby JS

Create an image gallery with Netlify CMS and Gatsby JS

08 March, 2019

Hi all, it is totally possible to create an image gallery with your custom stylings too! Prerequisites: Has NetlifyCMS and GatsbyJS setup…

How to style Netlify CMS Preview Pane

How to style Netlify CMS Preview Pane

05 March, 2019

If you have installed and setup GatsbyJS and NetlifyCMS, then keep reading. If not, you can checkout my blog in setting it up here: Create…

How to create a free cms with Netlify CMS and Gatsby

How to create a free cms with Netlify CMS and Gatsby

03 March, 2019

Prerequisites: You should have a Github Page. Follow the steps of creating a Gatsby/Github page from here: https://faithmorante.netlify.com…

How I created my website without spending a dime

How I created my website without spending a dime

21 February, 2019

In this tutorial, I assume that you know the basics of web development. For styling and development I used ReactJS, Sass, Bootstrap…