A.G. Sayyed

Prettier Setup
Prettier Setup
This module guides you through setting up Prettier for consistent code formatting in your projects. Learn how to install, configure, and integrate Prettier with your development environment to enhance code quality and maintainability.
Markdown-Linting
Markdown Linting and Formatting in VS Code
Markdown Linting and Formatting in VS Code
This module explores markdown linting and formatting in Visual Studio Code using extensions like Markdownlint and YAML Front Matter Lint.
Markdown Linting Setup
Markdown Linting Setup
This document provides how linting and formatting is setup in this project
Configuration Parameters
Configuration Parameters
Master HBStack configuration parameters to customize your Hugo Bootstrap site. Learn site-level vs page-level configuration parameter hierarchy best practices and practical examples for effective HBStack framework customization.
Parameters
Blog Section
Blog Section
The blog is where I unpack ideas from the trenches—shipping static sites with HBStack, experimenting with machine learning, and capturing the playbooks that help curious builders move faster. Whether you’re here to learn something new, grab a ready-to-use snippet, or just see what I’m experimenting with, you’ll find a rotating mix of deep dives and quick wins. What you can expect Hands-on build notes – Step-by-step walkthroughs of how I configure Hugo + HBStack projects, integrate services, and keep things maintainable in production. Applied AI & ML – Practical explorations of data science workflows, MLOps pipelines, and how generative AI is reshaping day-to-day engineering. Productivity systems – The checklists, automations, and task flows I rely on to juggle learning, consulting, and shipping content consistently. Learning paths & course summaries – Structured notes from the certifications I’m completing, distilled into action-ready guides. Featured series JavaScript Basics – Nine bite-sized modules that take you from variables to modular architecture, complete with diagrams and exercises. AI & ML Field Notes – From tinkering with local LLM stacks to staying sane with prompt engineering best practices. Stay in the loop New articles typically land every couple of weeks. When a theme is worth following, I collect it into a “Start Here” guide so you can binge the whole arc.
Importing Modules in Site
Importing Modules in Site
Importing modules in your site is a straightforward process. This document will guide you through the steps to import and use modules effectively.
Creating Modules
Creating Modules
This guide explains how to create and manage Hugo modules, including the structure, configuration, and best practices for module development.
Overriding Templates
Overriding Templates
This guide explains how to override templates in Hugo modules, allowing for greater customization and flexibility in your site's design.
Advanced Search
Advanced Search
This guide explains how the HBStack framework manages modules cache, including the purpose of the cache, how to view cached templates, and the implications of using cached modules.
Header Menus
Header Menus
Complete guide to configuring and managing navigation menus in HBStack framework, including main menus, submenus, and section-based navigation.
Modules Cache
Modules Cache
This guide explains how the HBStack framework manages modules cache, including the purpose of the cache, how to view cached templates, and the implications of using cached modules.
Agentic Action
Agentic Action
This document outlines the actions that an agent can take in a structured manner. It covers how actions are specified, the use of tools, and how agents can be fine-tuned for coding tasks.
Image
Image Test
Image Test
This document provides a guide on how to use images in the hbstack framework, including various methods of rendering images in markdown files.
Data-Fetching
External Service
External Service
This document explains how to connect React applications to external services using APIs, including data fetching with Fetch API and Axios, error handling and best practices for integrating third-party platforms.
External-Service
Frontend