Hitesh's Blog & Thoughts About Programming 'n Stuff
Usually writes here about programming, cool things that he finds related to his tech-stack or rants about life.
My View: Rust, C++, Linux Kernel, Windows & 2022
· 3 min read
Rust is actually a better "systems programming language", helps developers to write safer code & has better compile-time warnings. BUT, here's my point...
Read MoreTags:
Messed up storage access since Android 11
· 11 min read
Android recently introduced Scoped Storage with things like Storage Access Framework & MediaStore.
To put it simply, it's entirely messed up. There are number of use-cases which haven't been covered, I've seen users struggling after Android 10 & developers even more.
Read MoreTags:
Animations in Flutter done right [Flutter 2 & 3]
· 11 min read
Animations are really important! It gives the sense of motion that drives the attention of users.
Read MoreTags:
C++'s <future>, making async C callbacks functions sync & enjoyable multi-threading
· 6 min read
I use <future>
header very-very often in my C++ code everywhere at this point & wanted to share what's so cool in it.
Tags: