Skip to content
View mehmetkurt's full-sized avatar
๐Ÿ›๏ธ
B2B & B2C Pro
๐Ÿ›๏ธ
B2B & B2C Pro

Block or report mehmetkurt

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.

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

Hi there ๐Ÿ‘‹

๐Ÿ“š My Expertise & Consultancy




I offer consultancy services in various technologies and platforms, specializing in:

nopCommerce

As a nopCommerce expert, I provide consulting and development services for e-commerce projects, leveraging the nopCommerce platform to create scalable and feature-rich online stores.

Smartstore

I offer consultancy and development services for Smartstore projects, helping businesses build and optimize their online stores for success in the e-commerce market.

Grandnode

With expertise in Grandnode, I provide consulting and development services to businesses looking to leverage this platform for their e-commerce needs, ensuring efficient and effective online store operations.

Umbraco

I offer consultancy services for Umbraco projects, assisting businesses in implementing and optimizing Umbraco-based solutions for their content management and e-commerce requirements.

C# & Asp.Net Core

With proficiency in C# and Asp.Net Core, I provide consulting services for businesses seeking to develop robust and scalable web applications, ensuring efficient and reliable software solutions.

Open Source Projects

  • nopCommerce: Open-source e-commerce platform based on ASP.NET Core.
  • Smartstore: Open-source e-commerce platform based on ASP.NET MVC.
  • Grandnode: Open-source e-commerce platform based on ASP.NET Core and MongoDB.

Training & Education

In addition to consultancy services, I also provide professional training and education for each project, empowering teams with the knowledge and skills needed for successful project implementation and maintenance.

Remote Work Opportunities

I have a network of talented developers in Turkey who have undergone training with Code is Life and are actively seeking remote work opportunities. If you're looking to hire remote developers, I can help connect you with skilled professionals ready to contribute to your projects.

For consultancy inquiries and project collaborations, feel free to reach out to me at mehmet.kurt[at]outlook.com. More information about training and education services can be found on Code is Life.

(started counting on 23/03/2022)

Pinned Loading

  1. Git Cheat Sheet Git Cheat Sheet
    1
    [subscribe on youtube](https://youtube.com/codeislifes)
    2
    
                  
    3
    # Create a new git Repository to local
    4
    > git init
    5
  2. C# Create Jwt Token C# Create Jwt Token
    1
    using Microsoft.IdentityModel.Tokens;
    2
    using System;
    3
    using System.IdentityModel.Tokens.Jwt;
    4
    using System.Linq;
    5
    using System.Security.Claims;
  3. Angular Cheat Sheet Angular Cheat Sheet
    1
    ## Generate a new project in an existing directory
    2
    > ng new appName --directory ./
    3