Закреплённый твит
Amit Dhiman
89 posts

Amit Dhiman
@amit_dev_
21 || SDE @chaibuilder || shaped @meranivas || (Ex:- @MediaJedi_com)
India Присоединился Ağustos 2024
23 Подписки10 Подписчики

I used to think the Python interpreter just reads my code line by line and runs it.
But there’s more happening behind the scenes.
#Python

English

The hardest project to update was my own portfolio.
After months of procrastination, Portfolio v2 is finally live 🚀
→ Fresh design
→ Better projects
→ More "me"
Check it out: jxngrx.com
If you've been saying "I'll redesign it later"...
This is your reminder. Ship it.
Would love your feedback, suggestions, or even a roast 👇
And if you've got a Portfolio v2, drop it in the comments. Let's see what you've been building.
#BuildInPublic #WebDev #Portfolio #Design

English
Amit Dhiman ретвитнул

Something interesting is cooking.
Got a new freelance project after a long time and tomorrow’s the final meeting.
Will share more details once everything gets finalized
with my bros @jxngrx @amit_dev_
English
Amit Dhiman ретвитнул

UPDATE: The meeting with the stakeholders went perfectly. Spent the last two days diving deep into workflows, edge cases, record flows, and operational processes to ensure every piece fits together seamlessly.
@kaushik__aj @amit_dev_


English

@ConsciousRide -> Find the problem
• Check if data is stale, cache not. updating, or race condition
• Use logs/metrics to confirm
-> Fix the issue
• Update or clear cache after DB changes
• Add TTL so old data expires automatically
• Handle race conditions (versioning)
English
Amit Dhiman ретвитнул
Amit Dhiman ретвитнул
Amit Dhiman ретвитнул

@ConsciousRide For my portfolio
I implemented this approach
• +1 view per session (so it doesn’t increase on every refresh)
• +1 per IP to track unique visitors since there’s no login on the portfolio.
English

Ever wonder why youtube video caps at 10k views but the same clip blows up to 1M on Insta Reels? 🤯
YouTube's secret: approx 30s watch time MINIMUM to count a 'view'
IG Reels? Plays for approx 3s? +1 view. Loops it 5x? Jackpot. Easy mode.
As a dev building my portfolio site: I’d skip the 30s logic for sure. Unique visitor triggers add +1 view. Honest reach, no artificial filters.
How will you implement view logic be for a personal portfolio? (Both at high level and low level)


English












