Steps to easily use Firebase Realtime Database in React App
Author Archives: Jayesh Tiwari
CSS Cheat Sheet
Flexbox Perfect Centering Gradient Reference – https://www.w3schools.com/css/css3_gradients.asp Border-Radius Image Maps Box-Shadow CSS Media Queries If viewport/view area is larger than 480px in the case above, background-color will change to blue. max-width: 480px will change the color when viewing area is lesser than mentioned.
Dead Frontier : MMO
Dead Frontier game
Module build failed: Error: Cannot find module ‘babel-core’
Below error could show up after installing dependencies to a project from Package.json. For babel specific dependency, we might have to install separate babel/core to resolve this issue. Reference – https://github.com/babel/gulp-babel/issues/124#issuecomment-326853222 All Hail, Babel!
How to deploy React App to Firebase?
Steps to deploy the app to Firebase: App will be hosted at URL provided by Firebase Hosting. Reference – How to deploy a React application to Firebase by ROBIN WIERUCH – https://www.robinwieruch.de/firebase-deploy-react-js Keep Hosting! đ
Song in my mind!
Happy Weekend, people đ
What is dotenv and how to use it?
Dotenv is a zero-dependency module that loads environment variables from a .env file into process.env. Storing configuration in the environment separate from code is based on The Twelve-Factor App methodology. https://github.com/motdotla/dotenv As early as possible in your application, require and configure dotenv. require(‘dotenv’).config() Create a .env file in the root directory of your project. Add environment-specific variables on new lines in theContinue reading “What is dotenv and how to use it?”
Ways to create Forms in React
How to use React Hook Forms
My Spotify Most Played Song
This song has been my favorite for long during 2020. Discovered it from a Instagram Advert by the artist himself. Since then I became a fan of Griffin Oskar. Find him on twitter here – @Griffin Oskar Give it a try! G’Day đ
Gardening in Quarantine
Doing something new has always inspired me. During the lockdown of Covid-19 Coronavirus pandemic, I tried again. This time, Gardening. Fresh vegetables, organic. The joy of seeing plant grow from nothing to something big is amazing. I am sharing a video in the bottom of this post created from my garden. Along with my mother,Continue reading “Gardening in Quarantine”