import { SoftwareDeveloper } from '@doshinaman';
class Bio extends SoftwareDeveloper {
name = 'Naman Doshi';
title = 'Software Engineer';
leavingLocation = 'Ahemdabad, Gujarat, India';
companyName = 'Somhako';
companyLocation = 'Yokohama, Kanagawa, Japan';
employeementType = 'Full time';
workType = 'Remote';
website = 'https://doshinaman.pythonanywhere.com';
}
class Skills extends SoftwareDeveloper {
languages = ['JavaScript', 'Python', 'PHP'];
technologies = ['NextJS', 'ReactJS', 'Tailwind CSS', 'Django', 'Django Rest Framework (DRF)', 'HTML', 'CSS', 'jQuery'];
databases = ['Firebase', 'MySQL', 'PostgreSQL', 'MongoDB'];
additional = ['GIT', 'GitHub', 'Linux', 'OpenAI', 'LangChain', 'Sentry', 'AWS', 'Azure'];
}
- Ahmedabad, Gujarat, India
- https://doshinaman.pythonanywhere.com
Popular repositories Loading
-
parallax-web
parallax-web PublicThis Repository is a single web static page show creativity of my html-css-js. skills
CSS 5
-
-
Policemen-Catch-Thieves
Policemen-Catch-Thieves PublicWe need to find the maximum number of thieves that can be caught.
Python 1
-
Find-The-Platform
Find-The-Platform PublicFind the Platform at which the given Train arrives
Java 1
-
Minimum-Capacity-Of-Train
Minimum-Capacity-Of-Train PublicFind the minimum capacity of the train required to hold the passengers
Java 1
-
Find-The-Last-Element
Find-The-Last-Element PublicFind the last element after repeatedly removing every second element from either end alternately
Python 1
If the problem persists, check the GitHub status page or contact support.