Skip to content
View Nexengineer's full-sized avatar
🎯
Learning RUST in free time
🎯
Learning RUST in free time
Block or Report

Block or report Nexengineer

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

Hi there, I'm Neeraj - aka nexengineer 👋

Twitter Follow

I'm a Developer, and Tech enthusiast!

  • 🔭 I’m currently working on a health solution for india open source project [website]!
  • 🌱 I’m currently learning everything 🤣
  • ⚡ Fun fact: I love to travel a lot

Connect with me:

nexengineer | Twitter nexengineer | LinkedIn


Languages and Tools:

Swift

python

java

csharp

JavaScript

Visual Studio Code

xcode

intellij

Terminal



⚡ Github Stats nexengineer's Github Stats

Pinned

  1. ReactNative-MedicineFinder- ReactNative-MedicineFinder- Public

    This is a demo Project which I created for learning React native.

    JavaScript 1

  2. Electron_Demo Electron_Demo Public

    This will be updated stortly

    JavaScript 2

  3. ARDemo ARDemo Public

    This is an ARKit demo project where user can customize a car model. Customization contains .. change of body color, rim color and glass color to provided set of color.

    Swift 4 2

  4. Text To Speech GIST is for what it says Text To Speech GIST is for what it says
    1
    protocol TextToSpeechDelegate {
    2
        func speechDidFinish()
    3
    }
    4
    
                  
    5
    class TextToSpeech: NSObject, AVSpeechSynthesizerDelegate {