notes icon indicating copy to clipboard operation
notes copied to clipboard

:pushpin: A collection of notes about Rails, APIs, Servers, Databases, Performance, Design Pattern, Books.

My Notes Collection

Ruby on Rails

  • Redis Cache Store in Rails 5.2
  • Active Job with Sidekiq
  • Fragment Caching

APIs

  • Google Analytics API
  • Google Maps Javascript API
  • Twilio API
  • Twitter API

Performance Optimization Checklist [here]

  • Front-end
  • Back-end
  • Database
  • Server
  • Tools for monitor
  • Tools for measure performance

Refactor

  • Principles
  • Design Patterns
  • Head First Design Patterns Book
  • Refactoring: Improving the Design of Existing Code.pdf

Nginx

  • Overview
  • Caching
  • Passenger with Nginx

Awesome Books

Top 5 Great Books every Developers should Read

  • The Passionate Programmer by Chad Fowler
  • Clean Code by Robert C. Martin
  • Head First Design Patterns by Elisabeth Freeman and Kathy Sierra
  • The Pragmatic Programmer by Andy Hunt and Dave Thomas
  • Soft Skills: The software developer's life manual by John Sonmez

Ruby Books

  • Programming Ruby (2nd Edition)
  • The Ruby Programming Language
  • The Ruby Way
  • AW Eloquent Ruby
  • Metaprogramming Ruby
  • Practical Object-Oriented Design in Ruby
  • Ruby Best Practices
  • Design Patterns in Ruby
  • Ruby Performance Optimization

Ruby on Rails Books

  • Agile Web Development with Rails
  • Rails The Way
  • Manning Rails 3 in Action
  • Rails 5 Revealed
  • APIs on Rails
  • Rails AntiPatterns
  • Advanced Rails
  • Ruby Science
  • Service-Oriented Design with Ruby and Rails

RSpec Books

  • The RSpec Book