shlogg · Early preview
Connie Leung @railsstudent

Google Developer Expert for Angular 🅰️ 🇭🇰| 🅰Angular Architecture| 🅽NestJS| 🆅VueJs |🆃TypeScript| Blogger| YouTube Content Creator| Software Architect at Diginex

Angular 20's CreateComponent Supports Two-way Binding.

Angular 20's createComponent function now supports two-way binding, input and output bindings, and directives. Test with Angular 20.0.0-next.3 by updating dependencies.

Angular 19.2.0 Streaming With Resource API

Angular 19.2.0 adds streaming support to Resource API, enabling functions to return multiple responses. `rxResource` & `resource` now stream data with `stream` option. Demo shows streaming table rows.

Angular 19.2.0 Resource API DefaultValue Option

The Resource API in Angular 19.2.0 introduces a defaultValue option that overrides undefined, returning type T instead of T | undefined. This allows developers to provide a default value when the resource is undefined, loading or has an error.

Comprehensive Code Review: Web AI Application With Prompt API And LLMs

Code review of Web AI app using Prompt API. Well-structured with TypeScript & Angular. Separation of concerns, dependency injection & type safety ensure maintainability & scalability.

Comprehensive Code Review Of Web AI Application With Prompt API

Comprehensive code review of Web AI app using Prompt API. Well-structured architecture with service-oriented design, robust error handling & separation of concerns. Suggestions: add logging, caching & unit tests.

Angular LinkedSignal: Decoupling Components With Stores

LinkedSignal` in Angular decouples computation from source, allowing updates independently. It's a powerful feature for building robust & maintainable apps. Use it to create signals with complex behavior!

Real-Time Translation Without Backend Server Or Cloud-Based LLM

Code review of Web AI app utilizing Translation API: Language detection (95%+ accuracy), translation & offline capabilities via On Device model download. Well-organized codebase with robust error handling.

Building Web Apps With Google Cloud AI Platform Language Detection API

Building a web app with Google Cloud's Language Detection API: detect top 3 languages in text, integrate with `@google-cloud/ai-platform` package, and destroy detector on service destruction.

Building Web AI Apps With LLMs And Prompt API

Create web apps interacting with Large Language Models (LLMs) without backend servers or cloud costs using Prompt API & TypeScript libraries like `@types/node`.