CHECKING STATUS
I AM LISTENING TO
|

ARCHIVE.

Let’s Talk!

Looking for a reliable partner to bring your project to the next level? Whether it’s development, design, security, or ongoing support—I’d love to chat and see how I can help.

Get in touch,
and let’s create something amazing together!

You might have heard about Structured Data, Schema.org and JSON-LD.   Search engines read structured data and use it to enhance search engine results. Structured data helps search engines to understand and categorize page content. Example This structured data, in JSON-LD format, describes a simple Article. Schema.org is a collaborative, community activity with a mission to create, maintain, and promote schemas for […]

I am all about Sass. So organzing my CSS code has become a mission of mine :) A POSSIBLE STRUCTURE Structure is especially needed, when you are not the only one working on the design. So that everyone on the team can easily understand and contribute with ease. There are never too many files, as […]

There are several effective CSS techniques to maintain container aspect ratios without JavaScript. Here are the most reliable methods: 1. Aspect-Ratio Property (Modern Approach) The aspect-ratio CSS property is the cleanest solution for modern browsers: 2. Padding-Bottom Technique (Legacy Support) This classic method uses padding percentages, which are calculated relative to the container’s width: Common […]

Artificial intelligence (AI) has revolutionized the way we interact with images, and the current AI image solutions are a testament to this. AI image solutions are applications of AI that can identify, classify, and manipulate images with remarkable accuracy and speed. With the rise of deep learning and computer vision, AI image solutions have become […]

cubicFUSION cubicFUSION is my personal development playground. I always planned to make many of my projects public, but time is limited and running customer projects a priority. I am still doing a big cleanup of my toolset and will see what I can actually share or reuse. Some of these might be useful, inspiration or just an […]

Chatbots Typebot is a free and open-source platform that lets you create conversational apps and forms, which can be embedded anywhere on your website or mobile apps. It provides various features like text, image, and video bubble messages, input fields for various data types, native integrations, conditional branching, URL redirections, beautiful animations, and customizable themes. […]

Developer Tools IT Tools is an amazing docker image that gives you access to a ton of developer tools for different categories. All these are nicely wrapped into an intuitive web-interface. The online tools can perform different functions. These include generating tokens, hashing text, generating UUIDs, encrypting and decrypting text, generating BIP39 passphrases, converting dates […]

I am a huge Docker fan and run my own home and cloud server with it. What is Docker? “Docker is a platform that allows developers to create, deploy, and run applications in containers. Containers are lightweight, portable, and self-sufficient environments that can run an application and all its dependencies, making it easier to manage […]

“Git is a DevOps tool used for source code management. It is a free and open-source version control system used to handle small to very large projects efficiently. Git is used to tracking changes in the source code, enabling multiple developers to work together on non-linear development.” Many use Github to host remote Git repositories, but […]