Nothing Special   »   [go: up one dir, main page]

Skip to content
View canyagiz's full-sized avatar

Block or report canyagiz

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

Popular repositories Loading

  1. simple-notes-api simple-notes-api Public

    This is a simple RESTful API for managing notes built with Express.js and MySQL. It allows users to create, read, update, and delete notes. The application utilizes a connection pool for efficient …

    JavaScript 1

  2. zbodifyDatabaseProject zbodifyDatabaseProject Public

    RDBMS project for university course. My collegue coded frontend with html and css, then i learned some php and coded backend. Also, i wrote most DDL & DML SQL(s) and we constructed the project.

    PHP 1

  3. Sliding-Puzzle-Project Sliding-Puzzle-Project Public

    A sliding puzzle game which has Spongebob theme. There are sound adjusting and changeable themes. Crictial side of the project is functions beyond the moving grids and functional methods.

    Java 1

  4. pandas-aggregration-custom-implementation pandas-aggregration-custom-implementation Public

    Custom implementation of pandas agg() method which summarizes the numerical columns of the dataframe in aspect of "mean, min, max, variance." I learned calculating and implementing variance and wor…

    Python 1

  5. java-static-classes java-static-classes Public

    This work explores static classes in Java, showcasing their role in enhancing code organization, reusability, and memory management. It includes practical examples of static classes used in utility…

    Java

  6. inner-class-types inner-class-types Public

    All kinds of inner classes of Java are covered in this work. Also i learned git interface in Eclipse.

    Java