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.

Content in all repositories owned by your account will be closed.
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
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, and currently a Software Engineer @ Microsoft. Here's a bit more about me:

🎓 Academic Journey: Currently completing 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