react-redux-firebase is an npm package that helps integrate Firebase with React applications. Let's start by setting up the application.
Read it hereFirebase is a service provided by Google which assists developers with backend data. It can help with Authentication, SEO, database management, and so much more!
Read it hereAt this moment, I am dealing with self doubt. I am staring at a blank white page in my text editor, preparing for a project, but I have no idea where to begin. What do you do now?
Read it hereJest is an easy-to-use testing package used with JavaScript and Node. Since I am very new with testing, this is a quick overview of the importance to test and how it's implemented
Read it hereFinding motivation to teach yourself programming is difficult, especially when you have already learned so much and you just want to get into the workforce! Get inspired with project ideas
Read it hereIn my mind, Typescript is just a stricter form of JavaScript. I went through a Typescript tutorial as a quick intro of different Types and why people find it so important
Read it hereI had an interview for a non-profit yesterday. I had kept my expectations realistic, I tried to prepare myself for an initial interview, and I thought that I would be prepared.
Read it hereA short intro to Express.js
Read it hereSvelte is a compiler that acts like a JavaScript frontend framework. It works like Vue, with all the JS, HTML, and CSS in one Component file. Here's an intro to learning Svelte
Read it hereThe two most prevalent struggles in creating a Gatsby blog were using the gatsby-node.js file and SEO configuration. I talk about the two issues and how I went about solving them.
Read it hereToday I spent several hours creating React boilerplates that were custom for me. I discuss how I built my boilerplates for Gatsby, Nextjs, and CRA and why boilerplates can assist new programmers in quickly setting up new applications.
Read it hereUsing Gatsby, Netlify, and Contentful, I have created a brand new blog. Fresh from my mind is how I deployed the web app.
Read it here