Skip to content
View droidMakk's full-sized avatar
🏠
Working from home, Yet globally active 😉
🏠
Working from home, Yet globally active 😉
Block or Report

Block or report droidMakk

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

👋 Hi, I’m @droidMakk (Afroze Khan)

  • A Full-stack Software Developer for the past 5 years
  • Developed Cross-platform Mobile and Web applications including backend
  • Extensively worked in React, React Native, and Node
  • Had worked with SQL based database

📫 REACH ME

📷 Instagram 👨‍💻 Portfolio 💼 LinkedIn 🖊️ Blog



🔭 Worked under various domains with development-centric roles,

  1. Media Streaming Services
  2. Medical Device Integration with cloud
  3. IoT Firmware Development / Integration
  4. Kiosk-based ordering system
  5. Medical health tracking
  6. Basic e-commerce

👀 Languages that I’ve worked at least in one / two projects,

  1. Python
  2. YAML | JSON | XML | HTML
  3. Javascript / Typescript
  4. C#
  5. Java

🎰 A Few Significant systems I’ve built,

  1. Upload Hi-Def Videos, Process them through the cloud and enable it for streaming
  2. Web application with offline caching and re-sync abilities
  3. Face identification/recognition systems integration for IoT Device
  4. Multi-Processing Data based tablet application for medical devices
  5. IoT OS based Kiosk system for handling orders
  6. Basic Dashboards and Customer facing e-commerce web application

👀 I’m interested Taking up side projects, contributions if required to open source.

Pinned Loading

  1. Simple Validator Simple Validator
    1
    async function validator(requestObject, validatingObj){
    2
    
                  
    3
      let paramsError = {
    4
        missingParams: [],
    5
        invalidParams: [],
  2. api-template api-template Public template

    Express with typescript based api template. Which uses rollup for transpiling code and liquibase to track schema changes. postgresql as database and postgraphile to use graphql for queries

    TypeScript 1

  3. routing-with-svelte routing-with-svelte Public

    This is a sample implementation of routing with svelte, in reference to an article on basics covering svelte

    Svelte

  4. react-ts-turing react-ts-turing Public

    This is in reference to an article written for turing on setting up a proper temple for react with typescript

    HTML

  5. ANIMATION TESTING ANIMATION TESTING
    1
    /**
    2
     * Sample React Native App
    3
     * https://github.com/facebook/react-native
    4
     *
    5
     * @format