#angularwithtestycodeiz kết quả tìm kiếm

how javascript looks at me after dealing with typescript errors and perf issues

trashh_dev's tweet image. how javascript looks at me after dealing with typescript errors and perf issues

New TypeScript trick! Use satisfies to ensure type safety without casting. Cleaner code, no compromises! #TypeScript #javascriptlearning

iamanuragsarkar's tweet image. New TypeScript trick!  Use satisfies to ensure type safety without casting. Cleaner code, no compromises!  #TypeScript #javascriptlearning

Clean Code Tip: Choose clear, intention-revealing, and pronounceable names. Avoid cryptic abbreviations. Longer but explicit names make code easier to read and explain. Example 👇

testdrivenio's tweet image. Clean Code Tip:

Choose clear, intention-revealing, and pronounceable names. 
Avoid cryptic abbreviations. Longer but explicit names make code easier to read and explain.

Example 👇

Now i understand why everybody says testing and typescript is the way.... anyways...

chubbyinidevs's tweet image. Now i understand why everybody says testing and typescript is the way....

anyways...

⚡ This tiny TypeScript utility makes your code type-safe, reusable, and fully inferred! #TypeScript #JavaScript

KaraBharat's tweet image. ⚡ This tiny TypeScript utility makes your code type-safe, reusable, and fully inferred!

#TypeScript #JavaScript

📅Day 115/150 of #150DaysOfCode ✅Started Exploring Tailwind CSS ✅Tailwind CLI ✅Explored Typography & Styling ✅Worked with Colors & Spacing ✅Understood Breakpoints in Tailwind ✅Used Directive for Reusable Styles ✅Designed a Card Component using Tailwind CSS #LearnInPublic

developer_boii's tweet image. 📅Day 115/150 of #150DaysOfCode
✅Started Exploring Tailwind CSS
✅Tailwind CLI
✅Explored Typography & Styling
✅Worked with Colors & Spacing
✅Understood Breakpoints in Tailwind
✅Used Directive for Reusable Styles
✅Designed a Card Component using Tailwind CSS
#LearnInPublic
developer_boii's tweet image. 📅Day 115/150 of #150DaysOfCode
✅Started Exploring Tailwind CSS
✅Tailwind CLI
✅Explored Typography & Styling
✅Worked with Colors & Spacing
✅Understood Breakpoints in Tailwind
✅Used Directive for Reusable Styles
✅Designed a Card Component using Tailwind CSS
#LearnInPublic

🚀 Just released ngErrors! ⚡️ Declarative form errors for Angular 🔗 toddmotto.com/angular-ng-err…

toddmotto's tweet image. 🚀 Just released ngErrors!
⚡️ Declarative form errors for Angular
🔗 toddmotto.com/angular-ng-err…

this is Angulars way of handling lazy loading right? Equivalent of this code in react would be using suspense

MartinisLeonard's tweet image. this is Angulars way of handling lazy loading right?

Equivalent of this code in react would be using suspense

#Day19 #MasterjiChallenge Learned about the rest operator in JS helps when you don’t know how many parameters are coming into a function. Also explored how to pass arrays & objects as parameters. Small concept, big flexibility @ChaiCodeHQ @nirudhuuu #JavaScript #BuildInPublic

hey_akhill's tweet image. #Day19  #MasterjiChallenge
Learned about the rest operator in JS helps when you don’t know how many parameters are coming into a function.
Also explored how to pass arrays & objects as parameters.
Small concept, big flexibility 
@ChaiCodeHQ @nirudhuuu 
#JavaScript #BuildInPublic

Should I make this personal project Open Source 😃? Tech stack used: - Angular v17.3 (new inputs, outputs) - Angular Material 3 (+ dark mode) - Firebase (+ local dev) - Tailwind (layouts and some styling) - ngxtension (connect, computedAsync, injectParams) #angular


I vibe coded this game in @GoogleAIStudio using @angular just to say I used it. It works in the preview, but the deployed version never loads. Has anyone else used the Google AI Studio to deploy an Angular app?


