Skip to content
Avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro
Block or Report

Block or report takint

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.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
takint/README.md

Hi there, I'm Jim 👋

I'm a software developer from Vancouver, Canada.

Languages and Tools:

🔭 I’m currently and mostly working on:


I’m new to:

🌱 I’ve learned from college:

Top languages does not indicate my skill level or something like that, it is a github metric of which languages i have the most code on github:

Top Langs

My contribution Stats:

Jim's github stats

💻 My linkedin profile: https://www.linkedin.com/in/jimle15/

📫 How to reach me? Here is my email: taki.lnt@gmail.com

🌊 Quote of the day:
Quote

I'm kinda a machine that covert coffee => 💻 code

Pinned

  1. ff.words Public

    Late better than never

    C# 1

  2. Forked from MoienTajik/AspNetCore-Developer-Roadmap

    Roadmap to becoming an ASP.NET Core developer in 2019

  3. CleanArchitecture Public template

    Forked from jasontaylordev/CleanArchitecture

    Clean Architecture Solution Template for Angular 8 and .NET Core 3.1

    C#

  4. 1
    // Iterative
    2
    static int BinarySearch(int[] arr, int value)
    3
    {
    4
        int left = 0;
    5
        int right = arr.Length - 1;
  5. 1
    static void InsertionSort(int a[])
    2
    {
    3
        for(int i = 1; i < a.Length; i++)
    4
        {
    5
            Insertion(a, i-1, a[i]);

24 contributions in the last year

Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri
Activity overview
Contributed to takint/HelloWealth, takint/N-Tier-Architecture, takint/URF.Core and 11 other repositories

Contribution activity

August 2022

takint has no activity yet for this period.

Seeing something unexpected? Take a look at the GitHub profile guide.