techieMeIndian Profile Banner
Amit #असतोमासद्गमय Profile
Amit #असतोमासद्गमय

@techieMeIndian

Followers
405
Following
9K
Media
784
Statuses
8K

#Software Technical #Architect | #Freelancer | Yoga Practitioner🧘🏽‍♂️| Conscious Living🧚 | Sharing Stock Market Learnings (Study Only, Not Investment Advice)

भारत
Joined November 2013
Don't wanna be here? Send us removal request.
@techieMeIndian
Amit #असतोमासद्गमय
3 years
Why does @DisneyPlusHS think that Epics like Mahabharata is a myth that it categories it under Mythology?This as utter insult on #Bharat - the oldest & #sanatan culture. Like every culture, I deserve respect and proper recognition. @vivekagnihotri @PMOIndia @republic @TarekFatah
Tweet media one
4
9
28
@techieMeIndian
Amit #असतोमासद्गमय
3 days
🐹 In Go, switch is safer than C/Java/JS/PHP:.👉 Only the matching case runs ✅.👉 No accidental fallthrough 🚫.👉 𝐟𝐚𝐥𝐥𝐭𝐡𝐫𝐨𝐮𝐠𝐡 is explicit if you really need it.Cleaner, less buggy, more readable 💡. #Golang #CleanCode #DevCommunity #RemoteWork #openTowork
Tweet media one
1
0
2
@grok
Grok
15 days
What do you want to know?.
878
586
4K
@techieMeIndian
Amit #असतोमासद्गमय
3 days
Why can't you use := with a constant in Go? 🤔. Constants are fixed values known at compile time, while := is a shorthand for declaring and initializing a new variable at runtime. They serve fundamentally different purposes! .#golang #go #RemoteWork #openToWork #tech
Tweet media one
0
0
1
@techieMeIndian
Amit #असतोमासद्गमय
12 days
🦀 Rust Gotcha:. println!("232 as i8 = {}", 232 as i8);.👉 Output: -24.Why?. 232 (u8) = 11101000₂. i8 range: -128. 127. Bit pattern wraps → two’s complement → -24. ⚠️ Know your bit ranges before casting!. #RustLang #SystemsProgramming #Bitwise #TwoComplement #openToWork 🚀
Tweet media one
0
0
1
@techieMeIndian
Amit #असतोमासद्गमय
15 days
Rust's type inference is smart! 🤯 It can infer a type from later usage, not just the initial value. let mut inferred_type = 12; // Looks like i32, right?. inferred_type = 4294967296i64; // Surprise! It's i64. 🧠 . #RustLang #Programming #TypeInference #LearnRust.
0
0
2
@techieMeIndian
Amit #असतोमासद्गमय
15 days
Found superb post on LinkedIn for #Rust Lifetime problem. 🚨 𝗥𝘂𝘀𝘁 𝗕𝗼𝗿𝗿𝗼𝘄 𝗖𝗵𝗲𝗰𝗸𝗲𝗿 𝗶𝗻 𝗔𝗰𝘁𝗶𝗼𝗻: 𝗪𝗵𝘆 𝗧𝗵𝗶𝘀 𝗖𝗼𝗱𝗲 𝗙𝗮𝗶𝗹𝘀 ?. fn failed_borrow<'a>() {. let _x = 12;. let _y: &'a i32 = &_x;.}. Do check it out.
Tweet card summary image
linkedin.com
🚨 𝗥𝘂𝘀𝘁 𝗕𝗼𝗿𝗿𝗼𝘄 𝗖𝗵𝗲𝗰𝗸𝗲𝗿 𝗶𝗻 𝗔𝗰𝘁𝗶𝗼𝗻: 𝗪𝗵𝘆 𝗧𝗵𝗶𝘀 𝗖𝗼𝗱𝗲 𝗙𝗮𝗶𝗹𝘀 ? fn failed_borrow<'a>() { let _x = 12; let _y: &'a i32 = &_x; } At first glance, this might look...
1
0
2
@techieMeIndian
Amit #असतोमासद्गमय
16 days
RT @AstroCounselKK: Something which will surprise you for sure . Jai Shree Krishna .
0
1K
0
@techieMeIndian
Amit #असतोमासद्गमय
16 days
RT @SushantBSinha: हाउस नंबर 0 क्यों है ये हर वो व्यक्ति समझ सकता है जो गांव सिर्फ फोटो खिचाने ना गया हो.
0
6K
0
@techieMeIndian
Amit #असतोमासद्गमय
19 days
#nifty August Expiry to blast and cross 25000+. What's your view? . Not a recommendation or advice. I am not a #SEBI registered. Just my study.
0
0
1
@techieMeIndian
Amit #असतोमासद्गमय
20 days
Race conditions in Java = 💣 waiting to explode. ⚠ Non-atomic ops (counter++).⚠ Missing volatile.⚠ Check-then-act.⚠ Unsafe iteration/publication.✅ Fix with synchronized, volatile, atomic classes, concurrent collections. #Java #Concurrency #DevTips
Tweet media one
0
0
0
@techieMeIndian
Amit #असतोमासद्गमय
22 days
5️⃣ (0. ).zip(v.iter()) → custom start index .6️⃣ while loop → manual control .7️⃣ .for_each() + enumerate() → functional.Zero-cost control, full flexibility! 🚀.#RustLang #Programming #100DaysOfCode #RemoteJob #CodeNewbie #DevTips #Rust 🦀⚡. 2/2.
0
0
1
@techieMeIndian
Amit #असतोमासद्गमय
22 days
🦀 Rust: 7 Ways to Iterate Over a Vec with Index. 1️⃣ .iter().enumerate() → borrow values.2️⃣ .iter_mut().enumerate() → borrow & edit.3️⃣ .into_iter().enumerate() → take ownership.4️⃣ for i in 0. v.len() → manual indexing.#RustLang #RemoteJob #DevTips #Rust 🦀⚡. 1/2
Tweet media one
1
0
2
@techieMeIndian
Amit #असतोमासद्गमय
22 days
5️⃣ (0. ).zip(v.iter()) → custom start index .6️⃣ while loop → manual control .7️⃣ .for_each() + enumerate() → functional.Zero-cost control, full flexibility! 🚀. #RustLang #100DaysOfCode.
0
0
0
@techieMeIndian
Amit #असतोमासद्गमय
22 days
🦀 Rust: 7 Ways to Iterate Over a Vec with Index. 1️⃣ .iter().enumerate() → borrow values.2️⃣ .iter_mut().enumerate() → borrow & edit.3️⃣ .into_iter().enumerate() → take ownership.4️⃣ for i in 0. v.len() → manual indexing.#RustLang #100DaysOfCode #RemoteJob
Tweet media one
1
0
0
@techieMeIndian
Amit #असतोमासद्गमय
25 days
🌪 "No one is coming to save you. So rise. Dust off the pain, gather your scattered pieces, and push forward like your life depends on it—because it does.". Only you can save yourself !. #Karma #DIY #Success #consciousLife
Tweet media one
0
0
0
@techieMeIndian
Amit #असतोमासद्गमय
27 days
In his 1972 essay “The Humble Programmer,” Edsger W. Dijkstra said that “program testing can be a very effective way to show the presence of bugs, but it is hopelessly inadequate for showing their absence.”. Source: #Tesing #SoftwareEngineering #RustLang
Tweet media one
0
0
1
@techieMeIndian
Amit #असतोमासद्गमय
28 days
✅ Correct: return ownership fn fixed() -> String { "hi".to_string() }.Rust protects you from use-after-free — at compile time. #RustLang #Ownership #Lifetimes.
0
0
1
@techieMeIndian
Amit #असतोमासद्गमय
28 days
📌 Rust Tip:.If you're returning a newly created string, don't return &str. Return an owned String. ❌ Won’t compile: dangling reference.fn broken() -> &str {. let s = String::from("hi");. ).}. #RustLang #Ownership #Lifetimes.
1
0
1
@techieMeIndian
Amit #असतोमासद्गमय
1 month
💡 "If Python is slow, why is it still used in production?". Because:.✅ Developer time > CPU time.✅ Massive ecosystem (Django, NumPy, PyTorch).✅ Critical parts run in C/C++.✅ Great for ML, automation, APIs.✅ Easy to scale horizontally.Python is slow, but smart. 🐍⚡ #Python
Tweet media one
0
0
2
@techieMeIndian
Amit #असतोमासद्गमय
1 month
✅ When to Use Rust.Systems programming (OS, device drivers). Performance-critical applications (game engines, compilers). Security-sensitive #software (crypto, networking). Replacing C/C++ safely. "#Rust is ideal where safety, speed, and control are critical." 🚀. #RustLang
Tweet media one
0
0
1
@techieMeIndian
Amit #असतोमासद्गमय
1 month
Seems something wrong on the UI @amazonIN . Individual cost components are missing though I see #marketFee of extra Rs. 5 is added without fail. Please correct the UI. I see marketFee or #PlatformFee is becoming new norm. #Amazon #onlineShopping #SoftwareBugs
Tweet media one
1
0
1