#configuration

[ follow ]
#javascript
from2ality
3 months ago
JavaScript

A checklist for your `tsconfig.json`

Using 'extends' in tsconfig.json allows for a base configuration that helps maintain consistency across projects.
Understanding input file configurations like 'files', 'include', and 'exclude' is crucial for effective TypeScript project management.
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.
from2ality
3 months ago
JavaScript

A checklist for your `tsconfig.json`

Using 'extends' in tsconfig.json allows for a base configuration that helps maintain consistency across projects.
Understanding input file configurations like 'files', 'include', and 'exclude' is crucial for effective TypeScript project management.
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#javascript
Node JS
from2ality
2 months ago

Simple TypeScript playground via `node --watch`

Node.js now natively supports TypeScript, enabling interactive coding experiences.
#authentication
fromMedium
9 months ago
JavaScript

React Microfrontend Authentication: Step by Step Guide

Using Bit allows for easy setup and reuse of authentication components without needing to write authentication code from scratch.
fromwww.sitepoint.com
4 months ago
JavaScript

About sending emails

Ensure correct SMTP server and authentication settings are used to avoid authentication failures.
Double-check credentials and use recommended security protocols as specified by the server documentation.
fromMedium
9 months ago
JavaScript

React Microfrontend Authentication: Step by Step Guide

Using Bit allows for easy setup and reuse of authentication components without needing to write authentication code from scratch.
fromwww.sitepoint.com
4 months ago
JavaScript

About sending emails

Ensure correct SMTP server and authentication settings are used to avoid authentication failures.
Double-check credentials and use recommended security protocols as specified by the server documentation.
more#authentication
fromCodeProject
7 months ago
JavaScript

What is @Configuration Annotation in Spring?

The @Configuration annotation defines bean definitions in Spring, enhancing modularity and maintainability of applications.
fromCodeProject
7 months ago
JavaScript

What Does the @SpringBootApplication Annotation Do?

@SpringBootApplication simplifies Spring Boot application setup by combining core functionalities, reducing boilerplate code and enhancing auto-configuration.
fromCodeProject
7 months ago
JavaScript

PostgreSQL: Write-Ahead Logging (WAL)

WAL is essential for database integrity, allowing for recovery and consistency through pre-logging changes.
fromAlvinalexander
8 months ago
Scala

Scala examples: Reading HOCON configuration files, and screen-scraping with JSoup and Sttp

The article discusses reading HOCON configuration files using Scala, demonstrating that AI-generated code can still be functional despite not being well-structured.
fromMedium
8 months ago
DevOps

Running GPU payload on Jetson device with K3s

Directly installing K3s on Jetson devices enhances GPU management by eliminating Docker-related complications.
fromMedium
8 months ago
DevOps

Databricks on AWS

Enterprise data platform architecture and configuration around Databricks on AWS require precision and consideration of common elements.
[ Load more ]