### Author's note: ###
This tutorial series should explain everything that I have learned in my time using JavaScript.
I've known the language for l...
# Cookeylang Tutorial
This has been the tutorial we have all been waiting on. The creators of CookeyLang *finally* creating a tutorial about it! Unsur...
{GUIDE} MAKE A BLOG USING JEKYLL [POG ALERT] [KEK] [HAHAYES ENDORSED]
#### Hello, Replers! Have you ever wanted a **Blog** to present your Cool Projects? Lucky Day for you, I am showing just that in this Post!! First off...
# Stop making insecure pages from user input
Huh. That's a weird thing to worry about. Yet almost everyone forgets to sanitize user content.
Now it's...
Make hidden files/folders in these 4 steps:
1. use CTRL+shift+s to open the terminal
2. note: if you've used npm modules before on your repl this step...
# How To Make a Basic OS
## Introduction
In this tutorial, I will not teach you how to make a bunch of if statements in Python or Node.js or Java, b...
Source: https://www.tutorialspoint.com/assembly_programming/assembly_basic_syntax.htm
Step 1:
Create a new bash repl. We will be using a bash script t...
How to Avoid Run Button Lag (And Make your REPLS faster⚡)
When you hit the run button, Repl.it might do some unnecessary things. Like re-compile your entire projects when you might not need that. It also migh...
# A Beginner's Crash Course on Dlang
**Unfortunately for us, it is hard to make a D repl. Luckily, @CodeLongAndPros and @StudentFires released a [temp...
Shell Scripting S24: hell Script Functions- Demo Scripts on Prime Numbers and many more
### **Session-24. Shell Script Functions- Demo Scripts on Prime Numbers and many more **
#### Q1)Write a function to check weather the given number is...
awk S3 : AWK code from file and Display records based on given Search String
### Session-3. AWK code from file and Display records based on given Search String
We can separate awk code into a file and we can provide that file...
# Written by @CodeLongAndPros && @StudentFires
Hello [Repl.it](https://repl.it) community! You all know we only have a small set of languages availab...
# React
React is a ~~verbose~~ JavaScript framework for making reusable components and improve workflow.
# Why this tutorial
This tutorial shows you h...
Hi everyone, so I asked a [question](https://repl.it/talk/ama/replit-API/28874) on AMA and here is where I am now.
# Introduction
To learn graphQL, go...
How to setup a .replit file to make an HTTP Server with Ruby.
Hey guys! So not a while ago i had this problem that i did not know how to set up my http server imported from github.
I found a solution, but it mig...