Posts tagged "Development"

7 posts found

python-exoscale: official Python bindings for the Exoscale API
4 min read

python-exoscale: official Python bindings for the Exoscale API

We’re happy to announce the first public release of the official Python bindings for the Exoscale API. This library allows Exoscale users to perform a...
Read More →
Building Microservices in OSGi with the Apache Karaf Framework
14 min read

Building Microservices in OSGi with the Apache Karaf Framework

The microservice paradigm has been a topic of heavy discussion and interest in recent years. To make the matter even more involved developers and arch...
Read More →
An overview of JDK security as per JDK 11
11 min read

An overview of JDK security as per JDK 11

The Java sandbox security model has been around since more than a decade, and with some enhancements over the years it remains pretty much the same si...
Read More →
How to Integrate Spring With Micronaut
8 min read

How to Integrate Spring With Micronaut

We’ve talked about Micronaut in the past, and its Ahead-of-Time compilation approach to efficiently use Java in Serverless functions. Thanks to AOT, M...
Read More →
How to write a Clojure application: a complete tutorial
9 min read

How to write a Clojure application: a complete tutorial

A lot of our internal code base at Exoscale is written in the Clojure programming language. While its expressiveness and functional nature makes the l...
Read More →
Deploy and host a single-page application on Object Storage
4 min read

Deploy and host a single-page application on Object Storage

You already know what is a single-page application and how to build one in ClojureScript and re-frame. We’ll now describe a cost-effective way to host...
Read More →
What is a single-page application?
4 min read

What is a single-page application?

In this post, we’ll examine the fundamentals of a single-page application with server-side rendering and discuss the pros and cons of using such an ap...
Read More →
← Back to all posts