Ir al contenido principal

Entradas

Business innovation using ontologies: entity - relationship graphs

Business Innovation Definition Business innovation is the creation of substantial new value for customers and the company by, creatively, changing one or more dimensions of the business system (Sawhney et al., 2006). In other words, business innovation is the creation and adoption of something new that generates business value. This includes new products, services, or processes, such as integrated supply chain solutions (Sawhney et al., 2006). Methodology to develop business innovations? To develop new business innovations inside an organization we can define a process to introduce new ideas, workflow, methodologies, services or products. In this post I want to share a simple user centered methodology to develop business innovations and know your opinion about it. I've been working as Product Owner for several years developing digital products at InfoJobs  (a Schibsted company) and I've learnt that a key point to innovate is to understand very well the user need
Entradas recientes

How to deploy a Django app on AWS EC2 using Nginx and Gunicorn

After struggling some time trying to deploy an Django App on Amazon Web Services EC2 here you can find how I solved it. When you deploy a Django App there are some slight differences between the local development environment and the AWS environment and appear some new technologies. I'm newbie with Django. I use it for my experiments and automate some boring tasks and to have more fun at work. Starting with Django is quite easy in local environment, but when you want to share your app with the whole world, you need to know several tools, technologies, network, etc... And usually, a very small error makes all fail with out explanation or at less for me, difficult to find what's the problem. Starting point My company ( Schibsted Spain ) provides me a AWS account, so I won't explain you how to create an AWS account and related stuff. Create a new instance (a machine) on the cloud Preparatory steps: Login to your AWS account Access to the EC2 service C