webdev
Coding Horror: The Eternal Lorem Ipsum
46 minutes ago by jarday
The ultimate compilation of novelty Lorem Ipsum sites
loremipsum
text
webdev
46 minutes ago by jarday
SpahQL - A query language for Javascript objects
2 hours ago by jaumeb
Javascript doesn’t make dealing with structured data easy at all. Even when you’re working with data you control, you’re having to put filthy, nasty null checks and do-while descent loops everywhere. When the data is out of your control, such as data pulled from some external JSON(P) API, the problem can become more severe.
javascript
json
base-dades
programacio
scripts
webdev
2 hours ago by jaumeb
Caching Tutorial for Web Authors and Webmasters
3 hours ago by thijsniks
A Web cache sits between one or more Web servers (also known as origin servers) and a client or many clients, and watches requests come by, saving copies of the responses — like HTML pages, images and files (collectively known as representations) — for itself. Then, if there is another request for the same URL, it can use the response that it has, instead of asking the origin server for it again.
cache
webdev
tutorial
3 hours ago by thijsniks
50 Twitter Tools and Tutorials For Designers and Developers | Smashing Magazine
5 hours ago by davecake
collection of twitter dev resources
twitter
webdev
development
5 hours ago by davecake
A prayer to the programming gods « All Unkept
7 hours ago by genieyclo
O gods of software development and operations, I have sinned.
Your anger falls on me, and I feel your wrath.
The web site I have inherited has no unit tests.
It has no deployment script, and no README.
Or database migration tool.
It makes no use of virtualenv or requirements.txt or buildout,
nor has any description of dependencies.
It has most of the VCS history missing.
Source dependencies are in random folders,
clearly checked out from private SVN clones of
proprietary and open source projects,
but forked at unknown date with no history.
And I cry, “Why me?”
Have I not used a fabfile for projects I have started?
Have I not included a setup.py for my open source apps?
Have I not written helpful docs, or at least a README.rst?
Have I not written correct commit messages, with carefully
constructed patches that didn't mix features and fixes?
Are the projects I hand on not covered by automated tests,
at least for the critical functions?
But then I consider the sins of my youth,
and I confess: You are just.
django
webdev
bestpractices
python
poems
hilarious
golden:django
Your anger falls on me, and I feel your wrath.
The web site I have inherited has no unit tests.
It has no deployment script, and no README.
Or database migration tool.
It makes no use of virtualenv or requirements.txt or buildout,
nor has any description of dependencies.
It has most of the VCS history missing.
Source dependencies are in random folders,
clearly checked out from private SVN clones of
proprietary and open source projects,
but forked at unknown date with no history.
And I cry, “Why me?”
Have I not used a fabfile for projects I have started?
Have I not included a setup.py for my open source apps?
Have I not written helpful docs, or at least a README.rst?
Have I not written correct commit messages, with carefully
constructed patches that didn't mix features and fixes?
Are the projects I hand on not covered by automated tests,
at least for the critical functions?
But then I consider the sins of my youth,
and I confess: You are just.
7 hours ago by genieyclo