
As a proven CTO and Product Leader with 8+ years of experience, I've successfully guided companies from startup to scale, leading teams that built market-disrupting solutions in AgriTech, AdTech, and AI. My track record includes architecting platforms that generated millions in revenue, implementing AI systems that improved operational efficiency by 40%+, and establishing technology strategies that attracted Series A funding. I don't just build products—I create competitive advantages that transform businesses into industry leaders.








Picked projects where I left DNA
I’ve worked on tons of little projects over the years but these are the ones that I’m most proud of. Here are a few of the picked
Idemitsu USA
Wholesalers platform to order in bulk inside the USA market. I worked closely with the team to develop this platform.
idemitsulubricants.com
Autoblogg
AI engine to automate content generation across multiple cms featuring official webflow application, shopify and wix
autoblogg.com
Hydracrup USA
Ecommerce platform to order hydracup - a prominent startup focused on water bottles for the sportsman
hydracup.com
Writewise AI
Chrome extension that helps you to generate social media post with ease from any writing
writewise.app
Hologram Zoo
Scaled their platform to manage their entertainment booking which generates over $300k/yr.
hologramzoont.com.au
Dutao
Community based adtech platform focused in sharing ads for realestate, jobs and electronics based in Dubai market.
github.com
My Professional journey in Software Domain
All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.
Jul 25, 2025 to Present
AI Developer, Adbox AI
Ad media generation platform on autopilot for startups and enterprises with the power of AI. I am working on the ai based distribution of the ad for optimal result and predictions. ...
#remote #USA
Jan 1, 2024 to Present
Lead Developer, AutoBlogg
Leading product development for an AI-powered content generation platform serving 10,000+ users. Architected scalable microservices infrastructure that reduced content generation time by 75% and implemented machine learning pipelines that improved content quality scores by 85%. Successfully launched 3 major product features that increased user engagement by 60%.
#remote #USA
Jan 2023 to Jan 2024
Chief Technology Officer, Deshifarmer
As CTO at Deshifarmer, I lead a talented tech team in revolutionizing the agri tech industry of Bangladesh. We provided end-to-end agri-tech solutions, empowering farmers and ensuring fair compensation throughout the supply chain. I collaborated with the board of directors to align technology with business requirements, design robust systems, and drive innovation. Together, Our aim was to a transparent and equitable agricultural ecosystem, optimizing operations and fostering sustainable growth.
#hybrid #Bangladesh
Oct 2022 to Jan 2023
Product Manager, Dutao
As the Product Manager at Dutao, an innovative adtech platform, I have embarked on a transformative journey, steering the product through the dynamic and challenging terrains of the advertising technology landscape. With a primary focus on optimizing digital advertising operations and delivering superior value to our clients, my tenure at Dutao has been marked by a series of strategic initiatives and accomplishments.
#onsite #Dubai
Jun 2020 to Sep 2021
Product Manager, Booflixo
My journey at Booflixo began with a deep-dive analysis into the educational technology landscape, identifying key trends, user needs, and gaps in the current market. Leveraging these insights, I crafted a strategic product roadmap that aimed to position Booflixo as a pioneer in collaborative learning and content sharing. My vision was to create an ecosystem where learners could effortlessly access high-quality class notes and engage with content in ways that resonated with their individual learning styles.
#onsite #Bangladesh
Jun 2018 to Mar 2020
Web Developer, True Org (Microsoft Partner)
Developed enterprise-level web applications for Microsoft partner ecosystem, serving 50,000+ users across multiple verticals. Built responsive dashboards and automation tools that increased client operational efficiency by 45%. Led the development of a customer portal that reduced support tickets by 65% and improved user satisfaction scores to 4.8/5.
#remote #USA
Product Leadership That Drives Market Success
From startup MVP to enterprise scale, I've guided 15+ products through complete development lifecycles across AgriTech, AdTech, and AI domains. My proven methodology combines strategic product thinking with technical excellence, delivering solutions that achieve market fit and sustainable growth.
01. Product Strategy & Research
I lead comprehensive market analysis and user research to identify opportunities. At Deshifarmer, this approach helped us capture 40% market share in Bangladesh's agri-tech sector within 18 months.
02. MVP Development & Validation
I architect lean MVPs that validate core hypotheses quickly. My methodology reduces time-to-market by 60% while ensuring scalable foundations for future growth.
03. Team Building & Tech Stack
I build high-performing remote teams and select optimal technology stacks. My teams consistently deliver 40%+ efficiency improvements through strategic tool selection and collaborative processes.
04. Data-Driven Optimization
I implement comprehensive analytics and A/B testing frameworks. At Dutao, this approach improved ad campaign performance by 300% and increased client retention to 85%.
05. Scale & Growth Strategy
I design systems for sustainable growth and establish processes for continuous innovation. My scaling strategies have supported companies through Series A funding and international expansion.
Product Strategy
Technical Leadership
Development
Cloud & DevOps
Design & Analytics
Collaboration Tools
Writing on software design, company building, and the emerging ai industry.
All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.
Jul 30, 2025
Thinking in Parallel: How Sub-Agents Change the Game with the new release of cluade and my experience.
When Anthropic released sub‑agents for its Claude Code platform, it quietly changed how developers work with complex AI tasks. Think of it like assembling a tiny expert team that helps the main Claude stay organized and focused — without getting bogged down by everything going...
Jan 03, 2025
DeepSeek V3 vs. ChatGPT 4.0: Which AI Model is Right for Your Business?
The world of artificial intelligence is evolving at breakneck speed, with new models continuously pushing the boundaries of what machines can achieve. Among the most talked-about AI systems today are DeepSeek V3 and ChatGPT 4.0. While both represent the cutting edge of generative AI, they serve distinct purposes and excel in unique ways. This article compares the two models to help businesses, researchers, and developers determine which one best suits their ...
September 15, 2023
TypeScript vs. Vanilla JavaScript: The Evolution of Developer Preferences
Recently I am seeing big corps are ditching Typescipt in the ever-evolving world of web development, t’s essential for developers to be open-minded and willing to adapt to new tools, even if they initially resist them. TypeScript, a superset of JavaScript with static typing ...
July 22, 2023
Stop using useEffect! How you can fetch data without useEffect ? React Query Data Fetching technique
The use of useEffect in React applications is not inherently bad. It is a crucial part of the React Hooks system that is meant to deal with side effects (like data fetching, subscriptions, timers, manual DOM manipulations, etc.) in functional components. However, there are scenarios or ways ...