Skip to content
View yagiz-aydin's full-sized avatar
🚀
🚀

Block or report yagiz-aydin

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

💬 About Me

Hi, I'm a software developer passionate about building scalable solutions with modern technologies. Building cool stuff with Javascript, Typescript & C#

📝 Blogs & RSS

  • Personal blog: HyperTechMe
  • Follow my latest articles on other platforms as well! 👯 Also, I share my ideas and articles on my personal blog and platforms like EchoJS, HackerNoon, LogRocket, freeCodeCamp, and Medium.

Pinned Loading

  1. foundry foundry Public

    Sample Node.js project demonstrating how to use the AI locally to initialize and interact with local AI models (like Qwen). Includes practical examples for building grammar correction and translati…

    JavaScript

  2. webpack-demo webpack-demo Public

    Webpack5 module bunlder with confgurations and plugins powered React

    JavaScript

  3. nx-galaxy nx-galaxy Public

    A Native Federation Microfrontend ecosystem built with Angular 21 and Nx. This project implements a Decoupled Architecture using ESM (ES Modules) and browser-native Import Maps to orchestrate indep…

    TypeScript

  4. ms-graph-nest-js ms-graph-nest-js Public

    Microservices powered with NestJS framework, designed for the Microsoft for GraphAPI & M365 ecosystem

    TypeScript

  5. JS-50 JS-50 Public

    Core fundemental handbook about Javascript since from ES5. To learn more please visit mdn

    2

  6. Axios Interceptor Agent Axios Interceptor Agent
    1
    import axios, { AxiosError, AxiosRequestConfig, AxiosResponse } from "axios";
    2
    
                  
    3
    // API Credentials
    4
    const axiosCredentials = {
    5
      timeout: 8000,