home
首页
login
登录
home
首页
我
login
Sign in
person_add
Sign up
关注
more_vert
link
复制链接
steve lee
@lmhung
Ruby 程序员。 来自越南
calendar_month
March 28, 2022
Joined
2
关注中
3
关注者
rss_feed
steve lee
Concurrency in Ruby: Thread and Fiber
The content of this article is my last tech sharing with my team at https://pixta.vn/.
2024年11月23日 05:42
·
1 点赞
·
0 评论
steve lee
Lambda Calculus: Represent in Clojure and Elixir
Lambda calculus is the main idea behind functional programming, a complete model for computation. There are a lot of documents and course...
2023年10月11日 14:55
·
0 点赞
·
0 评论
steve lee
Clojure - a whirlwind tour
Clojure is a functional, dynamic language, a dialect of Lisp that runs on the JVM. Because it is a functional language, it has some aspec...
2023年09月08日 04:27
·
0 点赞
·
0 评论
steve lee
Active Storage - some techniques
Requirements
2023年07月16日 04:12
·
0 点赞
·
1 评论
steve lee
Ruby - DIY accessor methods
Ruby does not allow instance variables to be accessed outside of methods for that object.
2023年06月04日 12:10
·
3 点赞
·
0 评论
steve lee
Rails helpers tips for writing better view
The dom_id helper takes a string or any object as an argument that can be converted to a dom_id. And it helps us convert an object into a...
2023年05月15日 15:09
·
1 点赞
·
1 评论
steve lee
Azure App Service notes
Prerequisite: On the Azure dashboard, we must create a new app service and resource group that the app service belongs to. For simplicity...
2023年04月13日 16:07
·
0 点赞
·
0 评论
steve lee
Export large file in Rails with Sidekiq
In some systems, you'll have to do something very slow. Maybe you need to export a large dataset to a CSV file, or need to generate a tho...
2023年03月25日 02:24
·
1 点赞
·
2 评论
steve lee
Elixir Note - Concurrency
For example, we have a simple module to fetch the price of a given ticker symbol (or stock symbol) from API and parse the results.
2022年10月01日 14:09
·
0 点赞
·
2 评论
steve lee
Elixir Note - Recursion
Due to immutability, loops in Elixir are written differently from imperative languages. For example, loops commonly look like:
2022年04月20日 14:04
·
0 点赞
·
0 评论
steve lee
Ruby under Scanner
Recently, I have read the CS paper that compares Ruby and Java.
2022年03月29日 15:34
·
1 点赞
·
1 评论