Tag: Web development
-
How to request SSL certificates from a Windows Certificate Server
Posted on December 21, 2019, Level intermediate Resource Length medium
The third article by Eric Siron in a series about how to build a fully-functional two-tier PKI environment. This article to show you how to perform the most common day-to-day operations: requesting certificates from a Windows Certification Authority.
Tags infosec devops web-development
-
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
-
Customer and user perception of value and what it means to designers
Posted on December 16, 2019, Level beginner Resource Length medium
Financial value is not the only motivating factor for users and consumers to invest in a product. In fact, it is the perception of value both financial and non-financial that drives the decision to adopt (or not) a product. By Wiki4des and www.interaction-design.org.
Tags ux web-development miscellaneous learning
-
The CSS Handbook: handy guide to CSS for developers
Posted on December 14, 2019, Level beginner Resource Length long
Flavio Copes put together this guide to CSS. He wrote this article to help you quickly learn CSS and get familiar with the advanced CSS topics.
Tags css web-development frontend
-
What is the Visitor Design Pattern?
Posted on December 8, 2019, Level intermediate Resource Length medium
An article by Jakub Kapuscik about the visitor design pattern. The idea behind the visitor design pattern is to put parts of the code that have specific responsibilities outside of the class.
Tags programming oop php web-development
-
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
-
Testing dynamic forms in Angular
Posted on November 25, 2019, Level beginner Resource Length medium
Learn how to create a dynamic form in Angular and then create tests for the form to ensure it works as expected. Blog post by Christian Nwamba.
Tags nodejs javascript web-development angular
-
Composing Angular Components with Typescript Mixins
Posted on November 24, 2019, Level intermediate Resource Length medium
Blog post by Giancarlo Buomprisco on how to learn to maximize reusability in your Angular components by using composition instead of inheritance.
Tags nodejs javascript web-development
-
Do you know what's in Helm 3?
Posted on November 20, 2019, Level intermediate Resource Length long
Understand new capabilities and migration options for Helm 3, the package manager for Kubernetes. By Martin Hickey on IBM Developer Blog.
Tags kubernetes devops containers cicd web-development
-
The Hows, Whats, and Whys of Elixir Telemetry
Posted on November 16, 2019, Level beginner Resource Length medium
"What gets measured gets managed." This quote -- wrongly attributed to Peter Drucker -- tells us that when we monitor information about something, we can make decisions about what it is we're monitoring and where to go next. An article about monitoring in Elixir by Samuel Mullen.
Tags web-development programming erlang elixir