Lawrence Juma "Jumalaw98"jumalaw98.hashnode.dev·Oct 21, 2024Day 22: Keeping Your Secrets SafeImagine sharing a private message with a friend, only to discover that others can see it, too. It's not so private anymore, right? Today's topic concerns secure messaging apps—apps designed to protect your messages from prying eyes. Whether you're a ...DiscussCybersecurity Awareness 2024: Securing Our WorldSecure messaging
Yuval Aloniyuval.hashnode.dev·Oct 5, 2024Making DOM Text Nodes ReactiveIntroduction One of the main aspects of popular client-side frameworks is reactivity, which means a “binding” between two variables: whenever one value changes, the other is automatically adjusted. This binding is usually one-way in the context of th...Discuss·47 readsdefineproperty
Dany ParedesProdanywalls.com·Sep 29, 2024How to Simplify Angular Component Communication with model() and SignalsI was very busy in September, but now I'm working on creating a workshop about signals and developing ideas on how signals can simplify our code. Recently, I've been using @Input() and @Output for component communication. However, Angular 17 introduc...Discuss·633 readsAngular
Angular Academyblog.angularacademy.ca·Sep 23, 2024Announcing the Next Angular Architecture WorkshopWe are thrilled to announce that our popular Angular Architecture Workshop is back this October! Whether you're an experienced developer looking to deepen your understanding of Angular or an architect eager to refine your skills, this workshop is des...DiscussAngular
Burpburp.hashnode.dev·Sep 23, 2024Aplicación de mensajería SESSIONSiguiendo algunos mensajes de RRSS, varias personas preguntaban sobre las características de la App de mensajería segura Session. Si bien la llegué a probar hace algún tiempo (no me acabó por convencer), no le había dedicado una entrada propia dentro...Discussmensajería segura
Canadian Devcanadiandev.hashnode.dev·Jul 31, 2024Signals - In depthContinuing from the previous post where we discussed about the why of the signal, this post is about the how. Signals is like a "sherlock holmes" who sits with a magnifying glass and tracks where the state is used throughout the application. The fram...DiscussAngular
Canadian Devcanadiandev.hashnode.dev·Jul 26, 2024WTH is SignalsLiterally, that's what I initially thought, when heard about this term in relation to Angular development. If I need to learn something, I need to be convinced myself regarding the "What", "Why" and the "How". And to top it off, I need it in layman t...Discuss·89 readsAngular
Rubén Peregrinarubenperegrina.com·Jul 17, 2024Goodbye Zone.js: What's new in Angular 18?Angular 18 is revolutionizing the way change detection is handled, removing the dependency on Zone.js. This change began in Angular 17 with the introduction of Signals. Now, instead of depending only on Signal components, the new hybrid detection sys...Discuss·7 likes·440 readsAngularAngular
FMZ Quantfmzquant.hashnode.dev·Jul 10, 2024Simple Volatility EMV StrategySummary Unlike other technical indicators, "Ease of Movement Value" reflects changes in price, volume, and popularity. It is a technology that combines prices and volume changes. It measures the price change of unit volume, Forming a price volatility...DiscussStrategy
Joao Bento Candido Bezerrajbcbezerra.hashnode.dev·Jun 23, 2024Building a Global Toast Service in Angular with PrimeNG and SignalsHave you ever found yourself buried under a mountain of notifications in your Angular app, wondering if there's a slicker way to handle them? Well, you're in luck! Today, we're diving into the world of PrimeNG and Angular signals to build a super coo...DiscussAngular