Gitanshu Talwar (@gitatractivo) 's Twitter Profile
Gitanshu Talwar

@gitatractivo

Full Stack Developer. SWE intern @Maersk

ID: 1277468815270400001

linkhttps://gitanshutalwar.com calendar_today29-06-2020 05:08:10

354 Tweet

105 Followers

1,1K Following

Rohit Ghumare | That #DevOps Guy✍️ (@ghumare64) 's Twitter Profile Photo

5 𝗣𝗼𝘄𝗲𝗿𝗳𝘂𝗹 𝗠𝗖𝗣 𝗦𝗲𝗿𝘃𝗲𝗿𝘀 for 𝐃𝐞𝐯𝐎𝐩𝐬 𝐄𝐧𝐠𝐢𝐧𝐞𝐞𝐫𝐬: 100% 𝗼𝗽𝗲𝗻𝘀𝗼𝘂𝗿𝗰𝗲.

Gitanshu Talwar (@gitatractivo) 's Twitter Profile Photo

PNB should fire their DevOps team — I received an OTP 10 minutes late, and it’s only valid for 5 minutes. How hard is it to scale your queue? #PNB #devops

Dmitrii Kovanikov (@chshersh) 's Twitter Profile Photo

I genuinely don’t understand who uses GitHub Desktop. All you need to use git efficiently is just these 28 commands: git clone git log git status git add . git add <path> git diff git commit -m "Short description" git commit -am "Short description" git commit -a --amend git