Skip to content

Instantly share code, notes, and snippets.

View inderps's full-sized avatar
💭
http://singhinther.me/

Inderpal Singh inderps

💭
http://singhinther.me/
View GitHub Profile
diff --git a/billing_address.rb b/billing_address.rb
new file mode 100644
index 0000000..e3ade88
--- /dev/null
+++ b/billing_address.rb
@@ -0,0 +1,13 @@
+class BillingAddress < ActiveRecord::Base
+ belongs_to :profile
+
+ after_initialize :assign_name_if_empty
language en_US
call plug#begin('~/.config/nvim/plugged')
Plug 'sjl/badwolf'
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf.vim'
Plug 'dyng/ctrlsf.vim'
Plug 'editorconfig/editorconfig-vim'
Plug 'tpope/vim-sensible'
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'

Checklist for Design to Development Handoff

[ ] Have you included translations for all the text present in the new design.

[ ] Does the new design automatically fits using responsive grid system for different screen sizes? If it has special cases (like hiding something on mobile etc), Please include the design for respective screen

https://www.youtube.com/watch?v=OnUiHLYZgaA
https://medium.com/@NetflixTechBlog
https://www.nginx.com/category/tech/
https://www.nginx.com/blog/introduction-to-microservices/
https://martinfowler.com/articles/richardsonMaturityModel.html
[{
"team1": "England",
"team2": "Australia"
}]