Angular

[ follow ]
egghead
21 hours ago
Angular

AngularJS Authentication with JWT

JWT provides a modern alternative to traditional cookie-based authentication models. [ more ]
Medium
4 days ago
Angular

Building a Tailwind UI Component Library for React

Tailwind allows direct design implementation in JSX with utility classes, optimizing CSS usage and allowing CSS alongside JavaScript optimization.
Usage of Tailwind with Bit components requires granular adoption for individual component previewing during development. [ more ]
documentation
Spreaker
3 days ago
Angular

Mastering Open Source Contributions with Santosh Yadav - AiA 411 - Adventures in Angular

Commitment to long-term open-source contributions is key to success in the Angular ecosystem and understanding its commit structure is crucial. [ more ]
Medium
3 weeks ago
Angular

OpenSource to InnerSource: Why Enterprises are Adopting this Strategy

Component-based software is easier to read, understand, and maintain.
Reusing components from other teams in an InnerSource ecosystem can enhance flexibility and efficiency. [ more ]
GitHub
1 month ago
Angular

GitHub - angular/angular: Deliver web apps with confidence

Angular is a development platform for building web applications using TypeScript/JavaScript.
Angular documentation encourages contributions with clear setup instructions and guidelines. [ more ]
moredocumentation
Kentcdodds
4 days ago
Angular

Prevent revalidation of remix loaders after mutation | Call Kent Podcast | 39

Hello Kent, here is a transcription of my message, if you did not catch something.
...
I have a component that im importing in a dashboard folder in an index.js file.
Medium
1 week ago
Angular

Event Dispatch in Angular

Under-the-hood details of Angular's new event delegation system enable fine-grained hydration and performance improvements. [ more ]
Medium
1 week ago
Angular

Crafting a Community-Driven UI Library: A Guide to Fostering Collaboration and Adoption

Collaboration and shared ownership are crucial for UI library success, focusing on small independent packages over mega libraries. [ more ]
blog.bitsrc.io
1 week ago
Angular

Advanced Frontend Development: How to Enforce Code Quality at Scale

Frontend code must maintain high standards, consistency through reusable components, and visibility with previews, dependencies, and unit tests. [ more ]
Vue.js Feed
2 weeks ago
Angular

Server Components Keep Getting Better

Server components in Nuxt are components that run only on the server, useful for heavy dependencies not needed on the client. [ more ]
Spreaker
2 weeks ago
Angular

AngularJS to Angular Migration with Craig Spence - AiA 409 - Adventures in Angular

It is better to ask for help from experienced individuals when facing challenges in software development. [ more ]
Medium
2 weeks ago
Angular

Token to Tooling: Generating VS Code Snippets from Design Tokens

Design tokens store key UI elements for design systems and are used to generate consistent themes. Theme generators create themes based on design tokens. [ more ]
Spreaker
3 weeks ago
Angular

Ngrid with Shlomi Assaf - AiA 408 - Adventures in Angular

Ngrid was built due to the need for an opensource customizable grid after facing issues with nggrid.
Shlomi emphasizes the importance of community contributions and highlights the challenges faced while building ngrid. [ more ]
Medium
3 weeks ago
Angular

Design Principles for Composable Architectures

Composable architectures are essential for building modular and flexible applications.
Design principles like DRY, KISS, YAGNI, and DDD are crucial in shaping composable architectures. [ more ]
Nature
4 weeks ago
Angular

Fossils document evolutionary changes of jaw joint to mammalian middle ear - Nature

Fossils from Jurassic mammals show transition in middle ear evolution from load-bearing to exclusively auditory function.
Evidence of gradual loss of load-bearing function in articular-quadrate jaw joint in early mammaliaforms. [ more ]
App Developer Magazine
3 weeks ago
Angular

AI low code roadmap released by WaveMaker| App Developer Magazine

WaveMaker updates platform with sophisticated API and code management tools on Angular technology.
New WaveMaker version integrates AI into software development lifecycle for quality enhancement. [ more ]
Medium
4 weeks ago
Angular

