Project Engineer
Jason Marine Group Limited is seeking a Project Engineer for their offshore and onshore oil and gas telecommunications integration projects in Singapore. The role involves coordinating project plans, managing client requirements, monitoring quality control, and ensuring deadlines are met. Candidates should possess strong project management and organizational skills, with proficiency in project management tools. This position reports to the Project Manager and focuses on delivering end-to-end turnkey solutions.
50k new jobs listed every day. Install TAL to find more jobs like this.

Experience
Experience not specified
Function
Engineering
Work mode
Onsite, Singapore
Company
Tier 2
What you will work on
Jason Marine Group Limited is seeking a Project Engineer for their offshore and onshore oil and gas telecommunications integration projects in Singapore. The role involves coordinating project plans, managing client requirements, monitoring quality control, and ensuring deadlines are met. Candidates should possess strong project management and organizational skills, with proficiency in project management tools. This position reports to the Project Manager and focuses on delivering end-to-end turnkey solutions.
TAL's take
Solid industry-specific role within an established system integrator, though the JD is somewhat generic.
Clear project engineering responsibilities and expectations defined, with standard project management requirements.
Must haves
- Diploma or Degree in Engineering or relevant field
- Proven working experiences as a project engineer
- Project management and organizational skills
- Time management and organization skills
Tools and skills
Nice to have: dynamic business central.
About the company
Established marine and energy system integrator, treated as mid-tier due to niche industry focus.
Posts mentioning Jason Marine Group Limited
Enzo Maresca on Jadon Sancho's Potential Impact for Chelsea
- Enzo Maresca discussed Jadon Sancho's potential role at Chelsea after their draw with Crystal Palace. - Sancho is expected to compete with Pedro Neto for a spot on the left flank. - Maresca hinted that Sancho could become a key player for Chelsea this season. - Eberechi Eze's equaliser denied Maresca his first home Premier League win. - Chelsea faces challenges with right-back injuries, affecting their squad depth.
Dev tool app - toolhub.fyi
Built a small dev tool hub over the weekend — JSON formatter, validators, etc in one place. Trying to make it super fast and no-BS (no login, no clutter). If you use tools like this often, would love to know what I should add next 🙌 toolhub.fyi
BigData- How does data parsing happen in your company?
Hi community, Context: In my current company, we have a data-pipeline, which in short works like this: we get raw events from Kafka dumped in S3. We run a batch job (Airflow), this job essentially picks up the raw jsons in s3, enforces data parser logic (we have a service written in python where we explicitly define what attributed we want from raw json, these attributes are accordingly parsed), the parsed data is then converted to CSV/parquet formats and dumped in s3 in another folder and later loaded into tables, which is used for analytics, etc. Problem: Today for every new event we generate, we have to write a parser logic from scratch, if the event structure is different. In case of small changes we can update attributes we want to parse in code itself. But post that we have to deploy changes which takes time. Is there a smarter way of doing it? For example, having a UI interface, where we select the attributes from json (that could include nested attributes), and that is parsed and dumped in s3, later loading happens. And if we want to update parser, we can do so from UI itself than going into code updating things, deploying, etc. Do we have any open source alternatives here? Or any good engineering blogs which has covered such/similar scenario?