Skip to content

MHammad33/engineering-journal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Engineering Journal

A living documentation of technical challenges, architectural decisions, and "lessons learned" throughout my career as a Full-stack Software Engineer.

Purpose

This repository serves as a Decision Log. Unlike a typical portfolio of finished projects, this space is dedicated to the process and the "why" behind the code. It captures:

  • Architectural Trade-offs: Choosing between different stacks or patterns.
  • Problem Solving: How I navigate complex bugs or performance bottlenecks.
  • Retrospectives: What went well, what didn't, and how I've evolved my approach.

Structure

The journal is organized by domain and timeline:

  • /tasks: Detailed breakdowns of specific technical hurdles.
  • /patterns: Reusable logic and best practices (Clean Architecture, RAG pipelines, etc.).
  • /docs: Visualizations and system design diagrams.

Confidentiality & Ethics

To respect the proprietary nature of my professional work:

  1. No Proprietary Code: This repo contains abstracted logic and pseudocode. No private company source code is hosted here.
  2. Generalized Context: Business-specific details are replaced with generalized technical requirements.
  3. Security First: No internal IP addresses, credentials, or sensitive infrastructure details are included.

Featured Entries

Quick links to some of my most significant "Thinking" entries:


Tech Stack Focus

While I am tool-agnostic when solving problems, my primary focus revolves around: MERN Stack | Next.js | TypeScript | AI/LLM Integration | PostgreSQL


“Software engineering is not just about writing code; it’s about making informed decisions under constraints.”

Releases

No releases published

Packages

 
 
 

Contributors