How to make your website work offline with Service Workers!
# Have
you ever been offline and thought "Uggh, I wish I could play a game online or at least browse one or two websites"?
Well, if you make websites,...
# Day 6! of my C++ Tutorial!
### **Note: I realise that there are now competitors, but please be more nice.**
Featured Shoutout: @CodeLongAndPros che...
I had just finished coding my solution to the N Queens problem and I was curious how others had done it, so I turned to my trusty friend Repl.it and s...
How to make a package manager (for a custom language!) — ALL PARTS
So — you built a custom language, and you're pretty satisfied with it. Now, where to go next? One apparent option is making a package manager for yo...
# Hello Peoplessss!!!
So lately I have been seeing a lot of full course tutorials, this isnt full course but yeah.
#### I have been busy with school...
Errors. What they are, and how you should handle them [CC BY-NC-SA 4.0 BEGINNER]
# How to handle errors like a champ
This work is licensed under CC BY-NC-SA 4.0. To view a copy of this license, visit https://creativecommons.org/li...
I have made a slideshow-ish presentation of me doing an ascii of pikachu.
 That means schoolwork. I'll be taking AP C...
One thing that has confused me for no reason whatsoever are **regular expressions**. So hopefully this tutorial will help you learn some basics about...
Hello, and welcome to this tutorial! We are going to be calculating Pi (3.1415...) using the Nilakantha series.
The series is quite basic.
First, you...
Let's talk about the Riemann Sum!!
Okay, so the Riemann Sum does the same thing that an integral does, as it is essentially measuring the area under...
Hello repl.it!
If you've ever made a text-based RPG, chat application, or easter-egg filled number guessing game, you've probably collected a passwor...
Repl.it has its own way of saving information called Repl Database. It is very easy to use and is great for making Log In Systems. In this tutorial, y...
## Hello replitors! Welcome to the Matrix!
...
[MongoDB] How to tell how many burritos 🌯 or tacos 🌮 are in a database with mongoDB
# Using mongo DB with python
> I know this is a repost but I accidently deleted it which was pretty stupid of me
## Step one: Make a mongoDB database...