The Angular v15 launch event is about to hit 20k views only 1 work day after the stream 🔥
Catch up with what's new in the latest release with the first 20 mins!
If you're interested in the Q&A and my robotic voice at the start 🤖 watch until the end.
Minko Gechev
@mgechev
Minko Gechev’s Tweets
This opens up so many questions about so many different things 🤷🏼♂️
4
5
Show this thread
Still noticing a significant change in engagement to content I post on Twitter after I got banned for a month for posting a tip about Firefox DevTools
The tweet below has 12 retweets with my account with 47k followers. On Mastodon with 400 I got 7 boosts
Quote Tweet
Reminder that you can use `git clone ... --depth 1` in CI to speed up clones without pulling your whole history
8
19
Show this thread
Reminder that you can use `git clone ... --depth 1` in CI to speed up clones without pulling your whole history
21
114
Sounds so obvious but I keep forgetting how important the start of the day is!
Sleeping for too long & having a lazy morning without movement creates brain fog and sense of low productivity.
Waking up & being in a rush for a training / meeting introduces stress and anxiety.
3
2
38
Read our latest issue #55: #Angular v15, How Angular SSR works under the hood, 4 Wicked Pipelines for RxJS, Angular Community Meetup, and more...
Authors featured:
2
13
28
The Angular v15 launch event is starting right now! Join us for the latest news, product updates and live Q/A.
This is going to be awesome!
6
27
134
Congrats Angular folks for v15 release! There is a Q&A in 2 hours with the Angular team!
Quote Tweet
My talk "What's new in Angular v15" from JavaScript Day by @jetbrains is up!
youtube.com/watch?v=-n0Whq
Show this thread
1
1
6
Show this thread
Two hours from now, we're running a live stream where you can learn more from the team.
Make sure you join us and ask your questions during the Q&A!
1
13
Show this thread
1
8
46
Show this thread
For developer content you can find me on:
🔸 LinkedIn: linkedin.com/in/mgechev
🔸 Mastodon: mstdn.social/@mgechev
🔸 Blog: blog.mgechev.com
🔸 GitHub: github.com/mgechev
🚀
Quote Tweet
In case Twitter breaks, I'll post more developer tips on:
LinkedIn: bit.ly/addy-link
Mastodon: indieweb.social/@addyosmani
Web: patterns.dev, addyosmani.com/blog
Instagram: instagram.com/addyist
Feel free to follow me there :)
1
2
20
Quote Tweet
1
21
New Angular Router api-s are really next level 🚀🤩!
- CanMatch guard: use the same route for different components
- loadComponent: lazy load component at route level with default import
- Functional guards: Guard your route as easy as a function call away!
#angular
15
152
681
1
3
27
Can you feel the momentum...?
‣ Standalone components
‣ Directive composition API
‣ Way better stack traces
‣ Improved performance
Sooo much more!
It was a privilege to author this blog post 🔥
Quote Tweet
Angular v15
Standalone components are stable!
More tree-shakable standalone APIs
`NgOptimizedImage` with @ChromiumDev
Improved stack traces for the web with @ChromeDevTools
Angular Material MDC Components
Directive composition API
blog.angular.io/v15-is-now-ava
GIF
read image description
ALT
9
28
199
Partial hydration or resumability?
5
26
There are lots of aspects of Mastodon I like, even small things such as the longer profile descriptions.
Without that I'd have never know I have so many shared interests outside of JavaScript with
3
19
@mgechev@mstdn.social
2
2
29
Bazel fits pretty well the WASM space. There are lots of opportunities with cross-language compile-time dependencies:
TypeScript -> JavaScript
C++ -> WASM
Rust -> WASM
etc.
Bazel makes it trivial to rebuild the minimum amount of targets when your C++ changes, for example.
1
8
Show this thread
Spent 2-3 hours having fun with WASM and SIMD today for reusing a data structure for range queries over multidimensional data.
It was definitely not trivial to port BMI2 implementation.
I very much appreciate the abstraction from CPU architecture high-level languages provide.
3
1
22
Show this thread
Programming dos and dont's... What are they & why do they matter?
Join , , & more as we discuss the DOS & DON'TS ON THE JOB AS A PROGRAMMER so you can make all the right moves to level up your career 💥
DEC 6 | 6pm MST
🦝 bit.ly/3EpsqOv
0:15
666 views
5
10
Want to learn how to get started with Standalone Components AND build a chatbot powered by Google Cloud Platform?
Then you're in luck because we have a crisp new codelab from just for you. Enjoy!
3
49
153
If you've run into any of these runtime performance challlenges...
- Zone pollution
- Out of bounds change detection
- Recalculation of referentially transparent expressions
- Large component trees
... you'll want to watch solve them 📺
36
147
I’ll also work closely with other framework teams at Google to ensure we deliver the best development experience, enabling engineers to build for everyone!
While I'll continue leading DevRel, I will scale a little back on speaking and content creation.
2/2
14
3
146
Show this thread
Excited to share that I’ll be taking a new role on the Angular team!
I’ve recently been doing a lot of product work, from bringing insights, helping prioritize the roadmap and leading partnerships with other teams.
Now I’ll be doing this full-time as the product lead!
1/2
96
16
693
Show this thread
And that’s with almond milk!
5
Show this thread
Leveling up my cappuccino art skills
11
124
Show this thread
Hi friends! I'm looking for a new job opportunity. Please let me know if you know of anything. My DM is open.
♥️
2
26
39
A common reason for flaky tests I see is comparing serialized structured data such as JSON or XML where we don't have ordering guarantees.
Make sure you parse and perform deep equality check to avoid lots of headache when debugging your CI.
3
17
104
Introducing JetBrains #JavaScriptDay2022 speakers and talks!
🎙 What's New in Angular v15, by
🗓 November 10, 3:30 pm EST / 9:30 pm CET
🎟 Details and registration: jb.gg/JavaScriptDay2
17
78
🎉 It’s happeninggg!!!
Engineering Management for the Rest of Us is now on sale!
I’m so excited to finally release this after so much went into it. 50% of all of my profits will go to She Code Africa!
amazon.com/Engineering-Ma
0:10
182.9K views
410
864
4,886
Personal achievement: 100k views of my #Angular articles on ! 🔥🔥
and I'm not even counting the In-depth Guides
GIF
read image description
ALT
3
5
40
Show this thread
This transitively applies to build tools and frameworks.
Quote Tweet
"There were like 77 Levenshtein distance packages on npm and all of them said they were the fastest." - @sanders_n
That's why the JavaScript ecosystem is great. Everything is the best.
1
8
Flying back home after two weeks in Europe.
It was inspiring to be back on the road after 3 years without in person events.
Now looking forward to spending a few quiet months in San Francisco.
6
70
Angular v14.2 includes some wonderful changes to the router including functional router guards, tree shaking and more. Learn all about it in this crisp new blog post:
📕
1
95
215
Go back to 2016 with (with a little help from ) to find out why the future of #Angular depends on YOU.
Here's their session from #AngularDay!
1
10
46
It also needs to provide accessibility tools to enable developers to reach all of their users.
Stability to make sure developers focus on solving business problems rather than fixing incompatibility issues.
Etc.
Quote Tweet
Your next JavaScript framework will be reactive!
But reactivity is not enough, it needs to be resumable as well so we are progressing UX not just DX.
2
25
















