Links tagged with “Tips”
- All (14)
- Entries (7)
- Links (7)
- Photos (0)
Eight tips for getting the most out of your Rails app
Some good tips on optimizing your Rails site. I’m already using a couple of these on this site, but I definitely want to try out the rest of them as well.
Let's make the web faster
Google has a great selection of tips on how to make your website faster. I posted a little while back about several frontend optimizations I’ve made to make my site faster.
Get Your API Right
A great post by Trek Glowacki with 8 tips on creating an API. My favorites are #2 - Use Your Verbs and #4 - Use Your Status Codes. It’s amazing how much simpler an API can be if you integrate basic REST principles, and if you’re using Rails, it’s super easy to do.
Practical Sorcery with irb
Clinton from Viget Labs posted some great ways to extend your ~/.irbrc file. I especially like the auto-indent trick–definitely helps to make irb a lot easier to use.
A Gaggle of Git Tips
Some great tips for working with Git from the team over at Viget
Improve Your jQuery - 25 Excellent Tips
Some really great tips about improving the performance of your jQuery code, as well as some nice tips to be a more efficient coder.
TextMate Productivity Tips
Some great TextMate power tips from Roger Johansson.
