Explore >> Select a destination


You are here

jackharner.com
| | kaspars.net
3.8 parsecs away

Travel
| | Update: Ryan has made this into a plugin -- Code Comments. Add this to your theme's functions.php to allow readers post fragments of code in their comments (wrapped in ...) which are automatically encoded (think of < and <) add_filter('pre_comment_content', 'encode_code_in_comment'); function encode_code_in_comment($source) { $encoded = preg_replace_callback('/(.*?)<\/code>/ims', create_function( '$matches', '$matches[1] = preg_replace( array("/^[\r|\n]+/i", "/[\r|\n]+$/i"), "",...
| | terrygodier.com
3.5 parsecs away

Travel
| | Often, when I'm working on content sites, one of my initial product goals is to increase session depth. Broadly, this means decreasing bounce rates and have visitors read more than one article.Large publishers often call this content recirculation, but their goals are to take visits and push them into higher-value pages for revenue purposes.Since it's a blog without any monetization, my goal on this website is to push visitors into other content and hopefully earn an email opt-in.
| | jessedyck.me
3.0 parsecs away

Travel
| |
| | margint.blog
47.4 parsecs away

Travel
| If you're a senior software engineer or data scientist, you might wonder what the next career step is. Some companies offer an "individual contributor" track, which is called principal, or staff, and that may seem like an attractive alternative to becoming a manager. I have worked in this role both at Zalando and now GetYourGuide,...