Category: Resource

  • Tech Must-Reads and Resources

    , ,

    Writing this post to archive my must-reads, in no particular order. Note this is a living post/work-in-progress. Microservices Guide (martinfowler.com) The Phoenix Project: A Novel about IT, DevOps, and Helping Your Business Win: Kim, Gene, Behr, Kevin, Spafford, George Clean Code: A Handbook of Agile Software Craftsmanship: Robert C. Martin: 9780132350884 The Pragmatic Programmer, 20th…

  • Highlight Text In Powerpoint: 5 Creative Ideas

    , , ,

    Archiving this link as I will definitely use need this in the future. Highlight Text In Powerpoint: 5 Creative Ideas.

  • soapUI random data cheat sheet

    Adding for my own archival purposes: Date – ${=String.format(‘%tF’, new Date() + 1)} GUID – Guid_${=(int)(Math.random()*100000000)}

  • How to add box.net as a local drive

    ,

    1. Press the Windows key + E or go to the Start menu, right-click on Computer and select Open. 2. Right-click on Computer again and select Add A Network Location, which will prompt the respective wizard. 3. Click Next on the welcoming screen. 4. Then select the second option, Choose a custom network location.  And…

  • Import mail and contacts into Gmail

    , ,

    I just recently switched to using Gmail as my universal e-mail for manageability purposes, which means (1) I can now send e-mail using my Yahoo! or Hotmail account within Gmail and (2) All my e-mails in Yahoo! and Hotmail is now archived in my Gmail account.  I was able to accomplish #1 easily by adding…

  • Web Service Reference in Visual Studio 2010

    If you’ve used Visual Studio 2008 or 2010, you’ll notice that Web Reference is no longer there (like in VS 2005 and previous), instead, you see Service Reference –– actually, it’s STILL there, just hidden! So, what’s the difference?  Well, according to this post: Add Web Reference is the old-style, deprecated ASP.NET webservices (ASMX) technology…