#typescript

[ follow ]
web-development
LogRocket Blog
6 days ago
JavaScript

ReScript vs. TypeScript: Overview and comparison - LogRocket Blog

Developers are increasingly turning to type-safe languages like TypeScript and ReScript to enhance JavaScript's capabilities. [ more ]
Medium
2 months ago
JavaScript

JavaScript || TypeScript : What's Better For You

JavaScript is a versatile scripting language used for interactive web applications.
TypeScript, with static typing, enhances code quality and error detection in large projects. [ more ]
CodeProject
2 months ago
JavaScript

Mastering Type-Safe JSON Serialization in TypeScript

Data serialization is crucial for various web application functionalities like data transfer, storage, and sharing.
Using JSON for serialization and TypeScript for static code checking enhances error detection during development. [ more ]
Epic Web Dev
3 months ago
JavaScript

Fully Typed Web Apps

TypeScript is an important part of the web industry for its ability to provide type safety throughout the entire program.
End-to-end type safety involves having type safety from the database, through the backend code, to the UI and back again. [ more ]
Medium
2 months ago
JavaScript

JavaScript || TypeScript : What's Better For You

JavaScript is a versatile scripting language commonly used for enhancing web pages.
TypeScript offers static typing and advanced tooling to improve code quality and collaboration. [ more ]
moreweb-development
nodejs
Spreaker
1 month ago
JavaScript

Simplifying Development with Deno - JSJ 625 - JavaScript Jabber

Deno explores evolution, challenges in compatibility with NPM, TypeScript support, and use in edge computing.
Insights on Deno's standard library, TypeScript implementation, and plans for improving compatibility with popular meta frameworks. [ more ]
Raymondcamden
2 months ago
JavaScript

Links For You

Web Share API is a good candidate for progressive enhancement and web components.
Tutorial on setting up a Node server with TypeScript is easy to understand and quick to test. [ more ]
GitHub
2 months ago
JavaScript

GitHub - bitair-org/node-lift: Power up Node.js

Node.js is powerful for building reliable applications.
Usage of TypeScript in Node.js can enhance development. [ more ]
morenodejs
static-typing
Epic Web Dev
1 month ago
JavaScript

TypeScript: What's the Point?!

TypeScript is a superset of JavaScript, offering enhanced functionality.
TypeScript makes code less error-prone, more maintainable, and scalable compared to JavaScript. [ more ]
LogRocket Blog
2 months ago
JavaScript

Building high-performance ecommerce sites with Astro - LogRocket Blog

Develop ecommerce site with Astro's islands architecture
Significance of strong and static typing in frontend projects [ more ]
morestatic-typing
TypeScript
Geeky Gadgets
5 months ago
Artificial intelligence

Learn how to build a custom AI chatbot with JavaScript in just two hours

An expert in coding has created a tutorial on building a full stack ChatGPT AI chatbot trained on your data using JavaScript.
The tutorial teaches how to create an AI chatbot that can sift through CSV file data and tap into the internet for information. [ more ]
Medium
5 months ago
JavaScript

Using TypeScript Decorators in Practise

TypeScript introduces decorators in the 5.0 update, allowing developers to apply logic to classes and their properties, methods, or parameters at design time.
TypeScript decorators have extensive decoration capabilities, legacy support for parameter decoration, and robust type checking.
Decorators can be used to enhance or modify the behavior of classes, methods, properties, accessors, and parameters. [ more ]
Medium
6 months ago
JavaScript

Zod: Why you're using Typescript wrong

TypeScript can help reduce runtime errors in web development by enforcing data structure and type checks.
TypeScript prioritizes productivity over strict type safety, allowing the use of the 'any' type which can lead to runtime errors.
Zod is a library that can be used with TypeScript to prevent data-related errors at runtime. [ more ]
moreTypeScript
GitHub
1 week ago
JavaScript

GitHub - kitbagjs/router: A type safe router for vuejs

A versatile mapping utility for Typescript [ more ]
GitHub
1 week ago
JavaScript

GitHub - LinHanlove/atom-tools: A fast, powerful, and out of the box TypeScript tool library

AtomTools is a modern JavaScript toolkit based on TypeScript, offering essential utility functions for project development. Easily import and apply these tools to simplify the development process. [ more ]
Wisdom Geek
1 month ago
JavaScript

Object destructuring in TypeScript

Object destructuring in TypeScript works differently compared to JavaScript.
In TypeScript, using interfaces or type declarations is recommended for object destructuring. [ more ]
GitHub
1 month ago
JavaScript

GitHub - bitair-org/lift: Power up Web Development with TypeScript

Eliminates the need to build TypeScript in the development environment for backend and frontend apps
Uses TypeScript API for compilation, starts apps faster, and consumes less energy with on-demand compilation [ more ]
Medium
1 month ago
JavaScript

Simplifying TypeScript Type Predicates with Zod

Zod simplifies type validation in TypeScript.
Comparing Zod to traditional TypeScript approach for type validation. [ more ]
CodeProject
2 months ago
JavaScript

Dealing with large integral numbers in JavaScript for integral types of ASP.NET Core Web API

Dealing with large integral numbers in JavaScript can be challenging due to limitations like the 53-bit restriction and issues with BigInt.
Lint tools and TypeScript can be helpful in improving JavaScript code quality and resolving bugs. [ more ]
Vuejobs
1 month ago
Web development

Senior Vue.js Frontend Developer (basic Spanish required) at Atomic Pixels

Proven experience in vue.js v3.
Emphasis on being disruptive and getting things done. [ more ]
Topenddevs
2 months ago
Web development

