Andrzej on Software
Thoughts on software
(Move to ...)
Who am I?
▼
Thursday, April 15, 2010
Greasemonkey as a temporary solution for a rewrite project
›
We are starting a new project for a client. This client has a suite of websites around their main internet product. Our job is to rewrite on...
1 comment:
Thursday, March 4, 2010
Google Spreadsheet as an admin panel for your web app
›
Today, I would like to share a story with you. A story which led us to discover a nice and simple technique for building admin panels. The c...
4 comments:
Friday, October 24, 2008
REST: Some tips and implementing "Forgot your password?"
›
If someone asked me what was the best thing I had learnt over the last 12 months, I would say: REST. I know that the RESTful approach requir...
7 comments:
Monday, July 7, 2008
MVC: How to write controllers
›
I've been working on many projects (web and desktop applications), and I must say that the way MVC is implemented varies a lot . That...
13 comments:
Thursday, June 26, 2008
Git: working with branches
›
The way we work with git is that for every remote pair programming session we create a separate branch. We give it a name after the feature...
2 comments:
Tuesday, June 10, 2008
Andrzej's Rails tips #11
›
Today I'm going to show you two tips, both related to Rails controllers. Use the current_user object whenever you access its data Instea...
Friday, June 6, 2008
Andrzej's Rails tips #10
›
form_for and namespace route When you use a namespace route like the following: map.namespace :admin do |a| a.resources :users end t...
‹
›
Home
View web version