caluga - java blog

Caluga - The Java Blog
latest blog entries page 3 / 18
pass Alfred workflow

This is a simple workflow for using the pass password store Alfread is the main GUI here.

Several keywords:

  • pass: search for entries, hit enter to see details and copy fields accordingly
  • pgen: generat

Edit

category: global --> Computer --> programming --> shell scripting

tags:

creator Stephan Bösebeck 2021-08-20

read more
Morphium V4.2.12 released

The latest Version of morphium (V4.2.12) was released a couple of days ago. As usual, the changes contain Bugfixes and improvements.

  • Tests were changed so that they run more smoothly in total, less side effects
  • Tests were simplified
  • B

Edit

category: global --> Computer --> programming --> MongoDB --> morphium

tags: Java - MongoDB - Morphium

creator Stephan Bösebeck 2021-08-13

read more
Morphium V4.2.8 released

Morphium V4.2.8 was released including the following features:

  • FEATURE:basic support for Aggregation with the InMemoryDriver using Expr
  • FEATURE: Support for Expr in Qureries
  • FIX: imrpvoved Support for sharding
  • FIX: increased

Edit

category: global --> Computer --> programming --> MongoDB --> morphium

tags: Java - MongoDB - Morphium

creator Stephan Bösebeck 2021-06-15

read more
Text Attack From Outer Space

Somehow you have a little too much time during the pandemic. And since I type a lot, I wanted to write a game with which you can improve a little ... whereby the focus was less on typing and more on trying out.

Idea

The idea was to write ...

Edit

category: global --> Games

tags: Java - Games

creator Stephan Bösebeck 2021-03-18

read more
Indices in Morphium

Morphium and Indices

Defining Indices

First of all, you usually do not need to care about Indices in Mongodb, just define it in your entity code:

´´´java @Entity public class MyEntity { @Id private MorphiumId id; @In

Edit

category: global --> Computer --> programming --> MongoDB --> morphium

tags:

creator Stephan Bösebeck 2020-11-27

read more