My experience of using AI AgentsAI Questions What is the llm.txt for? llm.txt is a site-level instruction file for AI/LLM agents, like robots.txt but for models. It tells models what the site is about and which sources to prioritizeMar 19, 2026·34 min read·27
Git HandbookWhen developing software, we find ourselves with the need to manage the changes that are being made in the code, and when working as a team, all team members always have a copy of this code in which they can work and, later, integrate these changes. ...May 13, 2025·65 min read·61
Authentication and Authorization HandbookAuthentication and Authorization. In the context of access to APIs, authentication is the process of verifying the identity of a user who is making an API request (verifying who the user is), and authorization is the process of determining whether th...Apr 22, 2025·32 min read·26
Front-end Security HanbookWhen it comes to security, front-end security is a crucial aspect of web development that is often overshadowed by its back-end counterpart. However, overlooking front-end security can leave your web applications vulnerable to a wide range of threats...Apr 7, 2025·40 min read·44
SEO HandbookSEO (Search Engine Optimization) is essential for your online marketing strategy. It’s the process of optimizing your site and content to help you get as much traffic as you can from search engines. Reaching top positions in the Search Engine Results...Mar 22, 2025·51 min read·25
API Integration PatternsAPI stands for Application Programming Interface. The “I“ in the API is the key part that explains its purpose. The interface is what the software presents to other humans or programs, allowing them to interact with it. A good analogy for an interfac...Mar 2, 2025·17 min read·23
🔥 My Web Styling HandbookAre you ready to advance your CSS skills? Whether you are a seasoned pro or just starting out, you have all experienced those moments when your style sheets seem to have a mind of their own. This article will introduce you to some advanced CSS concep...Feb 22, 2025·80 min read·229