Full-stack developer · CTO · Product builder

I build scalable web products, e-commerce systems, and business software.

I’m B Yashwant Reddy, a software professional based in Guwahati, Assam, with experience across full-stack development, IT management, and technology leadership. I design and deliver digital systems that help teams operate better, scale faster, and serve users more effectively.

Building software that is practical, scalable, and business-ready

I bring together engineering, product execution, and leadership experience to deliver systems that solve real operational problems. My background spans application development, team coordination, workflow planning, and technology strategy, which helps me contribute both hands-on and at a broader execution level.

Profile

I’ve worked across development, IT training, and leadership roles, giving me a strong understanding of how products move from idea to execution. I enjoy building solutions that are useful for teams, efficient for businesses, and clear for end users.

5+Years across development, delivery, and leadership
2Independent product builds highlighted in portfolio
MCAAssam Don Bosco University, 2018–2020
BCAAssam Don Bosco University, 2015–2018

Highlights

Full-stack development Technology leadership Agile delivery Web development Android development Database management IT operations Cross-functional collaboration

Services I bring to projects

My work covers development, business systems, and technical execution, with a focus on building reliable products that support real workflows and business goals.

01

Web application development

I build responsive websites, business applications, dashboards, and workflow-driven systems with a focus on usability, maintainability, and reliable delivery.

02

E-commerce systems

I develop storefronts, ordering platforms, inventory flows, and admin systems that support both customer experience and operational control.

03

Business tools and admin panels

I create internal systems for management, reporting, customer operations, and service delivery, designed to make day-to-day work more efficient.

04

Technology leadership

In leadership roles, I guide execution, oversee delivery, align technical decisions with business needs, and support continuity across teams and systems.

Experience

My path has moved from training and implementation into full-stack development and then into technology leadership, with a continued focus on building and improving practical digital systems.

Dec 2022 – PresentZero9 Communication Pvt. Ltd., Guwahati

Chief Technology Officer

Leading technology strategy, software execution, infrastructure oversight, and delivery planning to support business objectives and long-term growth.

  • Lead technology strategy, management, and execution to support company objectives.
  • Oversee software development, IT infrastructure, and delivery processes.
  • Facilitate cross-functional collaboration for business continuity and growth.
Dec 2020 – Nov 2022Zero9 Communication Pvt. Ltd., Guwahati

Full Stack Software Developer

Worked on application design, development, deployment, and iterative improvements while contributing to team delivery and product enhancement.

  • Designed, developed, and deployed applications.
  • Collaborated with teams on agile project delivery and technology enhancements.
  • Contributed to process improvements and system optimization.
Jan 2020 – May 2020DDU GKY, Gogamukh

IT Trainer

Delivered IT training programs and supported learners with technical instruction and applied software knowledge.

  • Delivered IT training programs to students.

Projects

These projects reflect the type of systems I enjoy building: customer-facing products supported by strong backend workflows, operational logic, and business usability.

Fresh3C — E-Commerce & Delivery Platform

A complete e-commerce and delivery solution built for groceries, fresh meats, vegetables, and household essentials across Guwahati, combining user-facing ordering with operational management.

  • Built customer, order, inventory, and admin management modules.
  • Supported seamless order processing, delivery tracking, and business operations.
  • Included website and Android application components for end-to-end ordering and delivery.
Java Android Firebase JavaScript HTML/CSS Payment Integration Cloud Storage

Global Edu. Solution — Education Counseling & Admission Support Platform

An education-focused counseling and admission support website built to present student guidance services for India and abroad, with clear pathways for MBBS counseling, scholarship assistance, and admission support.

  • Showcased free career counseling, scholarship support, and full admission assistance services.
  • Presented MBBS abroad guidance, NEET low score support, and counseling pathways for students and parents.
  • Highlighted the organization’s claim of placing 900+ students in top colleges across India and abroad.
JavaScript PHP HTML CSS Web Development UI Implementation

Axomotive — 24x7 Roadside Assistance & Breakdown Support Website

A service-business website designed to promote emergency roadside assistance, on-the-spot vehicle support, and fast-response breakdown services with a clear customer contact and booking flow.

  • Presented 24x7 roadside assistance with breakdown-focused service visibility.
  • Highlighted flat tyre puncture repair, battery jumpstart, fuel support, and towing services.
  • Focused on urgent-service clarity, trust building, and quick customer conversion for emergency support needs.
JavaScript PHP HTML CSS Web Development UI Implementation

PharmaPlus Medicos — Pharmacy E-Commerce Web Application

