~/writing
The blog
Indie hacking, testing, Rails & React — field notes from building and shipping software.
~/writing $ filter --tag
total 10
- ▸ -rw-r--r-- archive ~2023-02-02 Simple XLS with Caxlsx gem I needed this gem for one of my projects, I liked the capability and simplicity of it. In this quick tutorial, I will show how you can create a simple XLS te… 1m
- ▸ -rw-r--r-- archive ~2022-10-06 How to add code highlighting to Ruby on Rails For some reason, very obvious tools lie somewhere really far from me and my google search engine logic :). What I mean by that is that sometimes when I reall… 2m
- ▸ -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 ~2021-12-12 Local ENV['SOMETHING'] for Rails App The way I like to keep my local environment in a rails app. You know sometimes we need to keep our config variables locally and the best way(at least to me) … 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 ~2021-02-18 How to set CORS origin in Google App Engine for Ruby Project It took me some time to figure and I can say that there is no way to set CORS origins in google UI. So we will have to install gem inside our API project and… 1m
- ▸ -rw-r--r-- archive ~2020-12-21 Bungie Manifest API. SQLite to Ruby on Rail API. How to build your own Bungie Manifest API from a single sqlite file. I just recently found out that Bungie(the company which developed Destiny Online) happen… 4m
- ▸ -rw-r--r-- archive ~2020-06-25 Useful Links for SDETs. Ruby, RoR, Automation, Selenium. I've started collecting my favorites collection long time ago. Currently I have around 20-30 folders in my fav-nav bar which i constantly use when I need to … 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
