#javascript

[ follow ]
#browser-issues
fromZacks
4 hours ago
Web frameworks

Pardon Our Interruption

Users need to enable cookies and JavaScript to regain access.
fromZacks
3 hours ago
Web frameworks

Pardon Our Interruption

Ensure cookies and JavaScript are enabled to access web pages properly.
fromZacks
3 weeks ago
Web frameworks

Pardon Our Interruption

Ensure that cookies and JavaScript are enabled in your browser settings.
fromZacks
4 hours ago
Web frameworks

Pardon Our Interruption

Users need to enable cookies and JavaScript to regain access.
fromZacks
3 hours ago
Web frameworks

Pardon Our Interruption

Ensure cookies and JavaScript are enabled to access web pages properly.
fromZacks
3 weeks ago
Web frameworks

Pardon Our Interruption

Ensure that cookies and JavaScript are enabled in your browser settings.
more#browser-issues
Angular
fromInfoWorld
5 hours ago

Catching up with Angular 19

Angular 19 introduces incremental hydration, enhancing performance and developer control over client-side interactions.
#frontend-development
fromHarrisonbroadbent
1 month ago
Node JS

Cool native HTML elements you should already be using

Utilizing native HTML elements can simplify web development and reduce JavaScript dependencies.
fromLogRocket Blog
22 hours ago
Mobile UX

Creating server-driven web apps with htmx - LogRocket Blog

htmx simplifies the development of server-driven applications, offering an alternative to complex frameworks by using simple HTML attributes.
fromLogRocket Blog
19 hours ago
React

Axios POST requests: Handling errors, authentication, & best practices - LogRocket Blog

Axios is a powerful HTTP client for making asynchronous requests, particularly useful for POST method in web development.
fromHarrisonbroadbent
1 month ago
Node JS

Cool native HTML elements you should already be using

Utilizing native HTML elements can simplify web development and reduce JavaScript dependencies.
fromLogRocket Blog
22 hours ago
Mobile UX

Creating server-driven web apps with htmx - LogRocket Blog

htmx simplifies the development of server-driven applications, offering an alternative to complex frameworks by using simple HTML attributes.
fromLogRocket Blog
19 hours ago
React

Axios POST requests: Handling errors, authentication, & best practices - LogRocket Blog

Axios is a powerful HTTP client for making asynchronous requests, particularly useful for POST method in web development.
more#frontend-development
#css
fromCSS-Tricks
1 month ago
JavaScript

Web Components Demystified | CSS-Tricks

Scott Jehl's course 'Web Components Demystified' clarifies the creation and behavior of custom web components.
fromSpeckyboy Design Magazine
2 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.
fromwww.jqueryscript.net
3 weeks ago
Web design

Weekly Web Design & Development News: Collective #599

A collection of innovative web development resources for JavaScript and CSS has been curated for developers this week.
fromwww.jqueryscript.net
1 month ago
Web design

Weekly Web Design & Development News: Collective #597

The roundup highlights popular web development and design resources from the past week, emphasizing efficiency and user experience.
fromCSS-Tricks
1 month ago
JavaScript

Web Components Demystified | CSS-Tricks

Scott Jehl's course 'Web Components Demystified' clarifies the creation and behavior of custom web components.
fromSpeckyboy Design Magazine
2 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.
fromwww.jqueryscript.net
3 weeks ago
Web design

Weekly Web Design & Development News: Collective #599

A collection of innovative web development resources for JavaScript and CSS has been curated for developers this week.
fromwww.jqueryscript.net
1 month ago
Web design

Weekly Web Design & Development News: Collective #597

The roundup highlights popular web development and design resources from the past week, emphasizing efficiency and user experience.
more#css
#web-development
Web frameworks
fromHackernoon
4 years ago

Y Combinator Rejected This Framework-Now It's Taking Over GitHub | HackerNoon

Wasp, a full-stack framework, has gained significant traction in web development, amassing over 15,000 GitHub stars and powering thousands of applications.
Web frameworks
fromInfoWorld
1 month ago

10 things developers love about JavaScript - and 10 things they don't

JavaScript has evolved from a simple scripting language into the dominant programming tool for web applications over 30 years.
Web frameworks
fromInfoWorld
1 month ago

Designing a dynamic web application with Astro

