Senior Software Engineer
3y 11mos
Rocketium, Jan 24' - Present
@muddhitbaid
Muddhit Baid
@muddhitbaid
Senior Software Engineer at Rocketium
Senior Software Engineer at Rocketium
Senior Software Engineer, Rocketium
Bangalore, India
2
projects
2
4
prizes
4
5
hackathons
5
0
Hackathons org.
0
3 years 11 months
Jan 24' - Present
Jul 22' - Dec 23'
3y 11mos
Rocketium, Jan 24' - Present
The majority of the $700+ billion that advertisers spend on web2 is controlled by GDN and Facebook Ad Network. In addition, nobody in web3 is focusing on DAPPS using web3 data rather than web2 data. Therefore, there is a need for a Decentralized Ad Network to ensure that these major businesses don't also establish their duopoly in web3. We serve as the link between advertisements and DAPPS. We offer data to the advertiser with creative intelligence so they may run more effective campaigns for less money. We provide as the entry point for DAPPs to be monetized with advertisements and analysis technologies to ensure that nobody gets inundated with unrelated adverts.
Use Cases The AI-Enabled Smart Contract Auditor is a versatile tool with a wide range of applications, making smart contract development and deployment more secure and efficient. Smart Contract Development Security Assurance: Developers can use the auditor during the development phase to proactively identify and address potential security vulnerabilities in smart contracts. This ensures that the final deployed contracts are robust and resistant to common exploits. Code Quality Improvement: The Linea AI Engine not only detects security issues but also analyzes the overall code quality, providing valuable feedback to developers. This helps in enhancing the readability, maintainability, and overall quality of smart contract code. Auditing and Compliance Third-Party Audits: External auditors and security professionals can leverage the auditor to perform comprehensive security audits on smart contracts. The automated scanning capabilities, coupled with Linea's advanced analysis, streamline the auditing process and provide auditors with detailed reports. Compliance Checks: Ensure that smart contracts adhere to industry standards and best practices. The auditor helps in identifying and rectifying non-compliance issues, reducing the risk of regulatory challenges. Continuous Monitoring Real-Time Security Alerts: The integration with Push protocol enables continuous monitoring of smart contracts. Developers and auditors receive real-time alerts for any suspicious activities or potential security threats, allowing for immediate intervention and resolution. Post-Deployment Monitoring: Deployed smart contracts can be monitored over time to identify and address emerging security risks. This ongoing vigilance ensures that contracts remain secure in the ever-evolving landscape of blockchain security.
18
contributions in the last year
Apr
S
M
T
W
T
F
S
Mar
69
stars earned
89
repositories
23
followers
muddhitbaid.medium.com
Hi Readers, We are back again with another article of our Design Pattern series. We will be doing a deep dive of different types of patterns with coming issues. And, we are beginning with the Creational Design Patterns, first, as it is the first and important pattern in the object’s life cycle. We also had a brief look into the overview of Creational Design Patterns, with an analogy. We will be going through the following patterns under this category: Factory method Builder Singleton Abstract Factory Pr...
muddhitbaid.medium.com
Hey folks!!! Happy to see you here. We will be starting with our series on Design Patterns, where you will get to see the patterns in the most basic form with an extensive set of examples. https://medium.com/media/42af5d689d436d4557f64513b90cc4c8/href Let's start with setting up the context for today's article. Design Patterns. What and Why? Design Patterns are a blueprint or reusable template for commonly recurring challenges in Object oriented software design. Design patterns are nowhere directly relat...
muddhitbaid.medium.com
Q: What’s Webpack? Webpack is a static module bundler for modern JavaScript applications. Source: Webpack Docs The whole blog will be revolving around the question asked, so if you want to get a broader idea of webpack and want to know the process of creating a efficient and optimized React App, dive in below. Let’s have a broader look. When a browser has to load a web application, it needs to load all the files of JS code, Styling files, Images, and others too, so that those can be used to render the a...