Open in app
Home
Notifications
Lists
Stories

Write
Sascha Peter Bajonczak
Sascha Peter Bajonczak

Home

Published in Geek Culture

·6 days ago

Mount external directories into your Kubernetes container

I wondered how it is possible to get a volume mount into your Kubernetes cluster. “Why must I mount a directory into my pod?” you will ask. This Question is correct, but there are several reasons, either you will create documents and want to put them onto a shared drive…

Docker

4 min read

Mount external directories into your Kubernetes container
Mount external directories into your Kubernetes container

Published in Better Programming

·Jun 6

Tools Every UI Script Developer Should Know

That can boost your productivity every day — On the web frontend, most of the time we use JavaScript. So, instead of writing tools on your own and reinventing the wheel (with several bugs in it), you can use some tools that others have implemented already. So, I want to share some npm packages (tools) I always use…

Programming

3 min read

Tools Every UI Script Developer Should Know
Tools Every UI Script Developer Should Know

Published in Geek Culture

·May 6

How to support the HTTP request cancelation in .net core

In some cases your users will navigate to your application. Then it will create an API call to your service. the user then decide to left the page, but the request will be executed onto the server until it is ready. …

Net Core

6 min read

How to support the HTTP request cancelation in .net core
How to support the HTTP request cancelation in .net core

Published in Dev Genius

·May 4

How I switch away from Docker Desktop

Let’s be serious, Docker is a very commonly used tool. In the past there comes up Docker-Desktop for free, but the licensing changed. So that companies cannot use it for free ( if they have more than 250 employees or more than $10 million in annual revenue) anymore. What is Docker Desktop Docker Desktop…

Docker

3 min read

How I switch away from Docker Desktop
How I switch away from Docker Desktop

Published in Geek Culture

·Apr 7

Save large binary data effectively into your SQL Server

In SQL Server many developers stores binary file data such as audio, video, or simple images. They have one in common, they will use the blob data (varbinary) to store those kinds of data. The problem with this is, that you are limited to 2GB at this. …

Sql Server

5 min read

Save large binary data effectively into your SQL Server
Save large binary data effectively into your SQL Server

Published in Geek Culture

·Mar 25

Using Scope Maps in Tokens in Azure Container Registry to restrict repository-level access

In this post, I want to bring awareness to how we can make use of one of the tips from that post, namely the Repository-scoped permissions. We can now create more fine-grained permission for our ACR. Time-limited access to help block any access after a specific point in time. Granular…

Docker

9 min read

Using Scope Maps in Tokens in Azure Container Registry to restrict repository-level access
Using Scope Maps in Tokens in Azure Container Registry to restrict repository-level access

Published in Geek Culture

·Mar 17

My Favorite React UI Kits

While I developed some react frontends, I discovered some nice and fancy React UI Kits. So that I can introduce them to you. These links are not affiliated or something :). React UI Kit Now UI Now UI Kit React is a free Bootstrap 4, React, React Hooks, and Reactstrap UI Kit provided for free…

UI

3 min read

My Favorite React UI Kits
My Favorite React UI Kits

Published in Dev Genius

·Mar 11

SQL-Server automatically auditing Data with Temporal tables

Working with historical data is very hard to maintain. So thankfully the SQL Server contains a feature now, to store historical data automatically. This feature is called “Temporal Table”. This feature can be seen as a table that stores every state of the data entry itself with the given time…

Sql Server

6 min read

SQL-Server automatically auditing Data with Temporal tables
SQL-Server automatically auditing Data with Temporal tables

Published in Dev Genius

·Mar 4

A guide to writing good commit messages in Git

The time you had an archive file on your disk called “version 1” should be far away. I bet you use some tool for version control like GitHub. So you must write commits every time you want to add your code to a project. Have you ever wondered if your…

Git

7 min read

A guide to writing good commit messages in Git
A guide to writing good commit messages in Git

Published in Better Programming

·Feb 24

Work With Persistent Volumes in Azure Webapps and Docker

Persistent volumes are now available in azure web apps — I work with Azure Web apps for a while. Now I discovered the docker support in Azure Web apps. this is a nice feature, but there are some settings that are not very well documented (in my opinion). One of them is the mounting of volumes for a persistent storage …

Azure

4 min read

Work With Persistent Volumes in Azure Webapps and Docker
Work With Persistent Volumes in Azure Webapps and Docker
Sascha Peter Bajonczak

Sascha Peter Bajonczak

Father, Developer,IOT passionist and urban beekeper 🍯🐝

Following
  • Paul Knulst

    Paul Knulst

  • Jason McGathey

    Jason McGathey

  • Abdelmoghit Guenfdi

    Abdelmoghit Guenfdi

  • Phynickz

    Phynickz

  • Manthan Mohite

    Manthan Mohite

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable