Skip to content
View kker4m's full-sized avatar

Highlights

  • Pro

Block or report kker4m

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

Welcome to my dark world

My Life Loop

Linkedin Badge Gmail Badge Youtube Channel

kker4m

Welcome to the profile of a developer who wants to specialize in data science and also serves a few of customers with multiple projects.

💻 Technologies I Love

  • Data Science
  • Image Processing
  • Backend Development
  • Database Design

Top Langs

Programming Languages

Technologies I Use

Who am I?

public class WhoAmI
{
   public string User { get; set; } = "Kerem Mert Izmir";
   public string CurrentWork { get; set; } = "Writing code";
   public List<string> Hobbies { get; set; } = new List<string>
   {
   "Riding Motorcycle",
       "Swimming",
       "Watching Series And Movies",
       "Playing Chess",
       "To attend the meetings",
       "Being up all Night chasing that ONE BUG..."
   };

   public string GetCity()
   {
       return "Mersin, Turkey";
   }

   public string GetUniversity()
   {
       return "Inonu, Malatya";
   }

   public List<string> Ambitions()
   {
       return new List<string>
       {
           "rideMotorcycle",
           "playingChess",
           "speakEnglish",
           "beTheBest",
           "grazeUntilItsPerfect"
       };
   }
}

Current Works

  • I'm improving myself in Next.js and I want to specialize in fullstack development too.
  • I can't wait to use more e-commerce and social media sites for my automation projects (!)

Other Stuff

  • :octocat: My Youtube Channel, subscribe If you interested the coding :)
  • Feel free to send e-mail to me for no reason, also I love to meet new people. (P.S. Star it too!!:grimacing: )

Kerem's github stats

Kerem's leetcode stats

Popular repositories Loading

  1. pov-videos-n8n-workflow pov-videos-n8n-workflow Public

    26 11

  2. ZaraStockCheckerWithTelegram ZaraStockCheckerWithTelegram Public

    Forked from CerenAkyr/ZaraStockChecker

    Zara Stock Checker for Girlies With Telegram Bot Update Checker

    Python 20 5

  3. sahibindenEmlakScraper sahibindenEmlakScraper Public

    Sahibinden emlak uzerinden ilan detaylarini veri tabanina kaydeden python scripti

    Python 5 1

  4. whatsapp-remote-video-downloader whatsapp-remote-video-downloader Public

    Python Selenium bot that communicates with the Telegram bot API for users with unlimited WhatsApp data packages, downloads the video you want and sends it to the phone number you want from WhatsApp.

    Python 5

  5. kker4m kker4m Public

    Config files for my GitHub profile.

    4

  6. mail-tracker mail-tracker Public

    Get telegram message when your email gets read.

    Java 4