For over 5+ years we help companies reach their financial and branding goals. oDesk Software Co., Ltd is a values-driven technology agency dedicated

Gallery

Contacts

Address

108 Tran Dinh Xu, Nguyen Cu Trinh Ward, District 1, Ho Chi Minh City, Vietnam

E-Mail Address

info@odesk.me

Phone

(+84) 28 3636 7951

Hotline

(+84) 76 899 4959

Websites Development

What is Software Testing Life Cycle?

Testing is integral to modern software development. Technically, software testing is an indispensable part of the software development life cycle i.e., SDLC. Although there are very many SDLC approaches, such as Agile, DevOps, and RAD, testing is omnipresent. Interestingly, testing has its very own lifecycle, appropriately dubbed software testing life cycle. What does that suggest? It’s […]

Websites Development

Best Way to Learn Java

Learning Java is easy and fun, no matter what background you have. With this comprehensive guide, you will have all the resources that will help you start your Java journey and master the essential concepts. Java is – Object-oriented programming language Platform independent capable of automatic garbage collection multi-threaded and concurrent Java code runs on […]

Cloud

Microsoft Advances DevOps Agenda

Microsoft, at its online Ignite 2020 conference, has launched a bevy of updates that collectively further adoption of best DevOps practices on the Microsoft cloud platform, including for the first time a preview of an ability to store artifacts created using low-code Power Apps tools on GitHub. In addition, Microsoft announced a preview of an update to Visual Studio […]

Infrastructure & Operator

Mule microservices distributed transaction tracing

With the advent of microservices, the functionalities that used to be bundled together in a single web/mule application are now running on different containers across VMs and at times across datacenters. This presents a huge challenge to trace transactions as they traverse across the container/VM boundaries.    To address this challenge, companies build a custom distributed tracing […]

Websites Development

Creating a Secure REST API in Node.js

Application programming interfaces (APIs) are everywhere. They enable software to communicate with other pieces of software—internal or external—consistently, which is a key ingredient in scalability, not to mention reusability. It’s quite common nowadays for online services to have public-facing APIs. These enable other developers to easily integrate features like social media logins, credit card payments, […]

Websites Development

High-performing Apps with Python – A FastAPI Tutorial

Good programming language frameworks make it easy to produce quality products faster. Great frameworks even make the whole development experience enjoyable. FastAPI is a new Python web framework that’s powerful and enjoyable to use. The following features make FastAPI worth trying: Speed: FastAPI is one of the fastest Python web frameworks. In fact, its speed […]