smashingmagazine.com

If I ruled the world, IE would not be used by people. Since that is not the case, we need...

agileweboperations.com

If you need big synchronization points, e.g. for big marketing campaigns, you might be better off using an iterative development approach. If you want to ensure a continuous flow of...

...features, which are optimized for time to market (cycle time), Kanban might work better for you...

hatfulofhollow.com

In the end, the structure of data is something fundamental that can't be simplified or abstracted away. The ORM...

bokardo.com

But Twitter is not playing at the $1.00 blackjack table. They’re playing at the $1B blackjack table. Forget for...

24ways.org

For a long time on the web, we’ve been typographically spoilt. Yes, you heard me correctly. Think about it...

github.com

Using the Re library, that regular expression can be built incrementaly from smaller, easier to understand expressions.

code.google.com

RESTClient is a Java application to test RESTful webservices. It can be used to test variety of HTTP communications.

github.com

Ambitious Query Indexer is a Rails plugin to identify database indexes that are missing. Rather than looking at tables and...

eis-blog.ucsc.edu

Rule engines are commonly used in enterprise-level companies to decide things like how much your car insurance premium will...

alfajango.com

It occurred to me that many Rails/Passenger/Apache applications may have caching set up in a way that it appears to...

css-tricks.com

The most popular option should be checked. If choosing nothing is valid, then a radio group isn’t a good...

teddziuba.com

...everything needs to be rewritten all the time. As a corollary, web startup engineers believe that there is no problem but scalability, and architecture is its solution. And thus, the...

hacks.mozilla.org

We’re making changes to how :visited works in Firefox. We’re not sure what release this will be part...

gem-session.com

If we want mobile applications to stay around as a sustainable business, we need to be more honest about the...

playthisthing.com

...marketplace structure. It's like watching a character from Alice in Wonderland attempt to beat Kurt Godel at a game of chess by trying to change the rules faster than...

stevenrbaker.com

Though we ended up switching to what I consider to be a technically superior product based on simplicity, we arrived...

stackoverflow.com

Because javascript has something called "Hoisting" which makes your code do things it doesn't look like it should be...

debian-administration.org

The FUSE project allows you to create filesystems in userspace - which means you can create a filesystem without having to...

hagenburger.net

Lemonade’s goal as a sprite generator is to be incredible easy to use, so you’ll use ist for...

positech.co.uk

It turned out this guy was Mark Rein from Epic, although he seemed to assume everyone within earshot knew exactly...

successfulsoftware.net

The first thing I need to say, right off the bat: Chinese users will not buy your software. Period. That...

rspec.info

RSpec let's you chain a matcher with .or. The expectation will then pass if at least one matcher matches...

Accessing other repositories in Gitlab CI is not straight forward, since the access rights of the current pipeline might not...

The Rails secret_token must be unique for each application and any instance of it. If not, someone could exploit...