Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View ecamlioglu's full-sized avatar
๐ŸŽฎ
๐ŸŽฎ

Organizations

@allweun

Block or report ecamlioglu

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
ecamlioglu/README.md

Hi there ๐Ÿ‘‹, ย  I'm Erdem

Software Engineer ๐Ÿ›  | Full-stack Developer ๐Ÿ“‹ | Game Designer & Developer ๐ŸŽฎ

GitHub User's stars GitHub Followers Visitors Linkedin Medium Open Source Love

๐Ÿ‘จโ€๐Ÿ’ป I'm currently working as a Full-Stack Software Engineer.
I love games and I like making games more...

๐Ÿ”จ Tools

Rider Unity Git VSCode NPM

๐ŸŽจ ย  Design Tools

Figma Blender

โš™๏ธ ย  Hosting Technologies

Firebase Netlify Azure

โŒจ๏ธ ย  Programming Languages

Angular React DotNET C# Python HTML5 CSS3 JavaScript

  • ๐Ÿ’ฌ ย  Ask me about...

Pinned Loading

  1. dotnet-ef-commands.md dotnet-ef-commands.md
    1
    ## Create Migration
    2
      `dotnet ef migrations add "{{MIGRATION_NAME_WITHOUT_DATETIME}}"`
    3
    
                  
    4
    ## Remove Migration Before Database Update
    5
      `dotnet ef migrations remove {COMMENT}`
  2. focus-off.md focus-off.md
    1
    # Autocomplete but when entered then will not focus
    2
    If _autocomplete_ is on but you want to not focused when is enter to submitted input. **Can use this :)**
    3
    
                  
    4
    `<input ... (keyup.enter)="$event.target.blur();">`
  3. ForWord ForWord Public

    TypeScript 2 1

  4. arduino-obstacle-avoiding arduino-obstacle-avoiding Public

    Obstacle Avoiding Robot

    C++

  5. Python-Study-Bootcamp Python-Study-Bootcamp Public

    2019-2020 Python Study Bootcamp

    Python

  6. angular-weather-app-w-forecast angular-weather-app-w-forecast Public

    Angular with OpenWeatherMap Application to view and forecast location based weather.

    TypeScript 1 1