RSSAmplifier

Blog

Home on Sakshat's Blog

Recent content in Home on Sakshat's Blog

sakshat.pages.devRSS feed ↗14 posts

Latest posts

Resume

Sakshat Shinde Pune, MH, India 🎴 View & download PDF version of the Resume Skills Technical Python, Rust, SQL, Groovy, Linux, Bazel, Open Container Initiative (OCI) spec, Git/SVN, Grafana, Oracle DB, Postgres, Firebase, Streamlit, RESTful APIs, AWS, OCI Cloud, CI/CD workflows, Pub/Sub, Tokio, Axum, Qt, Tauri, Docker, Influx DB Other Agentic AI & Orchestration, Prompt engineering, Product and…

Uhh... Philippines??? 🇵🇭

If I had to describe this trip, I’d call it absolutely chaotic . Questionable decisions were made, mixed in with absolutely ZERO research (not a norm for us) and filled with a lot of waiting and moving around. But eventually we had some great experiences, and tried something totally new! Before I talk more about our Philippines 🇵🇭 adventure with Sujit and Ankit, I’d like to chat…

We have a problem

We have a problem In this new reality where A.I. is being pushed onto developers by their masters C-Suites in the hopes of boosting short-term productivity - the foundations of tomorrow are being built by clueless coasters leveraging AI . Your average joe ships code watching companies profit every year while still also sees that their co-workers are getting laid off. Can yo blame them for being…

Investing Overseas

Why invest outside? Is India not enough? I’ll keep this brief. Sure, India has a bright future, but to be a good investor, you need solid risk management skills. You can learn more about this concept in Margin of Safety and through these enlightening videos: To summarize the key benefits: Diversification across economies Protection against the weakening rupee Opportunity to find investments…

Universe is fascinating

This page is unfinished and is being worked on Recently, the youtube algorithm has proven fruitful, and it has sucessfully turned me into an information hogging goblin. This all started when I stumbled upon a podcast called startalk hosted by Neil deGrasse Tyson. While listening to this it reignited my lost appetite for science and physics. Refreshing on the topics like parallel universes ,…

Swiggy Case study

Reported Root Causes Delays by the restaurants, difficulties pin-pointing delivery location, traffic $$ \text{On time delivery} = 1 - \left( \frac{l_d}{t_d} \right) $$ $$ \text{where, } \ l_d = \text{No. of late deliveries} \newline \ t_d = \text{No. of total deliveries} $$ Affected customers Kids craving for some ice cream on the weekend My dad, who has taken insulin and is banking on the fact…

Unexpected Malaysia 🇲🇾

I am waiting for Sujit to get around and help me fill this.

Is software engineering for you

No GPT was harmed to write this post. I want to preface this blog post by saying - I don’t want to discourage you or gatekeep software. My intention is not to make you think you can’t do it or shouldn’t do it. Instead, I hope this serves as a compass to guide you through your software journey, should you choose to embark on it. What do you really like? The question is simple, but hard to…

Wonderful Kazakhstan 🇰🇿

Why Kazakhstan? Tbh, I didn’t even know Kazakhstan 🇰🇿 existed . One of my dear friend Sujit discovered what Central-Asia was, when one of his co-workers moved abroad to Uzbekistan 🇺🇿. It looked beautiful judging by the photos on the internet, and we were planning to visit some place outside India 🇮🇳 for quite a long time. Sujit stumbled upon Kazakhstan while researching about…

Fixing Windows 11

Bloat in windows Following is the list of bloat windows ships with, which can be removed Clipchamp News Weather Xbox (although Xbox Identity provider is still here, so it should be possible to be reinstalled with no issues) GetHelp GetStarted Office Hub Solitaire PeopleApp PowerAutomate ToDo Alarms Mail and Calendar Feedback Hub Maps Sound Recorder Your Phone Media Player QuickAssist Internet…

TIL: Browsers have their own task managers

Today I found out something amazing So I opened my discord, as one does when they get on their computer. And there was a prompt saying press Shift + ESC . I couldn’t read what it was for, but I decided to give it a shot thinking it must be some newly added feature. Am I over-reacting? How many people know about this? Anyway here are some screenshots. edge So I thought if the edge has it,…

Why 5G isn't dangerous

Recently I came across a number of people being worried about 5G. They weren’t tech-savy or tech-literate. Realising how dangerous it could be — when certain platforms can influence essentially a large portion of our community without being held accountable, since no one can really moderate the entire internet. I know the majority of people aren’t super-familiar with tech. Nor can…

A simple way to find installed games' uPlay IDs with python

First we need to find where and how ubisoft keeps track of the games installed by uPlay . After some digging and asking around, I was able to find that there are two ways of acquiring this data. First way :: extracting info from folders uPlay makes these folders, which are named after the uplayID itself C:\Program Files (x86)\Ubisoft\Ubisoft Game Launcher\data The names of the folders are the…

Learn how Operating Systems work

Operating Systems are a major part of our lives. Mobile phones, computers and the cloud — which serves as a backbone of the entire internet — utilize them every single day. However Operating Systems are not limited to these complex machines, for example MiniOS which is developed for Arduino. This post aims to provide a better understanding of how Operating Systems are developed in a very…