Posts

Showing posts with the label Hosting

How to Implement GatsbyJS (React) + Gitlab CI/CD on Linode (Ubuntu/Linux Server)

Image
Hello everyone 👋 My name is Raihan, Today I'm gonna show & share  How to Implement GatsbyJS (React) + Gitlab CI/CD on Linode. ### Overview GatsbyJS Have you ever heard about GatsbyJS? If you haven't I'll explain to you what is GatsbyJS. So basically, GatsbyJS is static site generator based React JS library from facebook that makes your personal site or blog better, faster using facebook's stack such GraphQL, React and the greatest moduler assets Webpack. If you mant making stunning cool with top tech stack for your personal site for blog or portfolio, or you just want to learn making app with React, GatsbyJS is right for you. Gitlab I've been with Gitlab for two years and gitlab is the most helpful Git-repository manager. One of the helpful features on Gitlab is shared runner of gitlab itself. Gitlab shared runner allows you to activated auto pull and build the repo (Devops) on your server easily. Linod...

Deploy Vue to Firebase

Image
Hello everyone 👋, My name is Raihan. Today I'm gonna show & share to you how to deploy vue app using firebase hosting service.  Basically, whether vue or angular if you want to deploy, using firebase the way is same like we gonna do. Overview Vue Vue.js is the progressive js framework for focusing build an ui(user interface), vue is open source and released under  the MIT license that created by Evan You. And now vue takes 3rd place in top javascript modern framework in 2018. Read more about  https://vuejs.org/  and  https://cli.vuejs.org Firebase Firebase is a mobile and web application development platform that offers lot services/products such as analytics,  cloud messaging, authentication, realtime database, cloud firestore, storage, hosting,app indexing and much more. You can read more about firebase here https://firebase.google.com/ Ok so now,let's get started. Here are some re...