RSS Parrot

BETA

🦜 DZone JavaScript Zone

@dzone.com.javascript@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Recent posts in JavaScript on DZone.com

Your feed and you don't want it here? Just e-mail the birb.

Site URL: dzone.com/javascript

Feed URL: feeds.dzone.com/javascript

Posts: 10

Followers: 1

Angular Input/Output Signals: The New Component Communication

Published: December 10, 2024 19:00

Angular 17 brings a lot of brand-new features. Some focus on performance, others on tooling and build improvements, but perhaps one of the most exciting enhancements is in component interaction. This version officially introduces signals — a revolutionary…

How to Design Event Streams, Part 2

Published: December 2, 2024 18:00

In Part 1, we covered several key topics. I recommend you read it, as this next part builds on it. As a quick review, in part 1, we considered our data from the grand perspective and differentiated between data on the inside and data on the outside. We…

Writing and Reading Files Using Slices in Go

Published: November 26, 2024 17:00

While tackling some programming tasks recently, I realized that no methods allow me to get slices of lines and save processed lines on disk. Why do I need such a package, and why does reading the whole text as a string or []byte from the os package not…

Building a Voice-Powered Smart Kitchen App Using LLaMA 3.1, Firebase, and Node.js

Published: November 25, 2024 18:00

In this tutorial, I'll guide you through creating a Smart Kitchen App (Chent) that simplifies managing grocery lists based on personalized preferences. This app operates through voice commands, making it easier to interact and add items hands-free. It's…