Passionate and detail-oriented software engineer with a relentless drive to develop top-tier software solutions. Committed to delivering excellence on time, I am always eager to take on new challenges and elevate my skills to the next level
Marketing CRM is designed to manage customer relationships with features like Contacts, WhatsApp Marketing, Tags, Boards, Pipelines, Reports, Dashboard, and Configurable Fields. These tools help streamline customer management, enhance marketing efforts, and improve operational efficiency.
Z Center Towers Management system
The Z-Towers Management System is a comprehensive tool for managing buildings and apartments from construction to sale. It includes features for overseeing construction, tracking items and materials, managing contracts for each apartment, and handling sales.
A website that showcases company cars and products with prices, featuring a dashboard for easy content updates..
It is a rule-based chatbot system using AIML to answer questions about Koya University. Developed with Python and Django, it is integrated into a website to assist new students with inquiries about university facilities, such as locating apartments or dormitories.
Developing the user interface for the Etikmart website, enhancing its design and usability, and fixing bugs to improve performance and functionality.
Paw-Five is an online, searchable database designed to connect pets in need of homes with potential adopters. Built with React JS and Firebase, the platform allows users to browse and search for pets based on various criteria, providing a seamless and interactive experience for both pet seekers and shelters.
a React JS website showcasing AI search techniques, including Dijkstra, A*, Breadth-First Search, and Depth-First Search. The site features interactive demonstrations, detailed explanations, and comprehensive documentation for each algorithm
Developed a JavaScript project featuring a digital clock with the capability to display multiple analog clock styles. The project shows real-time time in a digital format while offering various analog clock designs for visual comparison.
I developed a Hangman game in React JS with interactive gameplay, dynamic word selection, and real-time updates on guesses.
You might know how JavaScript works as you write it every day but have you ever wondered how the browser reads your written code and what does really happen under the hood, you write code in your text editor...
As we know that each function invocation will create an execution context in the call stack and Each execution context has access to its environment variable and a link to the outside world...
You may have already heard of ‘execution context’, ‘lexical environment’, and ‘hoisting’ in JavaScript if you have been studying how JavaScript works under the hood...