[Example test run for repl.it db](https://repl.it/@Coder100/OK-I-WILL-NOW-TEST-MY-DATABASE-AGAIN)
[Working Form](https://repl.it/@Coder100/replit-db-e...
# **How to use the Repl.it Authentication API with express.js**
# TOC
- [TL;DR](https://repl.it/talk/learn/How-to-Repl-Auth-Expressjs/23558#tl;dr)
- [...
# What is memoization?
***
Yeah, that's right, ***memo***, not ***memor***. I asked my self this when I first saw it. Simply put, memoization can be d...
# Deep Cloning Objects
Why should one even be interested in this one may ask? Because it will most definitely affect you in many aspects. This is one...
# Node.js Tutorial
## What is the syntax like?
Well, everything you already know with JavaScript can be played here, except for the DOM, which if yo...
# **Repl.it Authentication V2**
So, my first tutorial [v1](https://repl.it/talk/learn/How-to-Repl-Auth-Expressjs/23558) was pretty successful! I guess...
# Making your own programming language with NodeJS
## What is Ohm?
Ohm is a javascript library for creating parsers. It uses its own grammar in an `...
### Discord Oauth2 in repl.it
## contents
Overview
Reasoning
Setting up a basic repl.
Get Credentials
Set up the Front End
Setting up the Back End
Al...
### Hello! This is my first tutorial, so if you find any mistakes or anything you want me to fix please say so in the comments!
***
# How To Make A We...
# JavaScript Code Style
This took me way longer than expected due to me losing the repl *twice*. So without further ado, let's get into the world of e...
# Hey guys! This is a tutorial about **HOW TO CLEAN THE SENTENCE OF BAD WORDS**
So you should install `npm i bad-words`
and then:
```js
const Filter...
Wait for messages - NodeJS Discord Bot Development
Hey there! Today I will be teaching you how to 'wait for messages' in **discord.js**. Also known as `awaitMessages`. This tutorial is written in Nodej...
# Hello, welcome to my tutorial on Postgresql
## It will guide you through all of the setup and half of the actual code.
## At the end of this you wil...
3 days ago, Discord.js [merged a pull request to the master branch](https://github.com/discordjs/discord.js/pull/5067) that requires you to have Node....
# How to Use Repl.it's GraphQL/API
#### *A NodeJS Tutorial*
G'day fellow Repler's, today you will be learning how to use Repl.it's GraphQL! This easy...
# Save Data Using JsonStore.io
The [jsonstore.io](https://www.jsonstore.io) website has been mentioned quite a bit recently. It provides a really eas...
# How to use Firebase!
You have no idea how much work was put into this. I literally had to spam repl talk with questions about Firebase lol. Anyways...
# OK here goes part 2
So we ended on our last part of the tutorial (https://repl.it/talk/learn/Postgresql-on-Replit-part-1/54673) in the middle of mak...
### I'm sure many people have complains about repl.it's node version being old.
What you can to is install node with npm, and specify the start a st...
# What is an instruction set simulator?
An instruction set simulator (ISS) is a simulation model of a low-level processor. Microprocessors execute mac...
This post will teach you how you can make your own NPM packages in 4 simple steps that later can be required by anyone.
# Let's get started!
First if...
There are no Node tutorials, so I set upon the task of making one.
# Part 1
## Logging to the console.
To log something to the console, you use the f...
Let's code a Discord bot in JavaScript! (discord.js)
👋 Hey there! In this tutorial, I'll teach you how to create a Discord bot, which will let you add and respond with "tags" - responses that you can se...