#javascript

[ follow ]
#web-development
Angular
fromInfoWorld
1 week ago

Comparing Angular, React, Vue, and Svelte: What you need to know

Reactive frameworks like Angular, React, Vue, and Svelte have evolved significantly, enhancing their utility for building scalable applications.
React
fromblog.logrocket.com
5 days ago

Is OpenNext really the key to Next.js portability? - LogRocket Blog

Single Responsibility Principle (SRP) enhances code maintainability and scalability.
fromSubstack
2 weeks ago
Artificial intelligence

Weekly JavaScript Roundup: Friday Links 21, April 18, 2025

Arena Intelligence Inc. rebrands from Chatbot Arena, expanding features and maintaining user trust in AI benchmarking.
fromHackernoon
7 months ago
Node JS

JavaScript Becomes More Powerful Than Ever | HackerNoon

JavaScript 2025 introduces features that enhance efficiency and functionality for developers.
Google's Firebase Studio offers innovative AI tools to streamline web development.
fromSubstack
3 days ago
Node JS

JavaScript Pulse: Weekly Dev Digest - May 2, 2025

JavaScript and AI technologies are advancing rapidly, introducing new tools and frameworks for developers.
Angular
fromInfoWorld
1 week ago

Comparing Angular, React, Vue, and Svelte: What you need to know

Reactive frameworks like Angular, React, Vue, and Svelte have evolved significantly, enhancing their utility for building scalable applications.
React
fromblog.logrocket.com
5 days ago

Is OpenNext really the key to Next.js portability? - LogRocket Blog

Single Responsibility Principle (SRP) enhances code maintainability and scalability.
fromSubstack
2 weeks ago
Artificial intelligence

Weekly JavaScript Roundup: Friday Links 21, April 18, 2025

Arena Intelligence Inc. rebrands from Chatbot Arena, expanding features and maintaining user trust in AI benchmarking.
fromHackernoon
7 months ago
Node JS

JavaScript Becomes More Powerful Than Ever | HackerNoon

JavaScript 2025 introduces features that enhance efficiency and functionality for developers.
Google's Firebase Studio offers innovative AI tools to streamline web development.
fromSubstack
3 days ago
Node JS

JavaScript Pulse: Weekly Dev Digest - May 2, 2025

JavaScript and AI technologies are advancing rapidly, introducing new tools and frameworks for developers.
more#web-development
#software-development
fromInfoWorld
4 weeks ago
UX design

Blissfully fast and simple JavaScript frameworks

Software tools should be fast, simple, and user-friendly, while continuously improving performance and meeting developer needs.
fromInfoWorld
1 day ago
Node JS

Deno 2.3 adds compile improvements, support for local NPM packages

Deno 2.3 enhances deno compile by supporting FFI and local NPM packages, enabling better binary management for developers.
fromInfoWorld
4 weeks ago
UX design

Blissfully fast and simple JavaScript frameworks

Software tools should be fast, simple, and user-friendly, while continuously improving performance and meeting developer needs.
fromInfoWorld
1 day ago
Node JS

Deno 2.3 adds compile improvements, support for local NPM packages

Deno 2.3 enhances deno compile by supporting FFI and local NPM packages, enabling better binary management for developers.
more#software-development
fromRaymondcamden
3 days ago
JavaScript

Pixel Art via Vibe Coding

The term 'vibe coding' is disliked, yet using AI for generating code can be beneficial and engaging.
#cookies
fromZacks
1 week ago
Web frameworks

Pardon Our Interruption

Disabled JavaScript or cookies can trigger bot detection on websites.
fromZacks
4 days ago
Web frameworks

Pardon Our Interruption

Websites may misconstrue users as bots when JavaScript or cookies are disabled.
fromZacks
1 week ago
Web frameworks

Pardon Our Interruption

Websites may incorrectly label users as bots due to disabled settings or speed.
Enabling JavaScript and cookies can help regain access.
fromZacks
1 week ago
Web frameworks

Pardon Our Interruption

Browsers can mistakenly identify users as bots due to disabled features or unusual browsing patterns.
fromZacks
5 days ago
Web frameworks

Pardon Our Interruption

Users need to enable cookies and JavaScript to regain access.
fromZacks
4 days ago
Web frameworks

Pardon Our Interruption

Ensure cookies and JavaScript are enabled in your browser settings.
fromZacks
1 week ago
Web frameworks

Pardon Our Interruption

Disabled JavaScript or cookies can trigger bot detection on websites.
fromZacks
4 days ago
Web frameworks

Pardon Our Interruption

Websites may misconstrue users as bots when JavaScript or cookies are disabled.
fromZacks
1 week ago
Web frameworks

Pardon Our Interruption

