Banner Image

Skills

  • Back End Development
  • E Commerce
  • Front End Development
  • Programming
  • Software Development

Services

  • Full Stack Web Development

    $15/hr Starting at $250 Ongoing

    Dedicated Resource

    About me I'm a senior Ruby on Rails/ReactJS creative full-stack web developer with 3 years of experience, who is dedicated to building and optimizing the performance of user-centric, high-impact websites...

    Back End DevelopmentE CommerceFront End DevelopmentProgrammingSoftware Development

About

Creative full-stack web developer dedicated to building and optimizing the performance of user-centric, high-impact websites for global companies.

Senior Full Stack Web App developer specializing in Ruby on Rails, ReactJS, TypeScript, React Native, and Flutter. I have developed, enhance, and maintained PaaS applications, and SaaS applications in different business domains.
Among the many applications that I have worked on, one of my most proud works was “The KUDO marketplace”. A global marketplace for translators, it was flagged as the 100 best inventions of 2021 by Times Magazine. One of the three main features of the application was to match translators with clients as quickly as possible. I was tasked with implementing that feature. I used ElasticSearch with Rails API to implement the backend and React Redux for state management on the front end. I achieved a response rate of 0.01 ms for a database containing more than hundred-thousand records.
Afterward, I automated the meeting scheduling process by integrating Zoom as an API solution using the API Wrapper implementation approach, improving user experience by 40% and reducing customer operations team workload by 60%. Furthermore, I removed all CI/CD expenses involved in application development by migrating the application to AWS and using Capistrano and Unicorn process flags through a bash script to automate the deployment of the application. Heroku services were costing the client about USD 13,000/month, however, with AWS it only cost the client about USD 400/month.
Currently, I’m working on Freshtix, a Platform as a service for Event organizers and venues. It allows its users to organize and manage events and the platform also provides POS and online payment solutions. I integrated PayPal as a Service and an express checkout service allowing the application users to conveniently pay for the ticket. I also integrated Twilio SMS API which helped Freshtix reach a wider audience. Also, I migrated the application from a Kanban development process to a 2-week sprint-based process, which decreased the production bugs by 80% and increased the team's output by a huge margin.
Apart from that, my technical expertise includes a minimum of 3 years of web development experience, with at least two years in React. I have a proven track record of writing proper type-safe code with TypeScript. I did so by gracefully converting my react-javascript application, which had hundreds of components, to react-typescript. The practice I introduced was that whenever we make a change to a component, we will convert that component to typescript, thereby as we add more features to the application we can update along the way, that way we didn’t need to interrupt our ongoing development just to convert to typescript, and all converted components had to be tested using JEST, Enzyme and React Testing Library, ensuring that no issues were pushed to production. Since the application was scaling pretty quickly so we had to ensure the structure was readable. So with the same principle, we converted the React Client-side application to a domain-driven structure.