非同期処理は、タスクの完了を待つことなく多くのタスクをプログラム上で実行することができる強力なツールです。例えば、Webサーバーのリクエスト処理やファイルの読み書きなど、I/Oバウンドタスクの効率的な処理に非常に有用です。
この記事では、Rust公式の「Asynchronous Programming in…
Server-Side Rendering (SSR) is a data rendering method in which web pages are rendered on the server rather than in the client’s browser…
Not a instruction or guideline ! No fancy or big words ! This blog post will be very simple and straightforward. This is a day in life of me as a Japanese Bilingual Engineer in Goalist Vietnam.
前回の記事(テスト大事ですよ~と単体テストについて)の続きです。技術的な内容ではないので、エンジニアにとってはつまらないかもしれないですが。重要じゃない工程はないのですが、テストは品質と直結していて評価につながっていく、本当にだいじな工程だと思うので。要件と仕様のギャップの発見、システムが期待通りに動作しユーザーが満足する品質であるか、の確認を行うために、とくに結合テストが重要になると思います。テストをしないエンジニアにとっても、機能や画面の目的、機能間の目的を意識することは大切です。
前回に引き続きDockerから更に発展してkubernetesを学んでいるので、学んだことをつれづれなるまゝに自分の整理の為にも綴っておこうと思います。
前回はこちら
見習いインフラエンジニアがkubernetesを本気で勉強してみている話 その3デプロイメント編Deployment — Goalist Blog — Medium
In this post, we will take a look into HTTP request method and data type. With request method you…
As we are familiar with the HTTP protocol, which is designed to transfer information between networked devices using a request-response model. Now, Let’s explore how WebSocket and Socket.IO provide more efficient real-time communication alternatives.
Recently, I read Chapter 7 of “達人に学ぶDB設計 徹底指南書” and found it extremely educational. To reinforce my understanding, I decided to summarize the bad practices covered in the…