ニュース

First, the most significant feature of arrow functions is that they do not bind their own this, but inherit the this value from the outer scope. At first glance, this may seem like an advantage, but ...
JNI allows the use of function libraries made in languages such as C, C++, VB from Java applications. The advantage of JNI is that you don't need to write the calling function definition in Java. This ...
米Googleはこのほど、Google Cloud FunctionsでJava 11のサポートをベータ版として開始したことを発表しました。 Google Cloud Functionsは、いわゆるサーバレスコンピューティングをGoogle Cloudで提供するサービスです。 あらかじめサーバをプロビジョニングしておく必要 ...
こんにちは、さとうなおきです。「週刊アジュール」では、先週の1週間に発表されたMicrosoft Azureの新機能から、筆者の独断と偏見で選んだトピックについて紹介していきます。 Azure Virtual Machines:秒単位より優れた課金体系 先週、Azure Virtual Machinesの課金 ...
The Dilemma of Context Binding One of the most notable features of arrow functions is that they do not bind their own this; instead, they inherit the this value from the outer scope. This can simplify ...
こんにちは、さとうなおきです。今回の「週刊アジュール」では、2019年2月24日~2019年3月2日の1週間に発表されたMicrosoft Azureの新機能から、筆者の独断と偏見で選んだトピックについて紹介していきます。 Azure Availability Zones:米国東部リージョンでGA Azure ...
Community driven content discussing all aspects of software development from DevOps to design patterns. It’s easy to remove duplicates from a list in Java. There are a variety of functions in Java ...