工作類別: 軟體工程師

選自Cake與104人力銀行網站,履歷投遞後由各招聘公司直接查看與安排後續面試流程。

資源 Source: 104
緯創軟體股份有限公司

A-Software Cloud Engineer(汐止總部)

【Qualifications】 • Bachelors in computer science • 3+Years of IT experience in Analysis, Design, Development, Implementation C# in Azure platform • Must have implemented PaaS …
待遇面議
[新北市汐止區 Xizhi District, New Taipei City]
資源 Source: 104
緯創軟體股份有限公司

A-AI QA Automation Engineer(汐止總部)

This role focuses on testing real-time human-machine interface (HMI) software widely used in industrial automation and control systems. The software enables intuitive, …
待遇面議
[新北市汐止區 Xizhi District, New Taipei City]
資源 Source: 104
義傳科技股份有限公司

5G SW Embedded Linux Application Senior Engineer 嵌入式系統應用軟體資深工程師

• Embedded software development for 5G system-on-chip (SoC) • Linux system and socket programming • 5G RU network software requirement analysis and architecture design • 5G RU …
待遇面議
[新竹市 Hsinchu City]
資源 Source: 104
義傳科技股份有限公司

5G Embedded Linux Senior Software Engineer 嵌入式Linux資深系統軟體工程師

• Embedded software development for 5G system-on-chip (SoC) • Linux kernel porting and trouble-shooting • U-boot and Linux device driver design and development incuding such as …
待遇面議
[新竹市 Hsinchu City]
資源 Source: 104
Kronos Research_麒方有限公司

資深 C++ 軟體工程師 Senior/Staff Software Engineer, C++

【投遞方式】 此處不收履歷,投遞請至: https://grnh.se/9f4e45a63us As a Senior/Staff Software Engineer, you will be one of the technical leaders of our core technology team that pushes the boundaries …
待遇面議
[台北市信義區 Xinyi District, Taipei City]
資源 Source: 104
台林電通股份有限公司

工業網通軟體研發工程師 Industrial Networking Software Engineer

1.協助工業級 Ethernet Switch 軟體模組開發與測試(1G/10G/25G)。 2.撰寫及除錯嵌入式系統軟體(U-Boot、Linux Kernel)。 3.學習並參與 SoC 整合(如 PHY、PoE、外接 CPU)。 4.支援通訊介面(I2C、SPI、UART 等)與基本驅動程式開發。 5.在資深工程師指導下進行系統測試與除錯。 …
待遇面議
[桃園市蘆竹區 Luzhu District, Taoyuan City]
資源 Source: 104
美商安科亞多有限公司台灣分公司

Software Engineer - PCIe Driver Development

Job Description The Axiado Platform Integration Team is looking for an innovative, Systems Engineer, with a passion for learning, to focus on Platform System Integration. The …
待遇面議
[台北市內湖區 Neihu District, Taipei City]
資源 Source: 104
瞬聯科技股份有限公司

Image Validation Engineer

We are seeking an experienced software engineer to work with our development team. You will be joining the image validation team that is responsible for the development, design, …
待遇面議
[台北市大安區 Daan District, Taipei City]
/* // 等待聊天氣泡載入 function modifyChatPosition() { const chatBubble = document.querySelector('[style*="z-index: 2147483645"]'); if (chatBubble) { // 修改到左下角 chatBubble.style.left = '1rem'; chatBubble.style.right = 'unset'; console.log('聊天氣泡位置已修改'); } else { // 如果還沒載入,等一下再試 setTimeout(modifyChatPosition, 500); } } // 頁面載入後執行 window.addEventListener('load', () => { setTimeout(modifyChatPosition, 2000); // 給 Chatbase 時間載入 });*/