Implementing Feature Toggling in 2024

Feature flags offer a flexible way to manage and deploy features without altering code directly.
Feature toggles can be categorized into release toggles, experiment toggles (A/B testing), and ops toggles for different purposes. [ more ]
Medium
1 month ago
Angular

Angular and Wiz Are Better Together

Wiz is an internal web framework used by Google for performance-critical apps like Search, while Angular is focused on interactive apps.
Wiz prioritizes server-side rendering for optimal performance, but it increases complexity for developers compared to Angular. [ more ]
Spreaker
1 month ago
Angular

Angular CLI and NX: Managing Libraries and Runtime Translation - AiA 407 - Adventures in Angular

Alan Agius is a Software Engineer at Google, focusing on Angular development.
Discussion on Angular 17.3 updates, runtime translations, NX integration, and the usage of Bazel in Angular projects. [ more ]
Medium
1 month ago
Angular

Meet Angular's new output() API

A simpler and safer API for declaring outputs in directives.
New output API ensures correct types for emitting values. [ more ]
Lance's Blog
1 month ago
Angular

ng-conf 2024 Report

Improvement in Angular framework features like standalone components, control flow, signals. Ivy-enabled features are becoming more mainstream.
Angular conference facing challenges with smaller attendance and fewer sponsors. [ more ]
Medium
1 month ago
Angular

The Architecture of a Modern Frontend Design System

Design systems based on React components simplify development.
Structuring components meaningfully improves composability and reusability.
Building applications as a collection of components enhances shareability and reusability. [ more ]
GitHub
1 month ago
Angular

GitHub - evoluteur/react-crud-icons: 67 SVG icons for CRUD applications, packaged as a React component with light & dark themes and tooltip.

Adrelien Blog - Every Pulse Count
1 month ago
Angular

How To Add GPS To Lilygo TTGO Meshtastic Node

Adding a GPS module to Lilygo TTGO Meshtastic Node enhances functionality.
Soldering headers to the Heltec and GPS module is needed for hardware assembly. [ more ]
GitHub
1 month ago
Angular

GitHub - bitair-org/lift: Power up Web Development with TypeScript

Eliminates the need to build TypeScript in the development environment for backend and frontend apps
Uses TypeScript API for compilation, starts apps faster, and consumes less energy with on-demand compilation [ more ]
Spreaker
1 month ago
Angular

Understanding the Power of Ignite UI with Konstantin Dinev - AiA 406 - Adventures in Angular

Ignite UI is suited for data-heavy applications and offers diverse, complex components.
Ignite UI has open-source nature and a dual licensing model for commercial use. [ more ]
blog.bitsrc.io
1 month ago
Angular

How to Share Code Between Micro Frontends

Micro frontends can be used as building blocks for different projects to maintain a consistent look and user experience.
Bit offers tools for component-driven development, allowing shared code among micro frontends. [ more ]
blog.bitsrc.io
1 month ago
Angular

5 Best Ways to Share Code in 2024

Code reuse accelerates development timelines.
Reuse enhances code quality, reduces bugs, and fosters collaboration. [ more ]
GSMArena.com
1 month ago
Angular

vivo T3's cameras detailed ahead of launch

The vivo T3 will feature a triple camera setup with a 50MP primary camera using Sony IMX882 sensor and OIS.
The T3 will be powered by Dimensity 7200 SoC and offer an 8GB/256GB model priced under INR22,000. [ more ]
Marcin Wanago Blog - JavaScript, both frontend and backend
1 month ago
Angular

Comparing ECMAScript Modules and CommonJS

JavaScript has evolved from a simple language for dynamic websites to complex projects requiring code organization in modules.
Comparison of popular methods for splitting JavaScript code into modules: ECMAScript Modules (ESM) and CommonJS. [ more ]
Adrelien Blog - Every Pulse Count
1 month ago
Angular

How To Add Telemetry (Temperature etc) Sensor To Lilygo T-Beam Meshtastic Node With BME280

