Docs-as-Code Won. Now Half Your Company Can't Read the Docs.AI coding tools quietly pushed documentation into Git. They also quietly locked out everyone who doesn't live in a terminal — and the fix isn't another editor.Jul 8, 2026·6 min read
How to get svg from the siteIf you see the use tag inside the svg - it means that the picture is used by reference, i.e. it is rendered once in the house and then in all other places it is used by reference, how to pull it out: 1. Open the DOM tree 2. Find the link that uses t...Aug 22, 2023·1 min read
How to create CRUD?Where to start... Not too long ago we released our Open Source solution for creating back office on React - https://github.com/dev-family/admiral It provides out-of-the-box components and tools that make developing an admin interface easy and fast. T...Aug 17, 2023·3 min read
New open source solution for admin panel developmentGiven: We are an outsourcing company and often start new projects. We don't work with ready-made CMS, everything is from scratch. Every time we have to create a control panel. In 90% of cases it's the same type of tables and forms, in the other 10% t...Jul 26, 2023·4 min read
Advantages and disadvantages of current solutions for control panel developmentWe are looking for a tool to create admins to automate routine tasks. While studying the proposed solutions, we have identified a final set of requirements: We want a solution that creates CRUD (create, read, update, delete) quickly and requires min...Jul 14, 2023·2 min read