There are many things developers hate about JavaScript. You can see this with all of the different ways people are trying to “fix” JavaScript. Here are a couple of the ways: CoffeeScript is a language which is syntactically similar to JavaScript and attempts to expose the “good parts” of JavaScript Google went ahead and wrote […]
Posts Tagged ‘web development’
Setting up a Recommendation Engine (Mahout) on Windows Azure
A Brief Background In my previous posts I have walked through setting up Hadoop on Windows Azure using HDInsight. Hadoop is an extremely powerful distributed computing platform with the ability to process terabytes of data. Many of the situations when you hear the term “Big Data”, Hadoop is the enabler. One of the complications with […]
Minimize the performance hit of reflows in a web application
In what at this point feels like a previous life, I did far more work automating Microsoft Excel with Visual Basic for Applications or from within Windows applications than I would care to admit. In those days the rendering performance of Excel was horrible and any time work was done that would modify the visible […]
Is Windows Azure Open?
I cam across an article on InformationWeek “Microsoft Azure Grows More Open.” From what I know and the people I talk to, I truly believe Microsoft has been opening up over the last several years, especially for developers. The rate tools and frameworks are built and supported by Visual Studio is one key sign of […]
Dev/Test in the cloud with Windows Azure
Windows Azure is a great environment for your applications. It can also house applications that aren’t ready to be consumed by your clients whether internal or external to your organization. What makes this more compelling is that as of June you now pay by the minute vs. by the hour for compute as well as […]
Visual Studio 2013 Release Candidate available
A little over a year since the release of Visual Studio 2012 (VS2012) and we already have a release candidate for Visual Studio 2013. If your interested in the Virtual Launch keep up to date on the event page, you can also download the Release Candidate. You can install it over the preview and along […]
Windows Azure SQL Reporting what’s missing?
I’m going to use the theme of an earlier post (Windows Azure SQL Database what’s missing?) and ask the same question on another service offered on Windows Azure. The reason I chose these offerings specifically is because I really like them as a developer. Not having to deal with configuring infrastructure and being able to […]
Windows Azure SQL Database what’s missing?
Being primarily a developer, I would prefer not having to manage infrastructure. With SQL Database I don’t have too. SQL Database provides most of the features I need when working with a relational database. If SQL Database doesn’t suit your needs, you can have SQL Server running in a VM within Windows Azure. Though again […]
Windows Azure AutoScale Improvements
A few weeks ago the AutoScale feature was released and it is already getting some great enhancements. AutoScale is still based on CPU usage, though you can now change the scaling based on a schedule. You can set different setting for Week Days, Week Nights, and Weekends. Though you don’t have full control on how the […]
Windows Azure Cache Preview
Caching capabilities have been available in Windows Azure for a while now, at least for use in cloud services. With the latest improvements to Windows Azure caching is now its own service. Now you can use distributed caching with all your Windows Azure applications, whether your application is a Web Sites, VM, Cloud Service or […]
Windows Azure SQL Reporting – Calendar Reports
Before I started blogging for Perficient, I had a few posts on a personal blog. One of the post, though outdated, is still referenced quite often. So I thought it might be a good idea to update the post for use with SQL Reporting. The original post was created for SQL Server Reporting Services (SSRS). […]
Advanced Data Integration with SSIS, Part 2
This is part two in a series of extending SSIS for the enterprise with complementary Microsoft products. Specifically, we are going to look at how we can extend an SSIS solution to go through DMZs and firewalls across the Internet to reach and capture data regardless of the SQL Server schema type. In this scenario, […]