vinaygaba's comments

vinaygaba | 1 year ago | on: The Toddler Mindset: Decision-Making Without Constraints

I totally agree with the need to be cautious - however, if there's one thing that Big Tech has taught me, it's that there will be 20 other people in the room that will remind you of exactly what you are suggesting. There's plenty of pessimism to go around, not enough optimism.

vinaygaba | 1 year ago | on: The Toddler Mindset: Decision-Making Without Constraints

I recently wrote about something I call "Toddler Mindset"—a way of approaching decisions by asking what’s possible instead of what’s allowed.

It’s a mental shift I'm forcing myself to learn after watching my daughter have zero regard for rules that we as adults invent for ourselves.

It's utility extends beyond just engineering systems and is even more applicable in how I'm trying to think about life in general.

I'm new to expressing my non-programming related thoughts on the internet so....be kind

vinaygaba | 4 years ago | on: Writing Well-Documented Code – Learn from Examples

I have a really similar motivation behind a project that aims to teach Jetpack Compose in the same fashion and funny enough, the name is also pretty similar to the title of this thread - Learn Jetpack Compose By Example. You can find it here - https://github.com/vinaygaba/Learn-Jetpack-Compose-By-Exampl...

There's a ton of comments in every example (even though they might be redundant across the examples) and the idea is that you should be able to learn this new framework by merely reading through the examples.

vinaygaba | 5 years ago | on: How the Jamstack is failing at comments

I think a lot of people assume that Jamstack sites need to be static sites through and through. I don't think this is realistic and you will be overcomplicating things for yourself if you try to do this. For things that don't change often, having a static site has obvious benefits and Jamstack is well suited to build those parts of your site. For user generated content, you are better off just storing it somewhere else and loading it dynamically.
page 1