Knowledge Base
How to start a small business in Australia
July 25, 2026 - Pavel Kalinov
Starting a small business in Australia involves more than having a good idea. It requires choosing the right structure, registering correctly, setting up your financial systems, understanding tax obligations, and putting basic compliance processes in place from the beginning. The good news is that the path is fairly clear. If you work through the process step by step, you can launch with a solid foundation and avoid many of the common mistakes that create problems later.
Replacing Github Copilot with a local coding agent
July 25, 2026 - Pavel Kalinov
GitHub Copilot is a managed coding assistant: you use it inside the editor, it pulls in context from your project, and it gives you completions, chat, and increasingly agent-like help without much setup. A local LLM-based coding agent gives you the same basic promise - help while you code - but changes the operating model completely.
What is Django, and what is Wagtail?
April 25, 2026 - Pavel Kalinov
Django is a software framework written in Python that helps developers build websites and web applications. It provides the basic machinery for handling things like pages, forms, user accounts, and databases, so developers don’t need to write all that code from scratch. Wagtail is a content‑management system (CMS) built on top of Django. It adds a user‑friendly interface that lets people without programming skills create and manage pages, articles, and other content, while still relying on Django’s underlying structure. In short: Django is the engine, and Wagtail is the dashboard that makes that engine easier to use for content editors and site owners.
What is OpenClaw?
March 24, 2026 - Pavel Kalinov
An introduction to the OpenClaw tool for running multiple AI agents - feeding and care thereof.