๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Truststore and Keystore Definitions

๐Ÿ“‚ Categories: Programming

Whats the difference between a keystore and a

Thumbnail for Posts

TypeScript empty object for a typed variable

๐Ÿ“‚ Categories: Typescript
๐Ÿท๏ธ Tags: Typescript

Say I have type User I want to create a new user but set it to be an empty object const user User This fails saying property XX is missing const user User as

Thumbnail for Posts

Waiting until two async blocks are executed before starting another block

๐Ÿ“‚ Categories: Programming

When using GCD we want to wait until two async blocks are executed and done before moving on to the next steps of execution What is the best way to do that We

Thumbnail for Posts

Warning about SSL connection when connecting to MySQL database

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Ssl Database-Connection

With the two classes below Ive tried connect to a MySQL database However I always get this error Wed Dec 09 224652 CET 2015 WARN Establishing SSL connection

Thumbnail for Posts

What does private mean in Objective-C

๐Ÿ“‚ Categories: Programming

What does private mean in

Thumbnail for Posts

What does the arrow operator - do in Java

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Java-8

While hunting through some code I came across the arrow operator what exactly does it do I thought Java did not have an arrow operator return CollectionltCargt

Thumbnail for Posts

What is the best way to implement constants in Java closed

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Constants

Closed This question is opinionbased It is not currently accepting answers Closed 7 years ago Locked This question and its answers are locked because the

Thumbnail for Posts

What is the difference between java javaw and javaws

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Java-Web-Start Javaw

What is the difference between java javaw and javaws I have found that on Windows most usage of Java is done using

Thumbnail for Posts

What is the difference between npm-shrinkwrapjson and package-lockjson

๐Ÿ“‚ Categories: Programming

With the release of npm5 it will now write a packagelockjson unless a npmshrinkwrapjson already exists I installed npm5 globally via npm install npm5 g And now