Skip to content
View Coby-Sonn's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Coby-Sonn

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
Coby-Sonn/README.md

Hi there, I'm Coby! 👋

I’m a tech enthusiast transitioning from a few years long career in Account Management to pursuing a Bachelor's in Computer Science at Tel Aviv University. Here's a bit more about me:

👨‍💻 Currently working on my own app! Still in stealth but I can say it's built using React Native - a language I decided to challenge myself and learn by developing a social media like solution with some advanced features.

🎓 Academic Journey: Currently advancing my studies in Computer Science and Business Administration at TAU. I've delved into exciting courses, exploring everything from algorithms to data structures and beyond.

🥇 Hackathon Champion: Proud winner of the 2024 Tel Aviv University Computer Science Hackathon focused on Crisis-Tech. My team’s project caught attention, and we've since been accepted into a startup accelerator, where we're continuously evolving our product and company.

🚀 Startup Adventure: Passionate about turning ideas into reality, I’m working on our startup’s growth, combining tech and business strategy.

🌱 Lifelong Learner: Always eager to learn new things, from tech innovations to business strategies, and trying to keep pace with the latest industry trends. That's why I decided to develop my own app, and why I tend to share guides on how to overcome challenges I already had. Take a look at my Medium blog post about building Navigation the correct way.

🏀 Fun Fact: I'm a basketball fan—it’s my favorite sport! Whether playing or watching, I’m always up for some hoops.

Feel free to connect or reach out for collaboration opportunities. Let’s build something cool together!

Pinned Loading

  1. react-native-expo-navigation-example react-native-expo-navigation-example Public

    An example and guide to correctly nest expo navigation stacks, tabs and modals. A repo accompanying my Medium blog post, featured in ThisWeekInReact edition 214.

    JavaScript 7

  2. AVLProject AVLProject Public

    University project implementing the AVL tree (balanced) data structure.

    Python

  3. BinomialHeapsProject BinomialHeapsProject Public

    University project implementing the binomial heaps data structure.

    Java

  4. KMeans-Python-C KMeans-Python-C Public

    An efficient K-Means clustering implementation combining Python for preprocessing and a C extension for optimized computations, featuring K-Means++ initialization and linked-list memory management.

    C