I have professional experience, contributed to open source, or built side projects with the following technologies:
I am learning:
I have professional experience, contributed to open source, or built side projects with the following technologies:
I am learning:
A Chrome Extension Whatsapp Web Audio Transcriber
JavaScript 2
# Minimal setup for devise + acts_as_tenant + subdomain scope
- Devise subdomain scope has a strategy: https://github.com/heartcombo/devise/wiki/How-to:-Scope-login-to-subdomain
- This setup let users be scoped for subdomain, like SASS clients
# Rails on WSL Network Access
A concise guide for making your Rails/Puma server in WSL accessible from external devices.
# syntax = docker/dockerfile:1
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
ARG RUBY_VERSION=3.2.2
FROM ruby:$RUBY_VERSION-slim as base