Tag: Web development
-
Creating a full-stack MERN app using JWT authentication
Posted on August 1, 2019, Level intermediate Resource Length medium
Praveen Kumar wrote this piece about authentication using JSON Web Token (JWT). The author demonstrates how he went about building a React frontend that talks to a .NET Core API Server. The authentication mechanism has been built on JWT on the .NET side of the project.
Tags nodejs javascript software web-development
-
Indexing and searching NuGet.org with Azure Functions and Search
Posted on July 30, 2019, Level intermediate Resource Length long
An article by Maarten Balliauw about parsing publicly available JSON data with Azure Functions (serverless). NuGet is the package manager for .NET. The NuGet client tools provide the ability to produce and consume packages.
Tags javascript web-development serverless nodejs azure
-
State management in React
Posted on July 29, 2019, Level intermediate Resource Length long
The State is an important concept in React that stores data and displays the behavior of a component. People choose different approaches for managing State in React. The article delve into the basics of React State and different ways to manage it. By Vrushali Bhosale.
Tags javascript web-development programming nodejs
-
How to pass HTML content through components with Vue slots
Posted on July 25, 2019, Level intermediate Resource Length medium
This post will introduce you to how data can be passed from the parent component to child components in Vue.js using Vue slots. Written by Nwose Lotanna.
Tags react javascript web-development programming
-
Managing a secure JSON Web Token Implementation
Posted on July 22, 2019, Level beginner Resource Length medium
Daniel Fanara wrote this article about more advanced topics of managing secure JSON Web Tokens (JWT). They are great for representing a user's authentication / authorization state without needing to maintain a server-side session store.
Tags infosec devops json infosec web-development
-
The Hows, Whats, and Whys of Elixir Telemetry
Posted on July 18, 2019, Level intermediate Resource Length long
An article by Samuel Mullen in which author looks at the collecting and measuring data about their processes and applications. "What gets measured gets managed -- even when it's pointless to measure and manage it, and even if it harms the purpose of the organisation to do so."
Tags programming erlang functional-programming elixir web-development monitoring
-
Web accessibility guidebook for developers
Posted on July 17, 2019, Level beginner Resource Length long
Nikola Shekerev wrote this guide in you will get what he has learned about both fundamental and advanced accessibility topics while implementing accessibility compliance (Section 508, WCAG 2.0 and WAI-ARIA) for KendoReact.
Tags ux web-development teams software
-
Big O Notation
Posted on July 4, 2019, Level beginner Resource Length short
Short article from interviewcake.com explaining Big O. Big O notation is the language we use for talking about how long an algorithm takes to run. It's how we compare the efficiency of different approaches to a problem.
Tags programming web-development javascript
-
Tool up your API integration testing with OpenAPI
Posted on June 26, 2019, Level beginner Resource Length long
Vinod Chandru, Chief Technical Officer and Co-Founder, Kloudless wrote this long post about integartiomn testing for your API. The modern web application is no longer a self-contained hub for the distribution of its own data. Uniformity in how APIs operate and what they return has become an increasingly important goal for engineers who build and maintain the APIs.
Tags agile tdd apis web-development
-
Relearn CSS layout
Posted on June 17, 2019, Level beginner Resource Length long
Heydon Pickering & Andy Bell published series of articles on their blog focusing on CSS layout.
Tags css frontend browsers web-development
-
Progressive Enhancement: Respecting web browser preferences in a post ES6 world
Posted on May 28, 2019, Level intermediate Resource Length short
Jaime Rios is an author of this intro into Progressive Enhancement (PE).
Tags performance frontend web-development
-
NGINX structural enhancements for HTTP/2 performance
Posted on May 27, 2019, Level advanced Resource Length medium
The blog post from pen of Nick Jones published on cloudflare.com. It is about experience of his team which deals with features related to: TCP, QUIC, TLS and Secure Certificate management, HTTP/1 and HTTP/2. They were responsible for implementing the Enhanced HTTP/2 Prioritization product.
Tags nginx performance web-development