avatar
steve lee
@lmhung
Ruby 程序员。 来自越南
calendar_month
Joined
avatar
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/.
· 1 点赞 · 0 评论
avatar
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...
· 0 点赞 · 0 评论
avatar
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...
· 0 点赞 · 0 评论
avatar
steve lee
· 0 点赞 · 1 评论
avatar
steve lee

Ruby - DIY accessor methods

Ruby does not allow instance variables to be accessed outside of methods for that object.
· 3 点赞 · 0 评论
avatar
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...
· 1 点赞 · 1 评论
avatar
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...
· 0 点赞 · 0 评论
avatar
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...
· 1 点赞 · 2 评论
avatar
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.
· 0 点赞 · 2 评论
avatar
steve lee

Elixir Note - Recursion

Due to immutability, loops in Elixir are written differently from imperative languages. For example, loops commonly look like:
· 0 点赞 · 0 评论
avatar
steve lee

Ruby under Scanner

Recently, I have read the CS paper that compares Ruby and Java.
· 1 点赞 · 1 评论