The Concept of Scope in JavaScript

Scopes as used in many programming languages defines how accessible variables, functions or objects are. In this article, we'd get to understand how scopes are used in Javascript
Scopes as used in many programming languages defines how accessible variables, functions or objects are. In this article, we'd get to understand how scopes are used in Javascript
If you're looking at the conferences to attend in 2020, this is the full list for you (minus November/December 2020, because those have not been announced yet, so check it back later for those).
You probably already knew about this option when following the Apollo Docs, maybe you’ve even built apps with it. This article aims to give you a little taste of how to use GraphQL queries with an Apollo server to manage the state of your App.
Here's the shortest recap of the event that happened last week, Oct 23-25, in London, namely React Advanced.
This article is about securely uploading a file, i.e an image or profile picture, to the Amazon S3 Cloud Storage without exposing any security breach through JSON Web Authentication and Securing the Upload through a Proxy NodeJS Server which is always well guarded in the backend.
Web accessibility covers how people with disabilities can interact, navigate, and use our websites. What we will be covering in this article is how people with disabilities can use our sites.
In this article, we’ll tackle one of those solutions, namely NextJS, cover the differences between NextJS and other available frameworks, answer some frequently asked questions about NextJS, as well as help you get started with this framework.
15 fundamental JavaScript concepts presented as Q&As with supporting snippets
In the following blog post, we’ll cover the most popular GitHub JavaScript repositories as of October 2019.
The article is about interfacing an Angular 8 Project with a secure backend API. The Backend will be running on Node.JS. The security that will underlay the interfacing will be JSON Web Tokens.