Skip to content
View Devesh475's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report Devesh475

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

Hello People 👋

  • 🔭 I’m currently working on Node Js
  • 🌱 I’m currently learning System Design
  • 👯 I’m looking to collaborate on Django/Node JS
  • 🤔 I’m looking for help with System Design
  • 💬 * Ask me about Django | Node JS
  • 📫 Connect to me: LinkedIn
  • ⚡ Fun fact: The sentence, "The quick brown fox jumps over the lazy dog" uses every letter in the English language.

Learning is a step by step process.

  • Taking small steps everyday to reach to the goal set a long time back.

Popular repositories Loading

  1. BlogProject BlogProject Public

    This is a project created using Python and Django framework, the key feature is that it can have multiple superusers who can write the blogs.

    JavaScript 1

  2. testRepo testRepo Public

    Testing the functionality of GitHub. Using the various git commands and playing with the GitHub UI and features to learn it in a fun way.

  3. AES_Encryption_For_Files AES_Encryption_For_Files Public

    This is the python script to encrypt your file with advanced encryption standard 256 bits Key size. It is more secure than DES and Blowfish algorithm and faster than RSA.

    Python

  4. SortingAlgorithmVisualizerUsingPython SortingAlgorithmVisualizerUsingPython Public

    This project uses the python Tkinter module to visualize the five famous sorting algorithms. Tkinter is the standard GUI library for Python. Python when combined with Tkinter provides a fast and ea…

    Python

  5. AutomatingEncryptedEmailsUsingPython AutomatingEncryptedEmailsUsingPython Public

    This is the project which used the AES algorithm to send the encrypted emails using python. The email can be also sent using voice commands as well as handwritten by the user.

    Python

  6. Symmetric-Key-File-Encryption-System Symmetric-Key-File-Encryption-System Public

    This is a python script to encrypt files using cryptography fernet which guarantees that a message encrypted using it cannot be manipulated or read without the key.

    Python