Skip to content

Duong's Blog

About technology stuff that piqued my interest

  • English
  • Vietnamese
  • About me

Lưu dữ liệu với định dạng HDF5 bằng h5py

December 15, 2021December 15, 2021 duongnt.bk1 Comment on Lưu dữ liệu với định dạng HDF5 bằng h5py

Đôi khi training data của ta vượt quá dung lượng memory. Định dạng HDF5 cho phép ta đọc dữ liệu từ thiết bị lưu trữ nhanh nhất và hiệu quả nhất có thể.

Python, Vietnamese deep-learning, hdf5, python

Store training data in HDF5 format with h5py

December 14, 2021February 2, 2022 duongnt.bk1 Comment on Store training data in HDF5 format with h5py

Sometimes, our training dataset is too big to fit into memory. The HDF5 format can help us access data from disk as fast and efficiently as possible.

English, Python deep-learning, hdf5, python

Dùng Amazon SQS để kết nối các service – Phần 2

December 5, 2021December 5, 2021 duongnt.bk2 Comments on Dùng Amazon SQS để kết nối các service – Phần 2

Tiếp nối bài trước, hôm nay chúng ta sẽ phân tích một bài toán giả định và xem các sử dụng SQS và message để tích hợp các service.

Vietnamese message queue, sqs

Amazon SQS based services integration – Part two

December 4, 2021December 5, 2021 duongnt.bk2 Comments on Amazon SQS based services integration – Part two

To continue from the last article, today we will explore a hypothetical scenario and see how a SQS-based messaging solution works in practice.

English message queue, sqs

Dùng Amazon SQS để kết nối các service – Phần 1

November 26, 2021March 29, 2022 duongnt.bkLeave a Comment on Dùng Amazon SQS để kết nối các service – Phần 1

Message queue là giải pháp lý tưởng để kết hợp nhiều service. Và Amazon SQS khiến việc sử dụng message queue trở nên dễ dàng hơn.

C#, Vietnamese C#, message queue, sqs

Amazon SQS based services integration – Part one

November 25, 2021March 29, 2022 duongnt.bk1 Comment on Amazon SQS based services integration – Part one

Message queue help us integrate services written in different languages. And Amazon SQS makes working with message queue easy.

C#, English C#, message queue, sqs

Đọc file Numpy bằng C# và NumSharp

November 18, 2021December 6, 2022 duongnt.bk1 Comment on Đọc file Numpy bằng C# và NumSharp

Có nhiều thư viện hỗ trợ tính toán khoa học trong C#. Một trong số đó là NumSharp, một bản port của Numpy. Hôm nay, ta sẽ dùng nó để đọc file Numpy.

C#, Python, Vietnamese C#, numpy, python

How to read Numpy files in C# with NumSharp

November 17, 2021December 6, 2022 duongnt.bk3 Comments on How to read Numpy files in C# with NumSharp

There are many library to support scientific computing in C#. One of them is NumSharp, a port of Numpy in C#. Today, we will use it to read Numpy files.

C#, English, Python C#, numpy, python

Customize OpenAPI Generator with Mustache template

October 31, 2021October 31, 2021 duongnt.bkLeave a Comment on Customize OpenAPI Generator with Mustache template

The OpenAPI Generator tool can help us generating API clients from the OpenAPI Spec. But what if we want to add some modification? Enter the Mustache template.

C#, English api, C#, Mustache, openapi generator

Tùy biến OpenAPI Generator với Mustache template

October 31, 2021October 31, 2021 duongnt.bk1 Comment on Tùy biến OpenAPI Generator với Mustache template

OpenAPI Generator giúp ta sinh code cho API client mà chỉ dựa vào file OpenAPI Spec. Và khi ta cần tùy biến client đó, ta có thể sử dụng Mustache template.

C#, Vietnamese api, C#, Mustache, openapi generator

Posts navigation

Older posts
Newer posts
Copyright © 2025 Duong's Blog All rights reserved. Theme: Flash by ThemeGrill. Powered by WordPress