Showing Post From Tutorial

OWASP Juice Shop: Hacking A Modern Web Application

In this article, we’re going to hack a realistic web application called Juice Shop. It’s a very neat project, created by Björn Kimminich, project leader at OWASP and IT security lecturer at Nordakademie, and also developed/maintained by many other developers.

Read more

Using the IP Registry API

Howdy, JavaScript Today readers. This is Goktug Erol, full stack developer & Tech Writer from JavaScript Today. In this article, I’m going to introduce you to the IPRegistry API.

Read more

How to Detect If Caps Lock is on With JavaScript

One of the most frustrating things to do is enter a wrong password, having to type your email and password for a second time.

Read more

Learn How to Use the Command Line: Command Line Cheat Sheet

Opening file managers. Dragging and dropping files. Right-clicking. These activities are quite annoying. They’re even completely unnecessary. You can control your entire computer without a single mouse click, if you so desire.

Read more

Create a Node.js Weather App - Get the weather from the command line

In this article, we’ll make a weather app CLI (command-line interface). We’ll use the OpenWeather API, axios, and pure Node.js. So before we get started, head on over to OpenWeather and create an account, you’ll need an API key to continue with the article.

Read more

Hiding the Menu on Right-Click with JavaScript

There are a number of reasons someone would want to disable right-clicks on their websites. Most notably, people do it to prevent users from downloading images, or copying text.

Read more