Sidebar

Django Web Framework

django
Django Web Framework _pete_ 1 year ago 100%
Interview questions you would ask a junior?

I’m in the very fortunate position of being made a senior at my new job and have the task of helping recruit a new Django dev to help us out. I have never had to do this before so I was wondering: 1. Does anyone have any tips for making a candidate feel comfortable? 2. What sort of questions you feel would be appropriate for a junior django dev to be able to answer?

2
1
django
Django Web Framework django_python 3 years ago 100%
Djangojobs - Python Django Jobs djangojobs.net

Django python jobs for great django developers

4
0
django
Django Web Framework amalshaji 3 years ago 100%
Phoney: A mock API generator phoney.ml

A few months ago, I built a tool to generate fake data based on a JSON payload([fakeapi](https://fakeapi.amalshaji.com)). FakeAPI worked fine, but a major downside was that a JSON payload must be sent as a post request to receive data. This is not good for someone emulating any other HTTP methods. So I decided to build [Phoney](https://phoney.ml). **Phoney** is a mock API generator that lets you create apps to manage endpoints. Other features of phoney include, - Create apps to manage your endpoints - Create endpoints that return data in a custom format - Default API key authentication support - All methods, GET, POST, PUT, and DELETE, supported. - Dynamic endpoints supported - Swagger UI for each endpoint. It makes testing easy. - Built-in JSON editor for creating endpoint schema - Supported response codes, 200, 201, and 202 - Syntax highlighting for JSON schema - Light/Dark theme switch > **This is my first ever Django app**

3
0