Share This
Scroll down

//Technical

How to print a number with commas as thousands separators in JavaScript

function numberWithCommas(x) { return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, “,”); } This is all you really need to know. The regex uses 2 lookahead assertions: a positive one to look for any point in the string that has a multiple of 3 digits in a row after it, and a negative assertion to make sure that point only has..

See more
  • 31 views
  • 0 Comments

Sự khác biệt giữa JDK, JRE và JVM là gì?

Tìm hiểu JDK, JRE và JVM là gì? JVM JVM viết tắt (Java Virtual Machine) nó là tạo ra môi trường máy ảo để thực thi mã java bytecode. JVM có sẵn trong nhiều phần cứng và nền tảng phần mềm. Nó gồm 4 nhiệm vụ chính:            – Load code..

See more
  • 35 views
  • 0 Comments

How to Create CSS3 Speech Bubbles Without Images

Credit: https://www.sitepoint.com/pure-css3-speech-bubbles/ I remember my creating my first image-less speech bubble many years ago. It required a long-winded JavaScript function to inject elements into the DOM, some horrendous CSS, looked fairly awful, and didn’t work well in IE5. CSS3 is starting to change our lives for the better. It’s now possible to create a great..

See more
  • 18 views
  • 0 Comments

List diffirences between Java and C++

List diffirences between Java and C++ Java C++ Java is a true and complete object oriented language. C++ is an extension of C with object oriented behavior. C++ is not a complete object oriented language as that of Java. Java does not provide template classes. C++ offers Template classes. Java supports multiple inheritance using interface…

See more
  • 24 views
  • 0 Comments

How can I make Java print quotes, like “Hello”?

System.out.print(“\”Hello\””); The double quote character has to be escaped with a backslash in a Java string literal. Other characters that need special treatment include: Carriage return and newline: “\r” and “\n” Backslash: “\\” Single quote: “\’” Horizontal tab and form feed: “\t” and “\f”

See more
  • 13 views
  • 0 Comments

PHP isset() vs empty() vs is_null()

Credit: https://techtalk.virendrachandak.com/php-isset-vs-empty-vs-is_null/   PHP has different functions which can be used to test the value of a variable. Three useful functions for this are isset(), empty() and is_null(). All these function return a boolean value. If these functions are not used in correct way they can cause unexpected results. isset() and empty() are often viewed as functions that are opposite,..

See more
  • 30 views
  • 0 Comments

CSS Font-Size: em vs. px vs. pt vs. percent

One of the most confusing aspects of CSS styling is the application of the font-size attribute for text scaling. In CSS, you’re given four different units by which you can measure the size of text as it’s displayed in the web browser. Which of these four units is best suited for the web? It’s a..

See more
  • 28 views
  • 0 Comments

Absolute, Relative, Fixed Positioning: How Do They Differ?

Short answer: Yes, there is one more, “static”, which is the default. Yes, they majorly differ. Each of them is incredibily useful and which you should use of course depends on the desired result. Also, don’t forget about float, which is an important part of positioning. Medium answer: I’m not going to do a “long answer” because there..

See more
  • 30 views
  • 0 Comments

What is Ajax

What is AJAX? AJAX = Asynchronous JavaScript and XML. In short; AJAX is about loading data in the background and display it on the webpage, without reloading the whole page. Examples of applications using AJAX: Gmail, Google Maps, Youtube, and Facebook tabs. You can learn more about AJAX in our AJAX tutorial. What About jQuery and..

See more
  • 24 views
  • 0 Comments

Benefits

SALARY & BONUS POLICY

RiverCrane Vietnam sympathizes staffs' innermost feelings and desires and set up termly salary review policy. Performance evaluation is conducted in June and December and salary change is conducted in January and July every year. Besides, outstanding staffs receive bonus for their achievements periodically (monthly, yearly).

TRAINING IN JAPAN

In order to broaden staffs' view about technologies over the world, RiverCrane Vietnam set up policy to send staffs to Japan for study. Moreover, the engineers can develop their career paths in technical or management fields.

ANNUAL COMPANY TRIP

Not only bringing chances to the staffs for their challenging, Rivercrane Vietnam also excites them with interesting annual trips. Exciting Gala Dinner with team building games will make the members of Rivercrane connected closer.

COMPANY'S EVENTS

Activities such as Team Building, Company Building, Family Building, Summer Holiday, Mid-Autum Festival, etc. will be the moments worthy of remembrance for each individual in the project or the pride when one introduces the company to his or her family, and shares the message "We are One".

INSURANCE

Rivercrane Vietnam ensures social insurance, medical insurance and unemployment insurance for staffs. The company commits to support staffs for any procedures regarding these insurances. In addition, other insurance policies are taken into consideration and under review.

OTHER BENEFITS

Support budget for activities related to education, entertainment and sports. Support fee for purchasing technical books. Support fee for getting engineering or language certificates. Support fee for joining courses regarding technical management. Other supports following company's policy, etc.

RELATED JOBS

© 2012 RiverCrane Vietnam. All rights reserved.

Close