Atilla Tanrikulu (@atillatan)
  • Stars
    star
    35
  • Global Rank 436,638 (Top 16 %)
  • Followers 14
  • Following 26
  • Registered over 8 years ago
  • Most used languages
    C#
    57.1 %
    TypeScript
    14.3 %
    CSS
    14.3 %
    Java
    7.1 %
    HTML
    7.1 %
  • Location πŸ‡©πŸ‡ͺ Germany
  • Country Total Rank 18,927
  • Country Ranking
    C#
    1,239
    CSS
    1,529
    TypeScript
    2,856
    HTML
    6,325
    Java
    8,966

Top repositories

1

Enterprise-Angular-Project

This project demonstrates how to build Enterprise Grade Angular Project.
TypeScript
7
star
2

sso-with-identityserver4

Single Sign-On implementation using IdentityServer4
C#
7
star
3

robo-thread-manager

Single Class Thread Pool Managar; The ThreadPoolManager is controls thread pool and job queue, it supports separated dynamic job queue from threads Comparing the other thread management methods, ThreadPoolManager gives you the best performance.
C#
3
star
4

kafka-microservices-and-transactions

Java
2
star
5

blog

CSS
2
star
6

robo-aspect-framework

This project demonstrates when we invoking some method we can pass the method as a parameter to another method. If we design the second method for separating of concerns (SoC), we can use Aspect Oriented Programing (AOP). we can catch method attributes, and we can call BeforeAspects() and AfterAspects().
C#
2
star
7

nonsetup

Download site
CSS
1
star
8

robonom

Simple blog framework
C#
1
star
9

IP-Man

IP-Man scans your network (WAN and LAN) to determine the identity of all devices, which automatically discovers sevices of devices. It allows you to access your devices everywhere.
C#
1
star
10

cross-platform-desktop-application-with-netcore2x-and-angular6x

This project introduce simple cross platform desktop application with .Net Core 2 and Angular 6 in Electron environment.
TypeScript
1
star
11

roboutil

simple utility library
C#
1
star
12

filehoo

Download site
HTML
1
star
13

robo-middleware-framework

This project demonstrates when we invoking some method we can pass the method as a parameter to another method. If we design the application using middleware pipeline. we can success method calls with Separating of Concerns (SoC) we can catch all methods in middleware pipeline, and we can execute before middleware and after middleware
C#
1
star
14

Chain-of-Responsibility-pattern-implemention.

The Chain of Responsibility pattern is one of the twenty-three well-known "GoF design patterns" ASP.NET Core applications uses "The Middleware Pipeline". The term β€œpipeline” implies that requests enter one end, are processed by each middleware component in turn, and exit the other end. In reality, the run-time behavior is a variation of the Chain of Responsibility design pattern
C#
1
star