Monthly Archive: November 2023

0

Thiết kế trong Figma

Là một người đam mê hệ thống thiết kế và là người yêu thích Figma, tôi đã phát triển một phương pháp để tạo ra các hệ thống thiết kế một cách dễ dàng...

0

53 Rust Questions

Rust questions #1. What is Rust? Rust is a general-purpose memory-safe high-performance systems programming language. It enables developers to write correct and maintainable code. Rust can also compile programs for different architectures and systems,...

0

Distributed systems

Introduction I wanted a text that would bring together the ideas behind many of the more recent distributed systems – systems such as Amazon’s Dynamo, Google’s BigTable and MapReduce, Apache’s Hadoop and so on....

0

Kiến trúc Spring

Kiến trúc Spring được tổ chức theo kiểu module. Mặc dù số lượng các gói và các lớp là khá nhiều, nhưng bạn chỉ cần quan tâm đến những gì bạn cần để đáp ứng...

0

The 30 Best Python Libraries and Packages

Python Packages are a set of python modules, while python libraries are a group of python functions aimed to carry out special tasks. However, in this article, we are going to discuss both the libraries and the...

0

Java Spring

Spring là gì? Spring là một framework mã nguồn mở, dựa trên Java. Nó hỗ trợ các developer Java tạo ra các ứng dụng web có hiệu ứng năng tốt, dễ test Spring có...

0

Concurrency trong Go

1. Introduction Concurrency được coi là một trong những tính năng hấp dẫn nhất của Go để tận dụng năng lực xử lý của CPU. Concurrency gần giống với Thread, trong Go thì việc...