Madhuri Gole

Back End developer

Maverick Labs

Django 4 years
Python 4 years
JavaScript 2 years
Node.js 2 years
Java 1 years
PHP 1 years


I have been doing server setups for the past 4 years. I am comfortable with designing the server and database architecture for a new project and have worked on servers in Django, NodeJS and PHP. I have experience designing and developing APIs for apps and web apps.

TECH STACK:

Programming Languages:

PythonJavascriptJavaPHP

Development Tools:

DjangoNodeJS

RDBMS:

MySQL

Operating Systems:

LinuxWindows

Libraries/Frameworks/Tools:

Sentrynginxcron

SOFT SKILLS:

Positive Attitude
  4.6 / 5
Team work
  4.6 / 5
Responsibility
  4.7 / 5
Flexibility
  4.7 / 5
Problem Solving
  4.4 / 5
Leadership
  4.2 / 5

WORK PERSONA

English communication
  4.6 / 5
Past work clarity
  4.7 / 5
Client interaction experience
  4.4 / 5
Transparency
  4.3 / 5
Open to learning
  4.5 / 5
Open source contribution
  3.7 / 5

INDUSTRIES SERVED

BusinessEducationHealth & FitnessTravel

PAST WORK

  • HindSites

    Back-end Developer

    Django Python OAuth REST FCM AngularJs MySQL AWS

    HindSites is an app focused on creating a worldwide network of travellers and revolutionizing the way these travellers share and discover travel photos. This project involved an android app, ios app, web app and server. I was in charge of the development of the server (Django) and also involved in the web app development. We used many peripheral technologies like OAuth, FCM, LetsEncrypt.

  • eCompTrack

    Back-end Developer

    Django Python REST MySQL AWS

    eCompTrack is a compliance tracking software for small to medium-sized enterprises. It helps enterprises to keep track of the financial compliances like TDS payment, Advance Tax Payment using a maker-checker cycle. I was involved in database design and architecture design and was responsible for building the backend API server. I was also responsible for the cloud deployment of the software.

  • Elevate

    Back-end Developer

    NodeJSMySQLAWS

    Elevate is the employee appraisal system which is currently being used by Vuclip India. It comprises of a proprietary logic of Vuclip, to evaluate the employees. I was in charge of developing the backend API server for the front facing Angular app and directed the deployment process.

My Blogs


A Quick Overview of HTTP Methods| RemotePanda

In this Blog, we have listed down the basic and must know HTTP methods for communicating with a web server.HTTP is a server-client protocol.HTTP methods like GET, POST, PUT HEAD, DELETE is used to communicate between client and server. HTTP is a server-client protocol. All communication is initiated by the client, in the form of an HTTP request. On receiving this request, the server sends an HTTP response back to the client. Read More