Skip to content
Visualise your Azure Table Storage data with Power BI

Visualise your Azure Table Storage data with Power BI

Alice Waddicor

You can easily visualise data stored in Azure Table Storage in Power BI. This guide shows you how.
March 2015 Browser Share

March 2015 Browser Share

Matthew Adams

We get 1000s of page view per day, which means we get an interesting insights into current Web Browser usage statistics. Here are the numbers for March 2015.
Azure Web Apps: Package Restore against a private NuGet Feed

Azure Web Apps: Package Restore against a private NuGet Feed

Howard van Rooijen

If you have private NuGet feeds, restoring packages during a CI/CD process can be a challenge. This post provides a solution when working with Azure App Service.
Step-by-step guide to bootstrapping your new product development – Part 9, Iteration

Step-by-step guide to bootstrapping your new product development – Part 9, Iteration

Matthew Adams

Explore our journey refining our MVP, understanding market fit, and enhancing value delivery to clients.
Using Git for .NET Development: Part 5 – Staging Some Changes In A File But Not Others

Using Git for .NET Development: Part 5 – Staging Some Changes In A File But Not Others

Alice Waddicor

How do you selectively stage some of your changes in GIT? How does Visual Studio help? How can you do this on the command line?
Step-by-step guide to bootstrapping your new product development – Part 8, Validation

Step-by-step guide to bootstrapping your new product development – Part 8, Validation

Matthew Adams

In this article, we look at how we're going to tidy up our assumptions list, conduct some more low-cost experiments to satisfy ourselves we know exactly what we're getting into, then take the leap and build something that satisfies some core part of the value proposition, and persuade some customers to buy it.
Improve your SpecFlow scenarios with custom step argument transformations

Improve your SpecFlow scenarios with custom step argument transformations

Mike Evans-Larah

Explore how to use SpecFlow for human-readable specs and create reusable step argument transformations for easy readability.

Want to work smarter, grow faster and be happier? endjin is hiring!

Howard van Rooijen

We're always looking for good people to join endjin. If you like what we blog or talk about, it might be worth getting in contact.
25 useful steps missing from SpecFlow

25 useful steps missing from SpecFlow

Howard van Rooijen

We're huge fans of SpecFlow. We harvested 25 reusable steps from our various open source projects into a new extension that you can use to reduce your own boilerplate.
10 ways to get hired by an amazing start up

10 ways to get hired by an amazing start up

Matthew Adams

Do you really want to be a founder? Or do you want to get some start-up experience on the inside, but at lower risk. We look at what it means to be involved in start-up and how to get hired as employee #1 (or #2, or #3)
Step-by-step guide to bootstrapping your new product development – Part 7, Business model design

Step-by-step guide to bootstrapping your new product development – Part 7, Business model design

Matthew Adams

Business model design is all about sharing the value from the product. How do we ensure all the stakeholders get what they need out of it?
Amazingly Useful Chrome Developer Tips: #1 Inspecting dynamically created DOM elements

Amazingly Useful Chrome Developer Tips: #1 Inspecting dynamically created DOM elements

Alice Waddicor

Using a different New Relic application name per environment with Azure Cloud Services

Using a different New Relic application name per environment with Azure Cloud Services

Richard Kerslake

Just because you're using the cloud, doesn't mean you don't use traditional DTAP environments. But you do need to configure your cloud services to understand them.
You're hiring the wrong people: 10 tips to find great developers

You're hiring the wrong people: 10 tips to find great developers

Matthew Adams

Hiring developers is hard. Really hard. Here are some tips on how to make it easier on yourself.
Step-by-step guide to bootstrapping your new product development – Part 6, Follow on markets

Step-by-step guide to bootstrapping your new product development – Part 6, Follow on markets

Matthew Adams

Although you do not want to lose focus on the beachhead market, it is always good to consider the TAM for follow-on markets. If we do this thing, where might we take it next?
Which programming language should I learn in 2015?

Which programming language should I learn in 2015?

Matthew Adams

If you were learning to programme today, which language should you choose, and why?
Year 1 as an endjin software engineering apprentice

Year 1 as an endjin software engineering apprentice

Alice Waddicor

In this post Alice reflects on her first year at endjin as an Apprentice and her thoughts on programming, development tools & methodologies, cloud computing and what may lay in store in year 2.
Step-by-step guide to bootstrapping your new product development – Part 5, Getting to paying customers

Step-by-step guide to bootstrapping your new product development – Part 5, Getting to paying customers

Matthew Adams

Ultimately (however long you can put it off for by taking investment), you don't have a business if people aren't paying you more money than it costs to develop, acquire the customer, deliver it to them, and support them for their whole lifetime with the product. We look at how you can get to paying customers.
Reporting errors to New Relic from an Azure Worker Role

Reporting errors to New Relic from an Azure Worker Role

Richard Kerslake

In this post we demonstrate how to use New Relic to monitor an Azure Cloud Service Worker Role, step by step.
Step-by-step guide to bootstrapping your new product development – Part 4, Competitive Positioning

Step-by-step guide to bootstrapping your new product development – Part 4, Competitive Positioning

Matthew Adams

What does "competitive positioning" actually mean? Are your competitors all solving the same problems as you, or are they the people competing for the same kind of attention, or pool of resources? We take a look at the challenges of "competition".
Step-by-step guide to bootstrapping your new product development – Part 3, Understanding the Beachhead Market

Step-by-step guide to bootstrapping your new product development – Part 3, Understanding the Beachhead Market

Matthew Adams

Having got a very rough sketch of our product and its fit to the beachhead market, we now want to focus right in on that market, and better understand the size of the market, the customers, and our proposition to them. In this article we are going to explore techniques we can use to define our value proposition for the beachhead market.
Step-by-step guide to bootstrapping your new product development - Part 2, Inception

Step-by-step guide to bootstrapping your new product development - Part 2, Inception

Matthew Adams

The article is all about the very start of new product development: determining whether there is a market, and how the offering will fit that market's needs. We're trying to get a very quick, but comprehensive sketch of the whole product, and the market it is intended to address.
Hedy, Not Peck

Hedy, Not Peck

Matthew Adams

Evolving a proposition or product by increasing the fidelity is a better approach than incrementing feature by feature.
Step-by-step guide to bootstrapping your new product development - Part 1, Principles

Step-by-step guide to bootstrapping your new product development - Part 1, Principles

Matthew Adams

Kickstart product development with our series on bootstrapping. Learn tools and principles for all lifecycle stages.
Extending Endjin.Retry with custom Retry Policies

Extending Endjin.Retry with custom Retry Policies

Howard van Rooijen

Endjin.Retry is our simple .NET library for handling transient errors, to make your Cloud applications more resilient and reliable.