Websites may incorrectly label users as bots due to disabled settings or speed.
Enabling JavaScript and cookies can help regain access.
fromZacks
1 week ago
Web frameworks

Pardon Our Interruption

Browsers can mistakenly identify users as bots due to disabled features or unusual browsing patterns.
fromZacks
5 days ago
Web frameworks

Pardon Our Interruption

Users need to enable cookies and JavaScript to regain access.
fromZacks
4 days ago
Web frameworks

Pardon Our Interruption

Ensure cookies and JavaScript are enabled in your browser settings.
more#cookies
fromRaymondcamden
4 days ago
React

Code Break Back for May

The Code Break series is focusing on building desktop apps using a JavaScript framework.
Upcoming session is scheduled for May 5th at 12PM CST, not on Tuesday as usual.
RSVP is required to participate, encouraging community involvement.
fromInfoWorld
5 days ago

Catching up with Angular 19

Angular 19 introduces incremental hydration, enhancing performance and developer control over client-side interactions.
Angular
#programming
fromAllthingssmitty
3 weeks ago
JavaScript

Mastering default values in JavaScript with the nullish coalescing (??) operator - Matt Smith

The nullish coalescing (??) operator is essential for handling default values in JavaScript without overriding valid falsy values like 0.
fromHackernoon
3 years ago
Node JS

Ending tsconfig Anxiety: Stop Guessing, Start Understanding | HackerNoon

Understanding key tsconfig properties simplifies TypeScript configuration, making it less intimidating for developers.
from2ality
6 days ago
Node JS

Converting values to strings in JavaScript

Only {}.toString.call(v) works reliably for all tricky values in JavaScript string conversion.
Using String(v) is a simpler alternative when full reliability isn't essential.
fromAllthingssmitty
3 weeks ago
JavaScript

Mastering default values in JavaScript with the nullish coalescing (??) operator - Matt Smith

The nullish coalescing (??) operator is essential for handling default values in JavaScript without overriding valid falsy values like 0.
fromHackernoon
3 years ago
Node JS

Ending tsconfig Anxiety: Stop Guessing, Start Understanding | HackerNoon

Understanding key tsconfig properties simplifies TypeScript configuration, making it less intimidating for developers.
from2ality
6 days ago
Node JS

Converting values to strings in JavaScript

Only {}.toString.call(v) works reliably for all tricky values in JavaScript string conversion.
Using String(v) is a simpler alternative when full reliability isn't essential.
more#programming
fromeLearning
1 week ago
JavaScript

How to code a button so it will go to different quiz slides each time it is clicked - GRRR - eLearning

JavaScript for managing quiz slide navigation fails to operate correctly due to issues with the quizCounter variable.
fromAndreruffert
1 week ago
Node JS

element - Web Component

The syntax-highlight-element can be installed via npm or used through a CDN for code syntax highlighting.
#api-development
fromHackernoon
2 weeks ago
Node JS

Why I Chose 60 Lines of JavaScript Over NestJS for a Budget Project | HackerNoon

The choice between using a framework or plain JavaScript for a micro-backend hinges on balancing simplicity with potential maintenance challenges.
fromRaymondcamden
1 week ago
Angular

Adding CORS to Your BoxLang APIs

CORS enables secure resource sharing across domains, essential for developing accessible APIs.
fromHackernoon
2 weeks ago
Node JS

Why I Chose 60 Lines of JavaScript Over NestJS for a Budget Project | HackerNoon

The choice between using a framework or plain JavaScript for a micro-backend hinges on balancing simplicity with potential maintenance challenges.
fromRaymondcamden
1 week ago
Angular

Adding CORS to Your BoxLang APIs

CORS enables secure resource sharing across domains, essential for developing accessible APIs.
more#api-development
fromNature
1 week ago

Which programming language should I use? A guide for early-career researchers

Python has overtaken JavaScript as the top programming language according to GitHub's 2024 report, marking a significant trend influenced by generative AI.
Python
fromScala.js
2 weeks ago
Scala

Announcing Scala.js 1.19.0

Scala.js 1.19.0 introduces performance improvements for WebAssembly, achieving faster output than JavaScript in computation-heavy scenarios.
#css
fromSpeckyboy Design Magazine
3 weeks ago
Graphic design

8 Comic-Inspired Snippets Powered by CSS & JavaScript - Speckyboy

Comics influence web design with bold colors and layouts, enhancing visual creativity across digital platforms.
fromSpeckyboy Design Magazine
1 month ago
Graphic design

8 Radiant Glow Effects Made with CSS and JavaScript - Speckyboy

Glow effects enhance web aesthetics and interactivity, making them versatile for various design applications.
fromSpeckyboy Design Magazine
3 weeks ago
Graphic design

8 Comic-Inspired Snippets Powered by CSS & JavaScript - Speckyboy

