Kaio Sales

1.6K posts

Kaio Sales banner
Kaio Sales

Kaio Sales

@kaioSales

Fullstack Developer & UX enthusiast

Dublin City, Ireland Katılım Haziran 2009
692 Takip Edilen108 Takipçiler
Kaio Sales retweetledi
Rainer Hahnekamp
Rainer Hahnekamp@rainerhahnekamp·
I published a deep dive into #NgRx SignalStore extensions For me, SignalStore's extensibility is its outstanding feature. So I always enjoy recording videos about it. And this one is my most complete so far youtu.be/dM9lfElODK4
YouTube video
YouTube
English
2
12
43
2K
Kaio Sales retweetledi
Steve Skojec
Steve Skojec@SteveSkojec·
He’s dead on.
English
1.7K
15.3K
72.3K
2.3M
Kaio Sales retweetledi
MDN Web Docs
MDN Web Docs@MozDevNet·
Transform iterators without converting to arrays 🔄 Iterator helpers like .map(), .filter(), .take(), and .drop() work lazily on any iterable. Process data efficiently without intermediate arrays. Learn more 👇 developer.mozilla.org/en-US/docs/Web…
MDN Web Docs tweet media
English
0
16
132
6.9K
Kaio Sales retweetledi
くるしば | ソフトバンクよりReact本発売中
フロントエンド学習者は全員ブクマすべき Google公式の「web .dev」のリソースが、もはや有料級の質 ・HTML/CSS/JSの高品質なサンプル ・実務で即戦力になるレイアウト集 ・Google公式の超一級の技術解説 コードの質が高いのはもちろん、アクセシビリティやパフォーマンスの視点も学べる 「動けばいい」コードから「質が高い」コードへステップアップしたいなら、ここが最短ルート
くるしば | ソフトバンクよりReact本発売中 tweet mediaくるしば | ソフトバンクよりReact本発売中 tweet mediaくるしば | ソフトバンクよりReact本発売中 tweet mediaくるしば | ソフトバンクよりReact本発売中 tweet media
日本語
0
77
539
27.9K
Kaio Sales retweetledi
Kaio Sales retweetledi
MDN Web Docs
MDN Web Docs@MozDevNet·
CSS :has() — the parent selector is real 🎯 Select elements based on what they contain. Style a card differently when it has an image, or a form when it has invalid inputs. > .card:has(img) { grid-template-rows: auto 1fr; } Learn more 👇 developer.mozilla.org/en-US/docs/Web…
English
0
6
74
3.2K
Kaio Sales retweetledi
AccuWeather
AccuWeather@accuweather·
The category is: iconic space quotes I use daily.
AccuWeather tweet media
English
107
6.4K
62.6K
809.7K
Kaio Sales
Kaio Sales@kaioSales·
Starfield@StarfieldGame

Celebrating Free Lanes update week with a giveaway of #Starfield @Laced_audio vinyl signed by composer @InonZur! To enter, just follow and repost. 4 prizes total: 🎶 Three winners will receive one Deluxe Double Vinyl signed by Inon Zur 🎶 An additional winner will receive one Exclusive Edition Deluxe Double Vinyl signed by Inon Zur Winners will be selected in one week! #StarfieldGiveaway Full rules: beth.games/47SrjoV

QHT
0
0
0
7
Kaio Sales retweetledi
VoidZero
VoidZero@voidzerodev·
Introducing the Oxc Angular Compiler ✨ Up to 20x faster @angular builds. ◆ 6.4x faster than Angular CLI ◆ 20.7x faster than Webpack ◆ First-class @vite_js plugin with full HMR ◆ Built on Rust with @OxcProject ◆ Tested on Bitwarden's code base ◆ Not another slop fork While this is experiment, the Angular team is looking into an Oxc integration.
VoidZero tweet media
English
20
81
736
79.1K
ng-news
ng-news@_ng_news·
Ng-News 26/12 covers the Angular Q&A on selectorless and Skills versus MCP, then zoneless testing and auto tick from the @AngularShow youtu.be/AV8DDpkbeZI
YouTube video
YouTube
English
1
1
3
422
Kaio Sales retweetledi
MDN Web Docs
MDN Web Docs@MozDevNet·
Did you know about Clear-Site-Data header? 👀 One HTTP header to clear cookies, storage, or cache for your site. Perfect for logout flows. Learn more 👇 developer.mozilla.org/en-US/docs/Web…
MDN Web Docs tweet media
English
12
174
1.4K
168.5K
Sal
Sal@salvahed·
Reppin’ the @InsertCoinTees Starfield Jacket for the PS5 and DLC launch today! 🚀
Sal tweet mediaSal tweet mediaSal tweet media
English
2
5
49
4.2K
Kaio Sales retweetledi
Feross
Feross@feross·
🚨 CRITICAL: Active supply chain attack on axios -- one of npm's most depended-on packages. The latest axios@1.14.1 now pulls in plain-crypto-js@4.2.1, a package that did not exist before today. This is a live compromise. This is textbook supply chain installer malware. axios has 100M+ weekly downloads. Every npm install pulling the latest version is potentially compromised right now. Socket AI analysis confirms this is malware. plain-crypto-js is an obfuscated dropper/loader that: • Deobfuscates embedded payloads and operational strings at runtime • Dynamically loads fs, os, and execSync to evade static analysis • Executes decoded shell commands • Stages and copies payload files into OS temp and Windows ProgramData directories • Deletes and renames artifacts post-execution to destroy forensic evidence If you use axios, pin your version immediately and audit your lockfiles. Do not upgrade.
English
543
4K
16.3K
12.3M
Kaio Sales retweetledi
Uriel
Uriel@ayaladev·
Every @angular dev needs to go and upvote this now to get template oxlint speed boost! #discussioncomment-16307870" target="_blank" rel="nofollow noopener">github.com/angular-eslint…
English
2
4
35
1.6K
Kaio Sales retweetledi
MDN Web Docs
MDN Web Docs@MozDevNet·
Measure your own code performance precisely ⏱️ `performance.mark()` and `performance.measure()` let you instrument JavaScript with high-precision timings. Learn more 👇 developer.mozilla.org/en-US/docs/Web…
MDN Web Docs tweet media
English
0
24
220
7K
Kaio Sales retweetledi
PushBased
PushBased@PushBased·
⚠️ @typescript is changing forever! v6.0 will be the last JS-based release before the complete native Go rewrite in v7.0. TS Team is officially transitioning v6.0 into "Maintenance Mode" to focus on the port. 🔥 Major Breaking Changes to prepare for: - Strict by Default: strict: true is finally the default. - No More Legacy Modules: Support for amd, umd, and systemjs is being removed. - Modern Targets: target defaults to es (Evergreen). - Faster Builds: types defaults to [] (stops auto-including every @types package). - Enum Merging: Removed. - Side Effects: noUncheckedSideEffectImports defaults to true. The Goal? A 10x faster compiler, but it requires shedding legacy weight. Links: Maintenance Mode (TS #62963): github.com/microsoft/Type… Deprecation List (TS #54500): github.com/microsoft/Type… The Angular Team has started preparing for it too: github.com/angular/angula… #typescript #changes
PushBased tweet media
English
3
25
289
22.4K