Category: Web Tech
-
Billing Management System
Overview A comprehensive web platform that automates the end-to-end billing workflow for managing 47+ external collaborators—from time tracking to invoice processing. The system integrates with Teamwork and Google Sheets, using AI agents to reduce manual work by 80%+. The Problem Project managers spent 10-15 hours monthly on manual tasks: Result: Missed deadlines, payment delays, and…
-
ChatGPT I18n Proposal
Please download PDF file for the full proposal
-
React Unit Test with Jest and Enzyme
Creating automated tests is crucial in any real-world project, although it can be a challenging task, especially in the frontend domain. Fortunately, Jest, a testing tool developed by Facebook, simplifies unit testing in JavaScript. Additionally, Enzyme is a React-specific tool that offers a variety of useful methods to enhance the testing of React components. By…