Project Manager
Jason Marine Group Limited is seeking a Project Manager to oversee the full lifecycle of integrated telecommunications systems for the offshore and onshore oil and gas industries. The role involves managing design, assembly, installation, and commissioning while coordinating with internal stakeholders and subcontractors. Candidates require a background in engineering project management within the energy or marine sector. This position ensures project delivery compliance with quality standards and technical regulations.
50k new jobs listed every day. Install TAL to find more jobs like this.

Experience
Experience not specified
Function
Program and Project Management
Work mode
Onsite, Singapore
Company
Tier 2
What you will work on
Jason Marine Group Limited is seeking a Project Manager to oversee the full lifecycle of integrated telecommunications systems for the offshore and onshore oil and gas industries. The role involves managing design, assembly, installation, and commissioning while coordinating with internal stakeholders and subcontractors. Candidates require a background in engineering project management within the energy or marine sector. This position ensures project delivery compliance with quality standards and technical regulations.
TAL's take
Solid role in an established domain, though lacks specific technical depth or growth indicators beyond standard project management duties.
Very clear responsibilities focused on the project lifecycle for offshore telecommunications systems.
Must haves
- Bachelor's degree in engineering, Project Management, or related field
- Proven experience in project management
- Experience in energy, offshore sector, or marine navigation systems
- Proficiency in project management tools and software
- Knowledge of quality procedures and regulations
Tools and skills
Nice to have: pmp certification.
About the company
Established industry player in marine and offshore telecommunications; not a global Tier 1 tech brand.
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?