Astro.js simplifies web development by blending traditional frameworks and reducing complexity through its meta-framework design.
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.
fromSubstack
1 week 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.
Web frameworks
fromHackernoon
4 years ago

Y Combinator Rejected This Framework-Now It's Taking Over GitHub | HackerNoon

Wasp, a full-stack framework, has gained significant traction in web development, amassing over 15,000 GitHub stars and powering thousands of applications.
Web frameworks
fromInfoWorld
1 month ago

10 things developers love about JavaScript - and 10 things they don't

JavaScript has evolved from a simple scripting language into the dominant programming tool for web applications over 30 years.
Web frameworks
fromInfoWorld
1 month ago

Designing a dynamic web application with Astro

Astro.js simplifies web development by blending traditional frameworks and reducing complexity through its meta-framework design.
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.
fromSubstack
1 week 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.
more#web-development
#programming
Node JS
fromInfoQ
1 month ago

TypeScript 5.8 Released with Improved Inference and Better JavaScript Ecosystem Interoperability

TypeScript 5.8 introduces smarter type inference, improving conditional return types and performance while allowing code to run directly in Node.js.
fromAllthingssmitty
2 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.
fromRaymondcamden
1 month ago
Node JS

Links For You (3/22/25)

The author is seeking new opportunities in developer relations and shares insights on programming topics.
fromAllthingssmitty
1 week ago
Node JS

When to use map() vs. forEach() - Matt Smith

map() is superior to forEach() for transforming data, as it returns a new array, preserving the original array.
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.
fromLogRocket Blog
3 weeks ago
Video games

Game development for frontend: Building with Excalibur.js - LogRocket Blog

Excalibur.js simplifies game development for JavaScript users by allowing them to create games with familiar tools and libraries.
Node JS
fromInfoQ
1 month ago

TypeScript 5.8 Released with Improved Inference and Better JavaScript Ecosystem Interoperability

TypeScript 5.8 introduces smarter type inference, improving conditional return types and performance while allowing code to run directly in Node.js.
fromAllthingssmitty
2 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.
fromRaymondcamden
1 month ago
Node JS

Links For You (3/22/25)

The author is seeking new opportunities in developer relations and shares insights on programming topics.
fromAllthingssmitty
1 week ago
Node JS

When to use map() vs. forEach() - Matt Smith

map() is superior to forEach() for transforming data, as it returns a new array, preserving the original array.
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.
fromLogRocket Blog
3 weeks ago
Video games

Game development for frontend: Building with Excalibur.js - LogRocket Blog

Excalibur.js simplifies game development for JavaScript users by allowing them to create games with familiar tools and libraries.
more#programming
fromeLearning
4 days 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
2 days ago
Node JS

element - Web Component

The syntax-highlight-element can be installed via npm or used through a CDN for code syntax highlighting.
#web-browsing
fromZacks
4 days 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
4 days ago
Web frameworks

Pardon Our Interruption

Browsers can mistakenly identify users as bots due to disabled features or unusual browsing patterns.
fromZacks
4 days 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
4 days ago
Web frameworks

Pardon Our Interruption

Browsers can mistakenly identify users as bots due to disabled features or unusual browsing patterns.
more#web-browsing
#browser-settings
fromZacks
1 week ago
Web frameworks

Pardon Our Interruption

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

Pardon Our Interruption

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

Pardon Our Interruption

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

Pardon Our Interruption

Ensure cookies and JavaScript are enabled in your browser settings to avoid access restrictions.
more#browser-settings
#api-development
fromHackernoon
1 week 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
1 week 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
#python
fromNature
1 week ago
Python

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.
fromAzure DevOps Blog
1 month ago
DevOps

Introducing Java, JS and Python support in Test Plans - Azure DevOps Blog

Azure Test Plans now support associating automated tests in Java, JS, and Python with test cases, improving testing workflows.
fromNature
1 week ago
Python

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.
fromAzure DevOps Blog
1 month ago
DevOps

Introducing Java, JS and Python support in Test Plans - Azure DevOps Blog

Azure Test Plans now support associating automated tests in Java, JS, and Python with test cases, improving testing workflows.
more#python
fromScala.js
1 week 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.
#bun
fromInfoWorld
4 weeks 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.
fromBitexpert
2 months ago
Node JS

