🦜 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.
Designing Accessible Telehealth Platforms for Older Adults: A React Developer's Guide
https://feeds.dzone.com/link/23564/16923903/a-react-developers-guide-to-designing-telehealth-platforms
Published: December 18, 2024 16:00
As telehealth services increasingly become relevant in today’s world, particularly after the COVID-19 pandemic, all the user populations, including the elderly, must benefit from the programs leading to the importance of the above recommendations.Â
React…
Laravel vs. Next.js: What's the Right Framework for Your Web App?
https://feeds.dzone.com/link/23564/16919491/laravel-vs-nextjs-whats-the-right-framework-for-your-web-app
Published: December 12, 2024 18:30
When it comes to building dynamic, scalable, and feature-rich web applications, selecting the right framework can make all the difference. Laravel, a PHP-based back-end framework, and Next.js, a React-based front-end framework, are two of the most popular…
JavaScript in 2024: Exploring the Latest ECMAScript Updates
https://feeds.dzone.com/link/23564/16917087/javascript-in-2024-exploring-the-latest-ecmascript-updates
Published: December 11, 2024 14:00
As we reach the end of 2024, JavaScript continues to dominate as the go-to programming language for web development, owing to its versatility and community-driven evolution. The latest ECMAScript updates introduce several powerful features aimed at…
Angular Input/Output Signals: The New Component Communication
https://feeds.dzone.com/link/23564/16916519/angular-input-output-signals
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…
A Practical Guide to Securing NodeJS APIs With JWT
https://feeds.dzone.com/link/23564/16916464/a-practical-guide-to-securing-nodejs-apis-with-jwt
Published: December 10, 2024 17:00
NodeJS is a very popular platform for building backend services and creating API endpoints. Several large companies use NodeJS in their microservices tech stack, which makes it a very useful platform to learn and know, similar to other popular languages…
Building a Google Calendar-like Component Using Plain JavaScript
https://feeds.dzone.com/link/23564/16915198/building-a-google-calendar-like-component-using-javascript
Published: December 9, 2024 15:00
Calendars have become an indispensable part of modern web applications as they enable users to organize, schedule, and track events seamlessly. Whether you’re building a project management tool, an event scheduling app, or a personal productivity suite, a…
How to Design Event Streams, Part 2
https://feeds.dzone.com/link/23564/16915200/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…
Front-End Debugging Part 2: Console.log() to the Max
https://feeds.dzone.com/link/23564/16915201/front-end-debugging-part-2-consolelog-to-the-max
Published: November 27, 2024 21:00
In my previous post, I talked about why Console.log() isn’t the most effective debugging tool. In this installment, we will do a bit of an about-face and discuss the ways in which Console.log() is fantastic. Let’s break down some essential concepts and…
Writing and Reading Files Using Slices in Go
https://feeds.dzone.com/link/23564/16915202/go-writing-and-reading-files-with-slices
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
https://feeds.dzone.com/link/23564/16915203/building-a-voice-powered-smart-kitchen-app
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…