Skip to content
View jatinkrmalik's full-sized avatar
πŸ‘¨β€πŸ’»
munching code
πŸ‘¨β€πŸ’»
munching code
Block or Report

Block or report jatinkrmalik

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

Hey there! πŸ‘‹

  • I am an experienced backend guy interested in designing and crafting efficient modern software, and learning new technologies and tools on the way.

  • I am proficient at designing and developing scalable systems and specializes in thinking outside the box to find unique optimized solutions to difficult engineering problems.

  • It is not the actual work but the challenging creative process that goes behind it which inspires me to think out of the box to do something new, something satisfactory!


p.s: I am always up for a new challenge, so if you've one you need a hand with, feel free to contact me directly at jatinkrmalik at gmail dot com or throw me a tweet at @jatinkrmalik.

An image of @jatinkrmalik's Holopin badges, which is a link to view their full Holopin profile

Pinned Loading

  1. advent-of-code-2023 advent-of-code-2023 Public

    Well, here's my attempt to solve all 25 problems of Advent of Code 2023 with Python! πŸŽ„

    Python 6 1

  2. FOSSConf-23-Keynote FOSSConf-23-Keynote Public

    Slide deck + sample code used for tech talk "Elevate Your Code // Practical Insights for 10X Impact" in FOSSConf New Delhi 2023.

    Python 6

  3. aqi-visualizer aqi-visualizer Public

    A Python-based tool designed to fetch real-time Air Quality Index (AQI) data for any specified city and generate a vivid landscape image representing the current air quality conditions and overlay …

    Python 4 2

  4. Face detection using DLIB and OpenCV3 Face detection using DLIB and OpenCV3
    1
    # !/usr/bin/python
    2
    
                  
    3
    import time
    4
    from modules.faceOnboarding import service
    5
    from flask import Response
  5. Whois Search Tool Whois Search Tool
    1
    # Whois Search Tool
    2
    # Enter an IP or host address and have it look it up through whois and return the results to you.
    3
    
                  
    4
    # Created by: Jatin Kumar Malik | jatinkrmalik(at)gmail(dot)com
    5
    
                  
  6. Download all XKCD comics with their ... Download all XKCD comics with their original names
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    import requests,sys,re
    4
    from bs4 import BeautifulSoup
    5
    import time