๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Why is Haskell GHC so darn fast

๐Ÿ“‚ Categories: Programming

Haskell with the GHC compiler is a lot faster than youd expect Used correctly it can get closeish to lowlevel languages A favorite thing for Haskellers to do

Thumbnail for Posts

Access a variable outside the scope of a Handlebarsjs each loop

๐Ÿ“‚ Categories: Javascript

I have a handlebarsjs template just like this externalValue ltselect nametestgt each myCollection ltoption valueidgttitle externalValueltoptiongt each

Thumbnail for Posts

Advantages and disadvantages of GUID UUID database keys

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Database Guid Uuid

Ive worked on a number of database systems in the past where moving entries between databases would have been made a lot easier if all the database keys had

Thumbnail for Posts

Angular 2 optional route parameter

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Angular

Is it possible to have an optional route parameter in the Angular 2 route I tried the Angular 1x syntax in RouteConfig but received below error ORIGINAL

Thumbnail for Posts

Angular CLI Error The serve command requires to be run in an Angular project but a project definition could not be found

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Angular Angular5 Angular-Cli

When running the terminal commands ng server or ng serve livereloadtrue Im getting this issue The serve command requires to be run in an Angular project but a

Thumbnail for Posts

Apply formula to the entire column

๐Ÿ“‚ Categories: Programming

Im changing all the zip codes from Column A into Column B with the formula TEXTA100000 Like this I want every cell in Column B to be transformed using the

Thumbnail for Posts

Auto-indent in Notepad

๐Ÿ“‚ Categories: Programming

We always write code like this formal void main if if But when I use Notepad the display is void main if if How do I use Notepad to auto indent Thanks to

Thumbnail for Posts

BeautifulSoup getting href duplicate

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Tags Beautifulsoup

This question already has answers here retrieve links from web page using python and BeautifulSoup closed 16 answers Closed 11 years ago I have the following

Thumbnail for Posts

Best HTTP Authorization header type for JWT

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Http-Headers Jwt

Im wondering what is the best appropriate Authorization HTTP header type for JWT tokens One of the probably most popular type is Basic For instance