Skip to content
View Dev-Mehta's full-sized avatar
🌱
Growing...
🌱
Growing...
Block or Report

Block or report Dev-Mehta

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

नमस्ते (Namaste) 🙏, I'm Dev Mehta 👨‍💻

A Full Stack Web Developer and Django Enthusiast

package com.github.devmehta.profile

import universe.earth.species.Human
import universe.earth.species.Human.Brain

class Dev: Human(val name: String="Dev Mehta",
    val traits = arrayOf("FullStack Web Developer", "Android Developer", "React Native Developer")
    ){
    val brain: Brain? = null
    init {
        val pronouns: String = "He/Him"
        val canCodeIn = arrayOf("Python", "Java", "Kotlin", "C++", "C", "JavaScript")
        val askMeAbout = arrayOf("Web Development", "Android Apps", "Django")
        val technologies = HashMap<String, Array<String>>()
        technologies.put("mobileApps", arrayOf("Kotlin", "Java", "Django APIs"))
        technologies.put("frontendWebDevelopment", arrayOf("bootstrap", "React.js", "tailwindcss"))
        technologies.put("backendWebDevelopment", arrayOf("django", "flask"))
        technologies.put("databases", arrayOf("PostgreSQL", "MySQL", "Oracle", "SQLite3"))
        technologies.put("miscellaneous", arrayOf("Selenium", "OpenCV", "Figma", "Adobe XD", "Canva"))

        println("Fun fact: There are 2 ways to write error-free programs, only the 3rd one works")
    }
}

Dev Mehta's github stats

🏆 Trophies

trophy

Metrics

Dev-Mehta

Blogs posts

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

Pinned

  1. django-wiki django-wiki Public

    Forked from django-wiki/django-wiki

    A wiki system with complex functionality for simple integration and a superb interface. Store your knowledge with style: Use django models.

    Python

  2. peopledoc/django-chartjs peopledoc/django-chartjs Public

    Django Class Based Views to generate Ajax charts js parameters.

    JavaScript 400 111

  3. Blog Blog Public

    A personal space where I pen my thoughts that might help me and you to become a better programmer 👨🏻‍💻. Built with Gatsbyjs

    JavaScript 2

  4. dj-greatreads dj-greatreads Public

    I am creating an app where you can read latest blogposts from various python and django related blog sources, to filter out only GOOD web content to read

    Python 3 1

  5. OffcierCia/DeFi-Developer-Road-Map OffcierCia/DeFi-Developer-Road-Map Public

    DeFi Developer roadmap is a curated Developer handbook which includes a list of the best tools for DApps development, resources and references!

    JavaScript 9.5k 1.2k

  6. ParthJadhav/Tkinter-Designer ParthJadhav/Tkinter-Designer Public

    An easy and fast way to create a Python GUI 🐍

    Python 8.5k 785