Do you have a new app?
Do you want an easy way for users to sign-up and login?
Social sign-up & login is the answer. Let's make it happen with Facebook.
Do you remember the time before digital calendars and reminders?
When dinosaurs roamed the world and you had to whack your dinner over the head.
Or something like that.
As a business owner you have a wide choice of apps to support, accelerate and improve your operations. This is both a blessing and a curse. There are some areas like accounting, warehouse and email marketing that are standardized and you can find a solution almost exactly for your budget and needs.
However, the real core of your business is your secret sauce. Now, obviously, since you are doing it your way, there is no ready-made product you can buy (ok there is excel…). So what now? Well, you can continue fighting with informal rules; paper, excel and emails.
Why did the calendar go to therapy?
Because it had too many dates.
Read on for more bad jokes and to learn how you can manage time with Calendars in Inuko apps.
When you build an app for clients, there will be point where they’ll ask for reporting.
What they usual mean by that, is to have a way to take a bunch of records from the database do some calculations and put it into a pdf.
So how do we build that?
In the previous posts we have introduced a javascript database class and a json based sql variant - json-fetch. We can now implement a dynamic CRUD layer, but there is an important piece missing.
Wouldn't it be nice to query your SQL database with json?
But, how can we translate a json base query to SQL?
Let's explore together.
After several months in production, we have rolled out version 2 of our SSE feature.
Let's look at our lessons learned together.
Do you wish you could use a single data-query endpoint from your SPA?
Wouldn't it be great to build your data query step by step?
Would you like a SQL, but for Web?
Are you building a new app or service?
Are you wondering how and where to store data?
Let me tell your our experience.
Do you want to automate common worklows?
Do you need to send weekly reminders?
Do you require monthly sales totals?
Is it something else for each customer?
Do your users run the latest version of your webapp?
Do they see the latest and greatest data?
Do they have the fix for that nasty bug?
Inuko Cloud is the software that hosts apps for customers (or tenants).
New customers can easily sign-up, for one or more apps.
Additionally each app can be customized individually per customer.
How does it work? Where does it work? Let's explore.
Cost-saving, high performance and easy maintenance.
This are just a few of the benefits of multi-tenant SaaS apps.
But today we shall talk about one of the problems.
How to change the app behavior for a single client.
Or in other words can we safely run untrusted code on the server?
A chart manual for Inuko apps.
Interactive charts are available for any list of records in the app.
That means, that any time you see a list of records in the app,
you can also have a visual chart representation of them.
You want a mobile app.
And you have a great web app optimized for mobile web.
Or you are just planning your app strategy.
In both cases you should consider a single approach to web and mobile.
How? With Capacitorjs.
A frictionless sign-up and sign-in experience has many benefits.
Once a user is ready to try our app, don't lose them in the sign up procedure.
Once a user starts using our app, don't lose them becuase they forgot their login.
Multifactor and not reusing passwords keeps user's data safe.
Does the title sound like a contradiction?
Is that possible to so? Is it magic?
Why would you do that?
Will it work in offline?
Continue reading to find out.
What are the advantages in integrating your web app with MS Sharepoint?
No need to spend on storage or pay for data transfers.
No need to think about backups or access permissions.
Delighted users, because everything is in one place.
Nothing to locate, copy or sync.
Browser requests and the server responds.
This has been the norm for decades.
And still applies to modern web-apps.
A picture is worth a thousand words.
But it is also worth a million bytes.
Let's look at how we can utilize Azure Blobs for efficient multimedia and document storage.
Securing user data is today an absolute must.
Users want privacy and laws required it.
Still we hear about breaches and stolen passwords.
What can we do about it?
It is almost a rite of passage, a sign your software is all grown up when you add reporting functionality.
Like an invoice file, a customer report, or an employee document.
Anytime we need the data from our system to be presented, printed or processed we need data in the form of a document.
Separating content from code is always a good idea. Therefore, let's explore how to do that in a GatsbyJS website. Without any external data sources.
Let's build a static website with external content. In this post I will show you how you can static-render data from any data source with GatsbyJS.
It has been never easier to create a great looking and performant website than it is today. There is an abundance of options that you can choose from, whether you are a novice or a front end pro. With all the options comes, what the germans nicely call "Die Qual der Whal". Or in english what is the best solution for me.