Skip to content
View MrSimsek's full-sized avatar
🎸
Jamming in Javascript
🎸
Jamming in Javascript
Block or Report

Block or report MrSimsek

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

Hi there 👋

Pinned Loading

  1. ai-assistants ai-assistants Public

    Latest AI Tools and Technologies

    TypeScript

  2. MicrosoftDocs/cpp-docs MicrosoftDocs/cpp-docs Public

    C++ Documentation

    PowerShell 1.4k 932

  3. nodejs-bootcamp nodejs-bootcamp Public

    The Nodejs exercises from the bootcamp I worked as an instructor

    JavaScript 2 3

  4. Genre Database Optimization Genre Database Optimization
    1
    # For databases that each item might have more than one tags like genres. 
    2
    # It is not an optimal solution to append appropriate genres to each items seperately. For example; when we search for adventure novels,
    3
    # the database nelow will firts loop through each book and then each genre it contains which will give a O(N^2).
    4
    
    
    5
    {
  5. gaming-website gaming-website Public

    Gaming webpage built with React

    JavaScript