Profile avatar
mohammadazeem.in
Software developer
27 posts 10 followers 119 following
Regular Contributor
Active Commenter

maybe i should write something about vercel at some point

Just did some vanilla magic. Visualize the days left in the year and reflect on how many have passed. Stay mindful of time with this simple, insightful tool. ⏰📷 remain.mohammadazeem.in

Where have all the tech creators gone?

Decided to ask Claude about what might be challenging about learning Vue. In the context, I said, “I am a React expert…” Claude responded with, “Being a React expert myself…” Made me chuckle.

TypeScript: What’s the Point?! www.epicweb.dev/typescript-w...

Writers use words to communicate with their readers, while designers use visual language to communicate with their users. ~Gleb Kuznetsov

Quickly turn a GitHub repository into text for LLMs with Gitingest ⚡️ Replace "hub" with "ingest" in any GitHub URL for a text version of the codebase. gitingest.com github.com/cyclotruc/gi...

Have a read: matt.blwt.io/post/7-datab...

What would you want in your application 1. Reactive database 2. a sync engine and which technology would you use?

I my case admin makes update and the updates need to be reflected in real time on the screen I am using websockets and the network trip is real huge the admin and the screen are on same network, so any smart way to do updates on same network and keep the data sync with main source of truth