Skip to content
View degerahmet's full-sized avatar
🀯
Exploring Go
🀯
Exploring Go

Block or report degerahmet

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
degerahmet/README.md

πŸ‘‹ Hi, I'm Ahmet

I build software by shipping real products and learning in public.

Most of my work focuses on backend systems, APIs, and scalable architectures, with a growing interest in AI-powered products and developer tooling.

This GitHub is my workshop; experiments, production systems, and things I’m actively learning.


🧠 What I care about

  • Designing clean, scalable backend systems
  • Turning messy ideas into working products
  • Learning by building, not just reading
  • Shipping > over-engineering
  • Understanding why things work, not just how

🌍 Open source & writing

I enjoy sharing what I learn, especially the parts that aren’t obvious from docs.


πŸ›  Tech I work with

Backend & Infra

  • Python, TypeScript
  • Django, FastAPI, NestJS, Express
  • PostgreSQL, Redis
  • Docker, AWS, CI/CD

Frontend (when needed)

  • React, Next.js
  • Tailwind CSS

AI & Automation

  • OpenAI API, LangChain
  • Prompt engineering
  • Agent-based workflows

🌱 Currently

  • Exploring Go by building small tools and services
  • Working on multi-tenant platforms and real-time systems
  • Experimenting with AI agents in production-like environments

πŸš€ Philosophy

I believe good engineers:

  • build things that people actually use
  • understand trade-offs instead of chasing trends
  • learn continuously by breaking and fixing systems

If something here helps you, feel free to use it.


πŸ“« [email protected]
🌐 https://ahmetdeger.dev

Pinned Loading

  1. tmdb-cli tmdb-cli Public

    A Go-based CLI application that fetches and displays movie data from the TMDB API. Built as a project-based learning exercise to practice API integration, JSON handling, and command-line tooling.

    Go

  2. scistone/ecommerce-django-rest-api scistone/ecommerce-django-rest-api Public

    Ecommerce API System with Django Rest Framework

    Python 2

  3. scistone/scistone-react-components scistone/scistone-react-components Public

    This project contains special reusable React components developed by SciStone

    JavaScript

  4. drf-authentication drf-authentication Public

    Django Rest Framework Authentication

    Python