Unveiling Chrome DevTools: Network Monitoring, Cache Debugging, and Beyond - JSJ 623

Discussion on network tab features for API monitoring and cache debugging
Insights into Chrome DevTools development and evolution, including migration to TypeScript and team behind it. [ more ]
Jqueryscript
5 months ago
Web development

Weekly Web Design & Development News: Collective #530

StyleX is a JavaScript library for defining styles for optimized user interfaces.
TSDiagram is an online tool that helps you draft diagrams quickly by using TypeScript.
Full Stack AI is an open-source CLI tool for scaffolding full-stack Next.js web applications. [ more ]
www.infoq.com
2 months ago
DevOps

The Guardian Creates a Newsroom Collaboration Tool Using Serverless, React and GraphQL

Collaborative tools integrated with existing content management platforms.
Use of TypeScript, serverless services, AWS RDS, and GraphQL in creating Pinboard. [ more ]
Medium
2 months ago
JavaScript

Every polymorphism in TypeScript

Three major types of polymorphism in programming: parametric, subtype, ad hoc.
Generic functions in TypeScript utilize parametric polymorphism to handle varying input types effectively. [ more ]
Jqueryscript
3 months ago
Web design

Weekly Web Design & Development News: Collective #540

Tex.js provides a lightweight JavaScript library for turning textareas and/or divs into WYSIWYG editors.
TinyFloat is a TypeScript library that solves decimal math problems in JavaScript. [ more ]
Visualstudio
3 months ago
JavaScript

TypeScript Worksheet - Visual Studio Marketplace

The TypeScript and JavaScript Worksheet Plugin enhances the coding experience in Visual Studio Code by allowing users to see the results of their code directly in the editor
The plugin supports real-time code execution, per line enable possibility, and easy activation [ more ]
GitHub
3 months ago
JavaScript

GitHub - nelipuu/zbind: Zig-TypeScript binding generator

Zbind generates TypeScript bindings for calling Zig code compiled to native code or Wasm.
The generated TypeScript functions encode strings as UTF-8 in a buffer accessible by both Zig and TypeScript. [ more ]
Wisdom Geek
3 months ago
JavaScript

Creating new TypeScript types using template literal types

TypeScript can create new types using template literal types.
Template literal types can be used to create new merged properties. [ more ]
LogRocket Blog
3 months ago
JavaScript

Comparing TypeScript state management solutions - LogRocket Blog

State management in frontend development is important for maintaining data across multiple components.
TypeScript brings extra benefits for state management, such as type safety. [ more ]
Wisdom Geek
3 months ago
JavaScript

React TypeScript: Simplify Imports with Path Aliases

Path aliases can simplify imports in large and complex codebases, making them more understandable and clear.
Path aliases can be set up in the tsconfig.json file of a TypeScript project to create import path shortcuts. [ more ]
Medium
3 months ago
JavaScript

5 Tools for Typescript Projects at Scale

TypeScript Project References allow for better management of dependencies in a large-scale TypeScript project.
Bit is a build system that allows for composable software and has first-class support for TypeScript components. [ more ]
LogRocket Blog
4 months ago
Scala

Exploring Effect, a meta-state RxJS-like framework - LogRocket Blog

Effect is a functional library for managing side effects in TypeScript.
Effect helps with handling async operations, concurrency, and reactivity while maintaining type safety. [ more ]
InfoQ
4 months ago
JavaScript

JetBrains JavaScript Days 2023

JetBrains JavaScript Days 2023 focused on practical insights in Angular, AI integration, TypeScript, ECMAScript, React, JavaScript tooling, and view transitions.
Speakers emphasized adaptability, user-centric design, and pragmatic approaches to web development challenges. [ more ]
InfoWorld
4 months ago
JavaScript

Intro to tRPC: Integrated, full-stack TypeScript

tRPC combines server-side JavaScript with strong typing in TypeScript to allow developers to define and interweave the client and server in a united syntax.
tRPC directly infers and applies TypeScript endpoints, eliminating the need for an intermediary API definition like OpenAPI or GraphQL. [ more ]
Medium
4 months ago
Vue

5 Tools and Patterns for Typesafe APIs

Zod is a TypeScript-first schema declaration and validation library that provides enhanced typesafety.
tRPC is a tool that allows the development of typesafe APIs without schemas or code generation. [ more ]
LogRocket Blog
4 months ago
UX design

Leveraging TypeScript for domain-driven design - LogRocket Blog

Domain-driven design (DDD) is a software development approach that simplifies the creation of applications with complex business logic.
TypeScript's sophisticated type system enables fine-grained domain modeling and is highly adaptable for complex app development. [ more ]
LogRocket Blog
4 months ago
Angular

How to use import attributes in TypeScript and JavaScript - LogRocket Blog

Import attributes enable you to include code from external modules in JavaScript and TypeScript.
They provide additional metadata for specifying import actions and behaviors, making it easier to manage and load conditions in web applications. [ more ]
The JetBrains Blog
5 months ago
Angular

WebStorm 2023.3: Improvements for Angular, Vue, and Svelte, AI Assistant, New Testing Functionality, and More | The WebStorm Blog

WebStorm 2023.3 includes improvements for Angular, Vue, and Svelte
New features and improvements for JavaScript, TypeScript, and CSS [ more ]
LogRocket Blog
5 months ago
JavaScript

Implementing safe, dynamic localization in TypeScript apps - LogRocket Blog

TypeScript provides a strong type system that can help make localization safer and more efficient.
Internationalization (i18n) is the process of designing applications to be adaptable to different languages and cultures, while localization (l10n) is the customization of an app for a specific region or language. [ more ]
[ Load more ]