DCSIMG

I'm on a mission from God object

Yaniv Rodenski

News



Oredev Hadoop Azure

QCon new-york Hadoop Azure

NDC Hadoop Azure

View Yaniv Rodenski's LinkedIn profileView Yaniv Rodenski's profile

Browse by Tags

All Tags » Windows Azure (RSS)
My SDP 13 sessions demo code
Sela Developer Practice for 2013 is finishing it’s breakout sessions stage, and I had three fun sessions: Things Every Developer Most Know about HTTP Big-Time: Introducing HDInsight service (Hadoop on Azure) Get your Node.js Under Control with TypeScript I had great time, and would like to thank all attendees for attending my sessions. You can find my demo’s code in my Sky Drive . Next on Thursday, I have a full day workshop on Node.js, with lot’s of good stuff planned like: Express and hosting node...
BUILD 2012 - Day 2
uild is starting to pick up and today was actually packed with Windows Azure actions. The keynote had a couple of cool announcements and a couple of extremely cool hidden jams. The keynote was led by Satya Nadella. The first thing that caught my eye was a slid showing strategic Windows Azure based operations. One logo belonged to my good friends PlayMyTone and it's a good opportunity to congratulate Ohad and the gang for the great job they have been doing. Satya Nadella (Photography by Bnaya...
Upcoming events: Øredev, SDP and the Windows Azure/Web Developers Communities Holidays special
As always, September is a very special time for me. This year, in addition to my b-day and the Jewish high holidays September marks the beginning of a very intensive period, packed with both public events and very special projects. So without farther ado here are the events that have been keeping me busy lately:   The first thing in my very busy calendar is the Windows Azure/Web Developers Communities Holidays special which is going to take place in the Microsoft R&D center in Herzliyya...
Troubleshooting Windows Azure diagnostics using the Diagnostic Infrastructure Logs
One of my favorite jams of windows azure is the use of the diagnostics.wadwcg file for setting up windows azure diagnostics. This is a great alternative for configuring the The Windows Azure diagnostics infrastructure in code. Last week I had an issue working on a customer deployment where I just could not get trace logs using the diagnostics.wadcfg configuration. I was getting the Windows Event Logs that was also configured just fine, but for some reason the trace logs would just not come through...
Windows Azure Community Israel - Here We Go...
A while ago I posted about my busy June, speaking in two major conferences NDC Oslo (I’m actually posting this from Oslo right now) and QCon New-York . Well June just got even more special for me. On the 25th we are kicking off the Israeli Windows Azure Community that is being managed by Gal Kogman and yours truly. The community is going to meet every month on Monday of the forth week, in ILDC hertzelia. This community is special for me. I’ve been working for a while now to create a home for Windows...
Hadoop on Azure - Creating and Running a simple Java MapReduce
Apache Hadoop has a variety of APIs for developing MapReduce applications: you can use the streaming API to create MapReduce applications with almost any programming language, Hadoop pipes adds native support for C++ applications and Hadoop on Azure provides it’s IsotopeJS library for creating JavaScript MapReduce jobs. You can also use a variety of higher-level abstractions and libraries such as Pig and Hive . With that said and done, it is also useful to know how to develop MapReduce applications...
Upcoming Gigs: REST, Web API and Hadoop
It seems that every time I have a talk about Web API’s something big happens, last time Microsoft moved it from WCF to ASP.NET and this week Microsoft announced about the release of ASP.NET web stack under an open source license. This announcement comes a the beginning of a couple of very exciting months for me covered with talks about few things that ware the focus of my professional life for the past year: REST, Web API On Monday, April 2, I will be talking @ the Israeli web developers community...
MSDN Israel Windows Azure and SQL Azure forum
I am very happy to announce the opening of a new Windows Azure and SQL Azure forum in Hebrew. The new forum is managed by Shay Friedman and myself. If you are new to Windows Azure, I would like to use this opportunity to invite you to experience cloud development with our support and guidance. If you are already experienced with Windows Azure development I would like to assure you that you can find in our forum help from highly experienced professionals. With your participation I am sure we can create...
Understanding Widows Azure Queue Storage Throughput
The Asynchronous Queuing Pattern describes a classic way to improve service throughput in distributed applications. Over the years I have seen quite a few implementations of this pattern, from the use of MSMQ to ReactiveQueue , each with its own strengths and weaknesses. Windows Azure queue storage is designed for passing messages between applications in a persisted, scalable and controlled manner. With the above attributes, queue storage is a natural choice for enabling the Asynchronous Queuing...