技術情報

正規表現基礎(2)

今回はさまざまなプログラミング言語やツールで活用できる正規表現の基礎文法を紹介します。
本記事は前回の「正規表現基礎(1)」の続きです。

続きを読む

正規表現基礎(1)

今回はさまざまなプログラミング言語やツールで活用できる正規表現の基礎文法を紹介します。

続きを読む

Useful VS Code extensions for node js

Today, I would like to share about useful VS Code extensions for Node JS. Let’s take a look at the following lists. They are mostly for Node JS and some are generally useful extensions.

1. npm Intellisense

2. ESLint

3. Code Spell Checker

4. Auto Close Tag

5. DotENV

6. Prettier – Code formatter

7. JavaScript (ES6) code snippets

8. Better comments

9. Path Intellisense

10. MarkdownLint

This is all for now. Hope you enjoy that.

By Asahi



Google Chrome gets memory- and power-saving modes

Google Chrome browsers have a weakness on memory systems, especially when multiple tabs are open, but the most popular browser in the world today got an upgrade to optimize both device battery power and memory use.

With Chrome’s latest version on the desktop, Google will present two new performance settings: Saver by memory and saver of energy. When used, Google said Chrome will consume up to 30% less memory and extend the battery from a device when it is running out.

GIF image of the Chrome browser with a zoom in
Credit : Google

They said “We’ll be rolling out both Memory Saver and Energy Saver modes over the next several weeks globally for Windows, macOS and ChromeOS,” Mark Chang, group product manager for Chrome.

When the new features arrive, they will run natively until users choose to turn them off manually or mark “important websites” to make them exempt from Memory Saver.

The features will be available with the release of Chrome 108, globally for Windows, macOS, and ChromeOS in the coming weeks.

Yuuma



flutterでminSdkVersionとtargetSdkVersionを変更する方法

今回はFlutterでAndroidのminSdkVersionとtargetSdkVersionを変更する方法を共有します。

android/app/build.gradleを開きます。そして、以下のコードを見つけます。

defaultConfig {
        minSdkVersion flutter.minSdkVersion
        targetSdkVersion flutter.targetSdkVersion
}
defaultConfig {
        minSdkVersion 16  
        targetSdkVersion 28 
}

minSdkVersionとtargetSdkVersionのところで変更したい値を変更することができます。

金曜担当 – Ami




アプリ関連ニュース

お問い合わせはこちら

お問い合わせ・ご相談はお電話、またはお問い合わせフォームよりお受け付けいたしております。

tel. 06-6454-8833(平日 10:00~17:00)

お問い合わせフォーム