Customizing Rust Error Messages with Diagnostic Attributes
03-05-2024. 1 min read
Rust now supports diagnostic attributes which helps you customize the error messages you get from the compiler.JavaScript's Immutable Arrays Revolution.
04-07-2023. 1 min read
Javascript introduced the powerful feature of changing elements, sort,reverse and splice arrays without changing the original, thus giving it immutability.Understanding TypeScript Utility Types: Pick and Omit
24-04-2023. 1 min read
TypeScript provides several utility types to facilitate common type transformations.When to use OR and Nullish coalescing Operator
27-02-2023. 1 min read
|| and ?? operators in JavaScript offer fallback values for nullish or falsy variables/expressions