~/writing
The blog
Indie hacking, testing, Rails & React — field notes from building and shipping software.
~/writing $ filter --tag
total 6
- ▸ -rw-r--r-- archive ~2022-06-09 How to build Stack in Ruby I've decided to resume my algorithm practicing because I simply keep forgetting it and also it's a lot of fun :). Stack definition from Wiki: In computer sci… 2m
- ▸ -rw-r--r-- archive ~2022-04-10 How to create 2D character for Unity game. In the last couple of months, I have been sketching various game characters trying to find the best fit for my game and realized that if I would spend a bit … 1m
- ▸ -rw-r--r-- archive ~2021-10-14 Render Word Document in Rails Here is a very simple way of rendering embed word/excel document in rails application. What we need for that: A doc or excel document we want to render Acces… 1m
- ▸ -rw-r--r-- archive ~2020-08-24 How to set background-image in Rails This one will be very short. When Sprokets compiling images following won't work on rails production server: body { background-image: url("paper.gif"); } It … 1m
- ▸ -rw-r--r-- archive ~2020-04-27 Adding Contact Form to Rails 5 Quick guide: What needed? Mail-Form gem Mail-Form Home Page SendGrid SendGrid Heroku Steps: 1. Install MailForm. Just edit your Gemfile adding the following:… 2m
- ▸ -rw-r--r-- archive ~2020-02-27 How to add Disqus comments to Ruby On Rails The Disqus for WordPress plugin lets site owners and developers easily add Disqus to their sites, replacing the default WordPress comment system. Disqus inst… 2m
