IT Support Developer

IT Support Developer is responsible to investigate and resolve support cases quickly and effectively. The key focus is to improve the client experience, working with other internal teams to readily resolve client issues.
Job Requirements
  1. Bachelor’s Degree/Diploma in Computer Science, Informatics System, Information Technology or equivalent from reputable university.
  2. Minimum 1 year working experience in programming/ development system
  3. Programming skill(s): ASP.net, .NET, C#, MVC
  4. Database and Reporting skill(s) : PL/SQL, SQL Server, Crystal Report
  5. Working in software development team
  6. Ability to work under pressure.
  7. Great attitude, initiative, and diligent
  8. Fast learner and willing to learn
  9. Multi-finance and Banking experience is a plus
  10. Fresh Graduate are welcome to apply
Job Description
  1. Responsible for maintaining support level agreement from client
  2. Maintain and enhance existing application
  3. Test and fix bugs
  4. Conducts code reviews and application reviews
Benefit

Incentive 2 times in a year

BPJS Tenaga Kerja and BPJS Kesehatan

Apply and Join our Team

We are eager to find the candidate that fits to our requirements, and work together hand in hand as a team.

Show your talent and lets build an awesome product & service. Please fill in your information or portfolio by clicking the link below or email us at hrd@ims-tec.com

Apply Now

State of The Art in iFinancing

Grab only the modules that fit to your organization needs, it’s simple, cost effective and easier to maintain.

What is Microservices Architecture?

The microservices architecture style is an approach for developing small services each running in its process and communicating with lightweight mechanisms, often an HTTP resource API. It enables the continuous deployment and delivery of large, complex applications.

Why Microservices Architecture?

The idea behind microservices is that some applications can easily build and maintain when they are broken down into smaller applications which work together. Each component is continuously developed and separately managed, and the application is then the sum of its constituent components.

Benefits of Adopting Microservices
  1. Flexibility

    Code for different services can be written in different languages.

  2. Security

    There are security standards that can be used to communicate with other modules or external third-party applications.

  3. Scalability

    In microservices, we can horizontally scale web server and database server as each module has its own user interface and database.
    Easy to scale and integrate with third-party services.

  4. Testing

    Easier to do testing compared to monolith architecture, as the scope of testing becomes narrow. System testing can also be performed without having user interface.

  5. Enhancement

    Microservices architecture gives IT developers hassle free integration, it can communicate and transfer data from one module to another through API.
    Streamline the learning curve for IT developers, thus can help a new team member to learn faster and become productive as a team member.

  6. Fault Isolation

    One failed service does not bring down the entire system, other services will continue to work.