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 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
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