Showing Post From Tutorial

JavaScript with APIs: Tips and Best Practices

JavaScript is a powerful language that can be used to interact with APIs (Application Programming Interfaces) and create dynamic web applications.

Read more

Web Scraping with Node.js and Cheerio: An Introduction

Web scraping is a process that allows you to extract data from websites automatically. JavaScript, with its powerful tools and libraries, is a popular choice for web scraping.

Read more

Understanding MVC Architecture: Beginner Tutorial with Node.js

Model-View-Controller (MVC) is a popular software design pattern that separates an application into three interconnected components: the Model, the View, and the Controller.

Read more

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