JavaScript

[ follow ]
#typescript
JavaScript
fromInfoWorld
2 months ago

JavaScript tools and frameworks we're watching now

JavaScript is evolving with a tension between complex frameworks and simplicity.
AI influences how developers approach JavaScript frameworks and best practices.
JavaScript
from2ality
2 months ago

What is TypeScript? An overview for JavaScript programmers

TypeScript enhances JavaScript by adding type syntax for better code management and auto-completion.
JavaScript
fromInfoWorld
2 months ago

Civet: A better TypeScript?

Civet enhances TypeScript by providing modern language features and simplifications, contrasting with CoffeeScript's complicated legacy.
JavaScript
fromMedium
2 months ago

7 Powerful Use Cases for Zod Schemas

Zod is a powerful TypeScript-first schema validation library that ensures data integrity across applications.
from2ality
2 months ago
JavaScript

My sales pitch for TypeScript

TypeScript enhances JavaScript by adding type information, leading to better error detection and auto-completion during code development.
JavaScript
fromInfoWorld
2 months ago

JavaScript tools and frameworks we're watching now

JavaScript is evolving with a tension between complex frameworks and simplicity.
AI influences how developers approach JavaScript frameworks and best practices.
JavaScript
from2ality
2 months ago

What is TypeScript? An overview for JavaScript programmers

TypeScript enhances JavaScript by adding type syntax for better code management and auto-completion.
JavaScript
fromInfoWorld
2 months ago

Civet: A better TypeScript?

Civet enhances TypeScript by providing modern language features and simplifications, contrasting with CoffeeScript's complicated legacy.
JavaScript
fromMedium
2 months ago

7 Powerful Use Cases for Zod Schemas

Zod is a powerful TypeScript-first schema validation library that ensures data integrity across applications.
from2ality
2 months ago
JavaScript

My sales pitch for TypeScript

TypeScript enhances JavaScript by adding type information, leading to better error detection and auto-completion during code development.
more#typescript
#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.
fromCSS-Tricks
2 months ago
JavaScript

A CSS-Only Star Rating Component And More! (Part 1) | CSS-Tricks

A CSS-only star rating component can be created using an input range without JavaScript.
Customizing the input and thumb elements provides user interaction without additional markup.
fromFrontendmasters
2 days ago
JavaScript

shape(): A New Powerful Drawing Syntax in CSS

The shape() function enhances CSS design options by allowing custom shapes for elements.
fromCSS-Tricks
2 months ago
JavaScript

The What If Machine: Bringing The "Iffy" Future Of CSS Into The Present | CSS-Tricks

The CSS Working Group's decision to introduce inline conditionals has sparked debate among developers, with concerns about misuse of CSS.
fromFrontendmasters
2 months ago
JavaScript

Custom Property Fallbacks

The text color defaults to black due to invalid CSS caused by a custom property not resolving correctly.
fromCSS-Tricks
2 months ago
JavaScript

A CSS-Only Star Rating Component and More! (Part 2) | CSS-Tricks

Scroll-driven animations enhance CSS component interactivity and flexibility, allowing for dynamic updates such as color changes in a star rating system.
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.
fromCSS-Tricks
2 months ago
JavaScript

A CSS-Only Star Rating Component And More! (Part 1) | CSS-Tricks

A CSS-only star rating component can be created using an input range without JavaScript.
Customizing the input and thumb elements provides user interaction without additional markup.
fromFrontendmasters
2 days ago
JavaScript

shape(): A New Powerful Drawing Syntax in CSS

The shape() function enhances CSS design options by allowing custom shapes for elements.
fromCSS-Tricks
2 months ago
JavaScript

The What If Machine: Bringing The "Iffy" Future Of CSS Into The Present | CSS-Tricks

The CSS Working Group's decision to introduce inline conditionals has sparked debate among developers, with concerns about misuse of CSS.
fromFrontendmasters
2 months ago
JavaScript

Custom Property Fallbacks

The text color defaults to black due to invalid CSS caused by a custom property not resolving correctly.
fromCSS-Tricks
2 months ago
JavaScript

A CSS-Only Star Rating Component and More! (Part 2) | CSS-Tricks

Scroll-driven animations enhance CSS component interactivity and flexibility, allowing for dynamic updates such as color changes in a star rating system.
more#css
#javascript
JavaScript
fromHackernoon
1 year ago

You Can't Compare Massive Data Streams In Javascript. Or Can You? | HackerNoon

Javascript can handle large-scale data processing efficiently with the right techniques.
JavaScript
fromMedium
2 months ago

5 JavaScript Tools That Make Composability Easy

Composability in software development promotes modular, reusable, and maintainable applications.
JavaScript tools enhance the development of composable applications via UI, APIs, and data management.
JavaScript
fromMedium
2 months ago

5 JavaScript Tools That Make Composability Easy

Emphasizing composability in software development leads to more modular and maintainable applications.
JavaScript
fromLogRocket Blog
2 months ago

What are the event loop and call stack in JavaScript? - LogRocket Blog

