๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Moment JS - check if a date is today or in the future

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

I am trying to use momentjs to check if a given date is today or in the future This is what I have so far ltscript typetextjavascript

Thumbnail for Posts

Not recommended to use use strict in ES6

๐Ÿ“‚ Categories: Javascript

Im not familiar with ECMAScript 6 yet Ive just cloned the React Starter Kit repo which uses ES6 for application code I was surprised to see that the linter is

Thumbnail for Posts

Override default Spring-Boot applicationproperties settings in Junit Test

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Unit-Testing Spring-Boot

I have a SpringBoot application where the default properties are set in an applicationproperties file in the classpath srcmainresourcesapplicationproperties I

Thumbnail for Posts

Pandas percentage of total with groupby

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Pandas Group-By

This is obviously simple but as a numpy newbe Im getting stuck I have a CSV file that contains 3 columns the State the Office ID and the Sales for that office

Thumbnail for Posts

PHP with MySQL 80 error The server requested authentication method unknown to the client duplicate

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

This question already has answers here php mysqliconnect authentication method unknown to the client cachingsha2password 20 answers Closed 5 years ago Im

Thumbnail for Posts

Prevent pushing to master on GitHub

๐Ÿ“‚ Categories: Programming

GitHub allows you to configure your repository so that users cant force push to master but is there a way to prevent pushing to master entirely Im hoping to

Thumbnail for Posts

Quick way to list all files in Amazon S3 bucket

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Amazon-S3

I have an amazon s3 bucket that has tens of thousands of filenames in it Whats the easiest way to get a text file that lists all the filenames in the

Thumbnail for Posts

Remove property for all objects in array

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

I want to remove the bad property from every object in the array Is there a better way to do it than using a for loop and deleting it from every object var

Thumbnail for Posts

RESTful Authentication via Spring

๐Ÿ“‚ Categories: Java

Problem We have a Spring MVCbased RESTful API which contains sensitive information The API should be secured however sending the users credentials userpass