Pinned Repositories
BMS_MAX
Not for usage, it's not ready yet
BMS_v1
BMS
CleanArchitecture
A starting point for Clean Architecture with ASP.NET Core
InstaBot
Simple instagram bot that searches by hashtag and likes all the photos he gets. Technologies used for this project are C# Console application (.Net Framework 4.7.2) with Selenium and ChromeDriver.
KekeDataStore.Binary
Simple binary file data storage (Nuget Package, .NET Standard 2.0)
KekeDataStore.Json
Simple flat file database (self-contained). (Nuget Package, .NET Standard 2.0)
NewsData.NET
Unofficial .NET Client library for news data api (https://newsdata.io/)
SkeMapper
A simple object-to-object mapping library that can be used to map objects belonging to dissimilar types.
TernaryOperatorParser
VB_BinaryDataStore_App
While learning VB.NET, I created this very simple Windows Forms desktop application, that uses "KekeDataStore.Binary" NuGet Package as data store
keke1210's Repositories
keke1210/KekeDataStore.Binary
Simple binary file data storage (Nuget Package, .NET Standard 2.0)
keke1210/VB_BinaryDataStore_App
While learning VB.NET, I created this very simple Windows Forms desktop application, that uses "KekeDataStore.Binary" NuGet Package as data store
keke1210/Bogus
:card_index: A simple and sane fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
keke1210/C-Sharp-Algorithms
:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#
keke1210/discoverdotnet
A web site that helps you discover awesome .NET open source and community resources
keke1210/awesome-dotnet-core
:honeybee: A collection of awesome .NET core libraries, tools, frameworks and software
keke1210/CleanArchitecture
A starting point for Clean Architecture with ASP.NET Core
keke1210/NorthwindTraders
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
keke1210/eShopOnContainers
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET Core 3.0, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.
keke1210/Computer-Science-Notes
Notes regarding my computer science course.
keke1210/clean-code-dotnet
:bathtub: Clean Code concepts and tools adapted for .NET
keke1210/CompositeDesignPattern
keke1210/InstaBot
Simple instagram bot that searches by hashtag and likes all the photos he gets. Technologies used for this project are C# Console application (.Net Framework 4.7.2) with Selenium and ChromeDriver.
keke1210/pub-sub-design-pattern
Simple publisher-subscriber design pattern on C#, using events and delegates
keke1210/ExpressRestApiBolierPlate
A simple boilerplate framework for creating REST APIs with Express.js, MongoDB, Mongoose. Inspired by Traversy Media, Expense Tracker app
keke1210/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
keke1210/CSharpVerbalExpressions
keke1210/Interfaces
Playing around with some of the .NET built-in Interfaces
keke1210/SOLIDprinciples
Notes for SOLID principles (Lecture kudvenkat)
keke1210/JobSchedulerConsoleApp
Simple job scheduler that reads from an xml config file and schedule jobs based on months weeks days hours minutes seconds and milliseconds
keke1210/Problem1
keke1210/Problem3
keke1210/BMS_MAX
Not for usage, it's not ready yet
keke1210/todo-app
This is a simple to-do application build with Laravel+React.js
keke1210/xmlparser
Simple xml parser for PHP to parse e-commerce meta-data and store them into mysql database
keke1210/BMS_v1
BMS
keke1210/CQRS