taijidude

taijidude @taijidude

About: Java Developer. Love to read and learn. Hobbies: - tabletop rpgs - boardgames - videogames - cooking - kettlebell

Location:
Hannover, Germany
Joined:
Jul 22, 2020

taijidude
articles - 45 total

Small prototype... easy coding flash cards on android

My Problem... I recently read the wonderful book the-programmers-brain. One take-away was...

Learn More 2 1Nov 7 '24

A first try of typescript and deno 2

After joining a new company I get to work with angular and typescript. To get more familiar with...

Learn More 2 2Nov 2 '24

Check if date is between two other dates

A small method to check if a LocalDataTime is in a Range between to other LocalDateTime -...

Learn More 0 0Sep 18 '24

Convert LocalDateTime to Date and back

At the moment i have to write a lot of Integeration Tests for a migration project. The old code uses...

Learn More 0 0Sep 18 '24

Pod not starting in openshift

Today i had a curious case of a pod in openshift with problems to start. The pod contained a simple...

Learn More 0 0Sep 18 '23

pgsql Cheatsheet

One of my recent tasks was the migration of a small spring boot web service to openshift. The...

Learn More 3 0Jun 16 '23

TIL: isBlank() String Method

Today i learned that in Java 11 there was a new String Method introduced that checks if a string is...

Learn More 0 0Apr 25 '23

Get help for a maven plugin

Today i was fighting to get a vaadin app building again with maven. During my search for...

Learn More 1 0Mar 9 '23

Path conversion in git bash

Hello again, today i have a small advice for you if you work with the git bash on windows. To...

Learn More 1 0Feb 17 '23

check the return code in an if clause

I'm working on a bash script that uses git to clone all of our git repositories (only the necessary...

Learn More 0 0Oct 27 '22

TIL: Slightly over engineered (😅) text replace function (sed multiple replacements)

I recently had to read a lot of long bash scripts. Stumbled about a few things I found interesting...

Learn More 3 0Aug 21 '22

Background Jobs are not run at $PSScriptRoot

Stumbled over this one a while ago. While i was developing a script which started several background...

Learn More 7 0Jun 21 '22

$PSScriptRoot is your friend...

Had to learn this lesson the hard way yesterday. I was working on a script that uses relative paths...

Learn More 11 2May 7 '22

Productivity Tips

Some things i have realized along the way. 1) Don't try to solve everything on your own and ask for...

Learn More 5 0May 5 '22

Execute a powershell script from inside the git bash

I develop on Windows. And somehow got into the habit of using both the powershell and the git bash....

Learn More 14 5Apr 29 '22

Golang Working With Files...

Today a short one again. I have played around with some go again and wanted to write it down. There...

Learn More 6 0Apr 13 '22

My first go at go... would you do anything different?

Hello for a slightly longer article. :-) I had my first try at go program and wanted to share what i...

Learn More 6 0Apr 8 '22

A way to translate sql scripts to a different dialect

One application i'm responsible is running on a sql server database but most of the integration tests...

Learn More 2 0Mar 18 '22

Get rid of an MS SQL Server database in SingleUserMode

Yesterday i while trying to run some tests against a database with a copy of our production data the...

Learn More 6 0Feb 23 '22

filter duplicates from arrays

Hello again, it's been a while. Have several things on my plate, so it's only a short post again. I...

Learn More 6 0Mar 19 '21

You don't have to cd into the folder to build the maven project

Hello again dear reader! :-) About two weeks ago i realized a thing about maven, which will come in...

Learn More 6 0Mar 8 '21

My first basic powershell module

Hello everyone, I'm back after a nearly two week pause. Had some back pain problems and wanted to avo...

Learn More 2 0Feb 20 '21

Change the prompt in powershell

Hello everyone, short post this week. Was working on another post but not really satisfied with it....

Learn More 0 0Feb 7 '21

Git Commands from outside the repository

This week i discovered something nice and really obvious if you think about it for a minute. But it n...

Learn More 6 0Jan 28 '21

Lets learn javascript... The console (1)

My goal for this year is to get to halfway decent skill level in web development(javascript). I will...

Learn More 1 2Jan 24 '21

This has been done before!

A small reminder for me. This week gave in to the temptation to implement something myself, before pr...

Learn More 0 0Jan 16 '21

Parameter Validation and Files

Happy new year! This week I learned something about how to handle parameter validation in a powershel...

Learn More 0 0Jan 10 '21

And remember kids... When working from home zip your files...

Damn i can be slow some times. Have been working from home since febuary and realized the following n...

Learn More 0 0Jan 5 '21

Prep for the Professional Scrum Master I

Short celebratory post this week. I just got the certification as a professional Scrum Master I (from...

Learn More 1 0Jan 2 '21

Date Basics

Short post before Christmas: Calling Get-Date gives you a DateTime Object to work with: (Get-Dat...

Learn More 1 0Dec 22 '20