*lEEE Delhi Section Women in Engineering (WIE) Affinity Group* proudly presents:
*β¨ βWomen Leading the AI Revolutionβ β¨*
A 3-day online workshop focused on empowering and inspiring the next generation in Artificial Intelligence.
π§ Gain insights into AI, real-world applications, and career opportunities
π€ Learn from experienced speakers and industry experts
π€ Network with like-minded peers
*ποΈ Dates: 25thβ27th March, 2026*
*β°Timing: 7:00 PM β 8:00 PM*
*π»Join the session* - https://meet.google.com/rkc-rcez-mqe
*π Register now: https://forms.gle/65xu7Hut12Zz33EL6*
π©βπ» Open for all students, researchers & tech enthusiasts!
π Donβt miss this chance to be part of the AI revolution and learn from the best.
*β¨ βWomen Leading the AI Revolutionβ β¨*
A 3-day online workshop focused on empowering and inspiring the next generation in Artificial Intelligence.
π§ Gain insights into AI, real-world applications, and career opportunities
π€ Learn from experienced speakers and industry experts
π€ Network with like-minded peers
*ποΈ Dates: 25thβ27th March, 2026*
*β°Timing: 7:00 PM β 8:00 PM*
*π»Join the session* - https://meet.google.com/rkc-rcez-mqe
*π Register now: https://forms.gle/65xu7Hut12Zz33EL6*
π©βπ» Open for all students, researchers & tech enthusiasts!
π Donβt miss this chance to be part of the AI revolution and learn from the best.
Google
Real-time meetings by Google. Using your browser, share your video, desktop, and presentations with teammates and customers.
9 newsletters that will help fast-track
your software engineering career:
1 System design
β³ https://newsletter.systemdesign.one/join
2 Product for engineers
β³ http://newsletter.posthog.com/welcome/?r=28q5ao
3 Engineering leadership
β³ http://newsletter.eng-leadership.com/welcome/?r=28q5ao
4 Daily Dev Tips
β³ https://dailytips.dev/
5 Software design & architecture
β³ https://newsletter.systemdesignclassroom.com
6 Test-driven development
β³ https://craftbettersoftware.com
7 Weekly tech reads
β³ https://www.hungryminds.dev/
8 Software design and frontend development
β³ https://thetshaped.dev/
9 Engineering career growth strategies
β³ https://strategizeyourcareer.com/?r=28q5ao
Each newsletter on this list taught me something.
your software engineering career:
1 System design
β³ https://newsletter.systemdesign.one/join
2 Product for engineers
β³ http://newsletter.posthog.com/welcome/?r=28q5ao
3 Engineering leadership
β³ http://newsletter.eng-leadership.com/welcome/?r=28q5ao
4 Daily Dev Tips
β³ https://dailytips.dev/
5 Software design & architecture
β³ https://newsletter.systemdesignclassroom.com
6 Test-driven development
β³ https://craftbettersoftware.com
7 Weekly tech reads
β³ https://www.hungryminds.dev/
8 Software design and frontend development
β³ https://thetshaped.dev/
9 Engineering career growth strategies
β³ https://strategizeyourcareer.com/?r=28q5ao
Each newsletter on this list taught me something.
newsletter.systemdesign.one
Subscribe to The System Design Newsletter
Download my system design playbook on newsletter signup for FREE. Click to read The System Design Newsletter, by Neo Kim, a Substack publication with hundreds of thousands of subscribers.
π Naming: Avoid Encoding Types in Names
Your IDE already knows the data type. Don't waste space telling the human what they can already see.
β The Hungarian Notation:
const strName = "Alex";
const arrUsers = ["Alex", "Sam"];
β Descriptive Context:
const userName = "Alex";
const activeUsers = ["Alex", "Sam"];
The takeaway: Focus on what the variable contains or why it exists, not its technical type. activeUsers tells a story; arrUsers just tells me it's an array.
Your IDE already knows the data type. Don't waste space telling the human what they can already see.
β The Hungarian Notation:
const strName = "Alex";
const arrUsers = ["Alex", "Sam"];
β Descriptive Context:
const userName = "Alex";
const activeUsers = ["Alex", "Sam"];
The takeaway: Focus on what the variable contains or why it exists, not its technical type. activeUsers tells a story; arrUsers just tells me it's an array.
π The "Explain Like I'm Five" Commenting Style
Code tells the computer how to do something, but comments should tell a human why you chose that specific path.
The Concept: Avoid comments that just repeat what the code says (e.g., "adding 1 to x"). Instead, explain the business logic or the "why" behind a non-obvious decision.
The Why: Six months from now, you won't remember why you used a specific workaround or why a certain edge case was handled that way.
The Takeaway: Good code is readable, but great code is contextual. Write comments for your future, caffeinated self who has forgotten everything about this project.
Code tells the computer how to do something, but comments should tell a human why you chose that specific path.
The Concept: Avoid comments that just repeat what the code says (e.g., "adding 1 to x"). Instead, explain the business logic or the "why" behind a non-obvious decision.
The Why: Six months from now, you won't remember why you used a specific workaround or why a certain edge case was handled that way.
The Takeaway: Good code is readable, but great code is contextual. Write comments for your future, caffeinated self who has forgotten everything about this project.
β€2
Just launched Sable a distraction-free writing app we(me and my team ) built
No accounts. No cloud sync. No telemetry. Just a clean, local-first writing space that stays on your device.
Open source & free to use.
π Download:
https://sable-app.tech
Its a desktop app...
No accounts. No cloud sync. No telemetry. Just a clean, local-first writing space that stays on your device.
Open source & free to use.
π Download:
https://sable-app.tech
Its a desktop app...
Sable
Sable β Write with Intention
A beautiful, local-first writing app.
β€1
https://github.com/lavya30/Sable
Star this repo guys., it would keep us ship this kind of cool projects in future.
Star this repo guys., it would keep us ship this kind of cool projects in future.
GitHub
GitHub - lavya30/Sable
Contribute to lavya30/Sable development by creating an account on GitHub.
β€1
π’ Microsoft is Offering FREE Courses (Worth $499)! π
Great opportunity for students & tech enthusiasts to upskill in AI and boost their resume with industry recognized learning from Microsoft.
π Available Courses:
1οΈβ£ Introduction to Generative AI and Agents
Learn the fundamentals of Generative AI, AI agents, and real world applications.
π https://learn.microsoft.com/training/modules/get-started-ai-fundamentals?wt.mc_id=studentamb_507629
2οΈβ£ Introduction to AI Concepts
Understand core AI concepts, machine learning basics, and practical use cases.
πhttps://learn.microsoft.com/training/modules/explore-generative-ai?wt.mc_id=studentamb_507629
3οΈβ£ Build a generative AI chat app β Build chat apps with Azure AI Foundry
π https://learn.microsoft.com/credentials/applied-skills/build-a-generative-ai-chat-app?wt.mc_id=studentamb_507629
4οΈβ£ Create an AI agent β Learn to create AI Agents using Microsoft tools
π https://learn.microsoft.com/credentials/applied-skills/create-an-ai-agent?wt.mc_id=studentamb_507629
5οΈβ£ Implement knowledge mining β Azure AI Search lab
π https://learn.microsoft.com/credentials/applied-skills/implement-knowledge-mining-with-azure-ai-search/?wt.mc_id=studentamb_507629
6οΈβ£ Enhance agents with autonomous capabilities β Add autonomous behavior to AI Agents
π https://learn.microsoft.com/credentials/applied-skills/enhance-agents-with-autonomous-capabilities?wt.mc_id=studentamb_507629
7οΈβ£ AI Skills Navigator β Explore and find personalised AI skills here:
π https://aiskillsnavigator.microsoft.com?wt.mc_id=studentamb_507629
8οΈβ£ Develop a Voice Live Agent
Build & deploy AI-powered voice agents.
π https://learn.microsoft.com/training/modules/develop-voice-live-agent?wt.mc_id=studentamb_507629
9οΈβ£ AI Builder with Power Automate
Automate workflows using AI β no heavy coding required.
π https://learn.microsoft.com/training/modules/ai-builder-power-automate?wt.mc_id=studentamb_507629
π Explore Generative AI
Learn Generative AI fundamentals & real-world applications.
π https://learn.microsoft.com/training/modules/explore-generative-ai?wt.mc_id=studentamb_507629
Get Started with Power BI
Master data visualization & business intelligence.
π https://learn.microsoft.com/training/modules/get-started-with-power-bi?wt.mc_id=studentamb_507629
π° Total Value: $499 - Available FREE for a limited time!
π Perfect for beginners & aspiring AI professionals.
π― Add valuable badges to your profile and stand out in internships & placements.
Donβt miss this chance to upgrade your AI skills! π₯
Great opportunity for students & tech enthusiasts to upskill in AI and boost their resume with industry recognized learning from Microsoft.
π Available Courses:
1οΈβ£ Introduction to Generative AI and Agents
Learn the fundamentals of Generative AI, AI agents, and real world applications.
π https://learn.microsoft.com/training/modules/get-started-ai-fundamentals?wt.mc_id=studentamb_507629
2οΈβ£ Introduction to AI Concepts
Understand core AI concepts, machine learning basics, and practical use cases.
πhttps://learn.microsoft.com/training/modules/explore-generative-ai?wt.mc_id=studentamb_507629
3οΈβ£ Build a generative AI chat app β Build chat apps with Azure AI Foundry
π https://learn.microsoft.com/credentials/applied-skills/build-a-generative-ai-chat-app?wt.mc_id=studentamb_507629
4οΈβ£ Create an AI agent β Learn to create AI Agents using Microsoft tools
π https://learn.microsoft.com/credentials/applied-skills/create-an-ai-agent?wt.mc_id=studentamb_507629
5οΈβ£ Implement knowledge mining β Azure AI Search lab
π https://learn.microsoft.com/credentials/applied-skills/implement-knowledge-mining-with-azure-ai-search/?wt.mc_id=studentamb_507629
6οΈβ£ Enhance agents with autonomous capabilities β Add autonomous behavior to AI Agents
π https://learn.microsoft.com/credentials/applied-skills/enhance-agents-with-autonomous-capabilities?wt.mc_id=studentamb_507629
7οΈβ£ AI Skills Navigator β Explore and find personalised AI skills here:
π https://aiskillsnavigator.microsoft.com?wt.mc_id=studentamb_507629
8οΈβ£ Develop a Voice Live Agent
Build & deploy AI-powered voice agents.
π https://learn.microsoft.com/training/modules/develop-voice-live-agent?wt.mc_id=studentamb_507629
9οΈβ£ AI Builder with Power Automate
Automate workflows using AI β no heavy coding required.
π https://learn.microsoft.com/training/modules/ai-builder-power-automate?wt.mc_id=studentamb_507629
π Explore Generative AI
Learn Generative AI fundamentals & real-world applications.
π https://learn.microsoft.com/training/modules/explore-generative-ai?wt.mc_id=studentamb_507629
Get Started with Power BI
Master data visualization & business intelligence.
π https://learn.microsoft.com/training/modules/get-started-with-power-bi?wt.mc_id=studentamb_507629
π° Total Value: $499 - Available FREE for a limited time!
π Perfect for beginners & aspiring AI professionals.
π― Add valuable badges to your profile and stand out in internships & placements.
Donβt miss this chance to upgrade your AI skills! π₯
Docs
Introduction to AI concepts - Training
Curious about artificial intelligence? Want to understand what the buzz is about? This module introduces you to the world of AI.
Something unexpected happened in AI last week that nobody is talking about. Meta built an AI that predicts how your brain reacts to what you see and hear.
Not generating. Not writing.
Predicting your brain.
Feed it a video clip, it tells you exactly which parts of your brain would light up. Trained on 500+ hours of fMRI scans from 700+ people.
Called TRIBE v2, and they just released it free for anyone to try.
Try the demo β go.meta.me/tribe2
AI stopped just creating things last week. it started understanding how we experience them.
That's a very different game.
Not generating. Not writing.
Predicting your brain.
Feed it a video clip, it tells you exactly which parts of your brain would light up. Trained on 500+ hours of fMRI scans from 700+ people.
Called TRIBE v2, and they just released it free for anyone to try.
Try the demo β go.meta.me/tribe2
AI stopped just creating things last week. it started understanding how we experience them.
That's a very different game.
Atmeta
TRIBE v2
A self-supervised vision transformer model by Meta AI
β€2
Internship applications are open under MeitY (Govt. of India) & NICSI.
π Duration: 1st April β 10th April 2026
πΌ Great opportunity to gain:
β’ Real-world experience
β’ Mentorship
β’ Skill development
β’ Exposure to government tech projects
π Apply here:
https://nicsi.nic.in/internship/apply
π Website: https://nicsi.nic.in
π Duration: 1st April β 10th April 2026
πΌ Great opportunity to gain:
β’ Real-world experience
β’ Mentorship
β’ Skill development
β’ Exposure to government tech projects
π Apply here:
https://nicsi.nic.in/internship/apply
π Website: https://nicsi.nic.in
β€1