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

Content Writer Development oDesk Blog Technology Websites Development
10 JavaScript Concepts Every Node.js Developer Must Master

10 JavaScript Concepts Every Node.js Developer Must Master

1. JavaScript Closures: A closure is an inner function that maintains access to its outer function’s scope, even after the outer function has finished executing. This allows for the creation of private variables and Stateful functions. Code Example 2. JavaScript Prototypes: In JavaScript, every function has a prototype property. This property is used to attach […]

Infrastructure & Operator

How would low code be beneficial for an organization?

Who doesn’t want to simplify development today? The manual processes can be automated, and the apps can be made flexible to finish all the tasks with low-code yet reliable development. Low-code development helps create development solutions and software development tools by removing the element of often complex coding. The abstraction thus helps the IT team […]

Websites Development

Everything You Should Know about Comparing Dates in Javascript

Dates are hard, let’s learn how to compare them Working with dates is something developers encounter very often. From creating to storing and processing dates, date manipulation in Javascript has many use cases in application development. In today’s tutorial, we thought to focus on one of them: comparing dates. Javascript’s built-in date object gives us enough functionality […]

Websites Development

Understanding ‘this’ keyword in JavaScript

Learn how the `this` keyword works in JavaScript If you belong to a programming background, you might have come across “this” keyword, multiple times. Every programming language that exists usually contains the concept of “this”, especially the modern programming languages. But the catch here is, different programming languages have slight changes in the definitions for […]