工作類別: 軟體工程師

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

資源 Source: 104
彼特思方舟股份有限公司

(Sr.) Java Engineer - (Admin & Payment)

About the Opportunity: We are looking for talented and motivated individuals to join a dedicated and diverse team in building up an exciting new product. You will be working with …
待遇面議
[台北市信義區 Xinyi District, Taipei City]
資源 Source: 104
羅技電子股份有限公司

Senior Firmware Engineer

The Team and Role: We are seeking a highly skilled and experienced Sr. Firmware Engineer to join our Audio Cluster team within Hardware Engineering, specializing in the development …
待遇面議
[新竹市 Hsinchu City]
資源 Source: 104
矽坦時脈有限公司

Software/Firmware Engineer

About the Job SiTime is looking for a talented and motivated Software/Firmware Engineer to join growing infrastructure team in Taiwan office. You will be working on next-generation …
待遇面議
[桃園市龜山區 Guishan District, Taoyuan City]
資源 Source: 104
Tata Consultancy Services Limited Taiwan Branch_印度商塔塔顧問服務有限公司台灣分公司

Senior System Analyst (金融系統) - FS03

Technical Leadership: Lead and mentor engineers, providing guidance on best practices, design patterns, and technology choices. Collaboration and Communication: Collaborate with …
待遇面議
[台北市中山區 Zhongshan District, Taipei City]
資源 Source: 104
Tata Consultancy Services Limited Taiwan Branch_印度商塔塔顧問服務有限公司台灣分公司

PG Java Developer (金融系統) - FS04

Contribute to ongoing feature development of web applications based on service-oriented architecture, involving UI, services and databases. Collaborate with UX/UI designers and …
待遇面議
[台北市中山區 Zhongshan District, Taipei City]
資源 Source: 104
瞬聯科技股份有限公司

Embedded Engineer

We are seeking an experienced firmware engineer to work with our development team & US clients. You will be directly working with cross-country elite engineers in the world. …
待遇面議
[台北市大安區 Daan District, Taipei City]
資源 Source: 104
Tata Consultancy Services Limited Taiwan Branch_印度商塔塔顧問服務有限公司台灣分公司

(Senior) Android Automation Test Engineer 自動化測試工程師 - 板橋/新店 - TP03G

• Collaborate with client to arrange test plans based on the test requirement schedule • Associate to dedicate 50% of his time in Governance (includes quality review of the …
待遇面議
[新北市板橋區 Banqiao District, New Taipei City]
資源 Source: 104
愛卡拉互動媒體股份有限公司

【Kolr】資深前端工程師 Senior Frontend Engineer

【Responsibilities】 Develop well-structured and maintainable codebase. Communicate technical decisions effectively through design documents, tech talks, and rigorous code reviews. …
待遇面議
[台北市中山區 Zhongshan 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 時間載入 });*/