Skip to content

Instantly share code, notes, and snippets.

View pramanikshreya's full-sized avatar
🐱
Focusing

Shreya Pramanik pramanikshreya

🐱
Focusing
View GitHub Profile

Back-end assignment

Prerequisites

You should be familiar with PHP 7.4 (or better), Laravel 8, Git and GitHub.

Getting Started

This tutorial assumes you have a PHP 7.4 (or better) development environment set up on your machine, with the following components at minimum:

React Native developer exercise

Prerequisites

You should be familiar with JavaScript (ES6), React, React Native, Git, GitHub and Figma.

Getting Started

This tutorial assumes you have a React Native local development environment set up on your machine, with the following components at minimum:

WordPress exercise

© 2018 Renderbit Technologies LLP.

Prerequisites

You should be familiar with WordPress, Bootstrap row column layout and posts, page structures in WordPress.

Getting Started

NameSet up Fee Startig (Rs)Rental Starting (Rs)Debit Card FeesCredit Card Fees
Center No of Students
Kolkata, West Bengal - INSTITUTE OF ENGINEERING & MANAGEMENT (IEM),GURUKUL CAMPUS, Y-12, Sector – V, Salt Lake Electronics Complex, Kolkata – 700091 1157
Kolkata, West Bengal - INSTITUTE OF ENGINEERING & MANAGEMENT (IEM),ASHRAM CAMPUS, GN-34/2, Sector - V, Saltlake Electronics Complex,Kolkata - 700 091, West Bengal, India. 382
Kolkata, West Bengal - INSTITUTE OF ENGINEERING & MANAGEMENT (IEM),MANAGEMENT HOUSE 42
Kolkata, West Bengal: UEM KOLKATA CAMPUS, University Area, Plot No. III - B/5, New Town, Action Area - III, Kolkata, West Bengal 700156 166
Jaipur, Rajasthan - UEM JAIPUR CAMPUS, GURUKUL, 6 km from Chomu on Sikar Road ( NH-11), Jaipur 303807 116
- -
NORTH 24 PARGANAS DISTRICT - ST. XAVIER'S INSTITUTION, PANIHATI 124
NORTH 24 PARGANAS DISTRICT - BASIRHAT TOWN HIGH SCHOOL 8
Workshop Type Minimum No. Student Price per student Total Revenue Our Revenue Per Day Revenue for us
1 Day 50 400 ₹ 20,000 ₹ 10,000 ₹ 10,000
2 Day 50 600 ₹ 30,000 ₹ 15,000 ₹ 7,500
3 Day 50 1000 ₹ 50,000 ₹ 25,000 ₹ 8,000

Does the garbage contain any of the following substances?

  • Cardboard/Paper Cardboard/Paper

  • Glasses Glasses

  • Metals Metals

  • Plastics Plastics

@pramanikshreya
pramanikshreya / index.html
Last active March 13, 2017 16:03 — forked from soham2008xyz/index.html
Post Form Data to Google Spreadsheet
<div class="container" ng-app="postApp" ng-controller="postController">
<div class="col-sm-8">
<div class="page-header"><h2>UEM Mega Job Mela 2017 Registration Page</h2></div>
<!-- FORM -->
<div ng-show="success" ng-class="{'alert': success , 'alert-success': success}">
{{message}}
</div>
<div ng-show="error" ng-class="{'alert': error , 'alert-error': error}">
{{message}}
</div>