✍1
Angular Munich
‼️ WebStorm v2025.3 wow... huge update from JB... #jb #jetbrains #webstorm #ws
Angular related changes in WS@2025.3
#funny linkedin trick: How to find all angular devs ^_^
Open Grow page and scroll till the end until end of infinity-scroll. Then in devtools cosole put this snippet:
And then invite all devs on the result screen...
Open Grow page and scroll till the end until end of infinity-scroll. Then in devtools cosole put this snippet:
document.querySelectorAll('[role="listitem"]').forEach(el => {
const isNgDev = /angular/ig.test(el.innerHTML) && !el.innerHTML.includes('Pending');
if (!isNgDev) { el.remove() }
});And then invite all devs on the result screen...
😁4😇1
Forwarded from Гонзалес, только не в прод
Press F Devin
https://github.com/stack-auth/stack-auth/commit/8827c0c0a4ff38149a5242cfbb5db488f136d3cb?diff=unified
https://github.com/stack-auth/stack-auth/commit/8827c0c0a4ff38149a5242cfbb5db488f136d3cb?diff=unified
🔥1😁1🤝1
‼️ OWASP Top 10 for Agentic Applications for 2026
https://genai.owasp.org/resource/owasp-top-10-for-agentic-applications-for-2026/
#security #owasp
The OWASP Top 10 for Agentic Applications 2026 is a globally peer-reviewed framework that identifies the most critical security risks facing autonomous and agentic AI systems. Developed through extensive collaboration with more than 100 industry experts, researchers, and practitioners, the list provides practical, actionable guidance to help organizations secure AI agents that plan, act, and make decisions across complex workflows. By distilling a broad ecosystem of OWASP GenAI Security guidance into an accessible, operational format, the Top 10 equips builders, defenders, and decision-makers with a clear starting point for reducing agentic AI risks and supporting safe, trustworthy deployments.
https://genai.owasp.org/resource/owasp-top-10-for-agentic-applications-for-2026/
#security #owasp
It's always better to pass a tracking function. This is why it's now required with
Feel free to take a look at how this impacts DOM operations on this demo!
https://jeanmeche.github.io/angular-for-tracking/?tracking=index&dom=stateless&change=increment
@for ;) Feel free to take a look at how this impacts DOM operations on this demo!
https://jeanmeche.github.io/angular-for-tracking/?tracking=index&dom=stateless&change=increment
jeanmeche.github.io
Angular - @for tracking demo
Demo to understand the purpose of the tracking strategy of a @for block.
👍1🔥1🤝1
Today junior needs to:
- know React, Angular, Vue (all of them, apparently)
- “understand AI” because every job post says so
- build full-stack apps before getting their first job
- know TypeScript inside out
- set up CI/CD like they’re DevOps
- manage state like they’re senior architects
- have perfect Git hygiene from day one
- deploy to AWS, Azure, GCP
- know Docker because of course
- write unit tests for code they barely understand
- explain event loops, promises, and microtasks in an interview
- memorize system design patterns they never used
- create “personal projects” that look like funded startups
- fix bugs faster than ChatGPT
- read tech Twitter and somehow stay sane
- answer LeetCode problems that FAANG seniors can’t do
- ship clean code but also ship fast
- know CSS better than CSS knows itself
- and stay “passionate” through all of it
(c) Daniel Glejzner
- know React, Angular, Vue (all of them, apparently)
- “understand AI” because every job post says so
- build full-stack apps before getting their first job
- know TypeScript inside out
- set up CI/CD like they’re DevOps
- manage state like they’re senior architects
- have perfect Git hygiene from day one
- deploy to AWS, Azure, GCP
- know Docker because of course
- write unit tests for code they barely understand
- explain event loops, promises, and microtasks in an interview
- memorize system design patterns they never used
- create “personal projects” that look like funded startups
- fix bugs faster than ChatGPT
- read tech Twitter and somehow stay sane
- answer LeetCode problems that FAANG seniors can’t do
- ship clean code but also ship fast
- know CSS better than CSS knows itself
- and stay “passionate” through all of it
(c) Daniel Glejzner
💔1👨💻1🤝1