Showing posts for: guide
Deploy with Heroku and MongoDB Atlas
Posted in: MongoDB
Tagged under: mongodb, mongodb atlas, deployment, heroku, guide
This guide walks you through the steps required to deploy your application to Heroku with a MongoDB database using MongoDB Atlas.
How to Install NodeJS
Posted in: NodeJS
Tagged under: nodejs, javascript, installation, guide, nodejs LTS, homebrew
In this guide, we'll walk through the steps we need to take to install NodeJS onto our Windows or macOS machines.
Deploy with Heroku and MySQL
Posted in: heroku
Tagged under: heroku, deployment, mysql, node, sequelize, guide
In this guide, we'll walk through the steps we need to take to deploy an application to Heroku with a MySQL database.
How to Install the Heroku CLI
Posted in: heroku
Tagged under: heroku, heroku cli, installation, guide
In this guide, we'll walk through the steps we need to take to install the Heroku CLI onto our Windows or macOS machines.
Professional README Guide
Posted in: github
In this guide, we'll describe how to create a high-quality professional README file for your GitHub repositories.
Getting Started with Git
Posted in: git
Tagged under: git, git commands, terminal commands, bash commands, guide
This guide explains how to set up your Git environment and introduces some commonly used Git commands.
Using the GraphQL Playground in a MERN application
Posted in: apis
Tagged under: graphql, apis, graphql playground, mern, guide
The GraphQL Playground is an easy to use in-browser IDE that allows us to write GraphQL queries and easily interact with our data.
How to Use API Keys
Posted in: apis
In this guide, we'll generate an API key that we can use to query the OpenWeather API for weather data.
How to Install MongoDB
Posted in: MongoDB
Tagged under: mongodb, nosql, installation, guide, compass
In this guide, we'll walk through the steps we need to take to install MongoDB onto our Windows or macOS machines.
Heroku Deployment Guide
Posted in: heroku
Tagged under: heroku, deployment, guide
This guide reviews the steps to deploy an application to Heroku using the Heroku CLI.
MySQL Installation Guide
Posted in: mysql
Tagged under: mysql, mysql server, windows installation, mac installation, installation, guide, sql, databases
MySQL is a developer-friendly open source relational database management system. Reliable and easily scalable, MySQL powers the back end of many popular social, streaming, and service web applications.
Video Submission Guide
Posted in: computer literacy
Tagged under: video submissions, video content, video formats, video hosting, video requirements, homework, guide
This guide provides information on how to submit a video for boot camp assignments.
Render Deployment Guide
Posted in: render
Tagged under: render, deployment, guide
This guide reviews the steps to deploy an application to Render.
Deploy with Render and MongoDB Atlas
Posted in: MongoDB
Tagged under: mongodb, mongodb atlas, deployment, render, guide
This guide walks you through the steps required to deploy your application to Render with a MongoDB database using MongoDB Atlas.
PostgreSQL Installation Guide
Posted in: postgresql
Tagged under: postgresql, postgresql server, windows installation, mac installation, installation, guide, sql, databases, pgadmin
PostgreSQL is a developer-friendly open source relational database management system. Reliable and easily scalable, PostgreSQL is a very popular database used in many enterprise applications. It is the fastest growing database in the world, and is used by companies like Apple, Cisco, Fujitsu, Skype, and IMDb.
PostgreSQL Reference Guide
Posted in: postgresql
Tagged under: postgresql, reference, guide, sql, databases
A reference guide for PostgreSQL commands, terminology, and syntax.
Deploy with Render and PostgreSQL
Posted in: render
Tagged under: render, postgresql, sequelize, deployment, guide
This guide walks you through the steps required to deploy your application to Render with a PostgreSQL database.
Deploying a MERN Stack Application to Render
Posted in: render
Tagged under: render, MERN, deployment, guide
This guide reviews the steps to deploy a MERN stack application to Render.
NodeJS Installation Guide
Posted in: NodeJS
Tagged under: nodejs, javascript, installation, guide, nodejs LTS, homebrew
In this guide, we'll walk through the steps we need to take to install NodeJS onto our Windows or macOS machines.
GitHub Copilot Guide
Posted in: github
Tagged under: ai, artificial intelligence, github copilot, installation, guide
GitHub Copilot is an AI pair programmer that provides code completion and suggestions for developers as they type. It is available in a number of popular development environments.
OpenAI Account Setup Guide
Posted in: ai
Tagged under: openai, ai, artificial intelligence, setup, guide
This guide will show you how to set up an OpenAI account and obtain an OpenAI API key so that you can start building OpenAI-powered application.