Founder, Tech Lead ,
Helping businesses to grow 11x with AI
Since 2016, I have dedicated myself to pioneering innovative, user-centric solutions that elevate businesses and founders in an ever-evolving marketplace. At the heart of my journey is a passion for AI and SaaS, where I thrive on turning complex technologies into accessible, impactful tools.
Things I’ve made trying to put my dent in the universe.
I’ve worked on tons of little projects over the years but these are the ones that I’m most proud of. Many of them are open-source, so if you see something that piques your interest, check out the code and contribute if you have ideas for how it can be improved.
Weabers
Full fledged product development oriented digital agency running on multiple location
weabers.com
Deshifarmer
Agri-tech startup focused on enhancing farmers economic growth by data backed solution
deshifarmer.co
Blockbunny
Web3.0 entertainment platform backed by BBX token to enable secured entertainment platform
blockbunny.one
Estucy
Saas based online shopping platform for small shop owners to make automation of operation
estucy.com
Dutao
Community based adtech platform focused in trading regular products based in UAE 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.
Jan 1, 2024 to Present
Chief Technology Officer, AutoBlogg
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 ...
#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)
Today I will describe how i thought I have a server storage leakage but it was yarn and nvp. Before using yarn I had an npm install. That also occupied most of the space ...
#remote #USA
My expertise support for building a product
I’ve worked on tons of little projects over the years in software domain. I try to adopt the process behind industry standard digital products which I an sharing how I can help you in your next project
01. Building Remote Team
My journey has been marked by a dedication to harnessing global talent, fostering a culture of collaboration and excellence, and driving operational efficiencies to elevate company ROI.
02. Process/Tool Selection
This involves analyzing market trends, competitor technology stacks, and emerging technologies. My goal is to ensure that the chosen stack is agile enough to adapt to future changes and demands.
03. Writing/Maintaining code
My approach combines best practices in coding standards, continuous learning, and fostering a culture of collaboration and accountability among team members.
04. A/B Testing
I have strategically integrated A/B testing into the development lifecycle, ensuring that every feature release, UI adjustment, or marketing message is scrutinized under the lens of real user interaction.
05. Documentation & Release
My approach combines meticulous organization, strategic foresight, and a keen understanding of both the technical and legal landscapes, ensuring that our projects maintain the highest standards of confidentiality and compliance.
Writing on software design, company building, and the aerospace industry.
All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.
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 ...