Author

GuideKit Editorial

Editorial team

GuideKit Editorial is the small team behind this site. We write, test, and maintain practical guides about development, AI workflows, and automation. Every guide is verified on real machines before publication, with pinned tool versions and commands you can copy as-is.

Articles by GuideKit Editorial

AI Workflows

Build an AI Chatbot on Your Own Documents with Vertex AI

Learn step-by-step how to create an AI chatbot that utilizes your own documents as a data source using Vertex AI Agent Builder.

Read

Automation

Excel Python Automation with Streamlit Dashboard

Learn to automate Excel data workflows and create a Streamlit dashboard using Python libraries like pandas, Plotly, and more.

Read

Developer Guides

Regex Tutorial: Regular Expressions Explained

Understand regular expressions with this comprehensive guide. Learn the basics, metacharacters, quantifiers, and practical examples.

Read

Developer Guides

System Design Basics Explained for Beginners

Learn the foundational system design concepts, scaling techniques, and key architectural components in a structured and beginner-friendly manner.

Read

Automation

Easy Crontab Tutorial for Scheduling Cron Jobs

Learn how to schedule cron jobs easily with this step-by-step crontab tutorial. Ideal for automating tasks efficiently.

Read

Developer Guides

Playwright Tutorial: Setup and Example from Scratch

Learn Playwright from scratch with a step-by-step tutorial covering installation, basic setup, and running an example test.

Read

Automation

How to Connect n8n to Google Sheets Using OAuth

Step-by-step guide to integrate n8n with Google Sheets using OAuth authentication.

Read

AI Workflows

Ollama Tutorial: How to Run LLM Locally

This guide explores the use of Ollama for running large language models locally. Follow step-by-step instructions to set up, download models, and test functionality.

Read

Developer Guides

Vitest Tutorial: Setting Up Unit Testing in JavaScript

Learn how to set up and use Vitest for unit testing in JavaScript projects. A step-by-step guide for developers.

Read

Troubleshooting & Comparisons

Troubleshooting Git LFS and GitHub's File Size Limit

Learn how to resolve the 'file exceeds 100 MB' error when pushing to GitHub by using Git LFS for managing large files efficiently.

Read

Developer Guides

Git Tutorial: A Step-by-Step Guide for Beginners

Master the fundamentals of Git with this step-by-step tutorial, covering add, commit, push, and token-based authentication.

Read

Developer Guides

How to Install Docker on Windows via WSL2

Step-by-step guide to installing Docker on Windows using WSL2, meeting all prerequisites and resolving common issues.

Read