All | Series | TagsYears

 

All Posts (130 Total) Page 22 of 22

An Adventure in Redux: Building redux-adventure

Learn about the JavaScript Redux library for state machines by building an adventure game with TypeScript and Angular.

JavaScript ] [ Typescript ] [ Redux ] [ Angular ] [ Web Development ]

30 Years of “Hello, World”

BASIC? Fortran? RPG/ILE? This post has your languages covered and travels through 30 years of coding history by following the classic, “Hello, World” app.

Programming ]

Dependency Injection Explained via JavaScript

Dependency injection is an approach to solve inversion of control that facilitates components that are easier to test and mock. To better understand dependency injection, this article walks through the creation of a simple DI framework and explains step-by-step how it works.

Dependency Injection ] [ JavaScript ]

Model-View-ViewModel (MVVM) Explained

The design pattern called Model-View-ViewModel or MVVM, the precursor to modern frameworks including Android development, MV* solutions like Angular and Blazor, is explained in detail.

Design Pattern ] [ MVVM ] [ MVP ] [ MVC ] [ Model View ViewModel ]