JavaScript effectively manages asynchronous operations through its runtime architecture, which includes the call stack, event loop, and task queues, despite its single-threaded nature.
JavaScript
fromLogRocket Blog
2 months ago

A practical guide to switch statements in JavaScript - LogRocket Blog

Using switch statements in JavaScript improves code readability and handles multiple conditions effectively.
fromAllthingssmitty
4 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.
JavaScript
fromHackernoon
1 year ago

You Can't Compare Massive Data Streams In Javascript. Or Can You? | HackerNoon

Javascript can handle large-scale data processing efficiently with the right techniques.
JavaScript
fromMedium
2 months ago

5 JavaScript Tools That Make Composability Easy

Composability in software development promotes modular, reusable, and maintainable applications.
JavaScript tools enhance the development of composable applications via UI, APIs, and data management.
JavaScript
fromMedium
2 months ago

5 JavaScript Tools That Make Composability Easy

Emphasizing composability in software development leads to more modular and maintainable applications.
JavaScript
fromLogRocket Blog
2 months ago

What are the event loop and call stack in JavaScript? - LogRocket Blog

JavaScript effectively manages asynchronous operations through its runtime architecture, which includes the call stack, event loop, and task queues, despite its single-threaded nature.
JavaScript
fromLogRocket Blog
2 months ago

A practical guide to switch statements in JavaScript - LogRocket Blog

Using switch statements in JavaScript improves code readability and handles multiple conditions effectively.
fromAllthingssmitty
4 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.
more#javascript
fromCSS-Tricks
2 weeks ago
JavaScript

The Lost CSS Tricks of Cohost.org | CSS-Tricks

Cohost.org shut down in September 2024 after briefly promising a unique, creative social media experience.
fromwww.npr.org
2 weeks ago
JavaScript

Yiddish is making a comeback

Yiddish, the historic language of Jews in Europe and Russia, was once nearly extinguished.
But now Jews drawn to the language for different reasons are keeping Yiddish alive.
fromHackernoon
2 years ago
JavaScript

Refactoring 025 - Decompose Regular Expressions | HackerNoon

Breaking down complex regex improves error reporting and maintainability.
Individual testing of regex components leads to clearer error messages.
#web-development
JavaScript
fromJoshwcomeau
2 months ago

A Million Little Secrets * Josh W. Comeau

The Whimsical Animations course teaches users to create engaging animations using fundamental web technologies.
fromInfoQ
1 month ago
JavaScript

ESLint Now Officially Supports CSS, JSON, and Markdown

ESLint now officially supports CSS linting, addressing common debugging challenges faced by developers.
fromblog.logrocket.com
2 months ago
JavaScript

How to check for null, undefined, or empty values in JavaScript - LogRocket Blog

The MERN stack facilitates the creation of modern, efficient web and mobile applications.
fromLogRocket Blog
1 month ago
JavaScript

How to use CSS variables like a pro - LogRocket Blog

CSS variables streamline styling by allowing reuse of values, enhancing maintainability.
fromMedium
2 months ago
JavaScript

WebForms Core Technology in JAVA , Spring Boot Example

WebForms Core technology simplifies Java web development by managing HTML tags from the server side.
JavaScript
fromJoshwcomeau
2 months ago

A Million Little Secrets * Josh W. Comeau

The Whimsical Animations course teaches users to create engaging animations using fundamental web technologies.
fromInfoQ
1 month ago
JavaScript

ESLint Now Officially Supports CSS, JSON, and Markdown

ESLint now officially supports CSS linting, addressing common debugging challenges faced by developers.
fromblog.logrocket.com
2 months ago
JavaScript

How to check for null, undefined, or empty values in JavaScript - LogRocket Blog

The MERN stack facilitates the creation of modern, efficient web and mobile applications.
fromLogRocket Blog
1 month ago
JavaScript

How to use CSS variables like a pro - LogRocket Blog

CSS variables streamline styling by allowing reuse of values, enhancing maintainability.
fromMedium
2 months ago
JavaScript

WebForms Core Technology in JAVA , Spring Boot Example

WebForms Core technology simplifies Java web development by managing HTML tags from the server side.
more#web-development
#software-development
fromHackernoon
1 year ago
JavaScript

Reading Documentation Shouldn't Be a Chore | HackerNoon

Effective documentation navigation is critical for developer productivity.
New developers struggle due to a lack of documentation reading skills.
Good documentation saves time and reduces frustration.
fromClickUp
1 month ago
JavaScript

How to Use Claude AI for Efficient and Accurate Coding | ClickUp

AI coding assistants like Claude AI can enhance your coding process by generating snippets, debugging, and writing documentation.
fromHackernoon
1 year ago
JavaScript

Reading Documentation Shouldn't Be a Chore | HackerNoon

Effective documentation navigation is critical for developer productivity.
New developers struggle due to a lack of documentation reading skills.
Good documentation saves time and reduces frustration.
fromClickUp
1 month ago
JavaScript

How to Use Claude AI for Efficient and Accurate Coding | ClickUp

