top of page

Coding as a developer (Finance)

Large Wreath

Brought to you by:

WE Development

Large Wreath

Content written by:

WE Development

Last Updated:

9 June 2021 at 2:44:00 am

Image by Daniel Mirlea
Article
Job Process

We automate tasks and fulfill our customer's requests. This reduces manual work that involves humans and repurposes their job for more value-adding tasks.




1) Based on customer's requests, on the back-end. we will plan and extract data attributes (variables) from the main database such as time, name, date to create a customised Database Structure using ORM. 




2) Once this customized Database Structure is created, we build a source code to query, load, and display data to the front-end where the user interacts. Because this is a repetitive process, data are uploaded and updated every month for traceability.

 



3) Creation of a user-friendly dashboard to provide an overview summary of each event's status that needs to be displayed to the users. If required, I will also include a section for data visualisation. All these works have to be discussed with the customer to align and match their expectations. 




4) When a display is required, either by text, data, or graphical visualisation, I will use a Model View Controller (MVC). Model is the database, the View is the template of the page in HTML and Controller is the logic/computation. 



Once done, I will display the output to the view or the template to display it. Customers will usually dictate what to be displayed on the page. This is the design pattern. 




Tips



We will need libraries and packages to meet the version of a programming language and/or create the functions that we need during coding. 



Since I am working with Python language, "pip install" will provide information and web links to easily access the relevant packages and pypi.org is useful for me when searching for packages.





You may also like

Disclaimer

We did our best to provide you with thought-through content. However, there lies a possibility of variation we might not capture. It is your responsibility to consider before taking our advice for action. As a continuous improvement, this page will be updated whenever a new insight is visible to us.

If you wish to contribute, kindly contact us by clicking here!

bottom of page