Job category: internet程式設計師

These job listings are taken from Taiwan job sites for reference.

Source Source: 104
OpenNet_開網有限公司

Backend Engineer

Key Responsibilities ● Work with product owners and other development team members to determine new features and user stories needed in new/revised applications or large/complex …
年薪1,000,000~2,000,000元
[台北市中正區 Zhongzheng District, Taipei City]
Source Source: 104
OpenNet_開網有限公司

Android Engineer

In this role, you have an opportunity for significant impact through your ability to increase developer efficiency and product quality through your work. You’ll play an impactful …
年薪910,000~2,000,000元
[台北市中正區 Zhongzheng District, Taipei City]
Source Source: 104
博識資訊顧問有限公司

【Acer專案】.Net 軟體工程師

C# / .NET 技術 1.1 熟悉 C# 語法、物件導向設計 (OOP)、例外處理、LINQ 1.2 熟悉 .NET Framework / .NET Core 1.3 熟悉 Web 應用程式開發 (ASP.NET MVC, Web API) 1.4 熟悉 Windows Services / Console Apps / Background …
月薪60,000~100,000元
[台北市信義區 Xinyi District, Taipei City]
Source Source: 104
沛星互動科技股份有限公司

Software Engineer, Backend Development

About Appier Appier is a software-as-a-service (SaaS) company that uses artificial intelligence (AI) to power business decision-making. Founded in 2012 with a vision of …
待遇面議
[台北市信義區 Xinyi District, Taipei City]
Source Source: 104
沛星互動科技股份有限公司

Senior Software Engineer, Backend Development

About Appier Appier is a software-as-a-service (SaaS) company that uses artificial intelligence (AI) to power business decision-making. Founded in 2012 with a vision of …
待遇面議
[台北市信義區 Xinyi District, Taipei City]
Source Source: 104
大聯大控股股份有限公司

Java Programmer(International Students and Professionals in Taiwan)

Job content: Java, RESTful APIs, JDBC/Hibernate/JPA, Messaging Technologies (MQ, JMS) using one or more Relational & non-relational NoSQL databases (Oracle, SQL Server, …
年薪617,500~1,000,000元
[台北市南港區 Nangang District, Taipei City]
Source Source: 104
無限迴圈股份有限公司

Full-Stack Engineer

[The Role] At Circle, the Software Engineer Team is responsible for: Developing and maintaining all customer-facing products, including firmware, web/app applications, database …
待遇面議
[台北市內湖區 Neihu District, Taipei City]
Source Source: 104
欒軒管理顧問有限公司

.NET軟體程式設計師 Programmer (C# dotnet)

What you’ll do / #工作內容: 負責軟體之分析、設計以及程式撰寫 根據用戶需求設計和開發系統 後端資料庫系統的應用 What we need / #希望您是這樣的人 有良好邏輯理解及具備資料分析處理能力 理解多層結構, 設計模式和開發流程 具至少 1 年或以上的 .net 平台開發經驗 其他條件 / #加分項目 C# …
月薪50,000元以上
[台北市松山區 Songshan 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 時間載入 });*/