Skip to content
View kaantann's full-sized avatar
๐ŸŽฎ
chillin'
๐ŸŽฎ
chillin'
  • Ankara / Turkey

Block or report kaantann

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

Hello there ๐Ÿ‘‹

A Software Developer by day โ˜ผ and an Indie Hacker by night โ˜พ

Developer at Prota Software ;
Hacking in TryHackMe ;
Chillin' at kamp.us ;

  • โš™๏ธ I use daily: .cs, .vb, .py, .html, .sh
  • ๐ŸŒ I'm mostly active within the kamp.us
  • ๐Ÿ’ฌ ping me about design, architecture, development


Click me to be saluted!
using System;
using System.Collections.Generic;

namespace GitHub
{
  class Program
  {
    public static void Main(string[] args)
    {
      var kaan = new SoftwareDeveloper();
      kaan.Salute();
    }
  }
  
  internal class SoftwareDeveloper
  {
    public SoftwareDeveloper()
    {
      _yearsOfExperience = 2; 
      _languageSpoken = new List<string>() {"en_US","tr_TR"};
    }
  
    private List<string> _languageSpoken;
    private Int16 _yearsOfExperience;

    public void Salute()
    {
      Console.WriteLine("Thanks for dropping by, hope you can find some of my work interesting.");
    }
  }
}

Top Languages

.Net C# Python HTML5

Postgres

Windows Terminal Kali Linux

Git Jira

Pinned Loading

  1. PileCapacityCalculator PileCapacityCalculator Public

    Basically calculates the capacity and shows an illustration of a pile whether it has a dominancy of skin resistance or tip resistance

    MATLAB 2

  2. Baldurs-Blockage Baldurs-Blockage Public

    C#

  3. Shaker Shaker Public

    MATLAB

  4. Learn-Git-Branching Learn-Git-Branching Public

    In this repository, I solve challenges in https://learngitbranching.js.org and take some personal notes. Here are my notes, enjoy!

  5. PostgreSQL-Trainings PostgreSQL-Trainings Public

  6. ProtaBot ProtaBot Public

    C#