AI coding assistants like Claude AI can enhance your coding process by generating snippets, debugging, and writing documentation.
more#software-development
#developer-advocacy
JavaScript
fromRaymondcamden
1 month ago

Generative Images with Gemini (New Updates)

Google's Gemini 2.0 offers contextually relevant images, while Imagen 3 excels in photorealism and artistic detail.
fromRaymondcamden
2 months ago
JavaScript

Building Serverless Lambda Functions with BoxLang

BoxLang on AWS Lambda offers a simplified developer experience compared to traditional serverless approaches.
fromRaymondcamden
2 months ago
JavaScript

Building a File Search Script in BoxLang

The article discusses converting a Python search script into BoxLang for more efficient handling of Markdown files.
JavaScript
fromRaymondcamden
1 month ago

Generative Images with Gemini (New Updates)

Google's Gemini 2.0 offers contextually relevant images, while Imagen 3 excels in photorealism and artistic detail.
JavaScript
fromRaymondcamden
2 months ago

Building Serverless Lambda Functions with BoxLang

BoxLang on AWS Lambda offers a simplified developer experience compared to traditional serverless approaches.
fromRaymondcamden
2 months ago
JavaScript

Building a File Search Script in BoxLang

The article discusses converting a Python search script into BoxLang for more efficient handling of Markdown files.
more#developer-advocacy
#wordpress
fromCSS-Tricks
2 months ago
JavaScript

Working With Multiple CSS Anchors And Popovers Inside The WordPress Loop | CSS-Tricks

Creating multiple tooltips using the Popover API requires unique IDs and anchor names to avoid conflicts.
fromCSS-Tricks
2 months ago
JavaScript

Working With Multiple CSS Anchors And Popovers Inside The WordPress Loop | CSS-Tricks

Creating multiple tooltips using the Popover API requires unique IDs and anchor names to avoid conflicts.
more#wordpress
fromMedium
3 years ago
JavaScript

5 Things to Know About the this Parameter in JavaScript

It gives access to other properties, it depends on how the function is invoked and more
The this keyword is one of the most confusing parts of JavaScript.
fromHackernoon
55 years ago
JavaScript

XML, XPath, XPath Structure, and More Explained | HackerNoon

Automated testing of XML processors can yield inconsistent results based on differing interpretations of XPath queries.
JavaScript
fromGitHub
2 months ago

GitHub - AllThingsSmitty/basic-design-patterns: A collection of essential design pattern examples in JavaScript

A collection of essential design patterns for software development using practical examples, such Singleton, Factory Method, Observer, and more.
JavaScript
fromHackernoon
2 months ago

You Can Now Access Gemini Code Assist for Free | HackerNoon

Gemini Code Assist is a free AI coding assistant from Google designed to facilitate coding tasks in various programming languages.
fromHackernoon
2 months ago
JavaScript

Time Data Series: It's Not About What You Said - It's More About How You Said It | HackerNoon

Understanding the distinct Hebrew pronunciations between Sephardim and Ashkenazim reveals the influence on English transliteration in Jewish traditions.
JavaScript
fromHackernoon
9 months ago

How to work with Koin Scopes in Jetpack Compose Navigation | HackerNoon

Combining Jetpack Compose Navigation with Koin scopes enhances dependency management in modern Android applications.
fromInfoQ
2 months ago
JavaScript

DevProxy 0.24 Adds More OpenAPI Options

Microsoft's DevProxy v0.24 enhances API simulation capabilities, especially for OpenAPI compatibility and Power Platform developer support.
fromClickUp
2 months ago
JavaScript

Out of Scope: Definition, Examples, and How to Avoid It | ClickUp

Effective scope management is crucial to prevent project disruptions caused by untracked changes.
#deployment
fromMedium
2 months ago
JavaScript

Build-Time Micro Frontends: Why Inversion of Control Matters

Build-time micro frontends streamline app development, enhance performance, and simplify deployments compared to runtime micro frontends.
fromMedium
3 months ago
JavaScript

Display the version of a deployed Angular application

Exposing application version in DOM improves transparency for developers, QA, and clients in a containerized ecosystem.
fromMedium
2 months ago
JavaScript

Build-Time Micro Frontends: Why Inversion of Control Matters

Build-time micro frontends streamline app development, enhance performance, and simplify deployments compared to runtime micro frontends.
fromMedium
3 months ago
JavaScript

Display the version of a deployed Angular application

Exposing application version in DOM improves transparency for developers, QA, and clients in a containerized ecosystem.
more#deployment
fromjQuery Script
2 months ago
JavaScript

Lightweight jQuery Youtube Video Lazy Load Plugin - LazyYT.js

LazyYT.js efficiently delays YouTube video loading to improve website performance.
fromJomaendle
2 months ago
JavaScript

Dynamic Focus Zoom Effect with CSS @property

This demo is based on the great work of Adam Argyle in his talk about the Symphony of the Web.Thanks for the inspiration, Adam!
...
How It Works
fromwww.sitepoint.com
2 months ago
JavaScript

How to transform the canvas objects while keeping opposite side fixed?

Resizing an object should occur from the edge being dragged, not from its center.
[ Load more ]