Posts by luiz filipe neves

@luiz filipe neves

Luiz Filipe

Software Engenier
Joined August 2026
161 Points5 Badges0 Connections0 Followers0 Following

Posts by luiz filipe neves

luiz filipe neves in Articles 1 min read
Easy way that compress files in ruby is using ziphttps://www.rubydoc.info/github/rubyzip/rubyzip/Zip/File lib. Zip::File.open'./compress.zip', create: true do |zip| zip.getoutputstream"./stufftoziped.pdf" do |f| f.puts File.read"./stufftozip.p...
luiz filipe neves in Articles 1 min read
If you want to understand how things work beyond what's under the hood, the first good step is to try to write something from scratch. So, in this post, I will show you how to write a 'hello world' app for the web in pure Ruby. Above, you'll find the...
chevron_left

Latest Jobs

View all jobs →