リモート開発メインのソフトウェア開発企業のエンジニアブログです

[Rails] Active Admin で純粋な webpack を使用する際に行ったこと

August 04, 2023

posted by issei_m

皆さん、お久しぶりです。最近新しいプロジェクトで Rails を使っているのですが、そこで採用した Active Admin と、純粋な webpack の連携に少しコツが必要だったので今回はその紹介をします。 Acti ...

続きを読む →

(初心者向け)仕事で Git を使う場合の注意点、コツ等

May 12, 2023

posted by 中の人(管理者)

弊社に入社する人は、実務経験豊富な人もいれば、実務経験が無い人もいます。ただ、実務経験が無い人でも、大半は入社前に学校や独学などでプログラムを勉強していてプログラムの知識は十分な事が多いのですが、そうした人達でも意外と ...

続きを読む →

FirebaseRealtimeDatabaseのJSONデータをFlutterのRestAPIで表示

May 02, 2023

posted by kano

前説 前回 Raspberry piで温度湿度気圧をFirebase Realtime Databaseにデータを格納しました。 このデータをAndroidで表示するためFlutterを使って最低限最新のデータ1つを表示 ...

続きを読む →

Raspberry pi でBME280の値をRealtimeDatabaseに格納してみた

April 26, 2023

posted by kano

検証環境:RaspberryPi3modelB RaspberryPiOSLite(64bit) AE-BME280 前説 最近暑くなってきて室内温度が気になってきたので、温度計を買おうかと思ったのですが、 以前買った温 ...

続きを読む →

Kinesis Data Firehose の PutRecordBatch のリトライ方法

April 18, 2023

posted by issei_m

AWS の Kinesis Data Firehose の PutRecordBatch を使うにあたって、失敗したレコードのリトライに関する日本語の記事があまり多くなかったので今回書いてみました。 使用する言語は Go ...

続きを読む →

【Go言語】Apache Arrowを使ってParquetファイルを書き込む

April 13, 2023

posted by Sakairi

先日、【Go言語】Apache Arrowを使ってParquetファイルを読み込む という記事を書いたのですが、こちらではParquetファイルの書き込みについて簡単に説明しています。 このParquetファイルはなぜか ...

続きを読む →

Vuetify3(Vue3)で指定したIDの箇所までスクロールする

April 07, 2023

posted by kano

・検証環境 Windows11 wsl2 Vuetify3.1.12 vue-scrollto2.20.0 VisualStudioCode Github https://github.com/TKano-Null/te ...

続きを読む →

Vuetify3でメニューバーを押したら画面遷移する方法

April 03, 2023

posted by kano

・検証環境 Windows11 wsl2 npm8.19.3 Vuetify3.1.12 VisualStudioCode Github https://github.com/TKano-Null/test-site1 ...

続きを読む →

【Go言語】Apache Arrowを使ってParquetファイルを読み込む

April 03, 2023

posted by Sakairi

以前、あるシステムのGo言語のバージョンをアップするとともに古くなったParquetの読み込みライブラリも変更しようと話になりました。Go言語のParquetライブラリについて調べると「Apache Arrow」、「xi ...

続きを読む →

How to setup Next.js on Docker?

December 26, 2022

posted by Bunlong

In this article we are going to show you how to setup React in docker container as well as how to setup Node.j ...

続きを読む →

Reduce the Time Taken for the Testing using Jest and CircleCI Parallelism

December 21, 2022

posted by Bunlong

In this article we are going to show you how to reduce the time taken for the testing in our app using Jest an ...

続きを読む →

Test React Custom Hooks with Jest and Testing Library

December 13, 2022

posted by Bunlong

Prerequisite Installation Assume that we already installed Jest, Testing Library and SWR. Custom Hook If you d ...

続きを読む →