Engineer
Cloudanix,
@AyushB24
Ayush Bulbule
@AyushB24
Software Developer
Software Developer
Engineer, Cloudanix
Pune, India
1
project
1
0
prizes
0
10
hackathons
10
0
Hackathons org.
0
12
contributions in the last year
Jun
S
M
T
W
T
F
S
May
7
stars earned
28
repositories
67
followers
At Cloudanix, I work as a Software Engineering Intern contributing to both backend (Rails, APIs, databases) and frontend (JavaScript, AJAX, UI/UX) development. I build scalable features like cloud insights, pagination, authentication (OAuth/SAML), and enhance the security dashboard UX, helping users monitor and secure their cloud environments.
Cloudanix,
Your one stop solution to buy sell and own ens name provided with and arcana authentication and user friendly ui that enhance the user experience and make very easy to buy and sell the ens names.
DENS is a web app that offers a platform for buying and selling Ethereum Name Service (ENS) domains. The website is designed with a clean and user-friendly interface, making it easy for users to navigate and perform their desired tasks. Our main aim behind designing the website is to develop a decentralized platform for buying and selling domains. To develop this platform, we have used Quicknode as an RPC provider and arcana for authentication and wallet purposes. On the Buyens pages, users can search for available ENS domains using specific keywords, or browse through the list of available domains. Users can simply click on the "Buy Now" button to buy a domain and follow the checkout process. On the listens page the user can sell his owned domains. The listed ENS then get available on the Buyens page. The website uses an arcana wallet which is accessible on mobile also and we do not need to have other wallet apps to install on our mobile. By using arcana wallet, we have enabled this site to be useful on desktop and mobile. This enhances user experience and due to this users do not need to have other wallet extensions installed. Overall, DENS is a comprehensive platform for buying ENS domains, offering a range of features and tools to make the process as easy and streamlined as possible. Whether you're a buyer DENS is the go-to destination for all your ENS domain needs.
medium.com
A deep dive into frontend caching, cache busting, and why “just deploy” is never really just a deploy. The 3am deploy that broke nothing — and everything It’s 11pm on a Thursday. Your team just shipped a critical UI fix a broken payment button that’s been frustrating users all week. You run the deploy. CI goes green. You check production. The button looks perfect. You close your laptop and go to sleep. The next morning, Slack is on fire. Half your users still see the broken button. The other half see th...
medium.com
A query that took 3+ minutes in production. Two small changes. Sub-second. The fix was simple. The reason behind it is worth understanding deeply. The Setup Imagine a SaaS billing system. When a customer subscribes to a plan, the system receives a webhook payload from the payment provider describing the subscription — which customer, which plan tiers, which add-ons. The system processes this payload, unnests it, and inserts line-item rows into a normalized billing table. The schema looks roughly like th...
medium.com
In 2023, the biggest risk with AI was a chatbot writing a bad sonnet. In 2026, the risk is an autonomous agent negotiating a shipping contract, executing a wire transfer, and accidentally liquidating your supply chain budget in 45 seconds. We have moved from Generative AI (creating content) to Agentic AI (executing decisions). These aren’t just chatbots anymore; they are goal-seeking engines. They operate in a “React” loop: Observe $\rightarrow$ Reason $\rightarrow$ Act. But here is the core dilemma: We ...