Skip to content
View yarliganfatih's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report yarliganfatih

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
yarliganfatih/README.md
Hello world, I'm Fatih
end-to-end back-end developer
• Currently working on Spring Boot and Java
• I have experience in full stack project development, testing and deployment
• I am proficient in design patterns and agile project management
• I have a bachelor's degree in Computer Science
I'm working on developing myself in the back-end field as best as I can

Linkedin Badge Static Badge yarliganfatih
NextJS • T-SQL • React Native • Typescript • PHP

Pinned

  1. Spring-Boot-Audit-Logger-restAPI Spring-Boot-Audit-Logger-restAPI Public

    Java + Spring Boot + JPA + Hibernate + MySQL + OAuth2 + roleHierarchy + restAPI + AuditListener

    Java

  2. Rediscovery-of-Math Rediscovery-of-Math Public

    Why was mathematics invented? Invention or discovery? In fact, we gave a name to each repeated function to make sense of the universe.

    JavaScript

  3. sticky-timeline-portfolio sticky-timeline-portfolio Public

    Vite + React + TypeScript

    TypeScript

  4. Machine-Learning-App-in-the-Textile-Industry Machine-Learning-App-in-the-Textile-Industry Public

    Data Preprocessing + Model Training + Prediction System

    Jupyter Notebook 1

  5. Inheritance like at OOP with RDBMS Inheritance like at OOP with RDBMS
    1
    CREATE TABLE parentTable (
    2
        id int NOT NULL AUTO_INCREMENT,
    3
        PRIMARY KEY (id),
    4
        name varchar(50) NOT NULL,
    5
        createdAt datetime DEFAULT CURRENT_TIMESTAMP,
  6. Java-Principles-with-Mathematical-Notations Java-Principles-with-Mathematical-Notations Public

    created an architecture with Mathematical Notations to show how to use Java patterns, principles, and snippets in practice. Review commits!

    Java