close
DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Image Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Partner Zones Build AI Agents That Are Ready for Production
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Partner Zones
Build AI Agents That Are Ready for Production

New Trend Report "Security by Design": Learn AI-powered threat detection, SBOM adoption, and much more❗️

Join our live webinar on May 5 to learn how to build and run LLM inference on Kubernetes without the guesswork.

The Latest JavaScript Topics

article thumbnail
Building a Google Calendar-like Component Using Plain JavaScript
Creating a calendar-like component similar to Google Calendar can be an excellent way to strengthen your JavaScript skills.
December 9, 2024
by Maulik Suchak
· 3,498 Views
article thumbnail
C# String Format Examples
Formatting strings in C# is not an easy task, as we usually forget format specifiers. In this article, we will note some of the important flags you can use.
Updated December 4, 2024
by Milan Milanovic DZone Core CORE
· 271,626 Views · 7 Likes
article thumbnail
How to Design Event Streams, Part 2
This article covers the degree of normalization when using events created from a relational source, and how to go about denormalizing them.
December 2, 2024
by Adam Bellemare
· 4,467 Views · 2 Likes
article thumbnail
Front-End Debugging Part 2: Console.log() to the Max
Learn advanced front-end debugging: use console log levels, CSS styles, assertions, and more to simplify and enhance your development workflow.
November 27, 2024
by Shai Almog DZone Core CORE
· 2,575 Views · 2 Likes
article thumbnail
Writing and Reading Files Using Slices in Go
The gfu package in Go provides methods to read, write, and append file content as slices of strings, enabling efficient processing of template source code line by line.
November 26, 2024
by Michael Ushakov
· 2,073 Views · 1 Like
article thumbnail
Building a Voice-Powered Smart Kitchen App Using LLaMA 3.1, Firebase, and Node.js
A step-by-step guide to creating a hands-free kitchen assistant with voice commands, real-time grocery list management, and recipe suggestions.
November 25, 2024
by Vaibhavi Tiwari
· 3,604 Views · 7 Likes
article thumbnail
JavaScript for Beginners: Assigning Dynamic Classes With ngClass
In this tutorial, we'll go over some of the most common ways to dynamically assign a CSS class to an element using the ngClass directive.
November 20, 2024
by DZone Editorial
· 3,774 Views · 1 Like
article thumbnail
Handling Concurrency in Node.js: A Deep Dive into Async and Await
Learn how to handle concurrency in Node.js using async and await to build high-performance applications, with tips for Node.js development companies and services.
November 13, 2024
by Amit Gupta
· 3,005 Views
article thumbnail
Formatting Strings in Java: String.format() Method
Of the three primary ways to format a string in Java – String.format( ), printf( ), or MessageFormat – the String.format( ) is the method most commonly used.
November 13, 2024
by DZone Editorial
· 15,982 Views · 5 Likes
article thumbnail
How to Access Remote Desktops Using Apache Guacamole
This article is intended for readers who want to create a custom Guacamole Client using guacamole-common-js and establish connections to their remote servers.
November 11, 2024
by Gokul Ramakrishnan
· 7,153 Views · 9 Likes
article thumbnail
Top 10 Angular Architecture Mistakes You Should Avoid
This article discusses 10 common mistakes to avoid when applying Angular architecture to build your apps, along with steps and tools to help prevent them.
November 11, 2024
by Tomas Trajan
· 2,237 Views · 2 Likes
article thumbnail
Node.js Performance Tuning: Advanced Techniques to Follow
Discover techniques for Node.js performance tuning and optimize your apps with tips on memory management, asynchronous operations, and more.
November 7, 2024
by Sanjay Singhania
· 4,697 Views · 4 Likes
article thumbnail
Why React Router 7 Is a Game-Changer for React Developers
This article outlines the significant improvements in React Router 7 and compares it to previous versions.
November 6, 2024
by Mohan Dandigam
· 13,623 Views · 4 Likes
article thumbnail
Wow, pnpm, You’re Really Fast
Learn how to use pnpm on Heroku, explore its storage and speed benefits, and see why it’s an ideal choice for Node.js developers. Get started with this guide.
November 6, 2024
by Alvin Lee DZone Core CORE
· 3,007 Views · 5 Likes
article thumbnail
Storybook: A Developer’s Secret Weapon
Some developers shy away from Storybook. Here, gain insight into the integration process, and explore some features that are most beneficial when using Storybook.
November 5, 2024
by Aishwarya Murali
· 15,598 Views · 4 Likes
article thumbnail
AI-Powered Flashcard Application With Next.js, Clerk, Firebase, Material UI, and LLaMA 3.1
Create flashcards: Next.js for the front end, Clerk for user authentication, Firebase for storage, Material UI for an interface, and LLaMA 3.1 for generation.
November 4, 2024
by Vaibhavi Tiwari
· 15,561 Views · 7 Likes
article thumbnail
Ditch Your Local Setup: Develop Apps in the Cloud With Project IDX
Start building web apps in the cloud with Project IDX! This guide explores the features of Google's cloud IDE and shows you how to create a new React project.
November 4, 2024
by Anujkumarsinh Donvir DZone Core CORE
· 14,052 Views · 8 Likes
article thumbnail
Exploring AI-Powered Web Development: OpenAI, Node.js, and Dynamic UI Creation
OpenAI API, Node.js, and JSON Schema combine to generate AI-driven UIs from prompts, validated by schema — transforming web development with consistent results.
October 31, 2024
by Pradeep kumar Saraswathi
· 5,197 Views · 3 Likes
article thumbnail
How to Create a Pokémon Breeding Gaming Calculator Using HTML, CSS, and JavaScript
Follow this step-by-step guide to build an interactive Pokémon Breeding Calculator with code examples and tips (ideal for beginners and game developers).
October 30, 2024
by David Jones
· 7,285 Views · 1 Like
article thumbnail
Front-End Debugging, Part 1: Not Just Console Log
Learn advanced techniques for debugging across the full stack, from frontend tools to system-level troubleshooting, and streamline your development.
October 29, 2024
by Shai Almog DZone Core CORE
· 7,258 Views · 9 Likes
  • Previous
  • ...
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • ...
  • Next
  • RSS
  • X
  • Facebook

ABOUT US

  • About DZone
  • Support and feedback
  • Community research

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 215
  • Nashville, TN 37211
  • [email protected]

Let's be friends:

  • RSS
  • X
  • Facebook
×