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

Infrastructure & Operator

Broadcom Extends AIOps Platform Reach

Broadcom today extended the reach of its artificial intelligence for IT operations (AIOps) platform to provide full-stack observability via integrations with 15 third-party data sources including Dynatrace, Datadog, AppDynamics, PagerDuty, Splunk, ServiceNow, SolarWinds and Microsoft Systems Center Operations Manager. In addition, Version 2.0 of AIOps from Broadcom now captures data at the chip level to […]

Database

To Accelerate Digital Transformation, Accelerate Data Transformation

Successful digital transformations are not possible without successful data transformation. After all, it’s data—and the ability to analyze that data—about an organization’s customers, employees, infrastructure, market dynamics, supply chain, business-technology systems and more that make digital transformation possible. However, last year Gartner said that “information as an asset” is still in its infancy. “Data and analytics are […]

Cloud

Security Group (SG) and Network Access Control List (NACL) configurations for Elastic Kubernetes Service (EKS)

I was looking for firewall good practices for an EKS cluster. I easily found AWS recommendations about Security Groups (SG) but I had trouble finding some for Network Access Control List (NACLs). I realized it is not so easy to derive NACL configuration from an SG configuration if you do not understand some core concepts. In […]

Infrastructure & Operator

Securely Streamline Code Signing for DevOps and DevSecOps

Introducing code-signing provides security within the application, but teams should take care to understand and implement the process effectively Digital certificate management, with hundreds or thousands of certificates required to support IT infrastructure, can easily lead to degradation of application integrity and unnecessary risk to the business. The cumbersome nature of siloed teams manually managing […]

Cloud

The Cloud Act: what are the issues, debates and confusion?

Cybersecurity is becoming an increasingly important issue for companies and individuals. The Cloud Act has given rise to various debates and confusion regarding the access of American authorities to data located abroad, by American service providers for example. Let’s clear this up together. What is the Cloud Act? On March 23, 2018, thirty years after the Stored Communications […]

Mobile App

Make OTP view on iOS

Almost every app now uses a phone number for Login/ SignUp. So now you want to add OTP verification to your app. And it seems pretty easy, right? Just add 5 UITextFields, Add handlers, Manage next responders, Manage backspace/ delete button, Manage color change, Show keyboard, Hide keyboard, Concat all strings. After all, this change […]

Websites Development

PHP Cheat Sheet

Variable Handling Functions   Variables in PHP are containers for storing data.  A variable name is preceded with a $ sign.  It must start with a variable or an underscore. A variable cannot be started with a number. A variable can only contain alphanumeric characters. Variables are case-sensitive. $Result and $result are treated as two different […]