Write a regex to extract all the numbers with orange color background from the below text in italics (Output should be a list).
{"orders":[{"id":1},{"id":2},{"id":3},{"id":4},{"id":5},{"id":6},{"id":7},{"id":8},{"id":9},{"id":10},{"id":11},{"id":648},{"id":649},{"id":650},{"id":651},{"id":652},{"id":653}],"errors":[{"code":3,"message":"[PHP Warning #2] count(): Parameter must be an array or an object that implements Countable (153)"}]}
Expected o/p: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '648', '649', '650', '651', '652', '653', '3']
Expose all the endpoints using Rest API, with proper permissions, authentication and documentation. Please refer to the image link - https://i.imgur.com/T0ZCO9A.png
Admin Facing - Where admin user can add an android app as well as the number of points - earned by user for downloading the app. (Please do not use the default Django Admin)
User Facing - where the user can see the apps added by the admin and the points. The user should be able to see the following fields.
Option to upload a screenshot (which must include drag and drop) for that particular task. (Like if a user downloads a particular app), he can send a screenshot of the open app to confirm that he has indeed downloaded the app.
flet run [app_directory]
A. Write and share a small note about your choice of system to schedule periodic tasks (such as downloading a list of ISINs every 24 hours). Why did you choose it? Is it reliable enough; Or will it scale? If not, what are the problems with it? And, what else would you recommend to fix this problem at scale in production?
Flask | Django |
---|---|
Micro-framework | Full Stack Framework |
Lightweight But, Extensible. | Best for large & complex applications. |
Flexible & Scalable | Less Flexible But, Scalable |
URL Dispatcher is simple. | Regex based URL Dispatcher is Complex. |
Lacks a ORM | Builtin ORM. |
For good s/w eng practices: e.g. modularity, well documented (comments and README), Normalized db schema, requirements.txt etc. Blow my mind! Important Notes Feel free to Google or Stackoverflow (or even go as far as read a book) to understand anything, but please do NOT copy/paste any code/snippet. Finish your assignment before the assigned deadline. If you need to extend the deadline, please make sure you drops us an email. Document how you deployed the project (in READMe)
Fill this submission form https://forms.gle/tTUPT9x9rrqK8S7G9 We only consider the submissions through Google Form wef April 15th, 2021. (Before you fill up the form, please read the below four important pointers) Please create a repository in GitLab(Not Github), and add @NLEvaluations for evaluation (Only maintainer’s access), and deploy it to any server and share the link. Please include a short video/screencast - running the evaluator through both the problem statement and your solution (While we will not assess the longer videos negatively, we’d prefer the videos to be under 5 minutes - and it should be very concise and to the point). You can add the link to the Readme of the repository. Is there any way that you can automate the delivery? Wow us and get bonus points for the task. All the answers to the questions (As asked in Part D) should go in ReadMe.