Step-by-Step Guide to JSDoc and TypeScript in Modern JavaScript Projects in 15 Minutes!
Step-by-Step Guide to JSDoc and TypeScript in Modern JavaScript Projects in 15 Minutes!

codeSTACKr A year ago

Become A VS Code SuperHero Today: https://vsCodeHero.com ‍ ‍ Join my Discord developer community: ...

đŸ€” Should I use TypeScript, JSDoc, or Both?
đŸ€” Should I use TypeScript, JSDoc, or Both?

codeSTACKr A year ago

Become A VS Code SuperHero Today: https://vsCodeHero.com ‍ ‍ Join my Discord developer community: ...

A heroic new proposal for JavaScript // The Code Report
A heroic new proposal for JavaScript // The Code Report

Fireship 3 years ago

Could JavaScript have its own native type system like TypeScript in the future? The team behind TS has submitted an ECMAScript ...

JavaScript Static Analysis - VS Code with JSDoc
JavaScript Static Analysis - VS Code with JSDoc

Michael Cox 8 years ago

See the blog post associated with this video here: https://mdcox.net/posts/static-checking-with-vscode-jsdoc.html.

JavaScript with Types: Vanilla JS Type Checking w/ JSDoc & TSC [Extended Utah JS Conf 2022 Preso]
JavaScript with Types: Vanilla JS Type Checking w/ JSDoc & TSC [Extended Utah JS Conf 2022 Preso]

AJ ONeal 2 years ago

For JS devs who like Types (but not TypeScript). The full 80-minute version of my UtahJS Conf 2022 talk.

Pro tip: type-check your JavaScript the easy way!
Pro tip: type-check your JavaScript the easy way!

Paul Lewis 5 years ago

Sure, TypeScript isn't for everyone. But sometimes you want types and type-checking... well, turns out you can use the TypeScript ...

Static Type Checking In Vanilla JavaScript 👀
Static Type Checking In Vanilla JavaScript 👀

Coding in Flow A year ago

How to use ts-check to activate TypeScript checks in plain JavaScript files. ⭐ Get my full-stack Next.js with Express & TypeScript ...

Live Coding Learning Time: Type Linting with JSDoc
Live Coding Learning Time: Type Linting with JSDoc

AJ ONeal 3 years ago

This is my 3rd exploration into JSDoc for Type Linting. Wasn't going to record at first but... this is actually kind of interesting.

Flow: A Static Type Checker for JavaScript
Flow: A Static Type Checker for JavaScript

Bogdan Stashchuk 6 years ago

https://stashchuk.com - Check all my courses here. In this Coding Tutorial I will show you in action Flow. It allows you to add static ...

Intro to Using JSDoc Annotations
Intro to Using JSDoc Annotations

Wix for Developers 2 years ago

Learn how to use JSDoc on your Wix or Wix Studio site to annotate your code. *************************************** Additional Wix ...

