Nomadcoder

2.8K posts

Nomadcoder banner
Nomadcoder

Nomadcoder

@nomadcoderai

AI-Driven Developer Community | Organizer #ngIndia & #AIIndia

Gurgaon, India Katılım Ocak 2017
5 Takip Edilen2.1K Takipçiler
Nomadcoder retweetledi
Dhananjay Kumar
Dhananjay Kumar@debug_mode·
A conference is never possible without amazing Speakers. They come, share knowledge, and empower us. As a token, this year, all speakers at #ngIndia and #AIIndia will receive an Adidas Jacket printed with either ng-India or AI-India. Just ordered 34 jackets for speakers and core team members ❤️ See you #ngIndia #AIIndia #nomadcoder
Dhananjay Kumar tweet mediaDhananjay Kumar tweet mediaDhananjay Kumar tweet media
English
0
2
2
92
Nomadcoder
Nomadcoder@nomadcoderai·
10 Senior Engineer / Architect-Level #Interview Questions on #Angular Signals 🔥 ********* 👉 Explain Signals, modern reactivity, and local change detection 👉 What is the difference between linkedSignal and computed signal? 👉 Why does the Resource API not trigger interceptors? 👉 You are using httpResource to fetch data in a service. In the component, will you read the value using computed or effect, and why? 👉 Give two examples where you would use an effect instead of a computed signal 👉 You have a computed signal, but due to some business logic, you need to set its value manually. What will you do? 👉 Effects created in a service vs effects created inside components—how are they different? 👉 What is a reactive context? 👉 Give one real-time example where you would use an equality function with signals 👉 Implement local state management using signals and a service ***** If you can’t answer these Angular Signals questions, and think LLMs will save your Angular-focused job. You are already falling behind 😐 Don’t take it lightly. Take the time to learn and stay ahead of modern #Angular. Join India’s largest Angular Conference, ng-India, on 11 April and master Signals and modern Angular directly from global experts. 🔥 Get your tickets now - ng-ind.com/home See you at #ngIndia. #ngIndia #angular #noamdcoder
English
0
0
0
16
Nomadcoder retweetledi
Dhananjay Kumar
Dhananjay Kumar@debug_mode·
#Angular introduces Signal Forms in version 21.0, marking a significant shift in how users interact with Angular applications. The best part? Creating a signal-based form is surprisingly simple. In just 4 steps, you can build a fully functional signal-based Login Form 👇 👉 Step 1 - Define type ```export interface IUser { email: string; password: string;``` } 👉 Step 2 - Create Model ```user : WritableSignal = signal({ email: '', password: '' })``` 👉 Step 3 - Create Signal Form ```loginForm = form(this.userModel,(schema)=>{ required(schema.email,{message:'email is required'}); email(schema.email,{message:'email is not valid'}); required(schema.password,{message:'password is required'}); });``` 👉 Step 4 - Use on Template ```
@if (loginForm.email().invalid() && loginForm.email().touched()) {
@for (error of loginForm.email().errors(); track error.kind) { {{ error.message }} }
} @if (loginForm.password().invalid() && loginForm.password().touched()) {
@for (error of loginForm.password().errors(); track error.kind) { {{ error.message }} }
}
``` This is it. A signal-based login form has been created. To learn in depth about Signal forms, models, validations, custom validations, async validations, etc., join India's Largest #Angular Conference, #ngIndia on 11 April. Tickets - ng-ind.com/home #ngIndia #nomadcoder #angular
English
0
2
3
145
Nomadcoder
Nomadcoder@nomadcoderai·
If you are already a senior Angular developer, the question isn’t whether you’re using #Angular. It’s how modern your Angular approach really is. The framework is going through a fundamental shift: 👉 Signals redefining reactivity models beyond RxJS-heavy patterns 👉 Zoneless change detection 👉 signal-based store and forms 👉 Designing architectures and rules that allow LLMs to generate clean, scalable Angular code This isn’t incremental change. It’s a paradigm shift in how #Angular applications are built and scaled. If you want to operate at an architect level and stay ahead of this curve, learn from some of the best Angular experts globally. Join India’s largest #Angular Conference #ngIndia on 11 April in Gurgaon. The agenda is in the image, and the ticket link is in the first comment.
Nomadcoder tweet media
English
1
0
0
41
Nomadcoder
Nomadcoder@nomadcoderai·
We are hosting India's First AI Conference, focused on Developers, AI-India 🔥 💻 15 Deep Dive Talks 🗣️ 15 Speakers 📆 12 April 2026 📍 Gurgaon, India 🎟️ Ticket Link in First comment. Join amazing speakers for learning, networking, and level up your skills. You will learn below topics. 👉 Demystifying the AI Jungle: Connecting the Dots by Rainer Hahnekamp 👉From the AI Jungle to RAG in a Tab: Private AI Search by Murat Sari 👉Build a Scalable AI-Driven Chat Application Using Azure AI Services and React by Shailendra Chauhan 👉AI ML Design Patterns for Developers. by shivprasad Koirala 👉Building Reliable LLM Evals That Actually Work in Production Priyanka Kore 👉Building Smarter Applications with On-device AI Agents & GraphRAG Ashita Prasad 👉Memory in AI Agents: What to Store, What to Forget, What to Summarize Navyaa Sharma 👉Testing Without Writing Tests? Lessons from an LLM-Driven Game Automation Platform by Umesh kumar Potti 👉WebMCP: Making the Web AI-Agent Ready Markus Ingvarsson 👉Moving legacy with AI Michael Hladky 👉Simplifying Agents Development with Vercal AI SDK by Dhananjay Kumar 👉RAG it Till You Make It: Building Smarter AI with Graphs & Gemini 3 by Bhavesh Bhatt 👉Fine-Grained Authorization: The Missing Piece in Agentic AI Security by Shivay Lamba Do not miss the opportunity and get your tickets now. See you in #AIIndia #GenAI #nomacoder
Nomadcoder tweet media
English
1
0
1
108
Nomadcoder
Nomadcoder@nomadcoderai·
We are hosting India's first AI Conference focused on Developers, AI-India. Amazing @markusingvarssn is coming from Sweden, and he is inviting you to attend his talk on - WebMCP: Making the Web AI-Agent Ready 🔥 Join him and another 15 speakers to level up your AI Skill 📆 12 April 2026 📍 Gurgaon, India 🎟️ Link in first comment. See you all. #AIIndia #nomadcoder #webmcp #mcp
English
1
0
2
112
Nomadcoder retweetledi
Dhananjay Kumar
Dhananjay Kumar@debug_mode·
Today for @nomadcoderai , I delivered a training for amazing startup telecrm on - Angular Signals - Vercel AI SDK. Congrats to Rahul Mohan Gupta for building such a good product and team from city like Aligarh . Do DM for training and see you all in #ngIndia and #AIIndia #Angular #ai #vercel
Dhananjay Kumar tweet media
English
0
2
10
271
Nomadcoder retweetledi
PushBased
PushBased@PushBased·
We’re bringing deep performance expertise to the #NgIndia powered by @nomadcoderai stage. 🚀 Julian Jandl (@hoebbelsB), Lead Performance Engineer at @PushBased, will deliver a session on: 🔎 𝗔𝗻𝗮𝗹𝘆𝘇𝗲 𝘁𝗵𝗲 𝗝𝗦 𝗛𝗲𝗮𝗽 𝗮𝗻𝗱 𝗗𝗲𝘁𝗲𝗰𝘁 𝗠𝗲𝗺𝗼𝗿𝘆 𝗟𝗲𝗮𝗸𝘀 Memory leaks and excessive memory consumption are among the primary causes of crashing browser sessions — and diagnosing them is rarely straightforward. ⚠️ In this deep dive, Julian will cover: 🧩 JavaScript memory fundamentals ♻️ Garbage collection & heap behavior 🐛 Systematic memory leak identification 🛠️ A structured debugging methodology 💻 Practical demos using modern developer tools This isn’t abstract theory — it’s a hands-on walkthrough of how to analyze, identify, and fix memory issues in real-world applications. This is a session you don’t want to miss. 🔥 #Angular #JavaScript #WebPerformance #NgIndia #Frontend
PushBased tweet media
English
0
5
14
656
Nomadcoder
Nomadcoder@nomadcoderai·
Detecting Memory Leaks in a Web Application is a essential skill every web developer should know. In #ngIndia 2026, amazing @hoebbelsB will deliver a talk on - Analyze the JS Heap and detect Memory Leaks 🔥 In the talk, he will cover, - deep dive into the memory analysis of javascript applications - #JavaScript Memory Consumption - garbage collection process -memory heap and memory leak identification Join him on 11 April in the 8th edition of India's Largest #Angular Conference , #ngIndia to up-skill yourself. Details and Tickets - ng-ind.com/home #ngIndia #nomadcoder #angular
Nomadcoder tweet media
English
0
2
1
78
Nomadcoder
Nomadcoder@nomadcoderai·
Using LLM, you can Test without Writing Test. Puzzling ? To learn it, join Umesh kumar Potti , Head of Engineering Entain India in his in talk #AIIndia on - Testing Without Writing Tests? Lessons from an LLM-Driven Game Automation Platform 🔥 Join AI-India, India's AI Developer Conference on 12 April to learn from Umesh alongside 15 other speakers on deep dive AI topics. Agenda and Tickets - ai-india.ai/home #AIIndia #nomadcoder #entain
Nomadcoder tweet media
English
0
1
0
52