๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

What format is the exp Expiration Time claim in a JWT

๐Ÿ“‚ Categories: Programming

I am using ADAL library to get access token for a resource Does anyone know what format is the expiration time in more specifically exp Expiration time claim

Thumbnail for Posts

What is a good practice to check if an environment variable exists or not

๐Ÿ“‚ Categories: Python

I want to check my environment for the existence of a variable say FOO in Python For this purpose I am using the os standard library After reading the librarys

Thumbnail for Posts

What is Ad Hoc Query

๐Ÿ“‚ Categories: Sql
๐Ÿท๏ธ Tags: Adhoc-Queries

Im reading a book about SQL In that book theres the term Ad Hoc Query which I dont understand What exactly is an ad hoc

Thumbnail for Posts

What is consolelog

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Firebug Console.Log

What is the use of consolelog Please explain how to use it in JavaScript with a code

Thumbnail for Posts

What is the operator in C

๐Ÿ“‚ Categories: Programming

Given by a colleague as a puzzle I cannot figure out how this C program actually compiles and runs What is this gtgtgt operator and the strange 1P1 literal I

Thumbnail for Posts

What is the fundamental difference between WebSockets and pure TCP

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Tcp Websocket

Ive read about WebSockets and I wonder why browser couldnt simply open trivial TCP connection and communicate with server like any other desktop application

Thumbnail for Posts

Whats the difference between double colon and - arrow in PHP

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

There are two distinct ways to access methods in PHP but whats the difference responsegtsetParameterfoo bar and sfConfigsetfoo bar Im assuming gt dash with

Thumbnail for Posts

When is Try supposed to be used in C method names

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: Naming-Conventions

We were discussing with our coworkers on what it means if the method name starts with Try There were the following opinions Use Try when the method can return