The safety of replit. Is replit really as safe as people think?
*Before I start this, I just wanted to say, this isn't mean to scare you into not using repl.it and I am just staying some security things they need...
# 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...
[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...
# 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...
# 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...
# 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...
# 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 `...
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 the Repl.it Authentication API with express.js**
# TOC
- [TL;DR](https://repl.it/talk/learn/How-to-Repl-Auth-Expressjs/23558#tl;dr)
- [...
# 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...
# 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...
# 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...
# **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...
### 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...
# 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...
# What is an instruction set simulator?
An instruction set simulator (ISS) is a simulation model of a low-level processor. Microprocessors execute mac...
Making a Functional Programming Language with JS Part 1
Hello! I’m @EitanAlperstein (also @AnthonyMouse) with a tutorial. Hope you like it, because I spent a lot of hard work on the language ***AND*** the t...
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...
# mailCaptcha
mailCaptcha is a Nodejs library that helps people by using a captcha! Just install, learn, and code!
# how it works
So basically it use...
# 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...
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...