dohungthinhtin's blog

loading..

Yaml for Web Developers

As a Ruby On Rails developer, I bet you’ve seen a lot of .yml files in your project like database.yml(database configuration), en.yml(translate configuration), etc. But let’s face it, do you really know about .yml file??? All the things I know when I start a new rails project are .yml files serve for configuration but not know why using this extension ..

Read more
loading..

Ruby 2.7#tally

Problems? If you’re ruby on rails developer, you might face resolving something like generating a hash from a list with different key and the values are the number that it appears in the list.There are likely several more variants of this, but those are a few of the more common ones you might see around. For example: list.group_by { |v| v.some..

Read more
loading..

Ethereum Series(DAPP)

Hầu hết các ứng dụng trên Internet hiện nay là Centralized. Có nghĩa rằng, các ứng dụng chạy ở dưới người dùng sẽ là client kết nối với một trung tâm server, nơi chịu trách nhiệm, cam kết về service đối với người dùng. Nếu bạn để ý sẽ thấy rằng các websites, hay games đều thuộc sở hữu của một công ty hoặc một cá nhân cụ thể. Các nhà phát triển phần mềm đã..

Read more
loading..

Ethereum Series(Introduction)

Xin chào các bạn, đây là bài blog đầu tiên của mình trong series Ethereum, các kiến thức mà mình nêu ra trong series này sẽ tập trung vào cuốn sách Building BlockChain Projects của tác giả Narayan Prusty. Cuốn sách này đang được bán trên Amazon với giá $7.99. Building BlockChain Projects Giới thiệu sơ qua về cuốn Building BlockChain Projects:Cuốn sách..

Read more
1345