<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>Always find what I found</description><title>Finding Tech</title><generator>Tumblr (3.0; @techfindin)</generator><link>http://techfind.in/</link><item><title>HTTPS Everywhere: Secure You Requests</title><description>&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.eff.org/https-everywhere" title="HTTPS Everywhere" target="_blank"&gt;HTTPS Everywhere&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;HTTPS Everywhere is a Firefox and Chrome extension that encrypts your communications with many major websites, making your browsing more secure. Encrypt the web: Install HTTPS Everywhere today. &lt;/p&gt;
&lt;p&gt;HTTPS Everywhere is produced as a collaboration between The Tor Project and the Electronic Frontier Foundation. Many sites on the web offer some limited support for encryption over HTTPS, but make it difficult to use. For instance, they may default to unencrypted HTTP, or fill encrypted pages with links that go back to the unencrypted site. The HTTPS Everywhere extension fixes these problems by using a clever technology to rewrite requests to these sites to HTTPS.&lt;/p&gt;</description><link>http://techfind.in/post/50967146986</link><guid>http://techfind.in/post/50967146986</guid><pubDate>Tue, 21 May 2013 09:50:55 +0530</pubDate><category>https</category><category>web</category><category>security</category><category>privacy</category></item><item><title>Hapi: A Framework that tries to make you smile!</title><description>&lt;p&gt;&lt;strong&gt;&lt;a href="http://spumko.github.io/" title="Hapi" target="_blank"&gt;Hapi&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A rich framework for building web applications and services. hapi is a simple to use configuration-centric framework with built-in support for input validation, caching, authentication, and other essential facilities. hapi enables developers to focus on writing reusable application logic instead of spending time building infrastructure. The framework supports a powerful plugin architecture for pain-free and scalable extensibility.&lt;/p&gt;</description><link>http://techfind.in/post/49916530553</link><guid>http://techfind.in/post/49916530553</guid><pubDate>Wed, 08 May 2013 11:05:25 +0530</pubDate><category>hapi</category><category>nodejs</category><category>walmartlabs</category><category>framework</category><category>web</category></item><item><title>OpsMezzo: Completing Cloud Deployments</title><description>&lt;p&gt;&lt;strong&gt;&lt;a href="http://opsmezzo.com" title="OpsMezzo" target="_blank"&gt;OpsMezzo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;After more than 18 months of work, Nodejitsu announced the release of OpsMezzo at TXJS this week, a complete solution to provisioning, orchestration and configuration management.&lt;/p&gt;
&lt;p&gt;The majority of OpsMezzo is now available as Open-Source. A related Press Release can be found at nodejitsu.com.&lt;/p&gt;
&lt;p&gt;Cloud computing has matured dramatically since Amazon Web Services launched in 2006. A dizzying number of vendors have emerged in the market to solve a wide spectrum of specific problems.&lt;/p&gt;
&lt;p&gt;These products have matured over the years, but they are built on a fundamentally flawed thesis: the parts are more important than the whole. In others words: organizations are on their own to integrate individual products into a complete system. Yes, there is a large amount of source material available through blogs, tutorials, and training, but the manual integration work remains.&lt;/p&gt;
&lt;p&gt;At it&amp;#8217;s core, this means that organizations running in &amp;#8220;the cloud&amp;#8221; are dealing with too many vendors to solve simple problems. Vendors using multiple languages, databases, operating systems and other operational internals. While we live in a polyglot world, the operational calculus of running these multi-vendor systems is challenging to even seasoned professionals.&lt;/p&gt;
&lt;p&gt;At this point you are probably wondering: &amp;#8220;What about PaaS solutions?&amp;#8221; PaaS is great for individuals and organizations who do not have (or do not want to have) an operational competency. This concept of &amp;#8220;NoOps&amp;#8221;, while attractive to some, is also fundamentally flawed:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;    Too simple for larger organizations:&lt;/strong&gt; In order to present users with a set of APIs that are simple enough even for novices massive operational details are hidden. Larger organizations (especially those running their own datacenters) already have an operational competency, so the PaaS abstraction is just too simple.&lt;br/&gt;&lt;strong&gt;    Still too many vendors:&lt;/strong&gt; Heroku pioneered the concept of &amp;#8220;add -ons&amp;#8221; and since then every PaaS company has been quick on their heels to copy that model. This leaves their customers paying too much to too many vendors with little-to-no visibility behind the scenes.&lt;/p&gt;
&lt;p&gt;We saw these problems two years ago in the early days of Nodejitsu and set out to make OpsMezzo a complete solution built entirely on a single platform: Node.js + CouchDB.&lt;/p&gt;
&lt;p&gt;Keep reading to learn more about how OpsMezzo can streamline and simplify your devops workflow. Or if you&amp;#8217;re interested in trying out OpsMezzo in your organization send an email to sales@nodejitsu to get a free evaluation!&lt;strong&gt; &lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;</description><link>http://techfind.in/post/49837282189</link><guid>http://techfind.in/post/49837282189</guid><pubDate>Tue, 07 May 2013 10:56:06 +0530</pubDate><category>Cloud</category><category>Nodejitsu</category><category>Configuration Management</category></item><item><title>OpenTSDB: HBased for Time Series</title><description>&lt;p&gt;&lt;a href="http://opentsdb.net/" title="OpenTSDB" target="_blank"&gt;&lt;strong&gt;OpenTSDB&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;OpenTSDB is a distributed, scalable Time Series Database (TSDB) written on top of HBase. OpenTSDB was written to address a common need: store, index and serve metrics collected from computer systems (network gear, operating systems, applications) at a large scale, and make this data easily accessible and graphable.&lt;/p&gt;
&lt;p&gt;Thanks to HBase&amp;#8217;s scalability, OpenTSDB allows you to collect many thousands of metrics from thousands of hosts and applications, at a high rate (every few seconds). OpenTSDB will never delete or downsample data and can easily store billions of data points. As a matter of fact, StumbleUpon uses it to keep track of hundred of thousands of time series and collects over 1 billion data points per day in their main production datacenter. Other sites such as Box or Tumblr are pushing tens of billions of data points per day.&lt;/p&gt;
&lt;p&gt;Imagine having the ability to quickly plot a graph showing the number of DELETE statements going to your MySQL database along with the number of slow queries and temporary files created, and correlate this with the 99th percentile of your service&amp;#8217;s latency. OpenTSDB makes generating such graphs on the fly a trivial operation, while manipulating millions of data point for very fine grained, real-time monitoring.&lt;/p&gt;</description><link>http://techfind.in/post/48334150552</link><guid>http://techfind.in/post/48334150552</guid><pubDate>Fri, 19 Apr 2013 09:26:31 +0530</pubDate><category>Monitorin</category><category>time series data</category><category>hbase</category></item><item><title>ShellJS: Now all Shell goes Node</title><description>&lt;p&gt;&lt;a href="https://github.com/arturadib/shelljs" title="ShellJS" target="_blank"&gt;&lt;strong&gt;ShellJS&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;ShellJS is a portable (Windows/Linux/OS X) implementation of Unix shell commands on top of the Node.js API. You can use it to eliminate your shell script&amp;#8217;s dependency on Unix while still keeping its familiar and powerful commands. You can also install it globally so you can run it from outside Node projects - say goodbye to those gnarly Bash scripts!&lt;/p&gt;</description><link>http://techfind.in/post/47686974062</link><guid>http://techfind.in/post/47686974062</guid><pubDate>Thu, 11 Apr 2013 12:30:00 +0530</pubDate><category>shelljs</category><category>nodejs</category><category>javascript</category></item><item><title>GitHub Archive is cool project to run Google’s Bigqueries...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/U_LNo_cSc70?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;GitHub Archive is cool project to run Google’s Bigqueries on GitHub repositories.&lt;/p&gt;</description><link>http://techfind.in/post/47176724984</link><guid>http://techfind.in/post/47176724984</guid><pubDate>Fri, 05 Apr 2013 12:21:27 +0530</pubDate><category>github</category><category>google</category><category>github archive</category><category>bigquery</category></item><item><title>Riak CS: Key Value to Storage</title><description>&lt;p&gt;&lt;a href="http://basho.com/riak-cloud-storage/" title="Riak Cloud Storage" target="_blank"&gt;&lt;strong&gt;Riak CS&lt;/strong&gt;&lt;/a&gt; (Cloud Storage) is simple, open source storage software built on top of Riak. It can be used to build public or private clouds, or as reliable storage to power applications and services. It features:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Highly available, fault-tolerant storage&lt;/li&gt;
&lt;li&gt;Large object support and multipart upload&lt;/li&gt;
&lt;li&gt;S3-compatible API and authentication&lt;/li&gt;
&lt;li&gt;Multi-tenancy and per-user reporting&lt;/li&gt;
&lt;li&gt;Simple operational model for adding capacity&lt;/li&gt;
&lt;li&gt;Robust stats for monitoring and metrics&lt;/li&gt;
&lt;/ul&gt;</description><link>http://techfind.in/post/46492753460</link><guid>http://techfind.in/post/46492753460</guid><pubDate>Thu, 28 Mar 2013 13:10:52 +0530</pubDate><category>Riak</category><category>Cloud</category><category>Storage</category></item><item><title>“Save what’s on your mind and remember anything you need...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/UbvkHEDvw-o?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;“Save what’s on your mind and remember anything you need wherever you are. With Google Keep, stay on top of your world by quickly accessing and organizing the information you want. Enter a note with your voice, add a photo, or just type a list. All your notes are instantly saved across your devices.”&lt;/p&gt;</description><link>http://techfind.in/post/46315333440</link><guid>http://techfind.in/post/46315333440</guid><pubDate>Tue, 26 Mar 2013 10:01:07 +0530</pubDate><category>Google</category><category>Keep</category><category>Saving moments</category></item><item><title>Minuum is new way to type on your mobile device. But the buck...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/niV2KCkKmRw?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Minuum is new way to type on your mobile device. But the buck does not store there. Watch this video to see the possibilities. Good luck for the team at Minuum.&lt;/p&gt;</description><link>http://techfind.in/post/46314327984</link><guid>http://techfind.in/post/46314327984</guid><pubDate>Tue, 26 Mar 2013 09:46:13 +0530</pubDate><category>Minuum</category><category>Qwerty</category><category>mobile</category><category>keypad</category></item><item><title>Now move to the tunes of NoSQL!</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/qpK0WAuyOl4?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Now move to the tunes of NoSQL!&lt;/p&gt;</description><link>http://techfind.in/post/45259364587</link><guid>http://techfind.in/post/45259364587</guid><pubDate>Wed, 13 Mar 2013 15:17:45 +0530</pubDate></item><item><title>Gradle: DevOps for Enterprises</title><description>&lt;p&gt;&lt;a href="http://www.gradle.org/" title="Gradle" target="_blank"&gt;&lt;strong&gt;Gradle&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Gradle is build automation evolved. Gradle can automate the building, testing, publishing, deployment and more of software packages or other types of projects such as generated static websites, generated documentation or indeed anything else.&lt;/p&gt;
&lt;p&gt;Gradle combines the power and flexibility of Ant with the dependency management and conventions of Maven into a more effective way to build. Powered by a Groovy DSL and packed with innovation, Gradle provides a declLearn more about what makes Gradle a compelling choice for build automation or get started with Gradle right now.arative way to describe all kinds of builds through sensible defaults. Gradle is quickly becoming the build system of choice for many open source projects, leading edge enterprises and legacy automation challenges.&lt;/p&gt;</description><link>http://techfind.in/post/45250213199</link><guid>http://techfind.in/post/45250213199</guid><pubDate>Wed, 13 Mar 2013 10:40:00 +0530</pubDate><category>Gradle</category><category>automation</category><category>build tool</category><category>deployments</category></item><item><title>Praquet: Takes Hadoop Makes Columnar</title><description>&lt;p&gt;&lt;a href="http://parquet.github.com/" title="Praquet" target="_blank"&gt;&lt;strong&gt;Praquet&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Parquet is a columnar storage format for Hadoop.&lt;/p&gt;
&lt;p&gt;Parquet was created to make the advantages of compressed, efficient columnar data representation available to any project in the Hadoop ecosystem, regardless of the choice of data processing framework, data model, or programming language.&lt;/p&gt;
&lt;p&gt;Parquet is built from the ground up with complex nested data structures in mind, and uses the repetition/definition level approach to encoding such data structures, as popularized by Google Dremel. We believe this approach is superior to simple flattening of nested name spaces.&lt;/p&gt;
&lt;p&gt;Parquet is built to support very efficient compression and encoding schemes. Parquet allows compression schemes to be specified on a per-column level, and is future-proofed to allow adding more encodings as they are invented and implemented. We separate the concepts of encoding and compression, allowing parquet consumers to implement operators that work directly on encoded data without paying decompression and decoding penalty when possible.&lt;/p&gt;</description><link>http://techfind.in/post/45249809368</link><guid>http://techfind.in/post/45249809368</guid><pubDate>Wed, 13 Mar 2013 10:32:51 +0530</pubDate><category>praquet</category><category>hadoop</category><category>columnar</category><category>big data</category></item><item><title>CRIU: Pause and Resume Anything</title><description>&lt;p&gt;&lt;a href="http://criu.org/" title="CRIU" target="_blank"&gt;CRIU&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Welcome to CRIU, a project to implement checkpoint/restore functionality for Linux in userspace.&lt;/p&gt;
&lt;p&gt;Checkpoint/Restore In Userspace, or CRIU, is a software tool for Linux operating system. Using this tool, you can freeze a running application (or part of it) and checkpoint it to a hard drive as a collection of files. You can then use the files to restore and run the application from the point it was frozen at. The distinctive feature of the CRIU project is that it is mainly implemented in user space.&lt;/p&gt;
&lt;p&gt;The project is currently under very active development. CRIU is a sub-project of OpenVZ&lt;/p&gt;</description><link>http://techfind.in/post/45179524971</link><guid>http://techfind.in/post/45179524971</guid><pubDate>Tue, 12 Mar 2013 14:13:25 +0530</pubDate><category>CRIU</category><category>linux</category><category>containers</category><category>openvz</category></item><item><title>Thorax: Another Vertebrate</title><description>&lt;p&gt;&lt;strong&gt;&lt;a href="http://thoraxjs.org" title="Thorax" target="_blank"&gt;Thorax&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;By Ryan Eastridge and Kevin Decker is another Walmart Labs project that brings together Backbone and Handlebars to provide an “opinionated, battle tested framework for building large scale web applications”.&lt;/p&gt;
&lt;p&gt;Thorax has some sugar to help with tasks like data binding and events. Descendants of Thorax.View automatically have their properties mapped to template variables, and binding a model will cause the model’s attributes to be bound. Models and collections can also trigger view events, and events are inheritable.&lt;/p&gt;
&lt;p&gt;Collections can also be rendered using the collection keyword in the template, and the views will stay current as models in the collection change.&lt;/p&gt;
&lt;p&gt;It seems like Thorax fits in with my particular way of working with Backbone, and it looks like it might cut down a lot of the boilerplate I find myself writing so I’m going to give it a go.&lt;/p&gt;</description><link>http://techfind.in/post/44611530436</link><guid>http://techfind.in/post/44611530436</guid><pubDate>Tue, 05 Mar 2013 15:42:34 +0530</pubDate><category>thorax</category><category>backbonejs</category><category>javascript</category><category>web framework</category></item><item><title>Forget-Table: Table with Memory Loss</title><description>&lt;p&gt;&lt;strong&gt;&lt;a href="https://github.com/bitly/forgettable" title="Forget-Table" target="_self"&gt;Forget-Table&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Forget-Table is a database for storing non-stationary categorical distributions that forget old observations responsibly. It has been designed to store millions of distributions and can be written to at a high volume.&lt;/p&gt;
&lt;p&gt;&amp;#8220;Forgetting&amp;#8221; from a distribution is done by simulating a Poisson process with a user-specified rate. This results in equalizing all bins in a distribution such that, if no new observations are added in, the distribution will approach uniform.&lt;/p&gt;</description><link>http://techfind.in/post/42919068299</link><guid>http://techfind.in/post/42919068299</guid><pubDate>Tue, 12 Feb 2013 17:19:15 +0530</pubDate><category>bitly</category><category>database</category><category>forget-table</category></item><item><title>Ribbon: Tying Up Processes Together</title><description>&lt;p&gt;&lt;a href="https://github.com/Netflix/ribbon" title="Ribbon" target="_blank"&gt;&lt;strong&gt;Ribbon&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Ribbon plays an critical role in supporting inter-process communication in the cloud. The library includes the Netflix’ client side load balancers and clients for middle tier services.&lt;/p&gt;
&lt;p&gt;Ribbon provides the following features:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Multiple and pluggable load balancing rules&lt;/li&gt;
&lt;li&gt;Integration with service discovery&lt;/li&gt;
&lt;li&gt;Built-in failure resiliency&lt;/li&gt;
&lt;li&gt;Cloud enabled&lt;/li&gt;
&lt;li&gt;Clients integrated with load balancers&lt;/li&gt;
&lt;li&gt;Archaius configuration driven client factory&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;There are three sub projects:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;ribbon-core: includes load balancer and client interface definitions, common load balancer implementations, integration of client with load balancers and client factory.&lt;/li&gt;
&lt;li&gt;ribbon-eureka: includes load balancer implementations based on Eureka client, which is the library for service registration and discovery.&lt;/li&gt;
&lt;li&gt;ribbon-httpclient: includes the JSR-311 based implementation of REST client integrated with load balancers.&lt;/li&gt;
&lt;/ul&gt;</description><link>http://techfind.in/post/42423258164</link><guid>http://techfind.in/post/42423258164</guid><pubDate>Wed, 06 Feb 2013 17:09:06 +0530</pubDate><category>Ribbon</category><category>IPC</category><category>cloud</category><category>netflix</category></item><item><title>Aegir: Manage Drupal Networks</title><description>&lt;p&gt;&lt;a href="http://www.aegirproject.org/" title="Aegir" target="_blank"&gt;&lt;strong&gt;Aegir&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Aegir hosting system allows developers and site administrators to automate many of the common tasks associated with deploying and managing large websites. Aegir makes it easy to install, upgrade, deploy, and backup an entire network of Drupal sites.&lt;/p&gt;
&lt;p&gt;Recent support for multi-server site deployment and management allows for migrating sites between servers, including large sites spread across multiple web servers.&lt;/p&gt;
&lt;p&gt;Aegir is under active development. You can check out the latest code from Drupal.org&amp;#8217;s provision and hostmaster projects.&lt;/p&gt;</description><link>http://techfind.in/post/41348911940</link><guid>http://techfind.in/post/41348911940</guid><pubDate>Thu, 24 Jan 2013 13:47:57 +0530</pubDate><category>Drupal</category><category>PHP</category><category>Networks</category><category>Provisioning</category><category>deployments</category></item><item><title>Galera: Solving Cluster Headache</title><description>&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.codership.com/content/using-galera-cluster" title="Galera" target="_blank"&gt;Galera&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;MySQL/Galera is synchronous multi-master cluster for MySQL/InnoDB database, having features like:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Synchronous replication&lt;/li&gt;
&lt;li&gt;Active-active multi-master topology&lt;/li&gt;
&lt;li&gt;Read and write to any cluster node&lt;/li&gt;
&lt;li&gt;Automatic membership control, failed nodes drop from the cluster&lt;/li&gt;
&lt;li&gt;Automatic node joining&lt;/li&gt;
&lt;li&gt;True parallel replication, on row level&lt;/li&gt;
&lt;li&gt;Direct client connections, native MySQL look &amp;amp; feel&lt;/li&gt;
&lt;/ul&gt;</description><link>http://techfind.in/post/41091162352</link><guid>http://techfind.in/post/41091162352</guid><pubDate>Mon, 21 Jan 2013 13:52:50 +0530</pubDate><category>Galera</category><category>MySQL</category><category>Clustering</category><category>distributed</category></item><item><title>Janitor Monkey: Part of the Simian Army</title><description>&lt;p&gt;&lt;a href="https://github.com/Netflix/SimianArmy/wiki/Janitor-Home" title="Janitor Monkey" target="_blank"&gt;&lt;strong&gt;Janitor Monkey&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Janitor Monkey is a service which runs in the Amazon Web Services (AWS) cloud looking for unused resources to clean up. The design of Janitor Monkey is flexible enough to allow extending it to work with other cloud providers and cloud resources. The service is configured to run, by default, on non-holiday weekdays at 11 AM. The schedule can be easily re-configured to fit your business&amp;#8217; need.&lt;/p&gt;
&lt;p&gt;Janitor Monkey determines whether a resource should be a cleanup candidate by applying a set of rules on it. If any of the rules determines that the resource is a cleanup candidate, Janitor Monkey marks the resource and schedules a time to clean it up. The design of Janitor Monkey also makes it simple to customize the set of rules or to add new ones.&lt;/p&gt;
&lt;p&gt;Since there can always be exceptions when you want to keep an unused resource longer, before a resource is deleted by Janitor Monkey, the owner of the resource will receive a notification a configurable number of days ahead of the cleanup time. This is to prevent a resource that is still needed from being deleted by Janitor Monkey. The resource owner can then flag the resources that they want to keep as exceptions and Janitor Monkey will leave them alone&lt;/p&gt;</description><link>http://techfind.in/post/40254630147</link><guid>http://techfind.in/post/40254630147</guid><pubDate>Fri, 11 Jan 2013 20:01:59 +0530</pubDate><category>AWS</category><category>Netflix</category><category>java</category></item><item><title>Laravel: PHP Getting Classy</title><description>&lt;p&gt;&lt;a href="http://laravel.com/" title="Laravel" target="_blank"&gt;&lt;strong&gt;Laravel&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Laravel is a clean and classy framework for PHP web development. Freeing you from spaghetti code, Laravel helps you create wonderful applications using simple, expressive syntax. Development should be a creative experience that you enjoy, not something that is painful. Enjoy the fresh air.&lt;/p&gt;</description><link>http://techfind.in/post/40247631985</link><guid>http://techfind.in/post/40247631985</guid><pubDate>Fri, 11 Jan 2013 16:15:42 +0530</pubDate><category>php</category><category>web framework</category></item></channel></rss>
