jeannot-muller.com Open in urlscan Pro
162.159.152.4  Public Scan

Submitted URL: http://www.ramgad.com/
Effective URL: https://jeannot-muller.com/?gi=17d7e07e75fa
Submission: On September 01 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Open in app

Sign In

Get started


Home
Notifications
Lists
Stories

--------------------------------------------------------------------------------

Write


Jeannot Muller

2.4K Followers

Follow


Home

Lists

5 days ago

Member-only


RUNNING JAVA JAR AS AUTO RESTARTING SERVICE ON LINUX

Running “java -jar YOURjarfile.jar” will of course start a jar on your linux
machine, but it will stop running once you disconnect your ssh session for
instance. So you do need to run your jar file in the background. Pierre Janineh
described a way to achieve this goal: Start a JAVA service from JAR on an Ubuntu
instance Got a Jar file but struggling to execute it? Learn how to run a Jar
file in Ubuntu and other Linux distributions.medium.com

Java

3 min read






--------------------------------------------------------------------------------

Jul 27

Member-only


MINGO.IO, ALTERNATIVE ADMIN GUI / IDE FOR MONGODB

MongoDB is a fantastic noSQL database. The company offers its own IDE “Compass”,
which is very good, but not necessarily clear and also lacks some professional
features of other programs. There are numerous GUIs that either support MongoDB
or (mostly) specialize exclusively in MongoDB, e.g. …

Mongodb

2 min read






GET AN EMAIL WHENEVER JEANNOT MULLER PUBLISHES.

By signing up, you will create a Medium account if you don’t already have one.
Review our Privacy Policy for more information about our privacy practices.

Subscribe


Jul 3

Member-only


TRACKING OPEN CONNECTIONS OF SERVICES ON LINUX

In almost every programming language you can quickly run into problems that the
app establishes connections but never closes them. Some programming languages
”automatically” close unused connections, and this sometimes works better,
sometimes worse. It is good practise to monitor if the “promises” of the vendors
do work. Such open…

2 min read






--------------------------------------------------------------------------------

Jun 22

Member-only


USE OWN FONTS FOR PDFS IN GO (GOLANG) WITH MAROTO

Maroto is a great and easy tool to generate pdfs with Go. It is very easy to
achieve quickly outstanding results: GitHub - johnfercher/maroto: A maroto way
to create PDFs. Maroto is inspired in Bootstrap and uses… A Maroto way to create
PDFs. Maroto is inspired in Bootstrap and uses Gofpdf. Fast and simple. Maroto
definition…github.com Of course you can add your own fonts, which is
particularly important if you want to use UTF8 compliant fonts:

Go

1 min read






--------------------------------------------------------------------------------

Published in Xojo Development

·Jun 4

Member-only


OPENSOURCE XOJO WEB 2 PLUGINS

I have written several Xojo Web 2 plugins over the 18 months, which I hereby
release for free use. Anyone can do whatever they want with it, but I won’t give
any support as I’m not currently using Xojo and don’t have the time. The
javascript / typescript code works…

Xojo

3 min read






--------------------------------------------------------------------------------

Published in Xojo Development

·May 26

Member-only


IMPROVING XOJO WEB 2

After almost 2 decades that I used Xojo, this is the first time I’m aware of
that Xojo Inc. admit issues and is finally improving their feedback mechanism.
Improving Feedback For a while now we have been managing our API proposals with
Issues, a web-based task management system from Gitlab…blog.xojo.com That’s
good. Learn, un-learn, re-learn. But less than half a year ago the
“transparency” still looked quite the opposite:

Xojo

6 min read






--------------------------------------------------------------------------------

May 9

Member-only


SSH INTO DATABASE IS WORKING, BUT NOT FROM APPS.

I bumped over the weekend into an interesting issue. All the sudden MongoDB
Compass and mingo.io didn’t let me do an ssh into my remote mongodb database.
Tools like Studio 3T or jetbrains’ Datagrip worked though w/o any issue. I had
no issue issue to use an ssh with an…

Ssh

1 min read






--------------------------------------------------------------------------------

Apr 24

Ref() vs Reactive() in Vue 3 — what’s the right choice?
273
2

Bartosz Salwiczek


EXCELLENT EXPLANATION.

Excellent explanation. It was on my list to dive into this topic for a while,
but I was always to busy or lazy and just used ref() but wondering of others
using reactive(). Now I do understand the difference. Thank you for sharing!

1 min read



Excellent explanation. It was on my list to dive into this topic for a while,
but I was always to busy or lazy and just used ref() but wondering of others
using reactive(). Now I do understand the difference. Thank you for sharing!

16

16

1




--------------------------------------------------------------------------------

Published in quasar development

·Apr 24

Member-only


CREATE AVATARS FROM INITIALS

As a developer, you often face the challenge of having to generate or integrate
an avatar image, e.g. for the profile. There are several ways to do this: You
can offer the user an upload option and then save the profile picture. A user’s
email can be matched against services…

Xojo

2 min read






--------------------------------------------------------------------------------

Published in Xojo Development

·Apr 6

Member-only


XOJO 2022R1 TCO

Unfortunately, occasional price changes are unavoidable. Ultimately, inflation
is a reason for price changes, because otherwise companies will have less net
income over time and this with rising costs (salaries, rents, electricity
consumption, etc.). Changes to Xojo License Pricing At Xojo, price changes are
rare and we strive to keep the price affordable for all kinds of developers. In
fact, the…blog.xojo.com

Xojo

3 min read






--------------------------------------------------------------------------------

