Software Engineer | Open source contributor @MetaMask @CircuitVerse @OpenMRS | IIT Dhanbad Graduate 🎓

Joined July 2022
45 Photos and videos
Pinned Tweet
From solving problems at midnight to receiving this today 😄 Global Rank 186 — Meta Hacker Cup 2025 Small milestone, big motivation 🚀 #MetaHackerCup #CP #Programming
1
2
182
❤️
Congrats to @elonmusk for becoming earth’s first trillionaire
3
Subham retweeted
Fable 5 を米国以外からのアクセスを禁止するとのこと。 AI安全保障の議論が現実になってきた
The US government, citing national security authorities, has issued an export control directive to suspend all access to Fable 5 and Mythos 5 by any foreign national, whether inside or outside the United States, including foreign national Anthropic employees. The net effect of this order is that we must abruptly disable Fable 5 and Mythos 5 for all our customers to ensure compliance. Access to all other Claude models is not affected. We apologize for this disruption to our customers. We believe this is a misunderstanding and are working to restore access as soon as possible. Read our full statement: anthropic.com/news/fable-myt…
1
2
1,002
Subham retweeted
このたびは弊社主催の「Clawathon Tokyo Edition」にご参加・ご来場いただき、誠にありがとうございました! 皆様とともに、素晴らしい時間を共有できたことを心から嬉しく思います。 また、本イベントを多大なるご支援で支えてくださったスポンサー / パートナーの皆様に、深く感謝申し上げます!
1
3
8
419
🛑 Vercel breach An employee used Context.ai (which got hacked), attacker accessed their Google Workspace → pivoted into Vercel → exploited non-sensitive (unencrypted) env vars to go deeper.
38
Subham retweeted
Introducing Project Glasswing: an urgent initiative to help secure the world’s most critical software. It’s powered by our newest frontier model, Claude Mythos Preview, which can find software vulnerabilities better than all but the most skilled humans. anthropic.com/glasswing
1,985
6,644
44,009
31,428,177
Subham retweeted
From solving problems at midnight to receiving this today 😄 Global Rank 186 — Meta Hacker Cup 2025 Small milestone, big motivation 🚀 #MetaHackerCup #CP #Programming
1
2
182
Sick 😷🤒
97
Hi @deepigoyal, After hearing you on the Raj Samani Podcast, one thought stood out: users submitting AI-generated images with complaints. Google (SynthID), Pinterest, and Meta (C2PA) already tackle this — similar checks could reduce misuse at scale.
1
118
Subham retweeted
6 Jul 2025
my weekend project to learn about bluetooth mesh networks, relays and store and forward models, message encryption models, and a few other things. bitchat: bluetooth mesh chat...IRC vibes. TestFlight: testflight.apple.com/join/Qw… GitHub: github.com/jackjackbits/bitc…
1,774
3,593
26,846
5,441,590
Subham retweeted
1 Jun 2024
How docker works🐳
13
382
2,564
322,216
Subham retweeted
Version control isn't optional, it's essential. But why is version control so important? It's essential in modern software development, ensuring efficient change management and effective collaboration. Version control keeps track of every code change, providing a strong basis for developing and sustaining complex software projects. Version control hasn’t always been the streamlined process it is today. It’s evolved from manual logs to advanced tools like Git, which have simplified processes and increased efficiency, productivity, and collaboration in software development. Some of the key benefits of version control include: 🔹 Collaboration — VCS enables simultaneous work on a project without overwriting contributions, facilitating seamless teamwork. 🔹 Track changes — Offers a clear view of each change, its author, and purpose, simplifying code evolution tracking. 🔹 Error recovery — Allows reverting to previous versions, providing a safety net against unintended changes. 🔹 Branching and merging — Supports isolated development of features and fixes, ensuring smooth integration into the main codebase. Best practices such as consistent commit messaging, logical branch naming and intelligent merging strategies are all part of version control. Maintaining a strong codebase requires frequent contributions, peer reviews, and a clean history. Combining VCS (e.g., Git) with a hosting provider (e.g., GitHub) with CI/CD pipelines dramatically improves deployment automation and software quality. Here are some practical tips to make version control more seamless: • Make frequent commits and push updates. • Ensure that commit messages are meaningful and consistent. • Use branches wisely to add new features, resolve bugs, or run experiments. • To reduce conflicts, merge updates from the main branch often. • Clean up the repository by deleting outdated branches and combining commits. • Use a .gitignore file to exclude non-essential files. • For more exact commit management, use interactive rebasing and git cherry-pick. • Use git reflog to recover lost commits, and pre-commit hooks to ensure code quality. —— A big thank you to our partner Postman who keeps our content free to the community. Did you know that Postman provides a versioned history of API changes? They now have a workspace updates feed too. And it’s even integrated with Slack. Learn more about it here: drp.li/postman-v11-z7tt
4
67
296
28,407
Subham retweeted
8 popular network protocols explained. It's important to note that the protocols below operate at different layers of the OSI model. The OSI model is a conceptual framework that defines a networking system as a series of layers, each with specific functions, to facilitate the transfer, management, and processing of data in a network. This layered architecture ensures standardized interactions between various software and hardware components in a network. TCP/IP (Transmission Control Protocol/Internet Protocol) This protocol is the underlying method of how information is passed between devices on the internet. While IP is responsible for addressing and routing data packets, TCP takes care of assembling the data into packets, as well as reliable delivery. HTTP (Hypertext Transfer Protocol) When accessing websites, HTTP plays a crucial role. It's responsible for fetching and delivering web content from servers to end-users. HTTPS (Hypertext Transfer Protocol Secure) An enhanced version of HTTP, HTTPS integrates security protocols (namely TLS) to encrypt data, ensuring a secure and confidential exchange between browsers and websites. FTP (File Transfer Protocol) As the name suggests, FTP is used for transferring files (uploading and downloading) between computers on a network. UDP (User Datagram Protocol) A more streamlined counterpart to TCP, UDP transmits data without the overhead of establishing a connection, leading to faster transmission but without the guarantee that the data will be delivered or in order. SMTP (Simple Mail Transfer Protocol) The driving force behind email communication, SMTP manages the formatting, routing, and delivery of emails between mail servers. SSH (Secure Shell) Secure Shell is a cryptographic network protocol that ensures safe data transmission over an unsecured network. It provides a safe channel, making sure that hackers can't interpret the information by eavesdropping. 💬 I'd love to hear your thoughts, are there any other protocols or concepts you'd like to add? ~~ A big thank you to our partner Postman who keeps our content free to the community. Did you know that you can now 𝗴𝗲𝗻𝗲𝗿𝗮𝘁𝗲 𝗶𝗻𝘀𝘁𝗮𝗻𝘁 𝗔𝗣𝗜 𝗱𝗼𝗰𝘂𝗺𝗲𝗻𝘁𝗮𝘁𝗶𝗼𝗻? Postbot can take care of this for you and save you a load of time. Check it out: drp.li/postbot-postman-z7tt
1
123
492
29,655
Subham retweeted
The official 1.0 release of React Google Maps was released yesterday at Google I/O 2024 🎊 Its pairing with deck.gl looks promising visgl.github.io/react-google… #reactjs
14
181
1,177
109,025
Subham retweeted
Tokenization explained. Tokenization is a security technique that replaces sensitive information with unique placeholder values called tokens. By tokenizing your sensitive data, you can protect them from unauthorized access and lessen the impact of data breaches. Tokenization also lets you scale back on security measures in other areas of the system. Tokenization process: Sensitive data is sent to a 𝘁𝗼𝗸𝗲𝗻𝗶𝘇𝗮𝘁𝗶𝗼𝗻 𝘀𝗲𝗿𝘃𝗶𝗰𝗲 when it enters the system. There, a unique token is generated, and both the sensitive data and the token are kept in a secure database known as a token vault. For extra protection, the sensitive data is generally encrypted within the secure data storage. The token is then used in place of the sensitive data within the system and third-party integrations. Detokenization process: When an authorized service requires sensitive data, it sends a request to the tokenization service that contains the token. The tokenization service validates that the requester has all the required permissions. If it does, it uses the token to get the sensitive data from the token vault and returns it to the authorized service. Tokenization is useful for more than just protecting sensitive data. It also helps simplify the rest of the system, because you don't need to worry about additional security measures in components that handle a token instead of sensitive data. We've discussed tokenization for protecting sensitive data, but tokens like JWTs are also key players in web authentication and authorization. You can learn more about them here: drp.li/what-is-jwt-postman-z… ~~ A big thank you to our partner Postman who keeps our content free to the community. Postman v11 just got released, and with it a bunch of awesome new features. Check it out: drp.li/postman-v11-z7tt
11
151
609
42,694
13 May 2024
OpenAI's latest showcase involves the GPT-4o model, exhibiting real-time translation capabilities 🤯
157
13 May 2024
Has GPT-4o become free?
13 May 2024
What would you like to ask GPT-4o? We’ll pick some live prompts to do on our livestream happening now: openai.com
1
205
Subham retweeted
13 May 2024
Apparently, the Apple - OpenAI deal just closed! One day before the voice assistant announcement :) Guess Apple decided that it couldn't make it on its own 🤷 The new Siri will be from OpenAI
373
1,112
9,911
4,954,192
Subham retweeted
This week I will cover: — How event-driven architecture works — Strategies to prevent system misuse & overload — Types of API testing — How data processing systems work 📩 Enjoy my content? Subscribe to my weekly newsletter so you don't miss it: drp.li/luc-newsletter-z7tk
2
52
270
15,172