To reduce the amount of recruiting messages I wrote a questionnaire tool (retrap) recruiters can use to see if it makes sense to write to me. But what do you do once you get an interesting offer and time still matters?
Authors: benedikt
Passwords are one of my favourite topics! There's so much you can do wrong when working with passwords. Here are some best practices on how to manage passwords.
Calculating the break-even is a helpful tool in determining if a venture or project has the potential to succeed.
Here's how you do it and how to create an app simplifying the result's representation.
You may have heard the term "Micro Service".
Shortly summarized it coins for a very small (as in features) application often providing an API that can be used by another app or service.
So, what about when you add a simple frontend to the pile?
Derzeit stoße ich auf einige Studien und Artikel, die sich des Themas Homeoffice zu Zeiten der Pandemie annehmen.
Meiner Meinung nach sind diese häufig (in die eine oder andere Richtung) tendenziös, weshalb ich hier mit einigen Missverständnissen aufräumen möchte.
Using sveltekit if you have used svelte before is quite straightforward. At least most of the time.
Loading and displaying dynamic (as in by API call) wasn't that obvious for me at first.
So here's a short description of the most important things to keep in mind.
When I searched for a new display with more space I wanted to know if using a curved for programming tasks could work. Turns out it's great!
You probably thought, fast concurrency powers were only possible with NodeJs or maybe Go, even Rust? Well, think again!
As a computer enthusiast, I never thought rotating an image could be difficult. Turns out, for some people, it is. So why not change that?
For the last few years I didn't write much on this blog. Read how and why I'm going to change this now.
For a side project, I wanted to create an animated picture, which would rotate on page scroll. Here is how it can be done using JavaScript and CSS.
Working remotely causes some challenges, especially on a hardware level. To increase the quality of video calls I levelled up my computer setup. Here are some of the equipment I bought.
Ok first of all this is my first article with using a clickbait title. I wanted to see for myself what difference it made.
And now back to the topic: Since I have been working remotely for about 2 years now I wanted to share some of my experiences. As well as things that I could have done better when starting and things that went well from the beginning.
Seit Längerem wollte ich schon über den guten und nicht so guten Umgang mit Passwörtern bzw. der Authentifizierung im Allgemeinen schreiben.
Hier sind nun meine Überlegungen, natürlich auch mit Verweisen.
Hoffentlich kann es dem einen oder anderen bei der Applikationsentwicklung und dem Umgang mit Passwörtern helfen.
Da hosteurope leider bisher nicht let's encrypt für die webpack- oder andere managed Pakete in automatisierter Form anbietet,
muss man sich mit einem manuellen Erstellen des account-keys sowie dem Zertifikat behelfen.
Wie das geht, was dabei zu beachten ist und wie man das zumindest zum Teil automatisieren kann, findet sich in diesem Artikel.
Ähnliche Auswertungen oder Forschungen gab es ja schon häufiger, aber ich finde, man kann nicht häufig genug darauf hinweisen, welches die am meisten genutzten Passwörter sind.
Und wenn man sich so im Bekanntenkreis umhört (bzw. es teilweise unfreiwillig erzählt bekommt), dann sind die Ergebnisse ganz gut nachzuvollziehen...
Since chrome or chromium for that matter sometime does not seem to handle profiles correctly, I had some trouble making chromium usable again without losing all of my settings. Luckily here are some tips how it might work.
I wrote a chrome extension as well as an android app which enable the user to handle more secure passwords with more ease. It's based on J. Coglan's great work you can find at getvau.lt.
For a long time now I always had an HTPC as a hobby. Here is a description of my last one.
Since using linux on a Samsung Chronos 7 turned out to be quite some pain, I wrote done my ups and downs as well as hints and explanations or links how to improve the overall performance.
Wordpress can be great for bigger multiuser projects but it can be a pain optimizing for content and small assets (as in javascript, images and stylesheets) as well. So I had been planning moving to some alternative. Eventually I wrote it myself and here is the result.