Skip to content
View berkacunas's full-sized avatar

Block or report berkacunas

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
berkacunas/README.md

Hello, I'm Berk Acunas

Software Developer & Open Source Creator

Founder of @Depones Labs

GitHub Followers ORCID LinkedIn

๐Ÿ‘จโ€๐Ÿ’ป About Me

I am a freelance software developer based in Istanbul, specializing in building robust desktop applications and developer tools. I combine the power of Python (Qt/PySide6) and C# (.NET) to create software that is both performant and user-friendly, with a strong emphasis on "Pro Workflows," strict CI/CD pipelines, and clean architecture.

Recently, I have also expanded my toolkit into Go (Golang) to architect lightning-fast, compiled terminal utilities when the job requires high-performance, standalone execution.

  • ๐Ÿ”ญ Iโ€™m currently working on Glyph and turbo-tosec.
  • ๐Ÿข Iโ€™m building data tools at Depones Labs.
  • ๐ŸŒฑ Iโ€™m currently exploring Advanced Qt Rendering and Terminal User Interfaces (TUI).
  • ๐Ÿ’ฌ Ask me about Python, PySide6, WinForms, SQL, and Git Workflows.

๐Ÿš€ Flagship Projects

Glyph
A modern, multi-tab Markdown editor built with Python & PySide6.
Features live preview, PDF export, and a distraction-free interface.

Release License
turbo-tosec
A high-speed utility for managing and organizing TOSEC collections.
Designed for performance and precision in handling retro computing archives.

Repo

๐Ÿ› ๏ธ Tech Stack

Core Languages Frameworks & UI Tools & DevOps
Python Qt Git
C# PySide6 GitHub Actions
SQL DotNet Docker
Go BubbleTea PowerShell

๐Ÿ“Š GitHub Stats

Berk's GitHub Stats Top Languages

โค๏ธ Support

If my open-source tools help you, consider supporting my work!

Buy Me A Coffee ย  Sponsor on GitHub

Pinned Loading

  1. DeponesLabs/turbo-tosec DeponesLabs/turbo-tosec Public

    High-performance TOSEC DAT importer and analyzer built with Python & DuckDB.

    Python 1 1

  2. DeponesLabs/whisper-transcriber DeponesLabs/whisper-transcriber Public

    A hardware-friendly CLI wrapper for OpenAI Whisper, designed to prevent overheating on legacy CPUs by limiting thread usage.

    Python

  3. DeponesLabs/dalloc DeponesLabs/dalloc Public

    An educational implementation of a userspace memory allocator targeting Linux/POSIX environments. Focuses on heap management mechanics, 16-byte hard alignment strategies, and block metadata handling.

    C