The Lab Notebook

A collection of my thoughts, tutorials, and project updates from my journey as a developer.

Find Articles

Category
Technology
6articles found
Devhub: the story behind it
Back-end
8 min
3204
Parham Forati

Devhub: the story behind it

my longest project , a project with over 30k lines of code that has many tools in it and start with a simple question what if?

ReactTypeScriptNextJS+1
Gitfather: the story behind it
Tool
5 min
1592
Parham Forati

Gitfather: the story behind it

my journy to try play and trick the system , false and useless attempt that teached me many good lessons, my first big project.

PythonAutomationGithub
Retrieval-Augmented Generation: The Key to Smarter AI Responses
AI
9 min
1542
Parham Forati

Retrieval-Augmented Generation: The Key to Smarter AI Responses

Learn how RAG enhances AI models by combining retrieval and generation. Discover implementation tips, benefits, and best practices for building efficient RAG systems.

PythonTypeScriptRAG
Understanding DNS: How the Internet's Phone Book Really Works (+ Security Basics)
Security
14 min
1287
Parham Forati

Understanding DNS: How the Internet's Phone Book Really Works (+ Security Basics)

Learn how DNS really works! Complete guide to domain name resolution with visual diagrams, practical examples, and essential security basics for developers.

Network SecurityOWASPDNS+3
Understanding Web Servers: My Apache Learning Journey
Security
15 min
1287
Parham Forati

Understanding Web Servers: My Apache Learning Journey

After diving deep into DNS in my previous post, I've been exploring web servers - specifically Apache. Here's everything I learned about how these digital workhorses actually function, with practical examples and security insights that surprised me.

Network SecurityOWASPWeb Server+3
Understanding URLs and HTTP: My Deep Dive into Web Communication
Security
10 min
1290
Parham Forati

Understanding URLs and HTTP: My Deep Dive into Web Communication

Building on my web server knowledge, I explored the fascinating world of URLs and HTTP protocols. From URL anatomy to HTTP headers, here's everything I discovered about how browsers and servers actually communicate - including some mind-blowing security implications.

Network SecurityOWASPHTTP+3