Skip to content
View burak-kara's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@streaming-video-technology-alliance @streaming-university
Block or Report

Block or report burak-kara

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
burak-kara/README.md

Hey, I'm Burak πŸ‘‹πŸ»,

I have been working in the video streaming domain for over three years, currently focused on green video distribution. I've gained experience in 360-degree video streaming and low-latency streaming. I constantly seek to learn and improve my skills and am open to new opportunities and challenges.

πŸ“š I am a Ph.D. candidate @Inria while I work at @Synamedia Rennes as an Associate Software Architect. Previously, I received my Master's and Bachelor's degree from Ozyegin University, Turkiye. During my Master's degree, I worked on 360-degree video streaming with Nokia for more than 2 years. In this project, we have filled three patent applications, and published three conference and one journal papers. The publications can be found here.

πŸ’Ό Besides my academic background, I had opportunities to work with such talented colleagues at notable companies but on short terms. I've experienced in full-stack development with Node.js based frameworks such as React (JS and TS), NestJS, and NextJS by utilizing them in both school and side projects and also at the enterprise level @Trendyol. I also have experience in Ruby (on Rails) and Ember.js for six months during my experience @Parasut. I use Python (Networking, Data Science, and scripting), C++ (socket programming), R (plotting and basic data processing), and Shell scripting. More details can be found here.

I believe languages and frameworks are just tools to solve problems and express our inner creativity. Therefore, there is nothing wrong with trying a new one, at least to suppress an inner curiosity πŸ€™πŸ€™

πŸš΄β€β™‚οΈ I started to ride in the summer of 2021, and I was able to ride just a couple of km. Since then, I have been riding and observing my progress to the current, where I can easily ride more than 100 KMs. Some of my rides can be seen here.

Burak's GitHub stats

Top Langs

πŸ“¬ Get in touch

linkedin gitlab personal website

Pinned

  1. github-actions github-actions Public template

    GitHub Actions and Workflows to test, build and create pull requests

    2

  2. nestjs-serverless-aws-lambda nestjs-serverless-aws-lambda Public template

    Deploy NestJS REST API to AWS Lambda using Serverless Framework

    TypeScript

  3. HASoMNI HASoMNI Public

    HTTP Adaptive Streaming over Multiple Network Interfaces, Senior Project

    Python 3

  4. port-scan-detector port-scan-detector Public

    An Intrusion Detection System to detect TCP based port scan attacks

    Python 4

  5. Google Drive - Remove Sharing & Acce... Google Drive - Remove Sharing & Access Permissions from folders, subfolders and files. Note that Google Apps Script commands can be changed after this version.
    1
    // Note that this script will remove all permissions of all files and subfolders
    2
    // (including files in subfolders) of the given folder
    3
    
                  
    4
    // https://drive.google.com/drive/folders/abcdefgh
    5
    const id = "abcdefgh";
  6. Google Drive - Remove duplicate file... Google Drive - Remove duplicate files (files with the same name) from a folder and its subfolders. Keeps only one copy. Also, deletes a folder if it becomes empty
    1
    // Put the ID of the folder you want to process
    2
    // https://drive.google.com/drive/folders/abcdefgh
    3
    const id = "abcdefgh";
    4
    
                  
    5
    // we will store file names in this dictionary.