Data Structure
Data Structure is an important concept to understand in computer science, especially in software engineering. Information is stored in computer memory, and the operating system has special routines to access memories. When writing applications, the…
Code Refactoring
Most software engineers will adapt the code refactoring process, where starting a new project from scratch may not be an optimal factor but identifying and rewriting key components of already existing software is more feasible…
Importing Client Data from Excel to MySQL Database
I am currently working on a functionality that will allow a client to upload an excel file with data of their inventory and the functionality will be able to populate the MySQL database with the…