Cloud
Let The Clouds Make Your Life Easier - Geek and poke |
- Is VMware the new Microsoft in the PaaS World? - Nice post that talk about the story of .Net framework and Java. What they where, what they are and what there fighting for.
- 8 Essential Best Practices in Windows Azure Blob Storage - Great post explaining clearly 8 best practices when using Azure Blob Storage.
- Managing environments in a distributed, Azure, or other cloud based Visual Studio solution (Igor Papirov) - Nice Visual Studio solution structure, that once it's done could save a lot of time.
- an opportunity to get application security right - Nice post discussing about in the beginning of the Internet where enterprises didn't taken seriously the security menace. Today with a lot of people going to the cloud we shouldn't make the same mistake.
- Tips and Important Steps for Migrating Apps to Windows Azure - Great check list to move an application in the cloud. I would add to check if you need https at some point and take a look of your database collation.
- Taking specific Windows Azure Instance offline (Avkash Chauhan) - Those cmdlets are amazing. do what you cannot do with the management portal in only few line
- Windows Azure Toolkit for Social Games Version 1.2.2 Released - Announce of the new release of the Toolkit with some explication about how-to get started with Github
- Before jumping into cloud, learn from the SOA experience - This post explain how having a service object architecture (SOA) could help to be more ready when moving to the cloud.
- Visual Studio Achievements - Remember Kids They're Just For Fun (View blog authority) - Achievements in Visual Studio... pros and cons.
- Handling two known issues with Windows Azure node.js SDK 0.5.2 (Avkash Chauhan) - Nice workaround to be able to debug with the Azure emulator when using node.js and to be able to deploy with a MongoDB enabled
- NougakuDoCompanion: A “Ruby on Rails” companion for Windows Azure (Avkash Chauhan) - Introduce a ruby companion package available on codeplex, it look nice.
- Amazon Web Services Blog - Amazon announce a new free product/feature the cloudWatch Metrics that will help to visualize how your part of the cloud is use.
- Utiliser SSIS pour pousser des données vers SQL Azure (Benjamin GUINEBERTIERE) - Good work explaining step by step how to use SSIS for a data migration.
SSIS package needs an outbound access to port 1433
- The “NoSQL” Gene in SQL Azure Federations (Cihan Biyikoglu) - Great post. A bit old, but it explain a lot of key concept about the NoSql of the new Azure Federation.
- Windows Azure Storage Emulator Account Name and Key - Nice catch. how to manage the different credential of a "legacy" Azure application.
Microsoft has provided the storage credentials for the local Storage Emulator on MSDN. Here’s a quick place to copy the default name and key: AccountName AccountKey
- Get Started with Node.js + Windows Azure: Resources - Everything you need to get started doing Node.js in Azure. A lot of reference: tools, IDE, database,etc..
- Cloud computing looks to be future of disaster management - A professor is building a system to be help the people to communicate in case of a disaster in the cloud.
- Using Windows Azure Access Control Service (ACS) from a node express app - A well done tutorial that explain all the steps to setup your Azure Access Control Service (ASC) in a Node.js environment.
If you want to know how it works and how it was implemented read Implementing Windows Azure ACS with everyauth
- Cloud Cover Show - Episode 69 - SQL Azure Federations with George Huey – Recap of the news and discuss how to scale-out with SQL Azure Federations.
Programming
- Using oData with jQuery Hierarchical Grid - Good presentation of the grid control of NetAdvantage using jquery and oData.
- Even Better Git (and Mercurial) with PowerShell (Scott Hanselman) - Nice post, presentation great project using Powershell to leverage git and mercurial source control.
- 24 Extremely Useful Ruby Gems for Web Development - Great list of Ruby's Gems. I will definitely include Bundler in my list on tools to have.
Bundler is a tool that manages gem dependencies for your ruby application.
- Explaining Include and Extend - Really good post. Go deeper then the usual.
If you want a more details about what the interpreter is doing I recommend watching Patrick Farley’s talk on Ruby Internals.
Miscellaneous
- How the Kindle replaced my iPad...for book reading (Scott Stein) - I agree completely. When I try the eBook reader... I fall in love.
- Agile Results with Evernote (JD Meier) - Explain how to use EverNote as a simple folder/list structure to manage goals in the Agile Result method
- comment obtenir plus de clics avec vos tweets (Benoit Descary) - Some simple strategies to be more efficient when twitting(fr).
- Maslow's Hierarchy of Needs of Software Development (Scott Hanselman) - Nice Maslow's pyramid apply to development , event more because it do fit.
- Don't Get Me Started – Ring Around My Neck (David Platt) - A reflection about if thing have gone too far.
~Franky