Q&A: JSDoc vs TS (from Studying #3)
Q&A: JSDoc vs TS (from Studying #3)

Beyond Code Bootcamp 2 years ago

From: https://www.youtube.com/watch?v=5n2SMGaQ3dQ&list=PLZaEVINf2Bq_cSO3gljMSQxXyOdqWgKw8 Beyond Code: ...

The Thing Nobody Says About TypeScript
The Thing Nobody Says About TypeScript

Theo - t3 gg A year ago

TypeScript is...more a linter than a language tbh. ALL MY VIDEOS ARE POSTED EARLY ON PATREON ...

JavaScript with Types: A deep dive into TSC & JSDoc with Vanilla JS! - Aj ONeal
JavaScript with Types: A deep dive into TSC & JSDoc with Vanilla JS! - Aj ONeal

UtahJS 2 years ago

Big thanks to our 2022 sponsors: Silver Sponsors: JasperAI - https://www.jasper.ai/ Deepgram - provided the transcriptions for ...

Build a Color Contrast Checker with Eleventy Serverless
Build a Color Contrast Checker with Eleventy Serverless

Learn With Jason 3 years ago

Eleventy 1.0 has just been released, and with it comes Eleventy Serverless for on-request page generation. Ben Myers will teach ...

Frontend Masters Hangout June 2023 | Svelte switching from TypeScript to JSDoc
Frontend Masters Hangout June 2023 | Svelte switching from TypeScript to JSDoc

Frontend Masters A year ago

June Updates! Summarizing everything that happened last month. Frontend Masters Updates: 0:10 Released Rust for TypeScript ...

JSDoc + Node = TypeScript-free Type Linting w AJ ONeal - Aug 19, 2021 - Utah Node.js
JSDoc + Node = TypeScript-free Type Linting w AJ ONeal - Aug 19, 2021 - Utah Node.js

Utah Node.js 3 years ago

MOVED. New videos will be on: https://www.youtube.com/@utahstackjs Updated Video: ...

How JSDoc Support was Added to TypeScript pt1 - TypeScript PR Reviews
How JSDoc Support was Added to TypeScript pt1 - TypeScript PR Reviews

orta therox 5 years ago

Hi, this is an exploration of doing PR reviews of well loved features in TypeScript from the TypeScript compiler team. This can help ...

How JSDoc Support was Added to TypeScript pt2 - TypeScript PR Reviews
How JSDoc Support was Added to TypeScript pt2 - TypeScript PR Reviews

orta therox 5 years ago

Hi, this is an exploration of doing PR reviews of well loved features in TypeScript from the TypeScript compiler team. This can help ...

JSDocs: It's like TypeScript but without all that TypeScript | Austin Gil | Conf42 JavaScript 2022
JSDocs: It's like TypeScript but without all that TypeScript | Austin Gil | Conf42 JavaScript 2022

Conf42 2 years ago

If you're a JavaScript developer, chances are, you've heard about TypeScript. In this talk, I want to share an iterative approach to ...

Mastering Javascript: Vanilla JS type checking and more!
Mastering Javascript: Vanilla JS type checking and more!

Consulting Ninja 2 years ago

I cover how to do some primitive type checking (run time) using just vanilla js and Object.hasOwnProperty(). I also show some cool ...

April 27th, 2023: PhillyJS, DefinitelyTyped/eslint-plugin-jsdoc, typescript-eslint
April 27th, 2023: PhillyJS, DefinitelyTyped/eslint-plugin-jsdoc, typescript-eslint

Josh Goldberg 💖 A year ago

From the threads at: * Fosstodon: https://fosstodon.org/@JoshuaKGoldberg/110270957831265621 * Twitter: ...

Adding strong types to JavaScript | Web Dev Office Hours
Adding strong types to JavaScript | Web Dev Office Hours

Akamai DevRel 2 years ago

In this episode, we look at adding type checking to our JavaScript files. This helps us write better code, have a better ...

JS with Types  Utah JS Lehi - Sept 8, 2022 !node !vim !javascript !jsdoc
JS with Types Utah JS Lehi - Sept 8, 2022 !node !vim !javascript !jsdoc

AJ ONeal 2 years ago

Updated FULL Preso (Audio + Screen Recording + ALL Slides): https://youtu.be/93_knuo_VQs #softwareengineering #javascript ...

#4 JavaScript Syntax and Comments (JSDoc) | JavaScript Full Tutorial
#4 JavaScript Syntax and Comments (JSDoc) | JavaScript Full Tutorial

Dev Dreamer 4 years ago

SUBSCRIBE - hit the bell and choose all: https://goo.gl/nYLZvz In this lesson we're going to learn all about JavaScript syntax ...

Do TypeScript without TypeScript - Simone Sanfratello
Do TypeScript without TypeScript - Simone Sanfratello

Nearform 3 years ago

TypeScript nowadays is the hottest trending JavaScript dialect and is becoming more and more popular in the community. We all ...

Typing Without Transpilation - The Beauty of JSDoc - JSJ 489
Typing Without Transpilation - The Beauty of JSDoc - JSJ 489

Top End Devs A year ago

Long time friend of the show Gil Tayar joins us again this time to discussing using JSDoc for JavaScript type annotations instead ...

How to avoid writing TypeScript
How to avoid writing TypeScript

pozy A year ago

Is it possible to get the benefits of TypeScript without having to write it? This video looks into how you can do that, getting all the ...

Speakeasy JS - JSDocs: It's like TypeScript but without all that TypeScript (Austin Gil)
Speakeasy JS - JSDocs: It's like TypeScript but without all that TypeScript (Austin Gil)

Feross 3 years ago

Psst... You've found it. This is the JavaScript meetup for mad science, hacking, and experiments. Hang out virtually on Friday at ...

Static type checking in vanilla javascript
Static type checking in vanilla javascript

CodeNode 3 days ago

Get Free GPT4o from https://codegive.com static type checking in vanilla javascript refers to the practice of verifying the types of ...

--checkJs - A promising TypeScript-Compiler-Option
--checkJs - A promising TypeScript-Compiler-Option

Renuo AG 7 years ago

A Presentation at the meetup of TypeScript Switzerland at the 19.12.2017.

TypeScript Tutorial: Find Bugs With Minimal Code
TypeScript Tutorial: Find Bugs With Minimal Code

Ryan Kienstra 4 years ago

Here's a fast way to use TypeScript. You won't have to write much code. You can use JSDoc, which TypeScript will get types from.

Node FINALLY Supports TypeScript
Node FINALLY Supports TypeScript

Theo - t3 gg 2 months ago

Huge! Can't wait for the new Node release to enable type stripping with --experimental-strip-types SOURCES ...

Why Static Type Checking is Better   Andrew Rota
Why Static Type Checking is Better Andrew Rota

EmpireJS 9 years ago

EmpireJS 2015.

Do you actually need TypeScript?
Do you actually need TypeScript?

FrontStart 10 months ago

Recently there is a heated debated about TypeScript. After David Heinemeier Hansson (DHH) switched Turbo from TypeScript to ...

"Typechecked JavaScript" by Gerardo Lima @ Pizza Talks Lisbon
"Typechecked JavaScript" by Gerardo Lima @ Pizza Talks Lisbon

Equal Experts 5 years ago

Some Javascript programmers like type checking, some don't; I'm one of the first ... er ... _type_. It helps avoiding some mistakes ...

Faster than your favorite JS framework?
Faster than your favorite JS framework?

ThePrimeagen 2 years ago

vim royale (where this experiment was originally created in) https://github.com/theprimeagen/vim-royale ### Twitch Everything is ...

0-60 with Typescript and Node.js
0-60 with Typescript and Node.js

freeCodeCamp.org 6 years ago

Lately TypeScript has been popping up in developer surveys, language rankings, and news outlets as a powerful tool that all JS ...

javascript code documentation
javascript code documentation

CodeStack 2 months ago

Get Free GPT4o from https://codegive.com javascript code documentation is essential for providing clarity, increasing ...

April 11th, 2023: are-docs-informative and typescript-eslint maintenance
April 11th, 2023: are-docs-informative and typescript-eslint maintenance

Josh Goldberg 💖 A year ago

From the threads at: * Fosstodon: https://fosstodon.org/@JoshuaKGoldberg/110180569209480685 * Twitter: ...

February 8th, 2024: typescript-eslint issues and PRs
February 8th, 2024: typescript-eslint issues and PRs

Josh Goldberg 💖 8 months ago

Getting through the typescript-issues backlog and a PR to boot. * [Issue Triage] Enhancement: Check for switches with multiple ...

#FiveThings About TypeScript
#FiveThings About TypeScript

Microsoft Developer 7 years ago

Learn more at https://aka.ms/5things-azure To watch more episodes go to https://aka.ms/FiveThingsPlaylist Follow Hosts ...

Top JavaScript Extensions for Visual Studio Code
Top JavaScript Extensions for Visual Studio Code

James Q Quick 6 years ago

One of the most impressive parts of Visual Studio Code is customizability, especially via extensions. Here are some of the best ...

Run TypeScript Directly In Your Browser! ✹
Run TypeScript Directly In Your Browser! ✹

Mehul - Codedamn 3 years ago

This is a huge announcement from Microsoft! Watch this video till the end to discover how they're trying to extend the support of ...

javascript code documentation
javascript code documentation

CodeMint 4 months ago

Get Free GPT4o with 1 million code snippet from https://codegive.com code example: tutorial: javascript code documentation is a ...

Facebook wrote a language just for React (it's pretty cool)
Facebook wrote a language just for React (it's pretty cool)

Theo - t3 gg 6 months ago

I know Flow isn't exactly cool, but these changes absolutely are. TypeScript may not adopt them but let a dev have some hope.

2022 Blockly Developers Summit: TypeScript Migration
2022 Blockly Developers Summit: TypeScript Migration

Google TechTalks 2 years ago

A Google TechTalk, presented by Rachel Fenichel, 2022/05/03. ABSTRACT: In this talk Rachel discusses key areas that were ...

✅ REVISA tipos en JavaScript SIN escribir TypeScript
✅ REVISA tipos en JavaScript SIN escribir TypeScript

midulive 3 years ago

No te gusta TypeScript pero te gustarĂ­a documentar y mejorar tu cĂłdigo de JavaScript? Puedes usar JSDoc, para documentar tu ...

Dev Dilemmas: TypeScript Triumphs and Quirks of JavaScript Arrays - JSJ 614
Dev Dilemmas: TypeScript Triumphs and Quirks of JavaScript Arrays - JSJ 614

Top End Devs 7 months ago

AJ, Charles, Dan, and Steve dive deep into all things JavaScript and TypeScript. In this episode, they discuss the pros and cons of ...

javascript code documentation
javascript code documentation

SourceGPT 4 months ago

Get Free GPT4o with 1 million code snippet from https://codegive.com code example: tutorial: javascript code documentation is a ...

Résultats de Youtube (Conditions d'utilisation)Politique de confidentialité Google