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
Full List of JavaScript Conferences 2020 [41 Events] Updated 28.08.2020
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).
Apollo Client and Local State Management
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.
React Advanced: The Tiniest Recap — See What You’ve Missed
Here’s the shortest recap of the event that happened last week, Oct 23-25, in London, namely React Advanced.
Amazon S3 Cloud Storage Proxying Through NodeJS from Angular Frontend Securely
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.
Guidelines for Building Accessible Web Applications
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.
NextJS Tutorial: Getting Started with NextJS
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 Common JavaScript Questions
15 fundamental JavaScript concepts presented as Q&As with supporting snippets
Monthly Digest of the Most Popular and Trending JS GitHub Repos
In the following blog post, we’ll cover the most popular GitHub JavaScript repositories as of October 2019.
JSON WEB Authentication with Angular 8 and NodeJS
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.