A responsive pharmacy e-commerce web application designed for medicine browsing, ordering, inventory handling, and customer-focused pharmacy operations.

  • Implemented inventory management and order processing workflows.
  • Built admin dashboard features to support pharmacy operations and customer experience.
  • Focused on usability, management flow, and operational efficiency.
JavaScript PHP HTML CSS Web Development Database Management

Sample project showcase

Alongside my featured portfolio work, I maintain a broader live collection of sample projects covering business websites, e-commerce demos, dashboards, and service-oriented interfaces.

E-commerce demos Hospitality websites Service platforms Business dashboards

Development issues & solutions

Common technical problems I’ve worked through while building and maintaining software, along with practical solutions based on real development and delivery experience.

API calls failing because of CORS restrictions

Solving browser-side request failures when frontend applications try to call external or backend APIs without the correct cross-origin configuration.

5 min read Frontend
View solution

This problem usually happens because the backend does not return the correct CORS headers for the requesting frontend origin.

  • Allow the required origin through Access-Control-Allow-Origin.
  • Configure allowed methods and headers properly.
  • If authentication is used, set credentials support carefully on both frontend and backend.
  • For local development, use a proxy instead of trying to bypass CORS in the browser.

Deployment environment issues during setup

Fixing package installation failures, permission errors, and environment-level setup issues that block local or production deployment.

4 min read Environment
View solution

These issues often come from permission mismatch, wrong runtime versions, or incomplete environment configuration.

  • Check runtime versions such as Node, Java, PHP, or Android build tools.
  • Avoid global install issues by fixing ownership or using proper package managers and local dependencies.
  • Verify environment variables, file permissions, and server paths.
  • Test the build step-by-step so the exact failing command is easy to isolate.

Database connectivity and timeout problems

Debugging slow queries, failed database connections, and timeout issues in applications that depend on stable backend communication.

6 min read Backend
View solution

Database issues usually come from wrong credentials, blocked network access, inefficient queries, or overloaded connections.

  • Verify host, port, database user, and password first.
  • Check whether the server allows remote access from the deployed application.
  • Optimize slow queries and add indexes where necessary.
  • Review connection pooling and timeout settings for production workloads.

Android or mobile build failures

Handling Gradle issues, dependency conflicts, SDK mismatch, and packaging failures that interrupt app testing or release workflows.

5 min read Android
View solution

Mobile build problems often come from version mismatch between dependencies, SDK tools, Gradle, or plugins.

  • Check SDK version, build tools version, and Gradle compatibility.
  • Clear caches and rebuild after dependency updates.
  • Resolve package conflicts by aligning library versions.
  • Review signing, manifest, and release configuration before generating production builds.

Resolving merge conflicts and code sync issues

Managing Git conflicts, branch mismatches, and team workflow issues when multiple changes affect the same codebase.

4 min read Git
View solution

Merge conflicts are easier to solve when changes are reviewed logically instead of only line by line.

  • Pull the latest branch state before starting conflict resolution.
  • Compare both sides of the conflict based on feature intent, not only syntax.
  • Test the resolved code immediately after merging.
  • Keep commits smaller and more focused to reduce future conflict complexity.

Frontend state, rendering, and UI logic bugs

Fixing inconsistent UI updates, incorrect dynamic rendering, and broken interaction flows that affect user experience.

5 min read UI/UX
View solution

These bugs usually happen when data flow, event handling, or rendering conditions are not fully aligned.

  • Trace how state changes from input to render output.
  • Check whether asynchronous updates are causing stale values.
  • Separate UI state from business data where possible.
  • Test edge cases like empty data, delayed responses, and repeated user actions.

Skills and education

My background combines formal computer applications education with practical development and leadership experience across software delivery, operations, and product execution.

Technical skills

Development

Java, JavaScript, HTML/CSS, web development, and Android development.

Systems

Database management, workflow design, application deployment, and operational optimization.

Delivery

Agile software development, collaboration across teams, and IT delivery planning.

Leadership

Technology strategy, execution oversight, and alignment between technical decisions and business goals.

English Hindi Telugu Assamese

Education

2018 – 20207.17 CGPA

Master of Computer Applications (MCA)

Assam Don Bosco University, Guwahati.

2015 – 20187.24 CGPA

Bachelor of Computer Applications (BCA)

Assam Don Bosco University, Guwahati.

Let’s work together.

I’m open to software development opportunities, product collaborations, and technical leadership roles where I can help build reliable and useful digital systems.