Nuran Tarlan's repositories
httpmessaging-demo
Implementation of http messaging that created with C# classes (WebRequest, HttpListener, HttpContext, HttpRequest & Response etc). Listener and Requesting service are 2 independent service. The tricky part here that they are communicating over Transmission Control Protocol 🚀✌🏻
designpatterns-csharp
Implementations, explanations and usages of all Design Patterns in C#
Twitter-Clone
Twitter clone for learning front-end deeply )
ftpbased-dbrecovery
The implementation of a database recovery system that uses ASP.Net Core, C# Console Apps (.Net Core) as Windows Services, Hangfire for recurring jobs triggering, and RabbitMQ to provide a robust message queueing mechanism. If you are interested, don't hesitate to deep dive into and explore more..
schoolmsys-simbrella-task
School Management System application for Simbrella interview | using CQRS, Clean Onion Architecture, ASP.Net Core API, and MediatR
socketprog
This repository consists of some projects that represent code for creating TCP/IP socket-based communication in dotnet 5.0 (included synchronous/asynchronous versions)
televisimu
Author of this repository is Nuran Tarlan. Repository explains you how to use built-in UDP Client and Udp Sockets in .net 5.0 to send Datagrams to requested Client instances. Please run 1 instance of server and 2 or more client instances to be able to analyze television-communication-simulation
basic-search-engine-cra
Created with CodeSandbox
multistepform-nextjs
Implementation of multi step form with react, nextjs, material-ui, formik and yup. In this specific project, we're going to make form steps dependent on each other. You can check the source code for deep understanding. Peace ...
perspective-menu
Perspective Side Menu Component for React Native projects
semaphore-scheduling
Implementation of SemaphoreSlim to schedule permission of tasks in project (it provides feature to handle can thread or task continue to his proccess or execution count is limited?)
sliding-counter
Well-designed Sliding Counter Component (animated, vibrated and colored) for React Native applications
socketio-chatflow
Chat application that's created using socket.io, nodejs and reactjs. Developed just for testing and learning purposes