Comics influence web design with bold colors and layouts, enhancing visual creativity across digital platforms.
fromSpeckyboy Design Magazine
1 month ago
Graphic design

8 Radiant Glow Effects Made with CSS and JavaScript - Speckyboy

Glow effects enhance web aesthetics and interactivity, making them versatile for various design applications.
more#css
#development-tools
fromSubstack
1 month ago
Node JS

JavaScript Weekly Insights #20: Latest Frameworks, Tools & Trends

Docker Model Runner introduces local AI model execution, revolutionizing development workflows for JavaScript developers and enhancing integration of AI tools.
fromAdropincalm
2 weeks ago
Vue

Jest: How do you change the Snapshot Folder?

Jest allows for customizing the location of snapshot files using a snapshotResolver.
fromSubstack
1 month ago
Node JS

JavaScript Weekly Insights #20: Latest Frameworks, Tools & Trends

Docker Model Runner introduces local AI model execution, revolutionizing development workflows for JavaScript developers and enhancing integration of AI tools.
fromAdropincalm
2 weeks ago
Vue

Jest: How do you change the Snapshot Folder?

Jest allows for customizing the location of snapshot files using a snapshotResolver.
more#development-tools
fromInfoWorld
2 weeks ago
Scala

Gleam 1.10 improves compiler, JavaScript codegen

Gleam 1.10 introduces enhanced compiler features for better type retention and faster JavaScript execution.
#react
fromLogRocket Blog
1 month ago
React

How to manage JavaScript closures in React - LogRocket Blog

Understanding and managing JavaScript closures is crucial in React projects.
fromLogRocket Blog
1 month ago
React

How to manage JavaScript closures in React - LogRocket Blog

Closures are crucial for managing state in JavaScript and React projects.
fromLogRocket Blog
4 weeks ago
React

How to use the React useRef Hook effectively - LogRocket Blog

useRef is a React Hook that maintains mutable values across re-renders without causing them.
fromLogRocket Blog
1 month ago
React

How to manage JavaScript closures in React - LogRocket Blog

Understanding and managing JavaScript closures is crucial in React projects.
fromLogRocket Blog
1 month ago
React

How to manage JavaScript closures in React - LogRocket Blog

Closures are crucial for managing state in JavaScript and React projects.
fromLogRocket Blog
4 weeks ago
React

How to use the React useRef Hook effectively - LogRocket Blog

useRef is a React Hook that maintains mutable values across re-renders without causing them.
more#react
#dynamic-content
more#dynamic-content
#typescript
fromInfoWorld
1 month ago
Node JS

Bun JavaScript runtime is in the oven

Bun is a new competitor in JavaScript runtimes, aiming for high performance and enhanced developer productivity.
fromAdropincalm
1 month ago
Node JS

Dear Old ESLint

ESLint remains a powerful tool for code analysis and formatting, thanks to its extensive plugin ecosystem.
fromInfoWorld
1 month ago
Node JS

Bun JavaScript runtime is in the oven

Bun is a new competitor in JavaScript runtimes, aiming for high performance and enhanced developer productivity.
fromAdropincalm
1 month ago
Node JS

Dear Old ESLint

ESLint remains a powerful tool for code analysis and formatting, thanks to its extensive plugin ecosystem.
more#typescript
JavaScript
fromInfoWorld
1 month ago

ECMAScript 2025 JavaScript standard takes shape

The article discusses proposed enhancements to ECMAScript, including duration formatting, Promise enhancements, Float16 support, import attributes, and advanced set methods.
fromLogRocket Blog
1 month ago
Node JS

JavaScript prototypes: How objects inherit properties and methods - LogRocket Blog

JavaScript objects utilize prototypes for shared behaviors, enabling prototype-based inheritance.
fromLogRocket Blog
1 month ago
JavaScript

How to use the array filter() method in JavaScript - LogRocket Blog

The array filter() method efficiently filters arrays based on a specified condition.
fromInfoWorld
9 months ago
Node JS

Deno adds API for date and time operations

Deno 1.40 introduces ECMAScript decorator syntax, enhancing code expressiveness and supporting new features like improved diagnostics and built-in Node.js APIs.
fromMedium
1 month ago
Vue

billboard.js 3.15.0 release: Container-based resizing & enhanced regions

billboard.js introduces features for responsive design, enhancing usability and visualization.
fromDEV Community
1 month ago
Graphic design

Trig.js Challenge: Show Us Your Creativity on Dev.to!

Create and share a CodePen project using Trig.js to showcase its versatility and creativity.
fromInfoWorld
1 month ago
React

Astro with HTMX: Server-side rendering made easy

Astro.js is a versatile full-stack JavaScript platform that simplifies enterprise application development.
[ Load more ]