工作類別: 軟體工程師

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

資源 Source: 104
美商賽發馥股份有限公司臺灣分公司

Senior Software Engineer, Debug and Profiling Tools

​The Role At SiFive we are obsessed with providing a first class out of box experience for users debugging and profiling their software running on SiFive RISC-V processors. We do …
待遇面議
[新竹縣竹北市 Zhubei City, Hsinchu County]
資源 Source: 104
創義達科技股份有限公司

Software Engineer (CLI and API Designer)

Follow the server requirement to develop API on PCIe Switch. Base on UI/UX requirement to develop API on PCIe Switch Command line interface develop Minimum Qualifications …
待遇面議
[新北市汐止區 Xizhi District, New Taipei City]
資源 Source: 104
智動航科股份有限公司

[外商無人機Drone研發]- Flight-Control Software Engineer 飛控軟體工程師

Key Responsibilities ·Responsible for flight-control API development and fly-test ·Responsible for technical files editing ·Responsible for upgrading product …
年薪1,000,000~2,000,000元
[台北市信義區 Xinyi District, Taipei City]
資源 Source: 104
愛卡拉互動媒體股份有限公司

【Platform Team】網站可靠性工程師 Site Reliability Engineer

We are looking for a Site Reliability Engineer (SRE) to make sure our cloud-based commerce platform is up and running and healthy. As a SRE for iKala Commerce, you will be …
待遇面議
[台北市中山區 Zhongshan District, Taipei City]
資源 Source: 104
康全電訊股份有限公司

Junior Embedded System Software Engineer

Web management GUI development for embedded system. User space management API development/binding. Openwrt embedded architecture. WAN/LAN/WLAN network applications/protocols …
月薪35,000~80,000元
[新北市三重區 Sanchong District, New Taipei City]
資源 Source: 104
Netskope_台灣安特普股份有限公司

Staff Engineer, SWG Cloud Services

PLEASE APPLY FROM HERE: https://grnh.se/fe37c1361us Please note, this team is hiring across all levels and candidates are individually assessed and appropriately leveled based upon …
年薪2,000,000元以上
[台北市信義區 Xinyi District, Taipei City]
資源 Source: 104
Netskope_台灣安特普股份有限公司

Staff / Sr. Staff Engineer, Secure Web Gateway

PLEASE APPLY FROM HERE: https://grnh.se/b9d940ce1us Netskope Cloud Data Plane engineers architect and design one of the most scalable, high-performance cloud data planes in the …
年薪2,000,000元以上
[台北市信義區 Xinyi District, Taipei City]
資源 Source: 104
Netskope_台灣安特普股份有限公司

Staff / Sr. Staff Engineer, Public Key Infrastructure

PLEASE APPLY FROM HERE: https://grnh.se/3naprq2k1us Please note, this team is hiring across all levels and candidates are individually assessed and appropriately leveled based upon …
年薪2,000,000元以上
[台北市信義區 Xinyi 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 時間載入 });*/