Adding a telemetry sensor like BME280 to Lilygo T-Beam Meshtastic Node requires soldering headers.
Meshtastic App settings enable easy integration and customization of the Telemetry module. [ more ]
YouTube
1 month ago
Angular

NG Conf 2024 Wednesday Morning Keynote w Jeremy Elbourn & Minko Gechev

ng-conf 2024 is a two-day double track conference focused on building the Angular community.
Meet the Angular Team and some of the biggest names in the comm...
LogRocket Blog
1 month ago
Angular

Understanding control flow syntax in Angular 17 - LogRocket Blog

Introducing new tools can be challenging for software developers due to the comfort of old habits and resistance to change.
Control flow syntax in Angular 17 brings significant benefits, such as simplifying conditional rendering and loops. [ more ]
Youtube
1 month ago
Angular

Live coding and Q/A with the Angular Team | March 2024

Angular Community, join Jeremy Elbourn and Mark Thompson as they answer questions and have some fun!
blog.bitsrc.io
1 month ago
Angular

Understanding The Difference Between Pub/Sub and Signals in JavaScript

Event Driven Architecture is based on events and message exchanges for processing.
Pub/Sub pattern in event-driven architectures allows components to communicate without direct interaction. [ more ]
Medium
1 month ago
Angular

3 Ways to Build and Release Components

Ripple directly supports Bit components and their default configuration.You can customize the build and release configurations by modifying your dev environment's build pipeline.
Medium
1 month ago
Angular

Composable Applications: A Practical Guide

Composability simplifies software development by breaking systems into independent components.
Component independence in a system contributes to its level of composability. [ more ]
Angularforenterprise
1 month ago
Angular

Angular for Enterprise Applications

From the latest concepts to production, build and deliver scalable business applications with confidence.
Sitepoint
1 month ago
Angular

Best Node.js Framework Choices for Modern App Development - SitePoint

Express framework is ideal for fast development with its minimalist design and high performance.
Node.js ecosystem offers a variety of frameworks like Meteor.js, NestJS, Total.js, and Socket.io for different development needs. [ more ]
Adrelien Blog - Every Pulse Count
2 months ago
Angular

How To Add Telemetry Sensor To Heltec Lora v3 Meshtastic Node With BMP280

Soldering headers is required for adding BMP280 module to Heltec ESP32.
Meshtastic app settings allow customization of telemetry sensor options. [ more ]
Realpython
1 month ago
Angular

Python's __all__: Packages, Modules, and Wildcard Imports - Real Python

The import system in Python allows accessing objects from standard or third-party libraries and own code in multiple files using explicit or wildcard imports.
Explicit imports in Python involve bringing specific objects or modules from packages into the current namespace, potentially using aliases to avoid naming conflicts. [ more ]
🗞️ This just in: https://t.co/GixTsRpGML’s beta launch in v17 was just the start.

Tune in live at #ngconf2024 @twerske and @marktechson for special in-depth reporting on this developing story.

https://t.co/lk2ukyUjN2
ng-conf 2024
2 months ago
Angular

ng-conf 2024 - Where the Angular community gathers.

Join ng-conf 2024 for a two-day conference focused on building the Angular community with top experts and the Angular team.
The event location at The Grand America Hotel in Salt Lake City promises an ideal setting for learning and networking. [ more ]
Angular
2 months ago
Angular

Angular

Angular is a platform for building mobile and desktop web applications.
Join the community of millions of developers who build compelling user interfaces with Angular.
ng-conf 2024
2 months ago
Angular

ng-conf 2024 - Where the Angular community gathers.

Join ng-conf 2024 for a two-day conference focused on building the Angular community with top experts and the Angular team.
The event location at The Grand America Hotel in Salt Lake City promises an ideal setting for learning and networking. [ more ]
www.nytimes.com
2 months ago
Angular

Five Things the Designer Yoon Wishes She'd Made

Kubrick's visual perfection in '2001: A Space Odyssey' resonates with graphic designers.
Nakamoto's creation of Bitcoin is admired for its revolutionary defiance against traditional financial systems. [ more ]
Medium
2 months ago
Angular

