Skip to content
View harshnative's full-sized avatar
😁
building cool stuff
😁
building cool stuff
  • Lets Code - www.letscodeofficial.com
  • PANIPAT , INDIA
Block or Report

Block or report harshnative

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

Hello Folks 👋

I am Harsh Native

                               

I am a Passionate Developer from India. Programming is my passion , carrier , hobby you name it. I try to build and learn new things almost everyday. My birth name is Harsh Gupta.

I also listen to music , Do video editing , Designing , Gaming and much more :).

I also read many self developement books like Rich Dad , Thinking fast and slow and more.

You can find me on all the above platforms :).





My Skills

1. Front End Developement

2. Back End Developement

3. Desktop GUI Developement

4. Script Writing

5. Encryption systems





Some Websites Build By Me

1. Lets Code Official Community Page



Checkout Now - https://letscodeofficial.com



2. Jarvis Software Distribution Website



Checkout Now - https://letscodeofficial.com/jarvis



3. Website For Sweet Shop



Checkout Now - https://mitthansweets.com





Blog & Writing

Apart From Coding, I also Write Blogs related to all sorts of topics from tech tips to business. You can check them out at https://www.blog.letscodeofficial.com/author/harshnative/articles



Current Profession

I am currently working on the lets code community and lets code technologies project with my friends from Udemy.

Website - https://www.letscodeofficial.com





My Tech Stack

1. Frameworks

                       



2. Langauges

                                   

My Most proficient langauge is python with over 3 years of professional experience



3. DataBases

               



4. Tools

                                   



5. Cloud

   



6. Graphic & Design

           



7. Video editing

Click on icon above or link below to see some of the videos edited by me. https://www.youtube.com/channel/UCyAtkFE9Asq7mgpoCj0Vj_A





My Stats



Martin's GitHub Stats

harsh native Activity Graph



lines of code written -


This chart was made by lines-of-code-counter-with-charts utility made by myself using python.

You can check it out at - https://github.com/harshnative/lines-of-code-counter-with-charts and build charts for your own repo






My Main Projects

1. pySecureCryptos


pySecureCryptos Checkout Now

github link - https://github.com/harshnative/pySecureCryptos




World class encryption module written in python

  • symmetric encryptions
    • onetimepad
    • cryptography.fernet
    • cryptography.fernet using multiprocessing for faster encryption
    • all above as method to encrypt both bytes and string data with progress yielders
  • asymmetric encryptions
    • rsa
    • all above as method to encrypt both bytes and string data with progress yielders
  • encoder decoder
    • convert string into bytes , bytes from strings , bytes from hex etc
  • shuffler
    • shuffle and unshuffle all types of objects like lists , bytes , strings etc
  • hashers
    • SHA256
    • SHA384
    • SHA512
    • all the above methods can return result in bytes or string and also as progress yielders and shuffler methods
  • randomWrapper
    • generate true and pseduo random strings
    • generate true integers , floats , strings etc from mouse movement which provides absolute true randomness


2. Jarvis 2.O



Jarvis 2.O is a New and better console based personal assistant


It can do many things such as :-

  1. weather of any city
  2. speed test
  3. own settings file
  4. password manager with military class encryption
  5. Share file via both HTTP and FTP server with both wired and wireless medium.
  6. mispelled command detection
  7. auto complete command using tab
  8. in built troubleshooter



3. Local Secure Chat



Local Secure Chat is a chat application desgined to chat with anyone in a group over a local area network securely


It use cyrptography fernet tech to encrypt messages , login credentails are managed by the server admin , any machine running python can act as server as well client.




4. GST Billing Machine



Checkout Now

Direct link - https://www.youtube.com/watch?v=NWsckqGl9IA



This a Project Taken under developement for a Business who wants to do GST billing in their outlet for the customers with a high level encryption database and fast response time and easy interface.






5. lines-of-code-counter-with-charts


lines-of-code-counter-with-charts Checkout Now

Direct link - https://github.com/harshnative/lines-of-code-counter-with-charts



Utility to count lines of code and produce results in variety of formats as well as beautiful charts






Cool Python Modules by ME

       

   
   

Pinned

  1. Jarvis2.O Jarvis2.O Public

    New and better console based personal assistant

    Python 1

  2. git-utility git-utility Public

    git utility for faster git usage

    Python 1

  3. DS_Algo_for_Cplusplus DS_Algo_for_Cplusplus Public

    A header file that as number of pre loaded array operations , just pass the value and see the results

    C++ 1

  4. JarvisWebsite JarvisWebsite Public

    website repo for command line personal assistant Jarvis

    HTML 2

  5. DSA-python DSA-python Public

    Pre implemented , ready to use data structures and algo's for python

    Python 1

  6. local-Secure-Chat local-Secure-Chat Public

    chat application to communicate with anyone on a local area network in a group

    Python