Tag: Nodejs
-
Introducing Mocking Hans - An open source tool for creating fake APIs
Posted on January 9, 2020, Level intermediate Resource Length medium
An article by Kevin about Hans. Hans is a small Node application for faking APIs - but not just a single REST API using HTTP. It allows for creating multiple APIs using different ports and protocols (like native WebSockets or even GraphQL).
Tags apis nodejs restful web-development
-
Build and secure a GraphQL server with Node.js
Posted on January 7, 2020, Level beginner Resource Length long
A tutorial from the pen of Roy Derks. Learn how to handle authentication and authorization of a GraphQL server using Node.js and JWTs.
Tags javascript infosec web-development nodejs nosql
-
Pivotal Web Services, SSL, and a Custom Domain
Posted on January 6, 2020, Level beginner Resource Length medium
Pivotal Web Services (PWS) is a great place to set up push button deployments. It's cheaper than Heroku and has some great features. By Austin.
Tags web-development serverless nodejs java kotlin programming
-
HTML, CSS and Go: Vugu premise and example
Posted on December 28, 2019, Level intermediate Resource Length medium
An article by Brad Peabody about Vugu andd WwebAssembly. Vugu is a Go library that makes it easy to write HTML markup and Go code which is compiled and run in the browser using WebAssembly.
Tags javascript frameworks nodejs web-development miscellaneous
-
Safer code with container types (Either and Maybe)
Posted on December 27, 2019, Level beginner Resource Length medium
Joan Llenas put this article together about safer types with TypeScript. There are only two hard things in Computer Science: null and undefined.
Tags javascript nodejs web-development programming how-to
-
Const assertions in literal expressions in TypeScript
Posted on December 17, 2019, Level beginner Resource Length medium
With TypeScript 3.4, const assertions were added to the language. A const assertion is a special kind of type assertion in which the const keyword is used instead of a type name. By Marius Schulz.
Tags javascript nodejs programming web-development
-
How we 30x'd our Node parallelism
Posted on December 13, 2019, Level interemediate Resource Length long
What's the best way to safely increase parallelism in a production Node service? What if your application is a bank integration service? That's a question author's team needed to answer a couple of months ago. By Evan Limanto.
Tags software-architecture nodejs cloud cio containers kubernetes
-
Clarifying RxJS Observables under 5 minutes
Posted on December 9, 2019, Level intermediate Resource Length medium
Observables are the essential elements of the Angular framework; you can't do too many things without using them. An article by Gábor Soós.
Tags nodejs javascript angular nodejs
-
Clarifying RxJS Observables under 5 minutes
Posted on December 9, 2019, Level intermediate Resource Length medium
Observables are the essential elements of the Angular framework; you can't do too many things without using them. An article by Gábor Soós.
Tags nodejs javascript angular nodejs
-
Adding Auth0 to Ionic Angular app using Auth Connect
Posted on December 2, 2019, Level beginner Resource Length medium
Learn how to secure your Ionic app by adding user authentication with Auth0 and Ionic Auth Connect. A tutorial by Matt Netkow.
Tags web-development infosec nodejs android
-
Design Scenarios -- Communicating the small steps in the User Experience
Posted on December 1, 2019, Level beginner Resource Length short
Design scenarios are useful tools for communicating ideas about user actions. Mapping design scenarios also has the added benefit that it helps formalize ideas and to take creative approaches to those ideas. By Katie Inglis.
Tags web-development nodejs ux
-
Everything you need to know about HTML5 local storage and session storage
Posted on November 30, 2019, Level intermediate Resource Length medium
An article by Yogesh Chavan. Local and Session storage comes under the category of HTML5 Web Storage. In this article author uses the term Web Storage when we talk about Session and Local Storage together.
Tags web-development javascript nodejs