Signal inputs available in developer preview

Signal-based inputs provide a reactive alternative to decorator-based @Input() in Angular 17.1.
Developers can utilize signal inputs to improve code quality, increase type safety, and efficiently derive state from inputs. [ more ]
Medium
2 months ago
Angular

Getting Started with an Angular App in 2024

Creating an entity component in Angular with Bit allows for maintainable code with validation logic and unit tests.
Node.js functions created with Bit can facilitate the development of backend functionalities like fetching articles. [ more ]
InfoQ
2 months ago
Angular

Deno 1.40 Released, Features Upcoming JavaScript's Temporal API and Decorators

Deno 1.40 implements Temporal API for advanced date/time operations
JavaScript's decorator proposal for meta- and aspect-oriented programming is in Stage 3 [ more ]
Medium
2 months ago
Angular

Understanding Dependency Injection and Services in Angular

Dependency Injection is fundamental in Angular for flexibility, maintainability, and testability.
Using Dependency Injection in Angular makes components more modular, highly testable, and flexible. [ more ]
Marcin Wanago Blog - JavaScript, both frontend and backend
2 months ago
Angular

Understanding native JavaScript modules

Breaking code into manageable pieces is essential for complex JavaScript projects.
ES6 introduced the official syntax for handling modules, allowing better code organization and reuse. [ more ]
CodeProject
2 months ago
Angular

Enjoy rich integral types of .NET and overcome the 53-bit limitation of JavaScript

Using JS Doc comments to hint data range for TypeScript interfaces in JavaScript clients.
Utilize string object for large integral numbers in JavaScript request and response payloads.
Customize serialization/binding for specific integral types in ASP.NET Core Web API. [ more ]
Topenddevs
2 months ago
Angular

Revolutionizing Angular Development with - AIA 405

RxFX library simplifies observable and effect handling
Exploring complexities of loading states and effects in app development [ more ]
The New Stack
2 months ago
Angular

WebAssembly in the Browser Matures and Cool Things Happen

An anticipated component model will enable WebAssembly to not just see its expanding use beyond web browsers and servers - but will be able to allow users to deploy different applications running inside numerous lightweight modules.
Medium
2 months ago
Angular

Getting Started with a Vue.js App in 2024

Creating Vue Composables for blog components is done through Bit commands.
The process involves creating a blog hook, a blog list wrapper component, and a blog app using Vue.js. [ more ]
LogRocket Blog
2 months ago
Angular

Using real-time data in Angular with SignalR - LogRocket Blog

Web development has evolved from static data to real-time notifications.
.NET and Angular are stable frameworks for implementing real-time messaging with SignalR. [ more ]
eLearning
2 months ago
Angular

ALM LMS: Progress calculation on learning objects within Adobe Learning Manager (ALM) - eLearning

Progress calculation in ALM is based on the completion of modules within courses or learning paths/certifications.
Progress percentage is displayed at the course and learning path/certification level, not at the individual module level. [ more ]
Angularair
2 months ago
Angular

Angular Air

Angular is a JavaScript platform for mobile and desktop web apps.
YouTube offers live videocasts on Angular. [ more ]
Medium
2 months ago
Angular

Mastering MACH Architecture: Essential Tools and Strategies

MACH architecture enables modular, agile, and scalable digital platforms.
Essential tools like MACH Composers and Microservice Deployers facilitate the adoption of MACH architecture. [ more ]
InfoQ
2 months ago
Angular

Netflix Announces SafeTest, Its Custom Approach to Front-End Testing

SafeTest introduces a novel approach to front-end web testing.
UI unit testing challenges arise from component complexity and dependencies. [ more ]
www.theguardian.com
2 months ago
Angular

James Brandon Lewis Quartet: Transfiguration review angular, explosive experimentation

James Brandon Lewis has a fierce sound in modern jazz, releasing over 10 records as a bandleader.
His quartet's fourth album, Transfiguration, showcases angular yet explosive experimentation with varied compositions. [ more ]
[ Load more ]