In order to remove fingerprinting, that is the hash value appended to the file name of a compiled asset, be it a
Ruby Threads Are Concurrent, Not Parallel, Thanks To Global Interpreter Lock
This is a concept in Ruby, at least for Ruby 2 before the 2020 Christmas present by Matz and team, where threads
How To Setup Headless Chrome Browser For Rails RSpec Feature Test With Selenium And Capybara
When working on feature tests on a non headless browser, the automated browser will tend to take control over our display and
String Algorithm Problems
Motivation I tend to forget the flow of an algorithm and the reasons for executing certain steps that may be pivotal in
Cron Job, Elastic Beanstalk, Rails Rake
I ran into some issues lately where the the cron job is not running in my Rails deployed on Amazon Elastic Beanstalk.
Natural Sorting With Datatables
The most significant difference between natural sorting and your typical sorting is the order of a string when there are digits involved.
11 Gradual Methods On How To Scale A Database
I used to work in a web shop / app agency and now as a full stack app and web developer. My
How To Use HTML Validation On Flatpickr
My go to date picker JavaScript library is flatpickr. It has a decent UI that can be customized easily, is lightweight, and
How To SSH Into Private Servers Via A Bastion Without Copying SSH Keys
This is a documentation on the the process of accessing the public EC2 instances from a bastion server that is created in
How To Setup And Debug Google App Script
This is a quick start guide on setting up Google App Script and using it in G Suite applications. Mainly, I will
Customize Devise Forgot Password Token In Rails
This is a documentation on how to change the user flow of forgot password using the devise gem. Motivation I often work
Class And Instance Methods in Ruby Metaprogramming
This is my own summary on the class and instance methods in relation to metaprogramming in ruby. Motivation Many articles out there
Integrating reCaptcha V3 With Turbolinks In Rails
Google has published the latest new version of reCaptcha V3 and I had to integrate it into my recent Rails projects. The
Sort Algorithms Cheatsheet
This is a summary of the key features that make up an algorithm. Motivation While it is easy to understand the concept
Connecting MSSQL Database Using Ruby On Rails
This is a documentation on how to connect to a MSSQL database in a Rails application. We will use FreeTDS as the
Data Structures Cheatsheet
This is a concise glossary of the concepts, features and applications of various data structures. Motivation Due to the coronavirus outbreaks, the