🔥 NEW TEMPLATE: The ultimate "Dashboard" for Angular. We built this on a cutting-edge, production-ready stack: ✅ Angular 20 with Angular Material ✅ Zoneless ✅ Tailwind CSS 4 ✅ New Animations API ✅ Chartjs with custom tooltip #Angular #Zoneless #WebDev Link in 1st comment

ngMaterialDev's tweet image. 🔥 NEW TEMPLATE: The ultimate "Dashboard" for Angular.

We built this on a cutting-edge, production-ready stack:
✅ Angular 20 with Angular Material
✅ Zoneless
✅ Tailwind CSS 4
✅ New Animations API
✅ Chartjs with custom tooltip

#Angular #Zoneless #WebDev

Link in 1st comment

One of my favorite @vitest_dev features: "test.fails()" It caught a bug that vanished after updating SWC — before I even had time to put my apron on and dive in. Without it, that issue would still be open. Watch it in action 👇 #angular #javascript #testing

yjaaidi's tweet image. One of my favorite @vitest_dev features: "test.fails()"

It caught a bug that vanished after updating SWC — before I even had time to put my apron on and dive in.
Without it, that issue would still be open.

Watch it in action 👇

#angular #javascript #testing
yjaaidi's tweet image. One of my favorite @vitest_dev features: "test.fails()"

It caught a bug that vanished after updating SWC — before I even had time to put my apron on and dive in.
Without it, that issue would still be open.

Watch it in action 👇

#angular #javascript #testing

Legacy Angular project? Feeling bored? Flip `strictTemplates: true` in tsconfig. Congratulations, you just unlocked 1 week of template hell. You're welcome! 😎 #Angular

ipwanciu's tweet image. Legacy Angular project? Feeling bored?

Flip `strictTemplates: true` in tsconfig. 

Congratulations, you just unlocked 1 week of template hell.  You're welcome! 😎

#Angular

"The Testing Trophy" 🏆 A general guide for the **return on investment** 🤑 of the different forms of testing with regards to testing JavaScript applications. - End to end w/ @Cypress_io ⚫️ - Integration & Unit w/ @fbjest 🃏 - Static w/ @flowtype 𝙁 and @geteslint

kentcdodds's tweet image. "The Testing Trophy" 🏆

A general guide for the **return on investment** 🤑 of the different forms of testing with regards to testing JavaScript applications.

- End to end w/ @Cypress_io ⚫️
- Integration & Unit w/ @fbjest 🃏
- Static w/ @flowtype 𝙁 and @geteslint ⬣

Did y'all know you can do this in typescript? it checks to make sure the string type passed in matches a certain pattern 🤯

webdevcody's tweet image. Did y'all know you can do this in typescript? it checks to make sure the string type passed in matches a certain pattern 🤯

Problem: People forget to write tests. Solution: Write a test that asserts that each file has a test. 😎 Below, I'm using Jest to assure each component in our reusable component library has a corresponding test file. See alt tag for Gist link.

housecor's tweet image. Problem: People forget to write tests.

Solution: Write a test that asserts that each file has a  test. 😎

Below, I'm using Jest to assure each component in our reusable component library has a corresponding test file.

See alt tag for Gist link.

#TypeScript tip for today: `:any` type is usually a bad idea, but eg when prototyping a new code it can be hard not to use it.. There's a better way: create a type alias for `any` that you will clarify later. You will avoid having lots of vague "any's" all over the code. #angular

sulco's tweet image. #TypeScript tip for today:
`:any` type is usually a bad idea, but eg when prototyping a new code it can be hard not to use it..
There's a better way: create a type alias for `any` that you will clarify later. You will avoid having lots of vague "any's" all over the code.
#angular

Không có kết quả nào cho "#angularwithtestycodeiz"
Không có kết quả nào cho "#angularwithtestycodeiz"
Loading...

Something went wrong.


Something went wrong.


United States Trends