Rust | Go | JavaScript | Angular | FileMaker

Bhubaneswar
Joined September 2010
🚨 #Rust Job 🦀 We are #hiring a #RustLang Engineer to build and scale high-performance trading systems for a hedge fund operating at the frontier of prediction markets and quantitative research. Location: Lugano, Switzerland 🇨🇭 rustjobs.dev/featured-jobs/H…
1
9
69
Ameeya retweeted
This video was made by a regional News Channel in Odhisa. Now compare that with National Noise rooms and their anchors. Well done @otvnews
Ameeya retweeted
174 Hz : Relieves Pain & Stress 285 Hz : Heals Tissues & Organs 396 Hz : Eliminates Fear 417 Hz : Wipes out Negativity 528 Hz : Repairs DNA, Brings Positive Transformation 639 Hz : Brings Love & Compassion in Life
1
1
2
🦀 Job offer in uv team > Write Rust, for Python. Full-time, open source, remote. We're very well-funded and in it for the long haul.
We're growing the uv team! uv is one of the fastest-growing developer tools ever, built and maintained by a small, talented team :) Write Rust, for Python. Full-time, open source, remote. We're very well-funded and in it for the long haul. Link in next tweet 👇 or DM me here.
3
31
USA : richest country, refuses to grow its own STEM base → imports brains. India: talent surplus, refuses to create opportunity → exports brains. One bleeds money into debt and Wall Street. The other bleeds talent into Silicon Valley. Both lose. China wins.
1
1
Rust 101 - Iterators 🧵 - Iterator pattern allows to iterate over a sequence of elements, regardless of how they are stored. - Arrays, hashmaps, graphs or any custom data structure. - Iterators encapsulate logic of iterating over different data types ! - Deep dive 👇
7
6
1
86
If in 1995, instead of statues + subsidies, India had put even 2% of GDP into R&D — we’d have had our own Nvidia, our own Moderna, our own Tesla.
1
1
🎮 Learn CSS Through Games: 🧠 CSS Diner 🔗 flukeout.github.io 🌿 Flexbox Froggy 🔗 flexboxfroggy.com 🚚 Flexbox Defense 🔗 flexboxdefense.com 📦 Grid Garden 🔗 cssgridgarden.com 🏗️ CSSBattle 🔗 cssbattle.dev 🐶 Super Markup World 🔗 supermarkupworld.com 🎯 Guess CSS 🔗 guess-css.vercel.app 🎲 CSS Speedrun 🔗 css-speedrun.netlify.app Which one’s your favorite?
6
60
346
Ameeya retweeted
You can't understand your SQL query performance by looking at the SQL code. You need the execution plan. Take the SQL : select id from student where grade >= 99 It doesn’t tell you how fast it will run. If there isn’t an index on the grade column, it will do a full table scan taking multiple seconds depends on how many rows it returns. Add an index on the grade field, run the same query now it takes few seconds Make it a covering index (add id as included column to the grade index) and now it’s an index only scan even faster. Insert a million students into the table and re execute the query immediately (don’t give a chance for MVCC garbage collection to run) and the query will slow down again, because we need to go to the heap to see if the row is visible. In all the four examples above the backend app code running the query didn’t change, same code, same query. However, the performance of the query varies every time based on the state of the database. The execution plan tells us what how the SQL was executed in each of those four examples. It is the key.
⚡️ RED Book: Learn to Write Platform-Agnostic RTC Drivers in Rust (Part 1) - RTC => Real Time Clock - In this 1st part, you will learn how to design and structure the RTC HAL that provides traits(like embedded-hal) to be used by driver crates Github: github.com/ImplFerris/red-bo…
4
9
75
Pretty excited to announce my upcoming talk & workshop at Tokyo Rust! 🇯🇵🐁🎉 🦀 Building Pocket-Sized Terminal UIs with Rust 🐭 Intro to embedded @ratatui_rs & hands-on workshop 📍Details: guild.host/events/building-p… #rustlang #ratatui #tui #meetup
7
30
3
161
🦀 Avoiding Breaking Changes with Rust’s `non_exhaustive` attribute > The non_exhaustive attribute indicates that a type or variant may have more fields or variants added in the future. blog.implrust.com/posts/2025… #rustlang
2
7
1
61
I don't know if Option<T> is Some(T) or None until I unwrap
14
61
2
1,203
✨ Case Study in Rewriting a Critical Service in Rust (from Go) - 2x Performance, $300k Savings >This isn’t a story about “Rust is better than Go.” It’s a story about engineering maturity and strategic optimization x.com/skydotcs/status/196140…
7
33
3
196
🚨 #Remote #Rust Job 🦀 We’re #hiring a Principal Rust Engineer with deep expertise in Rust, particularly Async Rust and Tokio. Location: Remote, Pacific or Mountain time, USA 🇺🇸 Salary: $200K-$300K rustjobs.dev/featured-jobs/R…
1
7
46
Ameeya retweeted
published a new blog post! its super short though, could have been a tweet too
14
9
3
176
Ameeya retweeted
A new video is up on my channel! This covers one of the questions I get asked the most since moving into my Solutions Architect role check here: piped.video/zgaC663VQf4
1
1
27