<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel>
    <title>Alex Tatiyants</title>
    <link>https://tatiyants.com</link>
    <description>Records, paintings, writing, a podcast,and software.</description>
    <language>en-us</language>
    <item>
      <title>How To Navigate JSON Trees in Postgres using Recursive CTEs</title>
      <link>https://tatiyants.com/how-to-navigate-json-trees-in-postgres-using-recursive-ctes/</link>
      <guid isPermaLink="true">https://tatiyants.com/how-to-navigate-json-trees-in-postgres-using-recursive-ctes/</guid>
      <description>Tutorial on using Postgres recursive Common Table Expressions (CTEs) to navigate a JSON tree structure.</description>
      <pubDate>Thu, 09 Feb 2017 15:24:55 GMT</pubDate>
    </item>
    <item>
      <title>Postgres Query Plan Visualization</title>
      <link>https://tatiyants.com/postgres-query-plan-visualization/</link>
      <guid isPermaLink="true">https://tatiyants.com/postgres-query-plan-visualization/</guid>
      <description>Postgres Explain Visualizer (Pev) is a tool I wrote to make EXPLAIN output easier to grok. It creates a graphical representation of the query plan.</description>
      <pubDate>Tue, 19 Jan 2016 14:51:21 GMT</pubDate>
    </item>
    <item>
      <title>How to Automatically Back up Photos from Android to Mac for Free</title>
      <link>https://tatiyants.com/how-to-automatically-back-up-photos-from-android-to-mac-for-free/</link>
      <guid isPermaLink="true">https://tatiyants.com/how-to-automatically-back-up-photos-from-android-to-mac-for-free/</guid>
      <description>If you’d like to automatically download pics and videos from your Android phone to your Mac, this post is for you. All you need is a free Dropbox account and some elbow grease.</description>
      <pubDate>Mon, 04 Aug 2014 14:20:59 GMT</pubDate>
    </item>
    <item>
      <title>How to Customize JFree Charts</title>
      <link>https://tatiyants.com/how-to-customize-jfree-charts/</link>
      <guid isPermaLink="true">https://tatiyants.com/how-to-customize-jfree-charts/</guid>
      <description>In this tutorial, I’ll explain how to customize JFree charts to look clean and modern.</description>
      <pubDate>Thu, 31 Jul 2014 23:08:37 GMT</pubDate>
    </item>
    <item>
      <title>A Second Look at Facebook’s React</title>
      <link>https://tatiyants.com/a-second-look-at-facebooks-react/</link>
      <guid isPermaLink="true">https://tatiyants.com/a-second-look-at-facebooks-react/</guid>
      <description>React is a very impressive library for developing fast, component-based UIs. That said, it’s not a full framework and will likely require additional libraries in order to build large apps.</description>
      <pubDate>Tue, 27 May 2014 17:31:48 GMT</pubDate>
    </item>
    <item>
      <title>Groking Angular: Dependency Injection and Testing</title>
      <link>https://tatiyants.com/groking-angular-dependency-injection-and-testing/</link>
      <guid isPermaLink="true">https://tatiyants.com/groking-angular-dependency-injection-and-testing/</guid>
      <description>Although Angular’s syntax for Dependency Injection is sometimes difficult to understand, it’s actually quite straight forward to use for testing.</description>
      <pubDate>Mon, 19 May 2014 13:42:59 GMT</pubDate>
    </item>
    <item>
      <title>How and When to Use Various GORM Querying Options</title>
      <link>https://tatiyants.com/how-and-when-to-use-various-gorm-querying-options/</link>
      <guid isPermaLink="true">https://tatiyants.com/how-and-when-to-use-various-gorm-querying-options/</guid>
      <description>Grails GORM supports five increasingly powerful querying mechanisms: 1) dynamic finders, 2) where clauses, 3) criteria, 4) HQL, and 5) SQL.</description>
      <pubDate>Mon, 28 Apr 2014 14:30:45 GMT</pubDate>
    </item>
    <item>
      <title>How to Configure IntelliJ IDEA For Angular JS Testing</title>
      <link>https://tatiyants.com/how-to-configure-intellij-idea-for-angular-js-testing/</link>
      <guid isPermaLink="true">https://tatiyants.com/how-to-configure-intellij-idea-for-angular-js-testing/</guid>
      <description>Here’s a simple guide on how to configure IntelliJ IDEA to use Karma/Jasmine to run Angular tests</description>
      <pubDate>Thu, 03 Apr 2014 14:55:22 GMT</pubDate>
    </item>
    <item>
      <title>A Rating System For Free Apps</title>
      <link>https://tatiyants.com/a-rating-system-for-free-apps/</link>
      <guid isPermaLink="true">https://tatiyants.com/a-rating-system-for-free-apps/</guid>
      <description>Every time I install a new free app, I wonder about exactly how its creators intend to make money. Am I going to see a bunch of ads? Are they going to sell me something? Are they going to sell me to someone?</description>
      <pubDate>Mon, 31 Mar 2014 13:45:06 GMT</pubDate>
    </item>
    <item>
      <title>How to Write a Children’s Book</title>
      <link>https://tatiyants.com/how-to-write-a-childrens-book/</link>
      <guid isPermaLink="true">https://tatiyants.com/how-to-write-a-childrens-book/</guid>
      <description>As a parent, I read a lot of children’s books. Each time I pick up one of these literary masterpieces, I can’t help but stare at amazement at the words in front of me. It’s hard to believe that such a delightful work of art was…</description>
      <pubDate>Mon, 17 Mar 2014 14:48:10 GMT</pubDate>
    </item>
    <item>
      <title>Online Commenter Types</title>
      <link>https://tatiyants.com/online-commenter-types-2/</link>
      <guid isPermaLink="true">https://tatiyants.com/online-commenter-types-2/</guid>
      <description>There are many, many people online who like to comment on things. A few are lucid, most are harmless, but some are… Well, let’s just say “not very nice”.</description>
      <pubDate>Thu, 06 Mar 2014 15:52:02 GMT</pubDate>
    </item>
    <item>
      <title>Designers vs. Bootstrap</title>
      <link>https://tatiyants.com/designers-vs-bootstrap/</link>
      <guid isPermaLink="true">https://tatiyants.com/designers-vs-bootstrap/</guid>
      <description>Although some web designers are opposed to using front-end frameworks like Bootstrap, I respectfully disagree.</description>
      <pubDate>Mon, 03 Mar 2014 16:47:36 GMT</pubDate>
    </item>
    <item>
      <title>The Microsoft Tax</title>
      <link>https://tatiyants.com/the-microsoft-tax/</link>
      <guid isPermaLink="true">https://tatiyants.com/the-microsoft-tax/</guid>
      <description>Microsoft’s recent embrace of open-source software does not eliminate the cost you pay if you decide to embrace its stack.</description>
      <pubDate>Mon, 24 Feb 2014 15:23:48 GMT</pubDate>
    </item>
    <item>
      <title>Startup Defaults</title>
      <link>https://tatiyants.com/startup-defaults/</link>
      <guid isPermaLink="true">https://tatiyants.com/startup-defaults/</guid>
      <description>Setting up infrastructure for a new startup is easier than ever with a set of products like Google Apps and AWS.</description>
      <pubDate>Sun, 16 Feb 2014 23:17:56 GMT</pubDate>
    </item>
    <item>
      <title>How to Build a Cheap Treadmill Desk</title>
      <link>https://tatiyants.com/how-to-build-a-cheap-treadmill-desk/</link>
      <guid isPermaLink="true">https://tatiyants.com/how-to-build-a-cheap-treadmill-desk/</guid>
      <description>Treadmill desks are becoming quite popular among the sitterati. A few months ago, spurred by a combination of back problems and the chorus of “sitting will kill you” articles, I decided to build one.</description>
      <pubDate>Sun, 06 Oct 2013 23:01:32 GMT</pubDate>
    </item>
    <item>
      <title>Management Anti-Patterns on Product Teams</title>
      <link>https://tatiyants.com/management-anti-patterns-on-product-teams/</link>
      <guid isPermaLink="true">https://tatiyants.com/management-anti-patterns-on-product-teams/</guid>
      <description>There are many ways to structure management of product teams. Some of those management roles are vital, while others can be really problematic.</description>
      <pubDate>Fri, 26 Jul 2013 15:37:00 GMT</pubDate>
    </item>
    <item>
      <title>Are Single Page Apps Bad?</title>
      <link>https://tatiyants.com/are-single-page-apps-bad/</link>
      <guid isPermaLink="true">https://tatiyants.com/are-single-page-apps-bad/</guid>
      <description>Though Single Page Apps (SPAs) are quickly becoming the conventional wisdom when it comes to building rich web applications, a recent alternative has emerged: Resource Oriented Client Architecture (ROCA).</description>
      <pubDate>Mon, 01 Jul 2013 16:23:59 GMT</pubDate>
    </item>
    <item>
      <title>Introducing Platen: Markdown WordPress Editor</title>
      <link>https://tatiyants.com/introducing-platen-markdown-wordpress-editor-2/</link>
      <guid isPermaLink="true">https://tatiyants.com/introducing-platen-markdown-wordpress-editor-2/</guid>
      <description>Today I want to tell you about a piece of software I’ve been building for the last few weeks. It’s called Platen and it’s a Markdown WordPress Editor distributed as a Chrome packaged app.</description>
      <pubDate>Mon, 10 Jun 2013 13:54:31 GMT</pubDate>
    </item>
    <item>
      <title>Podio:  Custom Business Processes Done Right</title>
      <link>https://tatiyants.com/podio-custom-business-processes-done-right/</link>
      <guid isPermaLink="true">https://tatiyants.com/podio-custom-business-processes-done-right/</guid>
      <description>Every now and then I run across what I call forehead-slapping software. You know, the kind of software that makes you slap your forehead and exclaim “This is so simple, yet so awesome. Why didn’t I think of it first?!”. In this post…</description>
      <pubDate>Tue, 26 Mar 2013 20:11:52 GMT</pubDate>
    </item>
    <item>
      <title>Using OAuth to Protect Internal REST API</title>
      <link>https://tatiyants.com/using-oauth-to-protect-internal-rest-api/</link>
      <guid isPermaLink="true">https://tatiyants.com/using-oauth-to-protect-internal-rest-api/</guid>
      <description>You should use OAuth 2.0 client credentials flow to secure REST APIs used in your web application.</description>
      <pubDate>Mon, 18 Mar 2013 13:38:13 GMT</pubDate>
    </item>
    <item>
      <title>Tests Prevent Code Rot</title>
      <link>https://tatiyants.com/tests-prevent-rot/</link>
      <guid isPermaLink="true">https://tatiyants.com/tests-prevent-rot/</guid>
      <description>Tests help safely refactor your code base in order to prevent inevitable code rot.</description>
      <pubDate>Fri, 08 Mar 2013 16:39:53 GMT</pubDate>
    </item>
    <item>
      <title>My Startup Story</title>
      <link>https://tatiyants.com/my-startup-story/</link>
      <guid isPermaLink="true">https://tatiyants.com/my-startup-story/</guid>
      <description>The Lean Startup movement has inspired many budding entrepreneurs to build great companies which solve real problems. It has been responsible for many stories of entrepreneurial passion, dedication, and ultimate success. This is one…</description>
      <pubDate>Fri, 01 Mar 2013 15:58:27 GMT</pubDate>
    </item>
    <item>
      <title>Continuous Delivery For the Enterprise</title>
      <link>https://tatiyants.com/continuous-delivery-for-the-enterprise/</link>
      <guid isPermaLink="true">https://tatiyants.com/continuous-delivery-for-the-enterprise/</guid>
      <description>What if you work in a place that doesn’t need to do A/B testing of the latest feature set and isn’t driven by competition to deliver a new capability every other week? What if you work for the dreaded “Enterprise”? Should you still do…</description>
      <pubDate>Fri, 22 Feb 2013 17:12:41 GMT</pubDate>
    </item>
    <item>
      <title>RESTful Web Applications Are Good For You</title>
      <link>https://tatiyants.com/restful-web-applications-are-good-for-you/</link>
      <guid isPermaLink="true">https://tatiyants.com/restful-web-applications-are-good-for-you/</guid>
      <description>There’s been some discussion in web development circles recently about whether RESTful (a.k.a Client MVC, a.k.a. Single page) web applications are a good idea. Or, more accurately, whether they’re a better idea than just serving up…</description>
      <pubDate>Fri, 15 Feb 2013 20:32:28 GMT</pubDate>
    </item>
    <item>
      <title>How Capable Is Your Technology Team?</title>
      <link>https://tatiyants.com/capabilities-of-a-technology-team/</link>
      <guid isPermaLink="true">https://tatiyants.com/capabilities-of-a-technology-team/</guid>
      <description>Do you know how capable your technology team is? How do you assess its capabilities? What do you look for?</description>
      <pubDate>Fri, 08 Feb 2013 17:41:20 GMT</pubDate>
    </item>
    <item>
      <title>The One Million Dollar Team</title>
      <link>https://tatiyants.com/how-much-does-a-development-team-cost-per-year/</link>
      <guid isPermaLink="true">https://tatiyants.com/how-much-does-a-development-team-cost-per-year/</guid>
      <description>I was curious about how much an optimally sized, fully self-sufficient, highly talented software development team would cost. So, I decided to collect some data and find out. It turns out that such a team in Los Angeles costs a bit…</description>
      <pubDate>Mon, 04 Feb 2013 15:36:19 GMT</pubDate>
    </item>
    <item>
      <title>Minimum Viable Development Team</title>
      <link>https://tatiyants.com/minimum-viable-development-team/</link>
      <guid isPermaLink="true">https://tatiyants.com/minimum-viable-development-team/</guid>
      <description>Imagine that you’re tasked with recruiting a development team to build a new product. What would that team look like? How big would it be? Who would be on it?</description>
      <pubDate>Thu, 31 Jan 2013 20:46:03 GMT</pubDate>
    </item>
    <item>
      <title>You Can’t Teach Height</title>
      <link>https://tatiyants.com/you-cant-teach-height/</link>
      <guid isPermaLink="true">https://tatiyants.com/you-cant-teach-height/</guid>
      <description>There is an old saying in basketball that you can’t teach height. For most basketball positions, having a few inches on your competition helps, sometimes a lot. Being a natural athlete helps too. So, basketball GMs try to draft the…</description>
      <pubDate>Fri, 18 Jan 2013 18:23:42 GMT</pubDate>
    </item>
    <item>
      <title>My 2012 in Blogging</title>
      <link>https://tatiyants.com/my-2012-in-blogging/</link>
      <guid isPermaLink="true">https://tatiyants.com/my-2012-in-blogging/</guid>
      <description>With 2012 coming to a close, I wanted to take a moment to review another year in blogging.</description>
      <pubDate>Fri, 28 Dec 2012 22:39:06 GMT</pubDate>
    </item>
    <item>
      <title>Unused Geek Humor Headlines</title>
      <link>https://tatiyants.com/unused-geek-humor-headlines/</link>
      <guid isPermaLink="true">https://tatiyants.com/unused-geek-humor-headlines/</guid>
      <description>One of my favorite things to do is write satirical articles on various technology topics. Quite often, the first thing I come up with is a funny headline. Then, through the magic of non-procrastination, some of those headlines get…</description>
      <pubDate>Tue, 18 Dec 2012 23:01:31 GMT</pubDate>
    </item>
    <item>
      <title>Logitech Keyboard for iPad</title>
      <link>https://tatiyants.com/logitech-keyboard-for-ipad/</link>
      <guid isPermaLink="true">https://tatiyants.com/logitech-keyboard-for-ipad/</guid>
      <description>Ever since I got my 1st gen iPad two years ago, I’ve been trying to figure out ways to use it for writing. More specifically, I’ve been looking for a good keyboard.</description>
      <pubDate>Mon, 17 Dec 2012 00:35:36 GMT</pubDate>
    </item>
    <item>
      <title>How to Create a Bar Chart Archive Widget In WordPress</title>
      <link>https://tatiyants.com/how-to-create-a-bar-chart-archive-widget-in-wordpress/</link>
      <guid isPermaLink="true">https://tatiyants.com/how-to-create-a-bar-chart-archive-widget-in-wordpress/</guid>
      <description>Each time I redesign my blog, I try to implement some cool, visually interesting feature. This time around, I decided to build a widget to display post archives, styled to look like a vertical bar chart.</description>
      <pubDate>Mon, 03 Dec 2012 02:24:23 GMT</pubDate>
    </item>
    <item>
      <title>How To Use HTML5 Data-* Attributes with JQuery and Selenium</title>
      <link>https://tatiyants.com/how-to-use-html5-data-attributes-with-jquery-and-selenium/</link>
      <guid isPermaLink="true">https://tatiyants.com/how-to-use-html5-data-attributes-with-jquery-and-selenium/</guid>
      <description>I recently wrote a post about when it’s appropriate to use CSS classes. In it, I made the case that HTML5 Data-* attributes can be used instead of CSS classes to identify elements on a page. In this post, I’ll describe exactly how to…</description>
      <pubDate>Mon, 12 Nov 2012 15:14:12 GMT</pubDate>
    </item>
    <item>
      <title>Compass or Twitter Bootstrap? Why Not Both</title>
      <link>https://tatiyants.com/compass-or-twitter-bootstrap-why-not-both/</link>
      <guid isPermaLink="true">https://tatiyants.com/compass-or-twitter-bootstrap-why-not-both/</guid>
      <description>Compass and Twitter Bootstrap are two excellent web development frameworks built on top of CSS pre-processors (Sass and LESS respectively). Both can be very useful even though the approaches they take are rather different.</description>
      <pubDate>Sun, 11 Nov 2012 22:31:41 GMT</pubDate>
    </item>
    <item>
      <title>Multiple Uses of CSS Classes</title>
      <link>https://tatiyants.com/multiple-uses-of-css-classes/</link>
      <guid isPermaLink="true">https://tatiyants.com/multiple-uses-of-css-classes/</guid>
      <description>CSS classes can serve multiple purposes when building web pages, which sometimes leads to ambiguity. In fact, this ambiguity is often the cause of arguments over when it’s appropriate to use CSS classes.</description>
      <pubDate>Sat, 10 Nov 2012 18:49:32 GMT</pubDate>
    </item>
    <item>
      <title>Low Information Developer</title>
      <link>https://tatiyants.com/low-information-developer/</link>
      <guid isPermaLink="true">https://tatiyants.com/low-information-developer/</guid>
      <description>One of my favorite euphemisms of this political season is Low Information Voter. It describes a person who lacks a basic understanding of the issues, yet stills feels compelled to vote. I like the term so much that I felt compelled to…</description>
      <pubDate>Tue, 06 Nov 2012 23:20:42 GMT</pubDate>
    </item>
    <item>
      <title>How to Use JSON Objects With Twitter Bootstrap Typeahead</title>
      <link>https://tatiyants.com/how-to-use-json-objects-with-twitter-bootstrap-typeahead/</link>
      <guid isPermaLink="true">https://tatiyants.com/how-to-use-json-objects-with-twitter-bootstrap-typeahead/</guid>
      <description>Twitter’s Bootstrap is all the rage these days, and for good reason. It’s chock full of aesthetically pleasing, easily customizable styles and useful widgets. Among the latter you’ll typeahead, a widget for auto-suggesting possible…</description>
      <pubDate>Mon, 05 Nov 2012 03:29:55 GMT</pubDate>
    </item>
    <item>
      <title>How to Generate an XSLT Transform Using Groovy StreamingMarkupBuilder</title>
      <link>https://tatiyants.com/how-to-generate-xslt-using-groovy-streamingmarkupbuilder/</link>
      <guid isPermaLink="true">https://tatiyants.com/how-to-generate-xslt-using-groovy-streamingmarkupbuilder/</guid>
      <description>Groovy and XSLT are two great options for working with XML. While both have their uses, I was curious about combining them to generate an XSLT transform with a Groovy script. It turns out that doing this is pretty straight forward,…</description>
      <pubDate>Wed, 03 Oct 2012 14:36:10 GMT</pubDate>
    </item>
    <item>
      <title>A Sermon from the Church of RESTafarianism</title>
      <link>https://tatiyants.com/a-sermon-from-the-church-of-restafarianism/</link>
      <guid isPermaLink="true">https://tatiyants.com/a-sermon-from-the-church-of-restafarianism/</guid>
      <description>Brothers and Sisters, I’ve come here today to preach the word of the mighty RESTa as revealed to us by the Great Profit Fielding, blessed be his dissertation.</description>
      <pubDate>Fri, 14 Sep 2012 15:44:53 GMT</pubDate>
    </item>
    <item>
      <title>Impact of Continuous Delivery Beyond Engineering</title>
      <link>https://tatiyants.com/impact-of-continuous-delivery-beyond-engineering/</link>
      <guid isPermaLink="true">https://tatiyants.com/impact-of-continuous-delivery-beyond-engineering/</guid>
      <description>As the practice of Continuous Delivery enters the mainstream of software development, it’s important to understand its impact on every aspect of building and releasing software products from software engineering to quality assurance,…</description>
      <pubDate>Wed, 05 Sep 2012 22:20:30 GMT</pubDate>
    </item>
    <item>
      <title>How Not to Motivate People: Ukrainian Edition</title>
      <link>https://tatiyants.com/how-not-to-motivate-people-ukrainian-edition/</link>
      <guid isPermaLink="true">https://tatiyants.com/how-not-to-motivate-people-ukrainian-edition/</guid>
      <description>I recently ran across a fascinating letter sent by the CEO of a small Ukranian consulting company to his employees.</description>
      <pubDate>Mon, 27 Aug 2012 14:27:05 GMT</pubDate>
    </item>
    <item>
      <title>XML Transformation Performance: Groovy vs XSLT</title>
      <link>https://tatiyants.com/xml-transformation-performance-groovy-vs-xslt/</link>
      <guid isPermaLink="true">https://tatiyants.com/xml-transformation-performance-groovy-vs-xslt/</guid>
      <description>There’s a good variety of options available for transforming xml. In addition to the standards (XSLT and XQuery), Groovy has excellent XML manipulation support with MarkupBuilders and XMLSlurpers. I wanted to know how XSLT and Groovy…</description>
      <pubDate>Sat, 18 Aug 2012 23:54:01 GMT</pubDate>
    </item>
    <item>
      <title>Jenkins Build Monitor</title>
      <link>https://tatiyants.com/jenkins-build-monitor/</link>
      <guid isPermaLink="true">https://tatiyants.com/jenkins-build-monitor/</guid>
      <description>We use and really like Jenkins for our Continuous Integration. It’s been around forever and has lots of capabilities as a result. Yet in spite of its maturity, Jenkins lacks a really great build monitor. So we decided to make one.</description>
      <pubDate>Tue, 14 Aug 2012 14:36:02 GMT</pubDate>
    </item>
    <item>
      <title>Strong Passwords With LastPass</title>
      <link>https://tatiyants.com/strong-passwords-with-lastpass/</link>
      <guid isPermaLink="true">https://tatiyants.com/strong-passwords-with-lastpass/</guid>
      <description>Major password leaks are unfortunately becoming all too common. Each time a new batch of passwords becomes public knowledge, security experts pipe up with recommendations which basically boil down to two things: 1) don’t share…</description>
      <pubDate>Mon, 23 Jul 2012 14:44:58 GMT</pubDate>
    </item>
    <item>
      <title>Is a Social Intranet Useful for Technology Teams?</title>
      <link>https://tatiyants.com/is-a-social-intranet-useful-for-technology-teams/</link>
      <guid isPermaLink="true">https://tatiyants.com/is-a-social-intranet-useful-for-technology-teams/</guid>
      <description>Our technology team been forever searching for a good way to capture knowledge (things like discussions, ideas, tips &amp; tricks, technical documentation, etc). Seems simple, yet a good system to capture all this knowledge proved to be…</description>
      <pubDate>Mon, 16 Jul 2012 17:54:13 GMT</pubDate>
    </item>
    <item>
      <title>Why is it So Hard to Give Negative Feedback?</title>
      <link>https://tatiyants.com/why-is-it-so-hard-to-give-negative-feedback/</link>
      <guid isPermaLink="true">https://tatiyants.com/why-is-it-so-hard-to-give-negative-feedback/</guid>
      <description>People often say that a good indicator of a healthy team is the willingness of its members to give feedback (and vice versa). Let’s parse this out.</description>
      <pubDate>Fri, 13 Jul 2012 16:06:41 GMT</pubDate>
    </item>
    <item>
      <title>IntelliJ IDEA Dark Theme</title>
      <link>https://tatiyants.com/intellij-idea-dark-theme/</link>
      <guid isPermaLink="true">https://tatiyants.com/intellij-idea-dark-theme/</guid>
      <description>For whatever reason, dark IDE themes are all the rage these days. Somewhat surprisingly, there aren’t a lot of great options available for IntelliJ IDEA. So, I decided to make one.</description>
      <pubDate>Sun, 01 Jul 2012 22:38:05 GMT</pubDate>
    </item>
    <item>
      <title>Goodbye Original iPad</title>
      <link>https://tatiyants.com/goodbye-original-ipad/</link>
      <guid isPermaLink="true">https://tatiyants.com/goodbye-original-ipad/</guid>
      <description>Yesterday, Apple announced a new version of its iOS operating system. It’s got a plethora of features and some are actually pretty interesting. In fact, as an iPhone user, I’m kinda looking forward to it. However, as an iPad user, I’m…</description>
      <pubDate>Tue, 12 Jun 2012 14:55:38 GMT</pubDate>
    </item>
    <item>
      <title>Facebook Launches Google Ad Campaign to Raise Stock Price</title>
      <link>https://tatiyants.com/facebook-launches-google-ad-campaign-to-raise-stock-price/</link>
      <guid isPermaLink="true">https://tatiyants.com/facebook-launches-google-ad-campaign-to-raise-stock-price/</guid>
      <description>BREAKING NEWS: In an effort to increase public awareness of its recent IPO, Facebook has just announced a massive advertising campaign using Google’s AdWords platform</description>
      <pubDate>Tue, 22 May 2012 15:29:45 GMT</pubDate>
    </item>
    <item>
      <title>Prove Me Right</title>
      <link>https://tatiyants.com/prove-me-right/</link>
      <guid isPermaLink="true">https://tatiyants.com/prove-me-right/</guid>
      <description>Do you frequently find yourself arguing with people who are more informed and/or smarter than you? Prove Me Right’s unique service can help!</description>
      <pubDate>Fri, 11 May 2012 15:00:37 GMT</pubDate>
    </item>
    <item>
      <title>Getting DRY With Sass</title>
      <link>https://tatiyants.com/getting-dry-with-sass/</link>
      <guid isPermaLink="true">https://tatiyants.com/getting-dry-with-sass/</guid>
      <description>Sass is a language / framework which compiles down to CSS. The thing I like most about Sass is how it helps you apply the DRY principle to your style sheets. If you use it well, you can drastically cut down “copy-and-paste” code and…</description>
      <pubDate>Tue, 08 May 2012 15:25:50 GMT</pubDate>
    </item>
    <item>
      <title>Code Review Gone Bad</title>
      <link>https://tatiyants.com/code-review-gone-bad/</link>
      <guid isPermaLink="true">https://tatiyants.com/code-review-gone-bad/</guid>
      <description>“Hi Mike, I just wanted to once again apologize for yesterday’s code review. I said and did some things I’m not very proud of…”</description>
      <pubDate>Tue, 24 Apr 2012 15:08:53 GMT</pubDate>
    </item>
    <item>
      <title>XML Databases</title>
      <link>https://tatiyants.com/xml-databases/</link>
      <guid isPermaLink="true">https://tatiyants.com/xml-databases/</guid>
      <description>JSON-oriented document stores like Mongo and Couch have really become the darlings of the web application crowd. Of course, JSON (or BSON) isn’t the only game in town. When it comes to document store formats, the other white meat if…</description>
      <pubDate>Fri, 20 Apr 2012 19:23:15 GMT</pubDate>
    </item>
    <item>
      <title>How to Use WordPress Custom Post Types to Add Events to Your Site</title>
      <link>https://tatiyants.com/how-to-use-wordpress-custom-post-types-to-add-events-to-your-site/</link>
      <guid isPermaLink="true">https://tatiyants.com/how-to-use-wordpress-custom-post-types-to-add-events-to-your-site/</guid>
      <description>One of the more interesting (and useful) features in WordPress is custom post types. As the name suggests, WordPress allows you to define your own post types which are treated just like existing ones (i.e. Posts and Pages).</description>
      <pubDate>Mon, 16 Apr 2012 16:01:11 GMT</pubDate>
    </item>
    <item>
      <title>How to Get IE8 to Support HTML5 Tags and Web Fonts</title>
      <link>https://tatiyants.com/how-to-get-ie8-to-support-html5-tags-and-web-fonts/</link>
      <guid isPermaLink="true">https://tatiyants.com/how-to-get-ie8-to-support-html5-tags-and-web-fonts/</guid>
      <description>Though support for modern standards is limited in IE8, it’s not impossible. Here’s how to add support for HTML5 elements and web fonts.</description>
      <pubDate>Fri, 13 Apr 2012 20:02:28 GMT</pubDate>
    </item>
    <item>
      <title>How to Debug in IE on a Mac</title>
      <link>https://tatiyants.com/how-to-debug-in-ie-on-a-mac/</link>
      <guid isPermaLink="true">https://tatiyants.com/how-to-debug-in-ie-on-a-mac/</guid>
      <description>Here’s how to configure a Mac to debug web sites in IE</description>
      <pubDate>Tue, 10 Apr 2012 15:05:57 GMT</pubDate>
    </item>
    <item>
      <title>Leaving Solution Land</title>
      <link>https://tatiyants.com/leaving-solution-land/</link>
      <guid isPermaLink="true">https://tatiyants.com/leaving-solution-land/</guid>
      <description>Most devs are naturally inclined to start finding solutions as soon as we hear a problem stated. Yet no matter how satisfying it may be to immediately board the bus to Solution Land, it is always worth it to take a moment and ask…</description>
      <pubDate>Fri, 23 Mar 2012 15:26:05 GMT</pubDate>
    </item>
    <item>
      <title>Building vs. Learning on Agile Teams</title>
      <link>https://tatiyants.com/building-vs-learning-on-agile-teams/</link>
      <guid isPermaLink="true">https://tatiyants.com/building-vs-learning-on-agile-teams/</guid>
      <description>Though agile methodologies are optimized for delivery, sometimes a different approach is required. Hypothesis testing from the Lean Startup movement gives us such an approach.</description>
      <pubDate>Fri, 16 Mar 2012 15:26:01 GMT</pubDate>
    </item>
    <item>
      <title>You Can Have My Link Juice</title>
      <link>https://tatiyants.com/you-can-have-my-link-juice/</link>
      <guid isPermaLink="true">https://tatiyants.com/you-can-have-my-link-juice/</guid>
      <description>I’ve been looking into SEO recently and ran into a interesting nugget of functionality called rel=”nofollow”. Though I’ve heard about it before, I never fully appreciated its implications until now.</description>
      <pubDate>Sun, 11 Mar 2012 20:06:19 GMT</pubDate>
    </item>
    <item>
      <title>Things I Wish I Knew as a Comp Sci Student</title>
      <link>https://tatiyants.com/things-i-wish-i-knew-as-a-comp-sci-student/</link>
      <guid isPermaLink="true">https://tatiyants.com/things-i-wish-i-knew-as-a-comp-sci-student/</guid>
      <description>I would guess that most CS students don’t know what they need to pay attention to. After all, there are millions of ideas competing for their attention and they all seem equally important. But they’re not.</description>
      <pubDate>Thu, 08 Mar 2012 15:24:29 GMT</pubDate>
    </item>
    <item>
      <title>Dysfunctional Programming 101</title>
      <link>https://tatiyants.com/dysfunctional-programming-101/</link>
      <guid isPermaLink="true">https://tatiyants.com/dysfunctional-programming-101/</guid>
      <description>Functional programming has been all the rage lately, yet surprisingly few have heard about an intriguing alternative known as Dysfunctional (or FUctional) programming.</description>
      <pubDate>Mon, 05 Mar 2012 15:40:57 GMT</pubDate>
    </item>
    <item>
      <title>Newly Discovered Nostradamus Works Predict Technology Breakthroughs</title>
      <link>https://tatiyants.com/newly-discovered-nostradamus-works-predict-technology-breakthroughs/</link>
      <guid isPermaLink="true">https://tatiyants.com/newly-discovered-nostradamus-works-predict-technology-breakthroughs/</guid>
      <description>BREAKING NEWS – A previously unknown book of quatrains by Nostradamus appears to predict key breakthroughs in the field of information technology.</description>
      <pubDate>Tue, 28 Feb 2012 04:08:00 GMT</pubDate>
    </item>
    <item>
      <title>Lipstick on a Pig is Not UX</title>
      <link>https://tatiyants.com/lipstick-on-a-pig-is-not-ux/</link>
      <guid isPermaLink="true">https://tatiyants.com/lipstick-on-a-pig-is-not-ux/</guid>
      <description>Microsoft’s new Visual Studio attempts to “engender the impression that VS feels lighter and less complex”. In other words, instead of radically rethinking what a great development experience would be like, they focused on obfuscating…</description>
      <pubDate>Fri, 24 Feb 2012 16:17:36 GMT</pubDate>
    </item>
    <item>
      <title>“DevOps is Ruining My Craft”</title>
      <link>https://tatiyants.com/devops-is-ruining-my-craft/</link>
      <guid isPermaLink="true">https://tatiyants.com/devops-is-ruining-my-craft/</guid>
      <description>Below is an excerpt from an interview with a disenfranchised systems administrator. All identifies have been kept anonymous to protect the innocent.</description>
      <pubDate>Wed, 22 Feb 2012 23:56:23 GMT</pubDate>
    </item>
    <item>
      <title>An Interview With Yours Truly</title>
      <link>https://tatiyants.com/an-interview-with-yours-truly/</link>
      <guid isPermaLink="true">https://tatiyants.com/an-interview-with-yours-truly/</guid>
      <description>For some reason, the good people at the Code Project asked me to do an interview. I did and you can read the results here.</description>
      <pubDate>Fri, 17 Feb 2012 04:03:38 GMT</pubDate>
    </item>
    <item>
      <title>Good Devs Don’t Like Magic</title>
      <link>https://tatiyants.com/good-devs-dont-like-magic/</link>
      <guid isPermaLink="true">https://tatiyants.com/good-devs-dont-like-magic/</guid>
      <description>Solutions of the “magical” variety go out of their way to hide (obfuscate?) the underlying implementation. They present the developer with a Faustian bargain: I’ll make it easy for you to get things done so long as you don’t question…</description>
      <pubDate>Sat, 11 Feb 2012 21:46:15 GMT</pubDate>
    </item>
    <item>
      <title>Why I Redesigned My Blog</title>
      <link>https://tatiyants.com/why-i-redesigned-my-blog/</link>
      <guid isPermaLink="true">https://tatiyants.com/why-i-redesigned-my-blog/</guid>
      <description>I redesigned my blog recently to improve readability, create a nicer home page, organize content better, make it easier to gain Twitter followers, and make the whole thing look nicer.</description>
      <pubDate>Thu, 09 Feb 2012 04:22:39 GMT</pubDate>
    </item>
    <item>
      <title>My Most Spammed Posts</title>
      <link>https://tatiyants.com/my-most-spammed-posts/</link>
      <guid isPermaLink="true">https://tatiyants.com/my-most-spammed-posts/</guid>
      <description>Since I had so much fun writing about comment spam before, I just had to do it again. This time, I thought it would be interesting to see which posts were the most popular with spammers. The results might surprise you.</description>
      <pubDate>Sat, 04 Feb 2012 05:29:26 GMT</pubDate>
    </item>
    <item>
      <title>Creating a WordPress Theme</title>
      <link>https://tatiyants.com/creating-a-wordpress-theme/</link>
      <guid isPermaLink="true">https://tatiyants.com/creating-a-wordpress-theme/</guid>
      <description>I’ve known for some time that WordPress is an excellent blogging platform. It’s both easy to get started with and infinitely tweak-able. As it turns out, WordPress is also a great platform to develop themes for.</description>
      <pubDate>Tue, 31 Jan 2012 05:15:44 GMT</pubDate>
    </item>
    <item>
      <title>Goodbye to Paid TV – One year later</title>
      <link>https://tatiyants.com/goodbye-to-paid-tv-one-year-later/</link>
      <guid isPermaLink="true">https://tatiyants.com/goodbye-to-paid-tv-one-year-later/</guid>
      <description>About a year ago we finally decided to cancel our expensive satellite service and switch entirely to online streaming. So, what have I learned from this experience? Let’s go to the video stream.</description>
      <pubDate>Sat, 21 Jan 2012 21:36:32 GMT</pubDate>
    </item>
    <item>
      <title>Congress to Vote on Another Technical Debt Ceiling Extension</title>
      <link>https://tatiyants.com/congress-to-vote-on-another-technical-debt-ceiling-extension/</link>
      <guid isPermaLink="true">https://tatiyants.com/congress-to-vote-on-another-technical-debt-ceiling-extension/</guid>
      <description>WASHINGTON D.C. – Yet another fight over our nation’s technical debt in underway in Washington. Obama administration will soon request an increase of 1.2 trillion to a limit which currently stands at 15.194 trillion man hours.</description>
      <pubDate>Tue, 10 Jan 2012 16:06:52 GMT</pubDate>
    </item>
    <item>
      <title>New Virus Reinstalls IE6 on Infected Machines</title>
      <link>https://tatiyants.com/new-virus-reinstalls-ie6-on-infected-machines/</link>
      <guid isPermaLink="true">https://tatiyants.com/new-virus-reinstalls-ie6-on-infected-machines/</guid>
      <description>A new computer virus called KaBlueE is spreading havoc around the internet by re-installing IE6 on infected machines. The timing of this pandemic is especially devastating in light of the fact that IE6 usage has finally dropped below…</description>
      <pubDate>Thu, 05 Jan 2012 19:11:06 GMT</pubDate>
    </item>
    <item>
      <title>On Parenting</title>
      <link>https://tatiyants.com/on-parenting/</link>
      <guid isPermaLink="true">https://tatiyants.com/on-parenting/</guid>
      <description>When I was younger, I used to like to tell people that kids ruin lives. I did it in part to get a rise out of them (because righteous yet unfounded indignation is often amusing). But I also meant it literally: once you have kids, your…</description>
      <pubDate>Tue, 27 Dec 2011 22:27:06 GMT</pubDate>
    </item>
    <item>
      <title>GoDaddy Also Withdraws Support For Syria, Red Light Cameras, and Justin Bieber</title>
      <link>https://tatiyants.com/godaddy-also-withdraws-support-for-syria-red-light-cameras-and-justin-bieber/</link>
      <guid isPermaLink="true">https://tatiyants.com/godaddy-also-withdraws-support-for-syria-red-light-cameras-and-justin-bieber/</guid>
      <description>GoDaddy, a leading domain registrar and internet piranha announced that it is withdrawing support for Syria, red light cameras, and Justin Bieber.</description>
      <pubDate>Fri, 23 Dec 2011 22:27:34 GMT</pubDate>
    </item>
    <item>
      <title>Things I Learned About Blogging</title>
      <link>https://tatiyants.com/things-i-learned-about-blogging/</link>
      <guid isPermaLink="true">https://tatiyants.com/things-i-learned-about-blogging/</guid>
      <description>When first I started blogging about a year ago, my primary concern was to “not get lazy and stop writing”. Yet, somewhat surprisingly (and in spite of my strong natural tendency to “kick back”), I continued writing all through the year.</description>
      <pubDate>Fri, 23 Dec 2011 01:27:54 GMT</pubDate>
    </item>
    <item>
      <title>Dell Announces New Line of Touchless Tablets</title>
      <link>https://tatiyants.com/dell-announces-new-line-of-touchless-tablets/</link>
      <guid isPermaLink="true">https://tatiyants.com/dell-announces-new-line-of-touchless-tablets/</guid>
      <description>BREAKING NEWS: Dell is going to re-enter the tablet market with a new line of touchless tablets. From the announcement: “Our new Prespiron line of touchless tablets represents a level of innovation previously unseen in tablet computing.</description>
      <pubDate>Thu, 08 Dec 2011 00:08:25 GMT</pubDate>
    </item>
    <item>
      <title>Guilt Driven Development</title>
      <link>https://tatiyants.com/guilt-driven-development/</link>
      <guid isPermaLink="true">https://tatiyants.com/guilt-driven-development/</guid>
      <description>Do you want to use Test Driven Development in your daily work but lack the necessary motivation? Do you have the nagging feeling that TDD could use more nagging to make you get things done? If this describes you, then you should…</description>
      <pubDate>Tue, 29 Nov 2011 23:54:45 GMT</pubDate>
    </item>
    <item>
      <title>Apple to Revolutionize Driving with Siri Powered iCar</title>
      <link>https://tatiyants.com/apple-to-revolutionize-driving-with-siri-powered-icar/</link>
      <guid isPermaLink="true">https://tatiyants.com/apple-to-revolutionize-driving-with-siri-powered-icar/</guid>
      <description>Hot on the heels of the iPhone 4S and a rumored TV, Apple is apparently building a car powered by its revolutionary Siri technology</description>
      <pubDate>Tue, 22 Nov 2011 00:09:22 GMT</pubDate>
    </item>
    <item>
      <title>NoSQL No More: Let’s double down with MoreSQL</title>
      <link>https://tatiyants.com/nosql-no-more-lets-double-down-with-moresql/</link>
      <guid isPermaLink="true">https://tatiyants.com/nosql-no-more-lets-double-down-with-moresql/</guid>
      <description>For far too long now I have sat idly by as the NoSQL movement spread across our industry. The time has come to stand up to the scourge of NoSQL. Today, I am calling on developers everywhere to join a new movement dedicated to bringing…</description>
      <pubDate>Tue, 15 Nov 2011 00:29:17 GMT</pubDate>
    </item>
    <item>
      <title>Google Introduces A New Language to Replace English</title>
      <link>https://tatiyants.com/google-introduces-a-new-language-to-replace-english/</link>
      <guid isPermaLink="true">https://tatiyants.com/google-introduces-a-new-language-to-replace-english/</guid>
      <description>BREAKING NEWS: Google just announced a brand new language called Zoom aimed to replace English. Here’s a quote from the official announcement: “With Go, we were able to create a better C++. With Dart, we re-imagined JavaScript. With…</description>
      <pubDate>Tue, 08 Nov 2011 00:12:09 GMT</pubDate>
    </item>
    <item>
      <title>A Social Developer</title>
      <link>https://tatiyants.com/a-social-developer/</link>
      <guid isPermaLink="true">https://tatiyants.com/a-social-developer/</guid>
      <description>I met a student recently who was looking for a software engineering internship. As I often do in these situations, I asked him to describe a cool project he worked on. He trembled slightly, adjusted his thick-rimmed glasses, and began…</description>
      <pubDate>Fri, 04 Nov 2011 23:32:31 GMT</pubDate>
    </item>
    <item>
      <title>Introducing JS.js</title>
      <link>https://tatiyants.com/introducing-js-js/</link>
      <guid isPermaLink="true">https://tatiyants.com/introducing-js-js/</guid>
      <description>Do you ever wish that you could write awesome client side code while using a familiar syntax? Do you want to leverage powerful concepts like closures and prototypical inheritance? How about using 3rd party libraries without conflicts?…</description>
      <pubDate>Mon, 31 Oct 2011 23:06:17 GMT</pubDate>
    </item>
    <item>
      <title>My Favorite WordPress Plugins</title>
      <link>https://tatiyants.com/my-favorite-wordpress-plugins/</link>
      <guid isPermaLink="true">https://tatiyants.com/my-favorite-wordpress-plugins/</guid>
      <description>One of the things that makes Wordpress a great blogging platform is the plethora of available plugins. Here’s a small selection of my favorites.</description>
      <pubDate>Fri, 28 Oct 2011 23:26:20 GMT</pubDate>
    </item>
    <item>
      <title>Corrections</title>
      <link>https://tatiyants.com/corrections/</link>
      <guid isPermaLink="true">https://tatiyants.com/corrections/</guid>
      <description>In the spirit of responsible blogging, I would like to correct a few mistakes I made in some recent posts.</description>
      <pubDate>Fri, 21 Oct 2011 22:50:42 GMT</pubDate>
    </item>
    <item>
      <title>Developer Tribes</title>
      <link>https://tatiyants.com/developer-tribes/</link>
      <guid isPermaLink="true">https://tatiyants.com/developer-tribes/</guid>
      <description>I recently finished an interesting book called Tribal Leadership. The book is full of insights about how people behave in groups and what it takes to lead them.</description>
      <pubDate>Wed, 19 Oct 2011 23:40:03 GMT</pubDate>
    </item>
    <item>
      <title>Tracking Your RSS Feeds</title>
      <link>https://tatiyants.com/tracking-your-rss-feeds/</link>
      <guid isPermaLink="true">https://tatiyants.com/tracking-your-rss-feeds/</guid>
      <description>As a blogger, I’m always curious about my (precious few) readers. I want to know who they are, what they find interesting, why, when, and how.</description>
      <pubDate>Mon, 17 Oct 2011 23:15:21 GMT</pubDate>
    </item>
    <item>
      <title>Large Company Startups</title>
      <link>https://tatiyants.com/large-company-startups/</link>
      <guid isPermaLink="true">https://tatiyants.com/large-company-startups/</guid>
      <description>I recently attended a great talk by Steve Blank on Customer Development. It was full of fascinating insights that left me both alarmed and energized (more on that in a bit). Who is Steve Blank? Steve Blank has been in the Silicon…</description>
      <pubDate>Fri, 14 Oct 2011 22:47:29 GMT</pubDate>
    </item>
    <item>
      <title>The Impact of Steve Jobs</title>
      <link>https://tatiyants.com/the-impact-of-steve-jobs/</link>
      <guid isPermaLink="true">https://tatiyants.com/the-impact-of-steve-jobs/</guid>
      <description>Steve Jobs’ passing away this week unleashed an avalanche of opinions on every conceivable topic even remotely related to him. Will there be another one like him? What will happen to Apple? Who will lead future technology revolutions?</description>
      <pubDate>Mon, 10 Oct 2011 02:59:16 GMT</pubDate>
    </item>
    <item>
      <title>Battle for the Living Room: Apple vs. Microsoft</title>
      <link>https://tatiyants.com/battle-for-the-living-room-apple-vs-microsoft/</link>
      <guid isPermaLink="true">https://tatiyants.com/battle-for-the-living-room-apple-vs-microsoft/</guid>
      <description>Ever since saying goodbye to paid tv, we’ve been relying on something other than the cable box to see stuff on the big screen. Two appliances emerged as replacements: Apple TV and Microsoft Xbox 360.</description>
      <pubDate>Mon, 03 Oct 2011 00:52:53 GMT</pubDate>
    </item>
    <item>
      <title>Amazon Silk</title>
      <link>https://tatiyants.com/amazon-silk/</link>
      <guid isPermaLink="true">https://tatiyants.com/amazon-silk/</guid>
      <description>Amazon just announced a whole boatload of new Kindles and the lineup is quite impressive. There’s the really small Kindle, Kindle Touch, Kindle Fire (Android tablet), Kindle Ring (a phone), Kindle Tube (a tv), and of course Kindle…</description>
      <pubDate>Wed, 28 Sep 2011 19:01:26 GMT</pubDate>
    </item>
    <item>
      <title>Should I Hate My Job? New Poll Says Yes</title>
      <link>https://tatiyants.com/should-i-hate-my-job-new-poll-says-yes/</link>
      <guid isPermaLink="true">https://tatiyants.com/should-i-hate-my-job-new-poll-says-yes/</guid>
      <description>In a recent poll about most hated jobs, Director of Information Technology topped the list. That’s right, IT Directors hate their jobs more than anyone else. More than garbage collectors, executioners, telemarketers, investment…</description>
      <pubDate>Tue, 20 Sep 2011 23:49:10 GMT</pubDate>
    </item>
    <item>
      <title>Yet Another Painting</title>
      <link>https://tatiyants.com/yet-another-painting/</link>
      <guid isPermaLink="true">https://tatiyants.com/yet-another-painting/</guid>
      <description>I recently completed another painting and thought it would be fun to share how it evolved.</description>
      <pubDate>Sun, 18 Sep 2011 23:22:12 GMT</pubDate>
    </item>
    <item>
      <title>Database Source Control Revisited</title>
      <link>https://tatiyants.com/database-source-control-revisited/</link>
      <guid isPermaLink="true">https://tatiyants.com/database-source-control-revisited/</guid>
      <description>A while back I blogged about strategies for putting your database artifacts under source control. At the time, I thought that a schema synchronization approach (implemented by Visual Studio Database project) was the way to go. Among…</description>
      <pubDate>Fri, 16 Sep 2011 23:19:54 GMT</pubDate>
    </item>
    <item>
      <title>My Old Sketches: Surrealism</title>
      <link>https://tatiyants.com/my-old-sketches-surrealism/</link>
      <guid isPermaLink="true">https://tatiyants.com/my-old-sketches-surrealism/</guid>
      <description>Here are some more sketches from my old sketchbook. This set is primarily surrealistic (or, as some might say, creepy). For some odd reason, there seems to be a surprisingly large number of meat related sketches. Enjoy!</description>
      <pubDate>Sun, 11 Sep 2011 23:26:26 GMT</pubDate>
    </item>
    <item>
      <title>Eliminating the Mortgage Deduction</title>
      <link>https://tatiyants.com/eliminating-the-mortgage-deduction/</link>
      <guid isPermaLink="true">https://tatiyants.com/eliminating-the-mortgage-deduction/</guid>
      <description>There’s been a lot of talk lately about eliminating the mortgage deduction. Reactions to this idea range from “this will end us all” to “eh” and people tend to use all kinds of underhanded tactics (i.e. statistics) to prove their point.</description>
      <pubDate>Tue, 06 Sep 2011 00:34:16 GMT</pubDate>
    </item>
    <item>
      <title>Distraction Free Writing</title>
      <link>https://tatiyants.com/distraction-free-writing/</link>
      <guid isPermaLink="true">https://tatiyants.com/distraction-free-writing/</guid>
      <description>Writing on a computer is an inherently distracting experience. Words you type have to constantly compete for your eye share against all kinds of menus, toolbars, windows, popups, tray icons, and so on. With so much going on, it’s often…</description>
      <pubDate>Fri, 02 Sep 2011 20:47:48 GMT</pubDate>
    </item>
    <item>
      <title>Agile Painting</title>
      <link>https://tatiyants.com/agile-painting/</link>
      <guid isPermaLink="true">https://tatiyants.com/agile-painting/</guid>
      <description>I really like to paint. I started back in college, on a whim. One fine day, I bought some oil paints, brushes, and a canvas, and started painting.</description>
      <pubDate>Sat, 20 Aug 2011 21:49:46 GMT</pubDate>
    </item>
    <item>
      <title>Production Bugs: Whose responsibility are they?</title>
      <link>https://tatiyants.com/production-bugs-whos-responsibility-are-they/</link>
      <guid isPermaLink="true">https://tatiyants.com/production-bugs-whos-responsibility-are-they/</guid>
      <description>Bug fixing is rarely fun. This is especially true for bugs you didn’t create.</description>
      <pubDate>Wed, 17 Aug 2011 23:32:10 GMT</pubDate>
    </item>
    <item>
      <title>Fun With Financial Crashes</title>
      <link>https://tatiyants.com/fun-with-financial-crashes/</link>
      <guid isPermaLink="true">https://tatiyants.com/fun-with-financial-crashes/</guid>
      <description>What a crazy week it was on the stock exchanges. Huge swings up and down, see-sawing back and forth, massive losses followed by massive gains, unbridled despair followed by unbridled joy, and so on and so forth.</description>
      <pubDate>Sun, 14 Aug 2011 20:47:36 GMT</pubDate>
    </item>
    <item>
      <title>CoffeeScript</title>
      <link>https://tatiyants.com/coffeescript/</link>
      <guid isPermaLink="true">https://tatiyants.com/coffeescript/</guid>
      <description>JavaScript is a great language with a few bad parts. For all its expressiveness and power, JavaScript can at times be awkward, visually noisy, and downright painful. And although none of these problems are fatal, it sure would be nice…</description>
      <pubDate>Thu, 11 Aug 2011 23:37:23 GMT</pubDate>
    </item>
    <item>
      <title>Your Standards are Poor: S&amp;P, please stop trying</title>
      <link>https://tatiyants.com/your-standards-are-poor-sp-please-stop-trying/</link>
      <guid isPermaLink="true">https://tatiyants.com/your-standards-are-poor-sp-please-stop-trying/</guid>
      <description>On Friday, the ratings agency Standards and Poor’s downgraded US debt to AA+. So far, it is the only ratings agency to do so. Right afterwords, it came to light that S&amp;P made a mathematical mistake in calculating future deficits. S&amp;P…</description>
      <pubDate>Sat, 06 Aug 2011 22:14:33 GMT</pubDate>
    </item>
    <item>
      <title>PowerPointer: How to make bubbles</title>
      <link>https://tatiyants.com/powerpointer-how-to-make-bubbles/</link>
      <guid isPermaLink="true">https://tatiyants.com/powerpointer-how-to-make-bubbles/</guid>
      <description>People love to bash PowerPoint. Everything from misrepresenting cancer statistics to space shuttle disasters is blamed on PowerPoint. The phrase “PowerPoint is evil” gets 10 million results on Google. Yep, people hate PowerPoint.</description>
      <pubDate>Fri, 05 Aug 2011 23:28:36 GMT</pubDate>
    </item>
    <item>
      <title>Flavors of Comment Spam</title>
      <link>https://tatiyants.com/flavors-of-comment-spam/</link>
      <guid isPermaLink="true">https://tatiyants.com/flavors-of-comment-spam/</guid>
      <description>Before I started blogging, I was only peripherally aware of an internet phenomenon known as comment spam.</description>
      <pubDate>Thu, 21 Jul 2011 23:21:32 GMT</pubDate>
    </item>
    <item>
      <title>Agile Testing: Test case management</title>
      <link>https://tatiyants.com/agile-testing-test-case-management/</link>
      <guid isPermaLink="true">https://tatiyants.com/agile-testing-test-case-management/</guid>
      <description>In a previous post on Agile testing, I looked at how Microsoft Test Manager and Twist from ThoughtWorks Studios allow QA and Devs to collaborate on creation of functional tests. In this post, I will examine how well each tool allows…</description>
      <pubDate>Tue, 12 Jul 2011 23:16:54 GMT</pubDate>
    </item>
    <item>
      <title>Upgrading My Mac Mini</title>
      <link>https://tatiyants.com/upgrading-my-mac-mini/</link>
      <guid isPermaLink="true">https://tatiyants.com/upgrading-my-mac-mini/</guid>
      <description>I have a Mac Mini circa 2009 and it’s a great little computer.</description>
      <pubDate>Thu, 07 Jul 2011 01:04:07 GMT</pubDate>
    </item>
    <item>
      <title>My Old Sketches: Female faces</title>
      <link>https://tatiyants.com/my-old-sketches-female-faces/</link>
      <guid isPermaLink="true">https://tatiyants.com/my-old-sketches-female-faces/</guid>
      <description>I recently discovered an old sketchbook with a bunch of sketches I did in 1999 and 2000. Here is a set of beautiful female faces I drew while trying to learn how to do portraits. Enjoy!</description>
      <pubDate>Mon, 04 Jul 2011 20:23:02 GMT</pubDate>
    </item>
    <item>
      <title>Lytro: A revolution in picture taking?</title>
      <link>https://tatiyants.com/lytro-a-revolution-in-picture-taking/</link>
      <guid isPermaLink="true">https://tatiyants.com/lytro-a-revolution-in-picture-taking/</guid>
      <description>The phrase “magical technology” gets thrown around quite a bit these days. Yet every now and then some amazing product comes along and actually justifies the lofty tag. For me, iPad was the last such product. And it could very well be…</description>
      <pubDate>Sun, 26 Jun 2011 21:07:57 GMT</pubDate>
    </item>
    <item>
      <title>Benefits of Pair Programming</title>
      <link>https://tatiyants.com/benefits-of-pair-programming/</link>
      <guid isPermaLink="true">https://tatiyants.com/benefits-of-pair-programming/</guid>
      <description>Pair programming is a somewhat controversial, highly counter-intuitive agile practice. In a nutshell, it’s two people working on the same thing, using just one computer, at the same time. It seems crazy that it would work at all, much…</description>
      <pubDate>Wed, 15 Jun 2011 23:15:49 GMT</pubDate>
    </item>
    <item>
      <title>Doodling</title>
      <link>https://tatiyants.com/doodling/</link>
      <guid isPermaLink="true">https://tatiyants.com/doodling/</guid>
      <description>I like to doodle. I do it frequently, mostly in meetings. Just to clear the air, my doodling during meetings does not mean that I’m not paying attention. In fact, it’s the opposite. (I’m apparently not alone in this: there was a study…</description>
      <pubDate>Wed, 08 Jun 2011 23:30:37 GMT</pubDate>
    </item>
    <item>
      <title>Agile Testing: Dev QA collaboration</title>
      <link>https://tatiyants.com/agile-testing-dev-qa-collaboration/</link>
      <guid isPermaLink="true">https://tatiyants.com/agile-testing-dev-qa-collaboration/</guid>
      <description>One of the key tenets of agile development is that testing is a shared responsibility. Everyone on the team is expected to figure out what to test and to test the product. In essence, the entire team co-owns all tests. Yet some types…</description>
      <pubDate>Mon, 06 Jun 2011 23:26:52 GMT</pubDate>
    </item>
    <item>
      <title>Are Agile Dev Practices Needed?</title>
      <link>https://tatiyants.com/are-agile-dev-practices-needed/</link>
      <guid isPermaLink="true">https://tatiyants.com/are-agile-dev-practices-needed/</guid>
      <description>There’s been a lot of talk lately about how agile dev practices are hurting more than they’re helping. People complain that things like unit testing, TDD, CI, pairing, and code reviews limit developer creativity and create unnecessary…</description>
      <pubDate>Mon, 16 May 2011 23:49:13 GMT</pubDate>
    </item>
    <item>
      <title>My Favorite TED Talks</title>
      <link>https://tatiyants.com/my-favorite-ted-talks/</link>
      <guid isPermaLink="true">https://tatiyants.com/my-favorite-ted-talks/</guid>
      <description>It’s really difficult to choose a small number of favorite talks from TED’s vast collections, but for whatever reason I decided to try. For those who don’t know, TED is a conference (conferences actually) which gives people a platform…</description>
      <pubDate>Fri, 13 May 2011 23:45:42 GMT</pubDate>
    </item>
    <item>
      <title>Safari To Go 2 for iPad: Finally usable</title>
      <link>https://tatiyants.com/safari-to-go-2-for-ipad-finally-usable/</link>
      <guid isPermaLink="true">https://tatiyants.com/safari-to-go-2-for-ipad-finally-usable/</guid>
      <description>Safari Books Online just released a new version of their iPad app, Safari To Go and I, for one, was very interested to try it. There are two reasons for my interest in Safari To Go. First, I’m a big fan of Safari’s subscription-based…</description>
      <pubDate>Wed, 11 May 2011 23:58:15 GMT</pubDate>
    </item>
    <item>
      <title>Groking JavaScript: Encapsulation</title>
      <link>https://tatiyants.com/groking-javascript-encapsulation/</link>
      <guid isPermaLink="true">https://tatiyants.com/groking-javascript-encapsulation/</guid>
      <description>JavaScript is lingua franca of the internet. It’s everywhere, it’s important, and it’s not going away. Yet a lot of devs who use JavaScript don’t understand it well at all. It’s certainly not for a lack of resources. In fact, there are…</description>
      <pubDate>Mon, 09 May 2011 23:33:45 GMT</pubDate>
    </item>
    <item>
      <title>Painless Production Deployments</title>
      <link>https://tatiyants.com/painless-production-deployments/</link>
      <guid isPermaLink="true">https://tatiyants.com/painless-production-deployments/</guid>
      <description>The goal of every software team is to get the finished product to the end customer. Yet doing this is surprisingly hard for many teams. In a perfect world, the act of deploying software to production is painless and trustworthy. To…</description>
      <pubDate>Fri, 06 May 2011 23:59:11 GMT</pubDate>
    </item>
    <item>
      <title>My Favorite iPad Apps: Productivity edition</title>
      <link>https://tatiyants.com/my-favorite-ipad-apps-productivity-edition/</link>
      <guid isPermaLink="true">https://tatiyants.com/my-favorite-ipad-apps-productivity-edition/</guid>
      <description>Among the gajillions of apps for the iPad, there are some real gems. Here’s a rundown of my favorite productivity apps. Enjoy! Noteshelf (iTunes link) I’ve tried quite a few note taking apps for the iPad, and Noteshelf really stands…</description>
      <pubDate>Thu, 28 Apr 2011 23:30:53 GMT</pubDate>
    </item>
    <item>
      <title>MIX 11 Highlights: JavaScript edition</title>
      <link>https://tatiyants.com/mix-11-highlights-javascript-edition/</link>
      <guid isPermaLink="true">https://tatiyants.com/mix-11-highlights-javascript-edition/</guid>
      <description>Microsoft held its annual web development focused conference MIX in Las Vegas last week. Although Windows Phone development was the hot topic, there were also a number of great talks on web development topics (especially JavaScript).…</description>
      <pubDate>Fri, 22 Apr 2011 00:19:44 GMT</pubDate>
    </item>
    <item>
      <title>Managing Test Data</title>
      <link>https://tatiyants.com/managing-test-data/</link>
      <guid isPermaLink="true">https://tatiyants.com/managing-test-data/</guid>
      <description>To create functional tests for your web applications, you need data in your database. The crucial thing about this test data is that it should be stable. Otherwise, your tests are not deterministic and that makes them useless. For…</description>
      <pubDate>Tue, 19 Apr 2011 00:58:37 GMT</pubDate>
    </item>
    <item>
      <title>Database Source Control and Deployment</title>
      <link>https://tatiyants.com/database-source-control-and-deployment/</link>
      <guid isPermaLink="true">https://tatiyants.com/database-source-control-and-deployment/</guid>
      <description>All good devs know that your source code should be in source control. There are many reasons for this, but one of the most important ones is the ability to rebuild and deploy your entire application whenever you want. Database…</description>
      <pubDate>Mon, 11 Apr 2011 23:42:17 GMT</pubDate>
    </item>
    <item>
      <title>The Magic of Caching</title>
      <link>https://tatiyants.com/the-magic-of-caching/</link>
      <guid isPermaLink="true">https://tatiyants.com/the-magic-of-caching/</guid>
      <description>Very few things in technology impress me more than web applications which are able to massively scale. The ability to serve up gagillions of requests to bajillions of users in milliseconds is nothing short of amazing. And, for whatever…</description>
      <pubDate>Thu, 07 Apr 2011 23:42:49 GMT</pubDate>
    </item>
    <item>
      <title>Don’t Write Tests For Code You Don’t Control</title>
      <link>https://tatiyants.com/dont-write-tests-for-code-you-dont-control/</link>
      <guid isPermaLink="true">https://tatiyants.com/dont-write-tests-for-code-you-dont-control/</guid>
      <description>Recently, I ran across a test someone wrote to verify functionality offered by a 3rd party framework. This didn’t seem right and here’s why. When you write a test, you’re basically saying the following: “Friends, Romans, countrymen,…</description>
      <pubDate>Mon, 04 Apr 2011 23:24:40 GMT</pubDate>
    </item>
    <item>
      <title>Standardized Tests for Developers</title>
      <link>https://tatiyants.com/standardized-tests-for-developers/</link>
      <guid isPermaLink="true">https://tatiyants.com/standardized-tests-for-developers/</guid>
      <description>Good devs are hard to find. There just aren’t that many of them out there and you have to go through a lot of people to find them. Because this can be a very time consuming process, I’m always looking for ways to become more efficient…</description>
      <pubDate>Thu, 31 Mar 2011 23:32:38 GMT</pubDate>
    </item>
    <item>
      <title>Hostile Code Bases</title>
      <link>https://tatiyants.com/hostile-code-bases/</link>
      <guid isPermaLink="true">https://tatiyants.com/hostile-code-bases/</guid>
      <description>I don’t like calling code bases legacy. The word “legacy” makes people think of Ivy League schools, vintage leather couches, and Dad’s old bottle of Scotch. It rarely elicits the kind of feeling of pain and despair one normally gets…</description>
      <pubDate>Mon, 28 Mar 2011 01:15:00 GMT</pubDate>
    </item>
    <item>
      <title>The Value of Documentation</title>
      <link>https://tatiyants.com/the-value-of-documentation/</link>
      <guid isPermaLink="true">https://tatiyants.com/the-value-of-documentation/</guid>
      <description>Devs often talk about the importance of documentation. More specifically, they usually complain about systems which have none (“How are we supposed to know what’s going on here?!“), some (“Well, I guess something is better than…</description>
      <pubDate>Thu, 24 Mar 2011 15:18:16 GMT</pubDate>
    </item>
    <item>
      <title>Don’t Miss Out on Classic Coke</title>
      <link>https://tatiyants.com/dont-miss-out-on-classic-coke/</link>
      <guid isPermaLink="true">https://tatiyants.com/dont-miss-out-on-classic-coke/</guid>
      <description>The hardest part of conducting a job interview is quickly figuring out whether there is someone great sitting in front of you. Doing that is especially difficult if the person does not make a good first impression. For that reason, I’m…</description>
      <pubDate>Wed, 23 Mar 2011 15:11:03 GMT</pubDate>
    </item>
    <item>
      <title>So You Think You Can Lead?</title>
      <link>https://tatiyants.com/so-you-say-you-can-lead/</link>
      <guid isPermaLink="true">https://tatiyants.com/so-you-say-you-can-lead/</guid>
      <description>Most developers who don’t want to go into management think that their career path must lead them to become an “architect”. When pressed on what it means to be an architect, they usually describe the role of a technical leader: someone…</description>
      <pubDate>Sat, 19 Mar 2011 02:28:18 GMT</pubDate>
    </item>
    <item>
      <title>The Incubation Effect</title>
      <link>https://tatiyants.com/the-incubation-effect/</link>
      <guid isPermaLink="true">https://tatiyants.com/the-incubation-effect/</guid>
      <description>A colleague recently mentioned to me an interesting psychological phenomenon called the Incubation Effect, which is an observation that people do better at problem solving if they put the problem aside for a while before coming back to…</description>
      <pubDate>Fri, 11 Mar 2011 03:38:25 GMT</pubDate>
    </item>
    <item>
      <title>The Waste Jar And The Mystery Box</title>
      <link>https://tatiyants.com/the-waste-jar-the-mystery-box/</link>
      <guid isPermaLink="true">https://tatiyants.com/the-waste-jar-the-mystery-box/</guid>
      <description>Agile teams love little mnemonics and practices to help enforce the Ways of Agile. We like to put up physical Cards on the Wall to signify a piece of work. We like to ask the Three Questions (“What have I accomplished yesterday?, What…</description>
      <pubDate>Wed, 09 Mar 2011 15:40:04 GMT</pubDate>
    </item>
    <item>
      <title>Risk and Waste on Agile Projects</title>
      <link>https://tatiyants.com/risk-and-waste-on-agile-projects/</link>
      <guid isPermaLink="true">https://tatiyants.com/risk-and-waste-on-agile-projects/</guid>
      <description>When you first start “doing Agile”, the focus is on getting the mechanics right: keep your standup updates short don’t over design remember to add tests for everything remember to check CI status only show working code during showcases…</description>
      <pubDate>Sat, 26 Feb 2011 01:47:08 GMT</pubDate>
    </item>
    <item>
      <title>Charting Libraries For Web Applications</title>
      <link>https://tatiyants.com/charting-libraries-for-web-applications/</link>
      <guid isPermaLink="true">https://tatiyants.com/charting-libraries-for-web-applications/</guid>
      <description>Everyone loves charts. Well, maybe not everyone, but a lot of people. Well, maybe not a lot of people, but some. Ok, I love charts. Anyway, even if you don’t love charts, you may eventually have to work with them. And unless you’re…</description>
      <pubDate>Thu, 24 Feb 2011 02:28:54 GMT</pubDate>
    </item>
    <item>
      <title>Will Watson Take Your Job?</title>
      <link>https://tatiyants.com/will-watson-take-your-job/</link>
      <guid isPermaLink="true">https://tatiyants.com/will-watson-take-your-job/</guid>
      <description>IBM’s Watson project has recently beat two top human players in Jeopardy. Although this is not the first time that an IBM computer beat a top human player in a game, what Watson did actually scares me a little (more on that in a bit).…</description>
      <pubDate>Sun, 20 Feb 2011 02:01:22 GMT</pubDate>
    </item>
    <item>
      <title>Trunk Development: Can’t we all just get along?</title>
      <link>https://tatiyants.com/trunk-development-cant-we-all-just-get-along/</link>
      <guid isPermaLink="true">https://tatiyants.com/trunk-development-cant-we-all-just-get-along/</guid>
      <description>Trunk development is an approach that leverages a single branch of code for all active projects. It helps eliminate painful merges, but requires a heightened level of awareness by the project teams.</description>
      <pubDate>Thu, 17 Feb 2011 01:51:53 GMT</pubDate>
    </item>
    <item>
      <title>Web UI Testing Frameworks: There could be only one</title>
      <link>https://tatiyants.com/web-ui-testing-frameworks-there-could-be-only-one/</link>
      <guid isPermaLink="true">https://tatiyants.com/web-ui-testing-frameworks-there-could-be-only-one/</guid>
      <description>To create good web applications, you need to test them. To test effectively, you need a good Web UI testing framework (which I will abbreviate as WUITF for the rest of this post. Catchy, no?). So, What Makes a Good WUITF? At its most…</description>
      <pubDate>Sat, 12 Feb 2011 02:43:01 GMT</pubDate>
    </item>
    <item>
      <title>Geek Comic: Daily Standups</title>
      <link>https://tatiyants.com/geek-comic-daily-standups/</link>
      <guid isPermaLink="true">https://tatiyants.com/geek-comic-daily-standups/</guid>
      <description>You may also like: Geek Comic: Steps to ReproduceGeek comic: Pair ProgrammingHow to Write a Children’s BookShould I Hate My Job? New Poll Says YesYet Another Painting</description>
      <pubDate>Wed, 09 Feb 2011 04:04:37 GMT</pubDate>
    </item>
    <item>
      <title>Web Applications: the future of all development?</title>
      <link>https://tatiyants.com/web-applications-the-future-of-all-development/</link>
      <guid isPermaLink="true">https://tatiyants.com/web-applications-the-future-of-all-development/</guid>
      <description>Here is a crazy prediction: In 5 years, most applications will be built using what I like to call the JHC triumvirate (JavaScript, HTML, CSS). I’ll give you a second to gather yourself. You ok? Good. Now, let’s talk about why this may…</description>
      <pubDate>Thu, 03 Feb 2011 20:47:58 GMT</pubDate>
    </item>
    <item>
      <title>Keeping Up With Technology</title>
      <link>https://tatiyants.com/keeping-up-with-technology/</link>
      <guid isPermaLink="true">https://tatiyants.com/keeping-up-with-technology/</guid>
      <description>I do lots of job interviews and one of my favorite questions to ask is “How do you keep up with technology?“. The answers I usually get fall into three buckets: “I read lots of blogs and news” Given the pace of change in our industry,…</description>
      <pubDate>Sat, 29 Jan 2011 02:47:00 GMT</pubDate>
    </item>
    <item>
      <title>Geek Comic: Steps to Reproduce</title>
      <link>https://tatiyants.com/geek-comic-steps-to-reproduce/</link>
      <guid isPermaLink="true">https://tatiyants.com/geek-comic-steps-to-reproduce/</guid>
      <description>You may also like: Geek Comic: Daily StandupsGeek comic: Pair ProgrammingHow to Write a Children’s BookShould I Hate My Job? New Poll Says YesYet Another Painting</description>
      <pubDate>Mon, 24 Jan 2011 17:29:47 GMT</pubDate>
    </item>
    <item>
      <title>Goodbye to Paid TV</title>
      <link>https://tatiyants.com/goodbye-to-paid-tv/</link>
      <guid isPermaLink="true">https://tatiyants.com/goodbye-to-paid-tv/</guid>
      <description>For whatever reason, cancelling paid TV became all the rage in 2010. Like others, we’ve been thinking about getting rid of DirecTV for some time now, but there was always something holding us back. Each time we got close to pulling the…</description>
      <pubDate>Fri, 21 Jan 2011 03:05:06 GMT</pubDate>
    </item>
    <item>
      <title>Devs Say the Darndest Things</title>
      <link>https://tatiyants.com/dev-sayings/</link>
      <guid isPermaLink="true">https://tatiyants.com/dev-sayings/</guid>
      <description>Software guys have great sayings. This may be surprising to some since we don’t usually associate mastery of the spoken word with geekdom. Nonetheless, there are some gems out there and I’ve compiled a short list of my favorites.…</description>
      <pubDate>Wed, 19 Jan 2011 15:25:24 GMT</pubDate>
    </item>
    <item>
      <title>Geek comic: Pair Programming</title>
      <link>https://tatiyants.com/geek-comic-pair-programming/</link>
      <guid isPermaLink="true">https://tatiyants.com/geek-comic-pair-programming/</guid>
      <description>I decided create a series of comic strips about software development. All artwork is done on an iPad using Autodesk’s awesome Sketchbook Pro app and a Boxwave Stylus. Enjoy! You may also like: DoodlingGeek Comic: Daily StandupsGeek…</description>
      <pubDate>Fri, 14 Jan 2011 03:57:05 GMT</pubDate>
    </item>
    <item>
      <title>The Joy of RSS</title>
      <link>https://tatiyants.com/the-joy-of-rss/</link>
      <guid isPermaLink="true">https://tatiyants.com/the-joy-of-rss/</guid>
      <description>Whenever I talk to my geek friends about how they keep up with their favorite sources of information, the obvious answer is RSS. Yet most non-geeks I know don’t seem to be aware of it, much less use it. So, in an effort to correct this…</description>
      <pubDate>Fri, 14 Jan 2011 03:52:46 GMT</pubDate>
    </item>
    <item>
      <title>Living in Cloud City</title>
      <link>https://tatiyants.com/living-in-cloud-city/</link>
      <guid isPermaLink="true">https://tatiyants.com/living-in-cloud-city/</guid>
      <description>I make it a point to back up as much data as I can into the Cloud. I didn’t always do this, but there were two compelling events that forced me to change. My path to the Cloud The first compelling event was actually two events.…</description>
      <pubDate>Sun, 09 Jan 2011 06:16:34 GMT</pubDate>
    </item>
    <item>
      <title>The Software Team</title>
      <link>https://tatiyants.com/the-software-team/</link>
      <guid isPermaLink="true">https://tatiyants.com/the-software-team/</guid>
      <description>Software development is a team sport (Yes, I realize that lone wolf coders can accomplish amazing things, but that just doesn’t scale well). To succeed in a team sport, you need a good team. To understand how to build a good team, you…</description>
      <pubDate>Tue, 04 Jan 2011 15:34:47 GMT</pubDate>
    </item>
    <item>
      <title>My album</title>
      <link>https://tatiyants.com/my-album/</link>
      <guid isPermaLink="true">https://tatiyants.com/my-album/</guid>
      <description>A few years ago I decided to write an album. I’ve never written music before and by most accounts lacked all discernible talent for it. I’ve also never studied music before, so things like scale, tempo, and proper song structure were…</description>
      <pubDate>Sat, 01 Jan 2011 09:11:38 GMT</pubDate>
    </item>
    <item>
      <title>People I Don’t Want to Work With</title>
      <link>https://tatiyants.com/people-i-dont-want-to-work-with/</link>
      <guid isPermaLink="true">https://tatiyants.com/people-i-dont-want-to-work-with/</guid>
      <description>There are many qualities that make a good engineer. This post is not about those. Instead, it’s about qualities that make me cringe and run away.</description>
      <pubDate>Sat, 01 Jan 2011 09:11:38 GMT</pubDate>
    </item>
    <item>
      <title>Safari To Go: how not to build an iPad app</title>
      <link>https://tatiyants.com/safari-to-go-how-not-to-build-an-ipad-app/</link>
      <guid isPermaLink="true">https://tatiyants.com/safari-to-go-how-not-to-build-an-ipad-app/</guid>
      <description>I really like Safari Books Online. As one colleague put it, it’s “the gift of unlimited knowledge“. For those who aren’t familiar, Safari is an online subscription-based book service. You pay a monthly fee to get access to a boat load…</description>
      <pubDate>Sat, 01 Jan 2011 09:11:38 GMT</pubDate>
    </item>
    <item>
      <title>Reading for Devs</title>
      <link>https://tatiyants.com/reading-for-devs/</link>
      <guid isPermaLink="true">https://tatiyants.com/reading-for-devs/</guid>
      <description>I’ve put together a short list of books any software developer would greatly benefit from. Enjoy! Clean Code: A Handbook of Agile Software Craftsmanship, Robert Martin Maintainability is arguably the most important aspect of good…</description>
      <pubDate>Sat, 01 Jan 2011 09:11:37 GMT</pubDate>
    </item>
    <item>
      <title>The Craft of Software Development</title>
      <link>https://tatiyants.com/the-craft-of-software-development/</link>
      <guid isPermaLink="true">https://tatiyants.com/the-craft-of-software-development/</guid>
      <description>Software development is a craft and those who practice it are craftsmen. As with any craft, this one demands a set of skills from its practitioners: Be Good With Your Hands To code, you must type. To code well, you must type fast.…</description>
      <pubDate>Sat, 01 Jan 2011 09:11:37 GMT</pubDate>
    </item>
    <item>
      <title>USC Code Camp CTO Panel</title>
      <link>https://tatiyants.com/usc-code-camp-cto-panel/</link>
      <guid isPermaLink="true">https://tatiyants.com/usc-code-camp-cto-panel/</guid>
      <description>I was on the CTO Panel at the 2010 SoCal Code Camp at USC. The event was recorded and a few clips with yours truly made it to YouTube. Enjoy!</description>
      <pubDate>Sat, 01 Jan 2011 09:11:37 GMT</pubDate>
    </item>
    <item>
      <title>Two Rights of Software Development</title>
      <link>https://tatiyants.com/two-rights-of-software-development/</link>
      <guid isPermaLink="true">https://tatiyants.com/two-rights-of-software-development/</guid>
      <description>There are two challenges in building software: building the right thing and building the thing right (yes, I love alliteration). Build the Right Thing Building software that users want is hard because most people don’t know what they…</description>
      <pubDate>Sat, 01 Jan 2011 09:10:40 GMT</pubDate>
    </item>
</channel></rss>