Skip to content
View ferhatbostanci's full-sized avatar

Organizations

@acikkaynak @OyunGG @KafkasTeam @PulseyTeam @IlusSoftware
Block or Report

Block or report ferhatbostanci

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
ferhatbostanci/README.md

Hi 👋, I'm Ferhat

I'm Software Engineer and Co-Founder at OyunGG.

👨🏻‍💻 What I currently do

  • 🏠 I'm currently living in Antalya, Turkey.
  • 💻 I'm currently working as a Software Engineer.
  • 🔭 I’m currently working on our online 2D game project.
  • 🌱 I’m currently learning Golang.
  • 👯 I’m looking to collaborate on open source projects.
  • 📚 I’m preparing to write a blog.

🔭 Technologies & Tools

Languages C C++ Go Java JavaScript PHP
Backend Node.js Express.js Symfony Laravel Ruby on Rails
Frontend HTML CSS Bootstrap Vue.js Nuxt.js
Database Oracle PostgreSQL MySQL MongoDB Redis
DevOps Docker Kubernetes Google Cloud Amazon AWS

🤙🏻 Reach me on

Twitter LinkedIn Stack Overflow Dev.to Visits Badge

Click for GitHub Stats

GitHub Stats
Top Language

Pinned

  1. PulseyTeam/game-server PulseyTeam/game-server Public

    Online Game Server for Pulsey

    Go 3

  2. o-elini-indir o-elini-indir Public

    Biraz yapa yeka biraz kod = eğlence

    CSS 7 1

  3. kafka-consumer-odev kafka-consumer-odev Public

    Veritabanı Yönetim Sistemlerinde İleri Konular dersi uygulamalı final ödevi

    Java 3

  4. KafkasTeam/kafka-twitter-api KafkasTeam/kafka-twitter-api Public

    Java 2

  5. acikyazilimagi/deprem-yardim-cloud-infra acikyazilimagi/deprem-yardim-cloud-infra Public

    Cloud & DevOps & Infra & Security

    HCL 14 8

  6. Mailcatcher with Nginx Reverse Proxy Mailcatcher with Nginx Reverse Proxy
    1
    server {
    2
        location /mailcatcher {
    3
          proxy_pass http://127.0.0.1:1080/;
    4
          proxy_http_version 1.1;
    5
          proxy_set_header Upgrade $http_upgrade;