nerdjacuzzi
hackspace
Latest Posts
How to scale your search engine visibility with sitemaps?
2024-03-10
One of my topics has been setting up sitemap handling on a hand crafted java webshop. You could think of sitemaps as something like a global register of products your webshop has to offer. Google and other search engines use this to index your webpage on their side. If you provide this information google can more efficientlty crawl your webpage and deliver better search results to the other end which is actually your potentially paying customers.
First Dip into Kubernetes
2024-03-10
A First Dip into Kubernetes: An Elegant Introduction Embark on a journey through the fascinating world of Kubernetes, as we unveil its intricate components and architecture. This comprehensive overview serves as your gateway to understanding the essence of Kubernetes and its pivotal role in modern container orchestration. Discover the inner workings of this powerful system, from its core building blocks to the intricate dance of pods within a cluster. Whether you're a curious beginner or a seasoned professional seeking clarity, this exploration will illuminate the path to Kubernetes mastery.
Different Ways to run kubernetes locally
2024-03-10
When it comes to develop on kubernetes one needs to think about different ways to run test clusters locally. The toolings around this evolved greatly over the last few years. The following blog article will discuss different ways on spinning up clusters.
Freqtrade - An open source crypto bot
2024-03-03
The opinions on trading with crypto are divided through the community. However, for financial flow, it is essential to provide liquidity for assets. Looking at the foreign exchange market, it's not much different. Freqtrade is an open source tool, everyone can use to take part in the crypto market and to automate their wealth generation.