My first experience with Bun | bitExpert

Bun 1.2 allows for an easy transition from Node.js with minimal changes required, achieving a 58% reduction in CI pipeline execution time.
fromInfoWorld
4 weeks 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.
fromBitexpert
2 months ago
Node JS

My first experience with Bun | bitExpert

Bun 1.2 allows for an easy transition from Node.js with minimal changes required, achieving a 58% reduction in CI pipeline execution time.
more#bun
#development-tools
fromSubstack
3 weeks 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
1 week ago
Vue

Jest: How do you change the Snapshot Folder?

Jest allows for customizing the location of snapshot files using a snapshotResolver.
fromSubstack
3 weeks 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
1 week 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
1 week ago
Scala

Gleam 1.10 improves compiler, JavaScript codegen

Gleam 1.10 introduces enhanced compiler features for better type retention and faster JavaScript execution.
#responsive-design
fromLogRocket Blog
2 weeks ago
Mobile UX

How to build cross-platform mobile applications using Lynx.js - LogRocket Blog

Lynx.js is a new JavaScript framework for responsive, cross-platform apps that prioritizes native performance and React compatibility.
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.
fromLogRocket Blog
2 weeks ago
Mobile UX

How to build cross-platform mobile applications using Lynx.js - LogRocket Blog

Lynx.js is a new JavaScript framework for responsive, cross-platform apps that prioritizes native performance and React compatibility.
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.
more#responsive-design
#react
Node JS
fromLogRocket Blog
1 month ago

The complete guide to the AbortController API - LogRocket Blog

The AbortController API in Node.js helps manage and abort asynchronous processes effectively.
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
3 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.
Node JS
fromLogRocket Blog
1 month ago

The complete guide to the AbortController API - LogRocket Blog

The AbortController API in Node.js helps manage and abort asynchronous processes effectively.
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
3 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
#user-experience
fromInfoWorld
3 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
3 weeks ago
UX design

Basking in JavaScript refinements

Software tools should be simple, fast, and meet comprehensive requirements, including developer experience and community support.
fromInfoWorld
3 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
3 weeks ago
UX design

Basking in JavaScript refinements

Software tools should be simple, fast, and meet comprehensive requirements, including developer experience and community support.
more#user-experience
Mobile UX
fromWebKit
4 weeks ago

WebKit Features in Safari 18.4

Safari 18.4 significantly improves user experience with new features and enhanced web compatibility.
The updated version resolves 184 issues and deprecates outdated technologies to boost web performance.
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.
from2ality
1 month ago

Could JavaScript have synchronous `await`?

Synchronous and asynchronous code can't interleave, causing duplication and API constraints.
The future of JavaScript could change if 'await' can be used in synchronous code.
Node JS
#typescript
fromGitHub
1 month ago
Node JS

GitHub - steelydylan/electron-typed-store

Electron Typed Store is a simple key-value storage solution for Electron applications using JSON files.
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.
fromGitHub
1 month ago
Node JS

GitHub - steelydylan/electron-typed-store

Electron Typed Store is a simple key-value storage solution for Electron applications using JSON files.
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
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.
fromInfoWorld
1 month ago
NYC startup

Bun.js creator Jarred Sumner talks tech, funding, and startups

Bun.js aims to simplify and accelerate JavaScript development by serving as a complete runtime and a drop-in replacement for Node.js.
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.
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.
#regex
fromwww.sitepoint.com
1 month ago
JavaScript

Count actual replacements

Implement a guard clause to avoid false match counts in text replacements.
Comparing input and output text is vital after regex replacements.
fromwww.sitepoint.com
1 month ago
JavaScript

Count actual replacements

Implement a guard clause to avoid false match counts in text replacements.
Comparing input and output text is vital after regex replacements.
more#regex
fromVuejobs
1 month ago
Web development

JavaScript Certification Content Owner (part/full-time) at Bitter Brains

BitterBrains seeks a JavaScript Certification Exam Content Owner to maintain and improve certification content for developers.
fromCodewithdan
1 month ago
Gadgets

AI Time-Travel: Your JavaScript Quest Begins!

Generative AI for Beginners teaches JavaScript through creative storytelling and historical figures, making AI concepts accessible to everyone.
[ Load more ]