-
Vue 3: The Changes
Last updated: Tuesday, March 9, 2021
Published in: CODE Magazine: 2020 - July/August
Shawn Wildermuth reviews new features in the early beta of Vue 3, including: conversion to TypeScript to improve the type interface; the switch to using the Virtual DOM for overall performance improvements, improvements for Vue users using WebPack (or similar solutions).
-
A Vue to a Skill
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2019 - March/April
Shawn introduces you to Vue.js, a framework that can keep complex build systems from clogging up your app. It’s a SPA library that helps you separate the data from the markup, but it’s also much more.
-
Introducing Progressive Web Apps: The No-Store App Solution
Last updated: Tuesday, April 27, 2021
Published in: CODE Magazine: 2018 - May/June
Chris shows you that you can’t depend on SPAs to do all the dirty work anymore. Progressive Web Apps (PWAs) not only have more capabilities, but they make your users’ experience much snappier.
-
Security in Angular: Part 1
Last updated: Friday, April 23, 2021
Published in: CODE Magazine: 2018 - May/June
In the first installment of his new series, Paul addresses who needs access to what in Angular, and how to make sure that nothing unpleasant happens on the client-side.
-
Configuration Settings for Angular Applications
Last updated: Thursday, May 6, 2021
Published in: CODE Magazine: 2018 - January/February
In another of his articles on Angular, Paul dives into global configurations and shows you how to access your Angular applications from any component or service class.
-
Extending Bootstrap: A Product Selection System
Last updated: Wednesday, July 14, 2021
Published in: CODE Magazine: 2015 - May/June
Paul continues his series on Bootstrap by creating a custom product selection system that keeps a running total of a user’s purchases.
-
SPA Web API
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2014 - March/April
If you've ever wondered how to commit changes to a database using ASP.NET Web API as the service provider, Jeff Etter gives you the recipe for the secret sauce.