Development & Dev Tools

479 bookmarks
Custom sorting
Singletons And Shared Instances
Singletons And Shared Instances
Given the popularity of the Singleton design pattern, how comes that some developers decry it as an "anti-pattern"? Can it really be that bad? This article explains the rationale of why it can indeed …
·alainschlesser.com·
Singletons And Shared Instances
Full Page Screenshots in Browsers
Full Page Screenshots in Browsers
It can be quite useful to get a "full page" screenshot in a browser. That is, not just the visible area. The visible area is pretty easy to get just by scr
·css-tricks.com·
Full Page Screenshots in Browsers
Web Launch Checklist
Web Launch Checklist
A simple website launch checklist to keep track of the most important enrichment possibilities for a website.
·weblaunchchecklist.com·
Web Launch Checklist
How to Optimize Local Development in 2017
How to Optimize Local Development in 2017
Making changes to your site can be risky. You might break a functionality that would deter potential readers or customers. Every developer should take steps to make sure all changes can be tested befo…
·torquemag.io·
How to Optimize Local Development in 2017
Quick Start
Quick Start
Important You are viewing documentation for Sublimerge 3 which is currently in beta. It may happen that this documentation is not 100% complete and up-to-date. It may also describe features and/or set…
·sublimerge.com·
Quick Start
Diff Checker
Diff Checker
Diff Checker is an online diff tool to compare text to find the difference between two text files
·diffchecker.com·
Diff Checker
WordPress .gitignore
WordPress .gitignore
Originally when I started using Git with my WordPress projects, I checked in all the files (WordPress core, plugins, themes, and even uploads). Over time I’ve found that to be less than ideal. My pref…
·salferrarello.com·
WordPress .gitignore