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
Rails select helper with default selected option disabled and prompt
This is a documentation once and for all on how to render a select tag in rails view with a disabled option
Handling DOM Elements From link_to remote: true Callback
This is a documentation of how to handle the response from a link_to remote: true API call and manipulate the DOM with
AWS Lamba and API Gateway Integration With Terraform To Collect Emails
This is a documentation on creating a service that collects emails. It runs on serverless technology utilizing AWS lambda and API Gateway.
How To Restrict File Search In Sublime Based On Project
This is a documentation on how to restrict text search to within specific directories per project you are working on in Sublime.
Setup Bootstrap In Rails 6 With Webpacker For Development And Production
This is a documentation on how to setup Bootstrap 4 in Rails 6 using Webpacker. As the framework shifts away from sprockets
JWT With Refresh Token Using Devise And Doorkeeper Without Authorization
This is a documentation on setting up the authentication system of a rails project in a primarily API environment. Rails is essentially
How To Setup A Standard AWS VPC With Terraform
This is a documentation on how to setup the standard virtual private network (VPC) in AWS with the basic security configurations using
How To Add Datatables To Webpacker In Rails
This is a documentation of using datatables with the latest version of Rails (6.0 at the time of writing) that uses webpacker as
Why Is Render JSON And Return Not Working In My Controllers
Recently, I stumbled upon on an unexpected error when i was refactoring my code to follow the style guide of rubocop, Ruby
Reopen And Add Methods To Models In Ruby Gems
This is a documentation on how to add class and instance methods to models that exist in ruby gems. Often, there is
How To Change Or Add New SSH Key for EC2
This is a documentation of how to change or add new ssh key for your EC2 instance if you lost, and maybe
Implementing Eslint In Sublime With Airbnb Style Guide
This is a documentation on how to setup eslinting on sublime text editor, bootstrapped with using the style guide set up by