๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

What is the difference between print and puts

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

For example in this line of code I wrote print and puts produce different results 1upto1000each i print i if i 2

Thumbnail for Posts

What is the OAuth 20 Bearer Token exactly

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Oauth Bearer-Token

According to RFC6750The OAuth 20 Authorization Framework Bearer Token Usage the bearer token is A security token with the property that any party in possession

Thumbnail for Posts

Why is Docker installed but not Docker Compose

๐Ÿ“‚ Categories: Docker
๐Ÿท๏ธ Tags: Docker-Compose Dockerfile

I have installed docker on CentOS 7 by running following commands curl sSL httpsgetdockercom sh systemctl enable docker ampamp systemctl start docker docker

Thumbnail for Posts

Why is January month 0 in Java Calendar

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Calendar Java.Util.Calendar

In javautilCalendar January is defined as month 0 not month 1 Is there any specific reason to that I have seen many people getting confused about

Thumbnail for Posts

Why JSF calls getters multiple times

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Performance Jsf El Getter

Lets say I specify an outputText component like this lthoutputText valueManagedBeansomePropertygt If I print a log message when the getter for someProperty is

Thumbnail for Posts

Would it be beneficial to begin using instancetype instead of id

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Objective-C Instancetype

Clang adds a keyword instancetype that as far as I can see replaces id as a return type in alloc and init Is there a benefit to using instancetype instead of

Thumbnail for Posts

Write a program to find 100 largest numbers out of an array of 1 billion numbers

๐Ÿ“‚ Categories: Programming

I recently attended an interview where I was asked write a program to find 100 largest numbers out of an array of 1 billion numbers I was only able to give a

Thumbnail for Posts

Advantages of stdforeach over for loop

๐Ÿ“‚ Categories: C++
๐Ÿท๏ธ Tags: Stl Foreach Coding-Style

Are there any advantages of stdforeach over for loop To me stdforeach only seems to hinder the readability of code Why do then some coding standards recommend

Thumbnail for Posts

Align nav-items to right side in bootstrap-4 duplicate

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Bootstrap-4 Navbar Nav

This question already has answers here Bootstrap align navbar items to the right 24 answers Closed 6 years ago I just switched to bootstrap 4 and reworking all