The IOT Solutions World Congress is Spain’s number one go-to event to explore groundbreaking technologies, network with industry leaders, and discover innovative solutions.
(more…)The hardest part of starting up is starting out
The Hannover Messe 2025 that took place this year on 31 March – 4 April with more than 4.000 exhibitors and 123,000 visitors from around the world was a tremendous success. The world’s leading industrial trade fair welcomed companies from the mechanical and electrical engineering, digital industries and the energy sector to present solutions for a high-performance, but also sustainable industry.
(more…)Do you want to have a successful online store but you are not sure which e-commerce solution is the right one for you?
WooCommerce and PrestaShop are two of the most popular platforms for online stores. We have asked one of our developers a few questions to help you make your decision.
(more…)Did you know that crowd funding on a site like Gofundme.com will take 5% of every donation that you receive? Don’t worry, there’s a new sheriff in town. Smart Contracts are the new way to crowd source for fundraising that makes sure you get the full amount donated, without the middle man. The Smart Contract uses embedded code to create a reliable place for money to be stored until all parameters are accomplished.
by Lukas Stracke, Backend Developer at Inovum Solutions, 09.02.18
Consider following situation: You want to develop a web application with a nice, beautiful UI and a database to store information. Obviously the way to go is to apply the MVC pattern and divide your app into database, frontend and backend. Maybe you design your frontend in AngularJS because it’s dynamic and comfortable to maintain and want to connect to the MongoDB where you store your data. The traditional way would be to design a big backend, e.g. using the Java web framework Spring. But what, if you don’t need all of the features that Spring offers you? Why using a complex framework that needs a lot of time to get used to and hours or even days to configure if you need the backend only for validation and authentication?