Mar 6

Member-only


THE FACTS ABOUT VISA AND MASTERCARD CREDIT CARD BLOCKS IN RUSSIA.

As much as it is to be welcomed that VISA and MASTERCARD are blocking their
credit cards “for” Russia, a distorted picture is being presented in the news. I
don’t see why, as the Reuters press release is actually quite unequivocal. Visa
and Master suspend operations in Russia over Ukraine invasion March 5 (Reuters)
- U.S. payments firms Visa Inc (V.N) and Mastercard Inc on Saturday said they
were suspending…www.reuters.com

Russia

2 min read






--------------------------------------------------------------------------------

Published in Xojo Development

·Mar 4

Member-only


WHAT HAPPENED TO XOJODOCS.COM?

I’ve been pretty quiet in the Xojo community for the last 6 months, and that’s
not going to change for the foreseeable future, as I have projects that other
tools are better suited for. I have received several inquiries as to whether I
am now against Xojo and I can…

Xojo

5 min read






--------------------------------------------------------------------------------

Mar 2

Member-only


STOPPING THE RUSSIAN DICTATOR

This will probably not stop the war crimes of a dictator who has obviously gone
mad, but by supporting the petition “Stop the war with…

1 min read





STOPPING THE RUSSIAN DICTATOR

357

357

3




--------------------------------------------------------------------------------

Published in quasar development

·Feb 19

Member-only


MY BIGGEST ISSUE WITH WEBSTORM PLUGINS VERSUS VISUAL STUDIO

I don’t want to get involved in the “war” between Visual Studio Code (VSC) and
Jetbrain’s products. VSC is really a fantastic tool, it is extremely fast, it is
continuously developed and it has an unbeatable advantage: it is free. Even
though JetBrains products are cheap in my eyes, it…

Webstorm

2 min read






--------------------------------------------------------------------------------

Published in Xojo Development

·Feb 9

Member-only


USING SSH TUNNELS FOR REMOTE DEBUGGING

Without appropriate measures, the Internet is an unsafe playground for any
developer. Implementing certificates correctly is not necessarily the easiest
task, and built-in protection is of course worth nothing if it is not also
implemented correctly. The simplest protection is to shield the productive
server to be used very well…

Xojo

3 min read






--------------------------------------------------------------------------------

Published in SARS-CoV-2

·Jan 10

Member-only


BOOSTER NACH JOHNSON UND JOHNSON — JANSSEN

Bezüglich Johnson & Johnson (Janssen) und der Boosterung findet man im Netz
unterschiedliche Informationen, die meisten deuten darauf hin, dass die
Auffrischimpfung mit einem mRNA-Impfstoff eine Boosterung darstellt. Zumindest
in Bayern gibt es jetzt Klarheit und es wird das umgesetzt, das natürlich auch
medizinisch Sinn macht. Da die Wirkung bei…

Johnson And Johnson

2 min read






--------------------------------------------------------------------------------

Dec 27, 2021

Member-only


HOW TO ‘PG_DUMP’ WITH JETBRAINS DATAGRIP ON MACOS

If you are using Datagrip from Jetbrains to manage your postgres database, you
might have bumped into the difficulties how to dump (or how to restore) a
postgres SQL dump. The menus are showing the “commands” but without the
binaries, you can’t “run” those. I never can’t remember how…

2 min read






--------------------------------------------------------------------------------

Published in SARS-CoV-2

·Dec 19, 2021

Member-only


SEIT WANN WIRD EIGENTLICH QUERGEDACHT?

Seit es Impfungen gibt, also seit Jahrhunderten, gibt es (leider) Querdenker.

1 min read





SEIT WANN WIRD EIGENTLICH QUERGEDACHT?

1

1





--------------------------------------------------------------------------------

Published in SARS-CoV-2

·Updated Dec 18, 2021

Member-only


SOLL ICH MICH GEGEN COVID-19 IMPFEN LASSEN?

Nachdem mich, trotz zahlreichen und ausführlichen Auf- und Erklärungen in Social
Media, immer mehr private Anfragen erreichen, trage ich hier die wichtigsten,
aktuellen Informationen zusammen und werde in Zukunft nur noch den Link zu
diesem Kanal teilen. Meine Zeit ist begrenzt, meine Geduld ebenfalls. Die
Mehrheit der privaten Anfragen scheint…

Impfung

6 min read






--------------------------------------------------------------------------------

Published in SARS-CoV-2

·Dec 17, 2021

Member-only


MUSS EIN ARZT EIGENTLICH IMPFEN?

Berufsordnung für Ärztinnen und Ärzte in Deutschland — Rechtlich bindend ist in
Deutschland die Berufsordnung: Aus § 7 Abs. 2 wird deutlich, dass aus dem
Berufsrecht, keine Behandlungspflicht abzuleiten ist, es sei denn es handelt
sich um einen Notfall. Ärztinnen und Ärzte achten das Recht ihrer Patientinnen
und Patienten, die Ärztin oder den Arzt frei zu wählen…

Arzt

8 min read





Get started

Sign In


JEANNOT MULLER


2.4K Followers


Managing director at teccompanion.com, physician, founder, developer and
blogger.


Follow

Following

 * Janet Meisel
   
   

 * Barbara Carter
   
   

 * MOONBEAM i Sverige
   
   

 * Mona Lazar
   
   

 * GrowthBranch
   
   

See all (10,311)

Lists



JETBRAINS

1 story

View All

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable

To make Medium work, we log user data. By using Medium, you agree to our Privacy
Policy, including cookie policy.