Skip to content

mayanku/TechnolutionAssignment

Repository files navigation

Problem statement: Scrap the data from Techolution Careers website and store the data according to the date of posting(Most old first) as a DataFrame in CSV.

Website URL: https://techolution.app.param.ai/jobs/

To solve this problem the steps were:

  1. Open the website URL
    2)While inspecting the website I found out that there is an api call to query job type description and location
    3)I took that request URL (https://techolution.app.param.ai/api/career/get_job/?query=&locations=&category=&job_types=)
    4)It returns data in JSON format
    4)To extract information from the api url we used requests python package
    5)We loaded the information in json format using json.loads
import requests  
import json, sys, csv
import pandas as pd  

r = requests.get('https://techolution.app.param.ai/api/career/get_job/?query=&locations=&category=&job_types=')

j = json.loads(r.content.decode('UTF-8'))

We saved the json file as data_file.json

with open("data_file.json", "w") as write_file:
    json.dump(j, write_file)
for row in j:
    print(row)
fil_locations
data
fil_job_types
fil_category
query_str
total_jobs
j
{'data': {'Event Management': {'jobs': [{'added_by': 'Nikhil Shekhar',
     'added_by_email': '[email protected]',
     'business_unit_name': None,
     'category': 'Event Management',
     'created_at': '2019-02-19T07:50:58.060621Z',
     'description': '<p>Are you interested in being around futuristic technologies? This job is for you! You will assist with both human resource and branding tasks and report directly to the Director of Operations. This position will allow you to make a direct impact to the company and the business. If you’re a keen learner, and someone who’s passionate about branding and shaping an environment, you are in the right place! This position comes with international exposure and provides an opportunity for growth in an expanding, innovative company. The future is yours to shape!</p><p><br></p><p>Be part of the next most admired high tech brand in the world and launch next most exciting multi-million dollar IPO</p><p><br></p><p>We are looking for talent with amazing technical skills with great foundation for the open role.</p><p>The type of personalities that do very well at our company are people who are looking to contribute a large than life cause. People who are looking for very high growth environment where they are helping the company grow and also personally growing through a very unique and world class exposure</p><p><span style="color: rgba(0, 0, 0, 0.6);">&nbsp;&nbsp;</span></p><p><strong>Core Responsibilities:</strong></p><p><br></p><p><br></p><ul><li class="ql-indent-1">Organize meetups internally and with other organizations, companies, universities designed to spread awareness of the futuristic technologies the company is working on, brand positioning etc.</li><li class="ql-indent-1">Grow our presence on social media, including Facebook, Twitter, LinkedIn and Instagram.</li><li class="ql-indent-1">Maintain active profiles on a variety of social media platforms.</li><li class="ql-indent-1">Develop unique and compelling content to attract job seekers and companies, convert leads and increase brand awareness.</li><li class="ql-indent-1">Measure and assess the success of our content strategy across all channels and regularly reporting and presenting the results.</li><li class="ql-indent-1">Provide great customer experience to our community on social channels.</li><li class="ql-indent-1">Research new platforms, existing networks, blogger outreach, and competitor analysis.</li><li class="ql-indent-1">Assist in growing a culture of innovation and engagement and building Techolution community.</li><li class="ql-indent-1">Organize town hall meetings.</li><li class="ql-indent-1">Measure and assess the engagement of the Techolution Community.</li><li class="ql-indent-1">Conduct recruitment marketing through social media.</li><li class="ql-indent-1">Perform full recruitment life cycle for US interns and employees.</li><li class="ql-indent-1">Assist with creating an on-boarding experience.</li><li class="ql-indent-1">Assist in implementing a robust performance management process.</li><li class="ql-indent-1">Assist in upgrading the HR software.</li><li class="ql-indent-1">Assist with office management.</li><li class="ql-indent-1">Prepare company swag.</li><li class="ql-indent-1">Assist with any other tasks as needed.</li></ul><p><br></p><p><strong>Qualifications:</strong></p><p><br></p><p><br></p><ul><li class="ql-indent-1">0-2 years of experience in brand building &amp; Positioning, prioritization and community management.</li><li class="ql-indent-1">&nbsp;Excellent verbal and written communication skills.</li><li class="ql-indent-1">&nbsp;Strong time management and organization skills to work across multiple clients and channels at once.</li><li class="ql-indent-1">&nbsp;Positive attitude, willingness to contribute at all levels.</li><li class="ql-indent-1">&nbsp;Strong level of integrity, autonomy and self-motivation.</li><li class="ql-indent-1">&nbsp;Curious, eager to learn.</li><li class="ql-indent-1">&nbsp;An enthusiastic and creative personality.</li><li class="ql-indent-1">&nbsp;Resourcefulness.</li><li class="ql-indent-1">&nbsp;Experience using Google Suite/Social Media platforms, Trello, Canva, Photoshop or similar tools.</li></ul>',
     'id': '711f52a4-9d1f-4c44-bc29-b9cd242d6b43',
     'job_type': 'Full-time',
     'locations': 'New York',
     'max_exp': 36,
     'min_exp': 0,
     'organization_name': None,
     'req_id': 1930,
     'slug': 'hr-and-community-manager',
     'title': 'HR and Community Specialist'}],
   'last_updated': '2019-02-19T07:50:58.060621Z'},
  'Facial recognition': {'jobs': [{'added_by': 'Madhav Kommineni',
     'added_by_email': '[email protected]',
     'business_unit_name': 'FaceOpen',
     'category': 'Facial recognition',
     'created_at': '2019-02-14T16:13:38.000894Z',
     'description': '<p><strong style="color: rgb(51, 51, 51);">Title : Machine Learning Engineer</strong></p><p><strong style="color: rgb(51, 51, 51);">Location : Hyderabad</strong></p><p><br></p><p><strong style="color: rgb(51, 51, 51);">Responsibilities:</strong></p><p><br></p><p><span style="color: rgb(51, 51, 51);">- Design machine learning systems</span></p><p><span style="color: rgb(51, 51, 51);">- Research and implement appropriate ML algorithms and tools</span></p><p><span style="color: rgb(51, 51, 51);">- Develop machine learning applications according to requirements</span></p><p><span style="color: rgb(51, 51, 51);">- Select appropriate datasets and data representation methods</span></p><p><span style="color: rgb(51, 51, 51);">- Run machine learning tests and experiments</span></p><p><span style="color: rgb(51, 51, 51);">- Perform statistical analysis and fine-tuning using test results</span></p><p><span style="color: rgb(51, 51, 51);">- Train and retrain systems when necessary</span></p><p><span style="color: rgb(51, 51, 51);">- Keep abreast of developments in the field</span></p><p><br></p><p><strong style="color: rgb(51, 51, 51);">Requirements:</strong></p><p><br></p><p><span style="color: rgb(51, 51, 51);">- 2 to 3 years of experience as a Machine Learning Engineer or similar role</span></p><p><span style="color: rgb(51, 51, 51);">- Understanding of data structures, data modelling and software architecture</span></p><p><span style="color: rgb(51, 51, 51);">- Deep knowledge of math, probability, statistics and algorithms</span></p><p><span style="color: rgb(51, 51, 51);">- Hands-on experience with OpenCV using Python or C++</span></p><p><span style="color: rgb(51, 51, 51);">- Experience with Computer Vision and Image Processing</span></p><p><span style="color: rgb(51, 51, 51);">- Experience with facial recognition related projects</span></p><p><span style="color: rgb(51, 51, 51);">- Familiarity with machine learning frameworks (like Keras or Tensorflow) and libraries (like scikit-learn)</span></p><p><span style="color: rgb(51, 51, 51);">- Good project lineup in Machine Learning Domain</span></p><p><span style="color: rgb(51, 51, 51);">- Excellent communication skills</span></p><p><span style="color: rgb(51, 51, 51);">- Ability to work in a team</span></p><p><span style="color: rgb(51, 51, 51);">- Outstanding analytical and problem-solving skills</span></p><p><br></p><p><strong style="color: rgb(0, 0, 0); background-color: transparent;">Work Life at Techolution:</strong></p><p><br></p><p><span style="color: rgb(0, 0, 0);">At Techolution, we do things a bit differently. There\'s no corporate nonsense, and no old-fashioned hierarchy. Instead, we work in dozens of self-sufficient, autonomous teams. Think of them like start-ups within a start-up that learn from each other. You are your own boss! We\'re going to be upfront the way we work doesn\'t suit everyone. But if freedom, autonomy, and life-affirming, head-scratching professional challenges rock your world, we could be a match made in heaven.</span></p><p><br></p><p><strong style="color: rgb(0, 0, 0);">Mission of the company:</strong></p><p><span style="color: rgb(0, 0, 0);">Be part of the next most admired high tech brand in the world and launch next most exciting multimillion dollar IPO.We are looking for talent with amazing technical skills with great foundation for the open role.The type of personalities that do very well at our company are people who are looking to contribute a large than life cause.People who are looking for very high growth environment where they are helping the company grow and also personally growing through a very unique and world class exposure.</span></p><p><br></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;"> </span></p><p><br></p><p><strong style="color: rgb(0, 0, 0); background-color: transparent;">About Techolution:</strong></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;"> </span></p><p><span style="color: rgb(0, 0, 0);">Techolution is committed to providing equal employment opportunities for all applicants and employees, as well as a safe and inclusive work environment. This is going to be a Full-Time role with an extraordinary employment approach to developing an interest and sort out hackathons. You will likewise get the chance to "play" with the center advances Techolution specializes in Cloud Transformation, UI Modernization, Virtual Reality (VR) UI, Facial Recognition, Internet of Things (IoT), Block Chain &amp;AI(Ml &amp; Deep Learning).</span></p><p><span style="color: rgb(0, 0, 0);">If you believe you are qualified and are looking forward to setting your career on a fast-track, apply by submitting a few paragraphs explaining why you believe you are the right person for this role.</span></p><p><span style="color: rgb(0, 0, 0);">To know more about Techolution, visit our website:</span><a href="http://www.techolution.com/" target="_blank" style="color: rgb(0, 0, 0); background-color: transparent;"> </a><a href="http://www.techolution.com" target="_blank" style="color: rgb(79, 153, 237); background-color: transparent;">www.techolution.com</a></p><p><br></p><p><span style="color: rgb(0, 0, 0);">To view our recently opened Techolution Smart Office using VR 360 product developed by Techolution. Use below link to view:</span></p><p><a href="https://vrcms.techolution.com/preview/c00adf9c-71b5-4596-8abc-f15c693f18fc?startscene=Reception-area" target="_blank" style="color: rgb(79, 153, 237); background-color: transparent;">https://vrcms.techolution.com/preview/c00adf9c-71b5-4596-8abc-f15c693f18fc?startscene=Reception-area</a><span style="color: rgb(102, 102, 102); background-color: transparent;"> (</span><span style="color: rgb(0, 0, 0);">Better viewed with headset on)</span></p><p><br></p>',
     'id': '4e641217-901a-4670-886e-dd2946bf5476',
     'job_type': 'Full-time',
     'locations': 'Hyderabad',
     'max_exp': 60,
     'min_exp': 36,
     'organization_name': 'Techolution LLC',
     'req_id': 1898,
     'slug': 'machine-learning-engineer',
     'title': 'Machine Learning Engineer'}],
   'last_updated': '2019-02-14T16:13:38.000894Z'},
  'Human Resources': {'jobs': [{'added_by': 'Madhav Kommineni',
     'added_by_email': '[email protected]',
     'business_unit_name': 'Cloud Automation - India',
     'category': 'Human Resources',
     'created_at': '2019-04-22T02:36:35.513893Z',
     'description': '<p><strong style="background-color: transparent; color: rgb(0, 0, 0);"> </strong><span style="color: rgb(0, 0, 0);">As a recruiting Talent Scout, it\'s your job to find the cream of the crop, you will be a huge asset to continue our growth path. You will work directly with our Engineering, Design, Strategy and Business leaders to help us scale with precision. This is a full cycle recruiting role, meaning managing your entire pipeline from sourcing to procedural steps to driving feedback all the way towards offer acceptance.</span></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);"> Job Title: Talent Match Specialist </strong></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">Location: Hyderabad</strong></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">Duration: Full-Time</strong></p><p><br></p><p><strong style="color: rgb(34, 34, 34);">You\'ll be responsible for:</strong></p><ul><li>Daily Tasks that includes mentoring professionals through sourcing, pre-screening, interviewing, evaluating qualifications, negotiating benefits, salary, and presenting offers.</li><li>Recruit the world-class talent in technology from market by Sourcing, Screening &amp; Shortlisting the highly qualified profiles according to the job specifications.</li><li>Create a robust pipelines while making each candidate feel like they’re the only one you’re talking to.</li><li>Track record of innovation in recruiting. While you will be comfortable advertising roles on job boards, you are interested in the psychology of attracting potential ThoughtWorkers to us and passionate about finding new ways to do this.</li><li>Drive the interview and offer process, including creating job descriptions, overseeing interviews &amp; feedback, tactful negotiations, reference checks and closing of candidates.</li><li>Ensure candidates have a world-class experience throughout each stage in our recruitment process.</li><li>Promote company’s reputation as a great place to work.</li><li>Responsible to coordinate with the offered candidate until joins the organization.</li></ul><p><br></p><p><strong style="color: rgb(34, 34, 34);">What we\'re looking for</strong></p><ul><li>Exceptional Sourcing &amp; Shortlisting Skills of &nbsp;highly qualified candidates through the Various job Boards, LinkedIn and references.</li><li>Proven Experience in Handling End to End Recruitment.</li><li>Experience recruiting UI/UX Designers,Mobile Developers, AI, Machine Learning, Backend, frontend, FullStack , BlockChain , DevOps is highly desired</li><li>Technical Understanding with an ability to explain job requirements for technology roles.</li><li>Should have good interpersonal skills, written and great communication skills.</li><li>Open for Flexible working Hours .</li></ul><p><strong style="color: rgb(34, 34, 34);">Bonus points for you</strong></p><ul><li>Graduate / MBA / Any degree B.E / B.Tech B.E / B.Tech / M.B.A or experience on Technical recruitment can apply.</li><li>A minimum of 1-2 years of experience.</li><li>An aggressive team playe<strong>r.</strong></li></ul><p><strong style="color: rgb(0, 0, 0);">Why Join Techolution?</strong></p><p><span style="color: rgb(0, 0, 0);">Be part of the next most admired high tech brand in the world and launch the next most exciting billion dollar IPO. We are looking for talent with amazing technical skills with a great foundation for the open role. The type of personalities that do very well at our company are people who are looking to contribute a larger than life cause. People who are looking for a very high growth environment where they are helping the company grow and also personally growing through a very unique and world-class exposure.</span></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">Work Life at Techolution:</strong></p><p><span style="color: rgb(0, 0, 0);">At Techolution, we do things a bit differently. There\'s no corporate nonsense, and no old-fashioned hierarchy. Instead, we work in dozens of self-sufficient, autonomous teams. Think of them like start-ups within a start-up that learn from each other. You are your own boss! We\'re going to be upfront the way we work doesn\'t suit everyone. But if freedom, autonomy, and life-affirming, head-scratching professional challenges rock your world, we could be a match made in heaven.</span></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">About Techolution:</strong></p><p><span style="color: rgb(0, 0, 0);">Techolution is a high-tech consulting company on a mission to accelerate digital transformation for our clients across the globe. We are a very successful start-up that is small enough to care and large enough to be trusted by some of the top brands in the world such as Apple, JPMC, DBS Bank, NBC, Stryker, JCrew, etc. Techolution specializes in UI Modernization, &nbsp;Cloud Transformation, Internet of Things, Big Data &amp; Artificial Intelligence. We enable our customers with UX Design &amp; Project Management services to achieve digital product excellence through our signature optimization of Agile methodology called “High Velocity Product Development” (HVPD). As a testament to the power of HVPD, we have developed a wealth of world class products, owned by Techolution, in the space of Virtual Reality, Facial Recognition, Smart Water Monitoring and many more cutting edge digital products in the pipeline.</span></p><p><br></p><p><span style="color: rgb(0, 0, 0);">Techolution currently serves clients across United States with our headquarters in the heart of downtown New York City. We recently opened “Techolution City” in India as our offshore development center as a living and breathing lab for our IoT Smart City products. Techolution also serves APAC customers from our Singapore office and the Mauritius office supports our initiatives on the African content</span></p><p><br></p><p><span style="color: rgb(0, 0, 0);">If you believe you are qualified and are looking forward to setting your career on a fast-track, apply by submitting a few paragraphs explaining why you believe you are the right person for this role.</span></p><p><span style="color: rgb(0, 0, 0);">To know more about Techolution, visit our website:</span><a href="http://www.techolution.com/" target="_blank" style="color: rgb(0, 0, 0); background-color: transparent;"> </a><a href="http://www.techolution.com" target="_blank" style="color: rgb(79, 153, 237); background-color: transparent;">www.techolution.com</a></p><p><span style="background-color: transparent; color: rgb(0, 0, 0);">Madhav</span></p><p><span style="background-color: transparent; color: rgb(0, 0, 0);">Lead Talent Acquisition Specialist </span></p><p><span style="background-color: transparent; color: rgb(0, 0, 0);">M: &nbsp;+91 9618391447 (You can Text me in whatsapp for more details)</span></p><p><span style="background-color: transparent; color: rgb(0, 0, 0);">Email :[email protected]</span></p><p><span style="background-color: transparent; color: rgb(0, 0, 0);">Skype : Madhav_techo</span></p><p><span style="background-color: transparent; color: rgb(0, 0, 0);">_____________________________________________________________________________________</span></p><p><span style="background-color: transparent; color: rgb(0, 0, 0);">www.techolution.com</span></p><p><span style="background-color: transparent; color: rgb(0, 0, 0);">New York | Singapore | Mauritius | Hyderabad</span></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>',
     'id': 'd8eedde8-2a5b-46d9-93cd-0d356a65ec3a',
     'job_type': 'Full-time',
     'locations': 'Hyderabad',
     'max_exp': 60,
     'min_exp': 12,
     'organization_name': 'Techolution Pvt Ltd',
     'req_id': 2269,
     'slug': 'talent-acquisition-specialist',
     'title': 'Talent Acquisition Specialist'}],
   'last_updated': '2019-04-22T02:36:35.513893Z'},
  'Information Technology': {'jobs': [{'added_by': 'Madhav Kommineni',
     'added_by_email': '[email protected]',
     'business_unit_name': 'UI/UX Modernization - India',
     'category': 'Information Technology',
     'created_at': '2019-05-05T06:28:13.368625Z',
     'description': '<p><span style="color: rgb(0, 0, 0);">Do you have an interest in working with the visionary team to build a state-of-the-art project? Are you looking for an ambitious project to showcase your Magento development skills? Come, join our engineering team to embark on a digital transformation program in view of delivering world class customer experience to our clients. We are looking for Magento Developer to join our engineering team. </span></p><p><strong style="color: rgb(0, 0, 0);">Title : Sr Magento Developer</strong></p><p><strong style="color: rgb(0, 0, 0);">Location : Hyderabad</strong></p><p><strong style="color: rgb(0, 0, 0);">Duration : Permanent Job</strong></p><p><strong style="color: rgb(0, 0, 0);">No of Openings : 2</strong></p><p><strong style="color: rgb(0, 0, 0);">Working Hours : 2 PM to 11 PM IST</strong></p><p><strong style="color: rgb(0, 0, 0);">Please Note, we are looking for some one who can Join us in less then 30 days</strong></p><p class="ql-align-justify"><strong style="color: rgb(0, 0, 0);">Mandatory skills:</strong></p><p class="ql-align-justify"><br></p><ul><li class="ql-align-justify">Magento Development </li><li class="ql-align-justify"><span style="color: rgb(0, 0, 0);">JavaScript with ES6</span></li><li class="ql-align-justify">Angular JS</li><li class="ql-align-justify"><span style="color: rgb(0, 0, 0);">HTML 5</span></li><li class="ql-align-justify"><span style="color: rgb(0, 0, 0);">CSS 3</span></li><li class="ql-align-justify"><span style="color: rgb(0, 0, 0);">Excellent verbal and written communication skills.</span></li><li class="ql-align-justify"><span style="color: rgb(0, 0, 0);">Go-getter attitude.</span></li><li class="ql-align-justify"><span style="color: rgb(0, 0, 0);">Strong level of integrity, autonomy, and self-motivation.</span></li><li class="ql-align-justify"><span style="color: rgb(0, 0, 0);">An enthusiastic and creative personality.</span></li></ul><p class="ql-align-justify"><strong style="color: rgb(0, 0, 0);">Preferred Skills:</strong></p><ul><li class="ql-align-justify">Java/Node/PHP</li><li class="ql-align-justify">Data Structures </li><li class="ql-align-justify">Algorithms</li><li class="ql-align-justify"><span style="color: rgb(0, 0, 0);">Magento Certification</span></li></ul><p class="ql-align-justify"><span style="color: rgb(0, 0, 0);">If you believe you are qualified and are looking forward to setting your career on a fast-track, apply by submitting a few paragraphs explaining why you believe you are the right person for this role.</span></p><p class="ql-align-justify"><span style="color: rgb(0, 0, 0);">To know more about Techolution, visit our website:</span><a href="http://www.techolution.com/" target="_blank" style="color: rgb(0, 0, 0); background-color: transparent;"> </a><a href="http://www.techolution.com" target="_blank" style="color: rgb(0, 0, 0); background-color: transparent;">www.techolution.com</a></p><p><br></p><p class="ql-align-justify"><strong style="color: rgb(0, 0, 0);">Why Join Techolution?</strong></p><p><br></p><p class="ql-align-justify"><span style="color: rgb(0, 0, 0);">Be part of the next most admired high tech brand in the world and launch the next most exciting billion dollar IPO. We are looking for talent with amazing technical skills with a great foundation for the open role. The type of personalities that do very well at our company are people who are looking to contribute a larger than life cause. People who are looking for a very high growth environment where they are helping the company grow and also personally growing through a very unique and world-class exposure.</span></p><p><br></p><p class="ql-align-justify"><strong style="background-color: transparent; color: rgb(0, 0, 0);">Work Life at Techolution:</strong></p><p><br></p><p class="ql-align-justify"><span style="color: rgb(0, 0, 0);">At Techolution, we do things a bit differently. There\'s no corporate nonsense, and no old-fashioned hierarchy. Instead, we work in dozens of self-sufficient, autonomous teams. Think of them like start-ups within a start-up that learn from each other. You are your own boss! We\'re going to be upfront the way we work doesn\'t suit everyone. But if freedom, autonomy, and life-affirming, head-scratching professional challenges rock your world, we could be a match made in heaven.</span></p><p><br></p><p class="ql-align-justify"><strong style="background-color: transparent; color: rgb(0, 0, 0);">About Techolution:</strong></p><p class="ql-align-justify"><span style="background-color: transparent; color: rgb(0, 0, 0);"> </span></p><p class="ql-align-justify"><span style="color: rgb(0, 0, 0);">Techolution is a high-tech consulting company on a mission to accelerate digital transformation for our clients across the globe. We are a very successful start-up that is small enough to care and large enough to be trusted by some of the top brands in the world such as Apple, JPMC, DBS Bank, NBC, Stryker, JCrew, etc. Techolution specializes in UI Modernization, &nbsp;Cloud Transformation, Internet of Things, Big Data &amp; Artificial Intelligence. We enable our customers with UX Design &amp; Project Management services to achieve digital product excellence through our signature optimization of Agile methodology called “High Velocity Product Development” (HVPD). As a testament to the power of HVPD, we have developed a wealth of world class products, owned by Techolution, in the space of Virtual Reality, Facial Recognition, Smart Water Monitoring and many more cutting edge digital products in the pipeline.</span></p><p><br></p><p class="ql-align-justify"><span style="color: rgb(0, 0, 0);">Techolution currently serves clients across United States with our headquarters in the heart of downtown New York City. We recently opened “Techolution City” in India as our offshore development center as a living and breathing lab for our IoT Smart City products. Techolution also serves APAC customers from our Singapore office and the Mauritius office supports our initiatives on the African content</span></p><p><br></p><p><br></p><p class="ql-align-justify"><span style="background-color: transparent; color: rgb(79, 153, 237);">Madhav</span></p><p class="ql-align-justify"><span style="background-color: transparent; color: rgb(79, 153, 237);">Lead Talent Acquisition Specialist </span></p><p class="ql-align-justify"><span style="background-color: transparent; color: rgb(79, 153, 237);">M: &nbsp;+91 9618391447 </span></p><p class="ql-align-justify"><span style="background-color: transparent; color: rgb(79, 153, 237);">Email :</span><a href="mailto:[email protected]" target="_blank" style="background-color: transparent; color: rgb(17, 85, 204);">[email protected]</a></p><p class="ql-align-justify"><span style="background-color: transparent; color: rgb(79, 153, 237);">_____________________________________________________________________________________</span></p><p class="ql-align-justify"><span style="background-color: transparent; color: rgb(79, 153, 237);">www.techolution.com</span></p><p class="ql-align-justify"><span style="background-color: transparent; color: rgb(79, 153, 237);">New York | Singapore | Mauritius | Hyderabad</span></p><p><br></p><p><br></p>',
     'id': '48d02388-037d-4f75-a8d8-2a724cadce74',
     'job_type': 'Full-time',
     'locations': 'Hyderabad',
     'max_exp': 96,
     'min_exp': 24,
     'organization_name': 'Techolution Pvt Ltd',
     'req_id': 2372,
     'slug': 'magento-developer',
     'title': 'Magento Developer'},
    {'added_by': 'Shubhangi Joshi',
     'added_by_email': '[email protected]',
     'business_unit_name': 'FaceOpen',
     'category': 'Information Technology',
     'created_at': '2019-04-26T12:08:11.343518Z',
     'description': '<p><span style="color: rgb(0, 0, 0);">Do you have an interest in working with the visionary team to build a state-of-the-art app? Are you looking for an ambitious project to showcase your development skills? Come, join our engineering team to embark on a digital transformation program in view of delivering world class customer experience to our clients. We are looking for Python Developer with more than a year of experience to join our engineering team in Hyderabad.</span></p><p><br></p><p><strong style="color: rgb(0, 0, 0); background-color: transparent;">To view our recently opened Techolution Smart Office using VR 360 product developed by Techolution. Use the link below to view:</strong></p><p><a href="https://vrcms.techolution.com/preview/c00adf9c-71b5-4596-8abc-f15c693f18fc?startscene=Reception-area" target="_blank" style="color: rgb(79, 153, 237);"><strong>https://vrcms.techolution.com/preview/c00adf9c-71b5-4596-8abc-f15c693f18fc?startscene=Reception-area</strong></a><strong style="color: rgb(102, 102, 102); background-color: transparent;"> (</strong><strong style="color: rgb(34, 34, 34);">Better viewed with a headset on)</strong></p><p><br></p><p><strong style="color: rgb(34, 34, 34); background-color: transparent;">Who is Eligible:</strong></p><p><br></p><ul><li><span style="background-color: transparent;">Extensive experience in Django /Python/Flask/Backend Stack(i.e, not a novice but an expert)</span></li><li><span style="background-color: transparent;">Smart programmer with strong programming and analytical skills( who have 1-3 years of extensive and production level grade coding experience in python)</span></li><li><span style="background-color: transparent;">Programmers having extensive coding experience in REST API, GRPC, system, and product development at scale.</span></li><li><span style="background-color: transparent;">Knowledge of Databases like MongoDB, Redis, etc.</span></li><li><span style="background-color: transparent;">Familiarity with software&nbsp;collaboration tools - GIT</span></li><li><span style="background-color: transparent;">Experience with project management tools like JIRA, Trello, etc., (Negotiable) </span></li><li><span style="background-color: transparent;">Familiarity with microservices</span></li></ul><p><br></p><p><strong style="color: rgb(34, 34, 34); background-color: transparent;">Day-To-Day responsibilities of the above job include:</strong></p><p><br></p><ul><li><span style="background-color: transparent;">Rapidly extending the publicly available code and previously developed modules to work on custom problems </span></li><li><span style="background-color: transparent;">Designing REST APIS for front-end and back-end and also GRPC for communication</span></li><li><span style="background-color: transparent;">Rapid experimentation, analysis, and deployment of application servers and application logic driven by Machine learning Product.</span></li><li><span style="background-color: transparent;">Managing Software, code, and modules in production.</span></li><li><span style="background-color: transparent;">Coordinating and integrating various modules with the front-end team and Machine Learning teams.</span></li><li><span style="background-color: transparent;">Cloud deployment and management </span></li><li><span style="background-color: transparent;">DevOps for the deployment of products and services </span></li><li><span style="background-color: transparent;">Anything and everything to make the product successful</span></li></ul><p><br></p><p><strong style="color: rgb(34, 34, 34); background-color: transparent;">Educational Qualification:</strong></p><p><br></p><ul><li><span style="background-color: transparent;">B.E/B.Tech/M.Tech in CS or relevant domain </span></li></ul>',
     'id': 'ce5cafe2-7faf-4150-a208-40256b086a65',
     'job_type': 'Full-time',
     'locations': 'Hyderabad',
     'max_exp': 36,
     'min_exp': 12,
     'organization_name': 'Techolution LLC',
     'req_id': 2312,
     'slug': 'python-developer',
     'title': 'Python Developer'},
    {'added_by': 'Madhav Kommineni',
     'added_by_email': '[email protected]',
     'business_unit_name': 'FaceOpen',
     'category': 'Information Technology',
     'created_at': '2019-04-25T15:12:52.852583Z',
     'description': '<p><strong style="color: rgb(0, 141, 154); background-color: transparent;">Introduction:</strong></p><p><br></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;">Be part of the next most admired high tech brand in the world and launch next most exciting multi-million dollar IPO.</span></p><p><br></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;">We are looking for talent with amazing technical skills with a great foundation for the open role. The type of personality that do very well at our company are people who are looking to contribute a large than life cause. People who are looking for very high growth environment where they are helping the company grow and also personally growing through a very unique and world class exposure.</span></p><p><strong style="color: rgb(0, 141, 154); background-color: transparent;">About the Role:</strong></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;">Techolution is building an AI/Machine learning product which revolutionizes the access control system with world-class computer vision software.</span></p><p><br></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;">We are looking for talented and experienced Machine Learning Scientists, Computer Vision scientists who can apply innovative Machine Learning/Deep Learning/AI techniques to develop “FRAUD/SPOOF DETECTION IN COMPUTER VISION BASED AUTHENTICATION”. During the internship you will get to work in a team dedicated to advancing Machine Learning technology at Techolution and converting it to business-impacting solutions.</span></p><p><br></p><p><strong style="color: rgb(0, 141, 154); background-color: transparent;">Internship Duration:</strong><span style="color: rgb(0, 0, 0); background-color: transparent;"> 3 - 6 months</span></p><p><br></p><p><strong style="color: rgb(0, 141, 154); background-color: transparent;">Basic Qualifications:</strong></p><p><br></p><p><br></p><ul><li><span style="background-color: transparent;">Solid theoretical background in image processing, computer vision, and machine learning</span></li><li><span style="background-color: transparent;">Experience in computer vision for object recognition and tracking, image registration, image calibration, and correction</span></li><li><span style="background-color: transparent;">In-depth understanding of image processing algorithms, pattern recognition methods, and rule-based classifiers</span></li><li><span style="background-color: transparent;">Work experience in deep-learning algorithms/approaches (neural networks), platforms like Caffe/Tensorflow/Keras will be considered a big plus point</span></li><li><span style="background-color: transparent;">A Masters and/or PhD in CS, Machine Learning, Operational research, Statistics or in a highly quantitative field.</span></li><li><span style="background-color: transparent;">Experience in deep learning modelling and analysis, AI/ML software development.</span></li><li><span style="background-color: transparent;">Strong problem-solving ability</span></li><li><span style="background-color: transparent;">Good skills with C++ and Python </span></li><li><span style="background-color: transparent;">Strong communication and data presentation skills</span></li></ul><p><br></p><p><strong style="color: rgb(0, 0, 0);">Why Join Techolution?</strong></p><p><span style="color: rgb(0, 0, 0);">Be part of the next most admired high tech brand in the world and launch the next most exciting billion dollar IPO. We are looking for talent with amazing technical skills with a great foundation for the open role. The type of personalities that do very well at our company are people who are looking to contribute a larger than life cause. People who are looking for a very high growth environment where they are helping the company grow and also personally growing through a very unique and world-class exposure.</span></p><p><br></p><p><strong style="color: rgb(0, 0, 0); background-color: transparent;">Work Life at Techolution:</strong></p><p><span style="color: rgb(0, 0, 0);">At Techolution, we do things a bit differently. There\'s no corporate nonsense, and no old-fashioned hierarchy. Instead, we work in dozens of self-sufficient, autonomous teams. Think of them like start-ups within a start-up that learn from each other. You are your own boss! We\'re going to be upfront the way we work doesn\'t suit everyone. But if freedom, autonomy, and life-affirming, head-scratching professional challenges rock your world, we could be a match made in heaven.</span></p><p><br></p><p><strong style="color: rgb(0, 0, 0); background-color: transparent;">About Techolution:</strong></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;"> </span><span style="color: rgb(0, 0, 0);">Techolution is a high-tech consulting company on a mission to accelerate digital transformation for our clients across the globe. We are a very successful start-up that is small enough to care and large enough to be trusted by some of the top brands in the world such as Apple, JPMC, DBS Bank, NBC, Stryker, JCrew, etc. Techolution specializes in UI Modernization,&nbsp;Cloud Transformation, Internet of Things, Big Data &amp; Artificial Intelligence. We enable our customers with UX Design &amp; Project Management services to achieve digital product excellence through our signature optimization of Agile methodology called “High Velocity Product Development” (HVPD). As a testament to the power of HVPD, we have developed a wealth of world class products, owned by Techolution, in the space of Virtual Reality, Facial Recognition, Smart Water Monitoring and many more cutting edge digital products in the pipeline.</span></p><p><br></p><p><span style="color: rgb(0, 0, 0);">Techolution currently serves clients across United States with our headquarters in the heart of downtown New York City. We recently opened “Techolution City” in India as our offshore development center as a living and breathing lab for our IoT Smart City products. Techolution also serves APAC customers from our Singapore office and the Mauritius office supports our initiatives on the African content</span></p><p><br></p><p><span style="color: rgb(0, 0, 0);">If you believe you are qualified and are looking forward to setting your career on a fast-track, apply by submitting a few paragraphs explaining why you believe you are the right person for this role.</span></p><p><span style="color: rgb(0, 0, 0);">To know more about Techolution, visit our website:</span><a href="http://www.techolution.com/" target="_blank" style="color: rgb(0, 0, 0); background-color: transparent;"> </a><a href="http://www.techolution.com" target="_blank" style="color: rgb(79, 153, 237); background-color: transparent;">www.techolution.com</a></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;">&nbsp;</span></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;">Madhav</span></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;">Lead Talent Acquisition Specialist </span></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;">M:&nbsp;+91 9618391447 (You can Text me in whatsapp for more details)</span></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;">Email :[email protected]</span></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;">Skype : Madhav_techo</span></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;">_____________________________________________________________________________________</span></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;">www.techolution.com</span></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;">New York | Singapore | Mauritius | Hyderabad</span></p><p><br></p>',
     'id': 'b6f11286-5e22-4398-b066-6557e2c7ceee',
     'job_type': 'Internship',
     'locations': 'Hyderabad',
     'max_exp': 12,
     'min_exp': 0,
     'organization_name': 'Techolution LLC',
     'req_id': 2304,
     'slug': 'computer-vision-engineer-machine-learning-engineer',
     'title': 'Computer Vision Engineer / Machine Learning Engineer'},
    {'added_by': 'Rajesh Sanathana',
     'added_by_email': '[email protected]',
     'business_unit_name': 'Cloud Automation - India',
     'category': 'Information Technology',
     'created_at': '2019-04-04T17:06:27.175288Z',
     'description': "<p><br></p><p><strong>Job Title: Cloud Native Developer</strong></p><p><strong>Location: Hyderabad, IN</strong></p><p><strong>Duration: Full-Time</strong></p><p><br></p><p><strong>Job Description:</strong></p><p>Do you have an interest in working with the visionary team to build a state-of-the-art project? Are you looking for an ambitious project to showcase your Cloud native&nbsp;development skills? Come, join our engineering team to embark on a digital transformation program in view of delivering world class customer experience to our clients.&nbsp;</p><p>We are looking for Cloud Native Developers with 1-5 years of experience to join our engineering team. As a Cloud Native Developer at Techolution, you will have strong&nbsp;programming background and proficiency working in enterprise grade applications based on Java &amp; MicroServices.</p><p><br></p><p><strong>Mandatory skills:</strong></p><p><br></p><ul><li>Data Structures</li><li>Algorithms</li><li>Java and/or Python</li><li>Spring Boot and/or Flask</li><li>TDD</li><li>Excellent verbal and written communication skills.</li><li>Go-getter attitude.</li><li>Strong level of integrity, autonomy, and self-motivation.</li><li>An enthusiastic and creative personality.</li></ul><p><br></p><p><strong>Preferred Skills:</strong></p><p><br></p><p><br></p><ul><li>Microservice Architecture experience or knowledge</li><li>Spring Cloud</li><li>Any Cloud Platform like PCF/Azure/AWS</li><li>CI/CD Tools</li></ul><p><br></p><p><strong>Why Join Techolution?</strong></p><p>Be part of the next most admired high tech brand in the world and launch the next most exciting billion dollar IPO. We are looking for talent with amazing technical skills with a great foundation for the open role. The type of personalities that do very well at our company are people who are looking to contribute a larger than life cause. People who are looking for a very high growth environment where they are helping the company grow and also personally growing through a very unique and world-class exposure.</p><p><br></p><p><strong>Work Life at Techolution:</strong></p><p>At Techolution, we do things a bit differently. There's no corporate nonsense, and no old-fashioned hierarchy. Instead, we work in dozens of self-sufficient, autonomous teams. Think of them like start-ups within a start-up that learn from each other. You are your own boss! We're going to be upfront the way we work doesn't suit everyone. But if freedom, autonomy, and life-affirming, head-scratching professional challenges rock your world, we could be a match made in heaven.</p><p><br></p><p><strong>About Techolution:</strong></p><p>Techolution is a high-tech consulting company on a mission to accelerate digital transformation for our clients across the globe. We are a very successful start-up that is small enough to care and large enough to be trusted by some of the top brands in the world such as Apple, JPMC, DBS Bank, NBC, Stryker, JCrew, etc. Techolution specializes in UI Modernization, Cloud Transformation, Internet of Things, Big Data &amp; Artificial Intelligence. We enable our customers with UX Design &amp; Project Management services to achieve digital product excellence through our signature optimization of Agile methodology called “High Velocity Product Development” (HVPD). As a testament to the power of HVPD, we have developed a wealth of world class products, owned by Techolution, in the space of Virtual Reality, Facial Recognition, Smart Water Monitoring and many more cutting edge digital products in the pipeline.</p><p>Techolution currently serves clients across United States with our headquarters in the heart of downtown New York City. We recently opened “Techolution City” in India as our offshore development center as a living and breathing lab for our IoT Smart City products. Techolution also serves APAC customers from our Singapore office and the Mauritius office supports our initiatives on the African content</p><p>If you believe you are qualified and are looking forward to setting your career on a fast-track, apply by submitting a few paragraphs explaining why you believe you are the right person for this role. To know more about Techolution, visit our website: www.techolution.com</p>",
     'id': 'ba2a106d-37e5-44e5-870c-c4822aa821d9',
     'job_type': 'Full-time',
     'locations': 'Hyderabad',
     'max_exp': 60,
     'min_exp': 24,
     'organization_name': 'Techolution Pvt Ltd',
     'req_id': 2184,
     'slug': 'cloud-native-developer-403',
     'title': 'Cloud Native Developer'},
    {'added_by': 'Madhav Kommineni',
     'added_by_email': '[email protected]',
     'business_unit_name': 'Cloud Automation - India',
     'category': 'Information Technology',
     'created_at': '2019-04-02T05:09:34.987361Z',
     'description': '<p><br></p><p><strong style="color: rgb(0, 0, 0); background-color: transparent;">Job Title: DataScientist&nbsp;|| Location: Hyderabad || Duration:3 Months Internship</strong></p><p><span style="color: rgb(0, 0, 0);">We are looking for a recent college graduate for a unique Internship opportunity to join this associate level role where the candidate will have the exposure as a </span><span style="color: rgb(0, 0, 0); background-color: transparent;">Data Scientist to</span><span style="color: rgb(0, 0, 0);"> put the career on the fast track. In this role, you will help our data analytics team collect, organize and manage large volumes of structured and unstructured data for our rapidly expanding next billion dollar product.</span></p><p><br></p><p><br></p><p><strong style="color: rgb(0, 0, 0);">Roles &amp; Responsibilities:</strong></p><p><br></p><ul><li><span style="color: rgb(0, 0, 0);">Collect, organize and manage large volumes of structured and unstructured data.</span></li><li><span style="color: rgb(0, 0, 0);">Extract, clean and design pipeline for insight development from data</span></li><li><span style="color: rgb(0, 0, 0);">Experience with building stable web scrapping system is desirable</span></li><li><span style="color: rgb(0, 0, 0);">Experience with text mining and web analytics will be an added advantage</span></li><li><span style="color: rgb(0, 0, 0);">Visually presenting unstructured and structured data to convey hiring related trends</span></li><li><span style="color: rgb(0, 0, 0);">Suggesting required changes to hiring strategies based on analyzed data</span></li><li><span style="color: rgb(0, 0, 0);">Good command on machine learning algorithms like K-Nearest Neighbors, SVM, Decision Forest, Gradient Boosting and Deep Neural Network</span></li></ul><p><br></p><p><strong style="color: rgb(0, 0, 0);">Mandatory skills:</strong></p><p><br></p><ul><li><span style="color: rgb(0, 0, 0);">SQL</span></li><li><span style="color: rgb(0, 0, 0);">Data Structures &amp; Algorithm concepts</span></li><li><span style="color: rgb(0, 0, 0);">Web scrapping</span></li><li><span style="color: rgb(0, 0, 0);">Data Pre-processing, Data Analytics, Data Mining</span></li><li><span style="color: rgb(0, 0, 0);">R and/or Python programming</span></li><li><span style="color: rgb(0, 0, 0);">Hands-on experience using Machine Learning Algorithms (KNN, SVM, Decision Forest)</span></li><li><span style="color: rgb(0, 0, 0);">Work experience with unstructured and structured data</span></li><li><span style="color: rgb(0, 0, 0);">Expertise with Data Visualization tools, such as Tableau, ggplot, matplotlib, plotly</span></li></ul><p><br></p><p><strong style="color: rgb(0, 0, 0);">Preferred Skills:</strong></p><p><br></p><ul><li><span style="color: rgb(0, 0, 0);">Text analysis</span></li><li><span style="color: rgb(0, 0, 0);">Web analytics</span></li><li><span style="color: rgb(0, 0, 0);">Deep Learning</span></li></ul><p><br></p><p><strong style="color: rgb(0, 0, 0);">Why Join Techolution?</strong></p><p><span style="color: rgb(0, 0, 0);">Be part of the next most admired high tech brand in the world and launch the next most exciting billion dollar IPO. We are looking for talent with amazing technical skills with a great foundation for the open role. The type of personalities that do very well at our company are people who are looking to contribute a larger than life cause. People who are looking for a very high growth environment where they are helping the company grow and also personally growing through a very unique and world-class exposure.</span></p><p><br></p><p><strong style="color: rgb(0, 0, 0); background-color: transparent;">Work Life at Techolution:</strong></p><p><br></p><p><span style="color: rgb(0, 0, 0);">At Techolution, we do things a bit differently. There\'s no corporate nonsense, and no old-fashioned hierarchy. Instead, we work in dozens of self-sufficient, autonomous teams. Think of them like start-ups within a start-up that learn from each other. You are your own boss! We\'re going to be upfront the way we work doesn\'t suit everyone. But if freedom, autonomy, and life-affirming, head-scratching professional challenges rock your world, we could be a match made in heaven.</span></p><p><br></p><p><br></p><p><strong style="color: rgb(0, 0, 0); background-color: transparent;">About Techolution:</strong></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;"> </span></p><p><span style="color: rgb(0, 0, 0);">Techolution is a high-tech consulting company on a mission to accelerate digital transformation for our clients across the globe. We are a very successful start-up that is small enough to care and large enough to be trusted by some of the top brands in the world such as Apple, JPMC, DBS Bank, NBC, Stryker, JCrew, etc. Techolution specializes in UI Modernization,&nbsp;Cloud Transformation, Internet of Things, Big Data &amp; Artificial Intelligence. We enable our customers with UX Design &amp; Project Management services to achieve digital product excellence through our signature optimization of Agile methodology called “High-Velocity Product Development” (HVPD). As a testament to the power of HVPD, we have developed a wealth of world-class products, owned by Techolution, in the space of Virtual Reality, Facial Recognition, Smart Water Monitoring and many more cutting edge digital products in the pipeline.</span></p><p><br></p><p><span style="color: rgb(0, 0, 0);">Techolution currently serves clients across the United States with our headquarters in the heart of Downtown, New York City. We recently opened “Techolution City” in India as our offshore development center as a living and breathing lab for our IoT Smart City products. Techolution also serves APAC customers from our Singapore office and the Mauritius office supports our initiatives on the African content</span></p><p><br></p><p><span style="color: rgb(0, 0, 0);">If you believe you are qualified and are looking forward to setting your career on a fast-track, apply by submitting a few paragraphs explaining why you believe you are the right person for this role.</span></p><p><span style="color: rgb(0, 0, 0);">To know more about Techolution, visit our website:</span><a href="http://www.techolution.com/" target="_blank" style="color: rgb(0, 0, 0); background-color: transparent;"> </a><a href="http://www.techolution.com" target="_blank" style="color: rgb(79, 153, 237); background-color: transparent;">www.techolution.com</a></p><p><br></p><p><span style="color: rgb(0, 0, 0);">To view our recently opened Techolution Smart Office using VR 360 product developed by Techolution. Use the link below to view:</span></p><p><a href="https://vrcms.techolution.com/preview/c00adf9c-71b5-4596-8abc-f15c693f18fc?startscene=Reception-area" target="_blank" style="color: rgb(79, 153, 237); background-color: transparent;">https://vrcms.techolution.com/preview/c00adf9c-71b5-4596-8abc-f15c693f18fc?startscene=Reception-area</a><span style="color: rgb(102, 102, 102); background-color: transparent;"> (</span><span style="color: rgb(0, 0, 0);">Better viewed with a headset on)</span></p>',
     'id': 'af8070b1-3cdd-4036-b744-fb4f76f310be',
     'job_type': 'Internship',
     'locations': 'Hyderabad',
     'max_exp': 48,
     'min_exp': 0,
     'organization_name': 'Techolution Pvt Ltd',
     'req_id': 2173,
     'slug': 'data-scientist-097',
     'title': 'Data Scientist Intern'},
    {'added_by': 'Nikhil Shekhar',
     'added_by_email': '[email protected]',
     'business_unit_name': None,
     'category': 'Information Technology',
     'created_at': '2019-04-01T12:14:28.649396Z',
     'description': '<p><span style="color: rgb(0, 0, 0); background-color: transparent;">We at </span><a href="https://www.techolution.com/" target="_blank" style="color: rgb(17, 85, 204);">Techolution</a><span style="color: rgb(0, 0, 0); background-color: transparent;">, share knowledge, experiences, and resources to help each other achieve our career goals and grow both professionally and personally. We seek out people from diverse backgrounds who exhibit passion, technical competence, and experience in services delivery with complex projects or environments. We are </span><span style="color: rgb(0, 0, 0);">committed to providing equal employment opportunities for all applicants and employees, as well as a safe and inclusive work environment. </span></p><p><br></p><p><strong>Mission of the company:</strong></p><p>Be part of the next most admired high tech brand in the world and launch next most exciting multi-million dollar IPO. </p><p>We are looking for talent with amazing technical skills with great foundation for the open role.</p><p>The type of personalities that do very well at our company are people who are looking to contribute a large than life cause. People who are looking for very high growth environment where they are helping the company grow and also personally growing through a very unique and world class exposure.</p><p><br></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;">This is going to be a Full-Time role with an extraordinary employment approach to developing an interest and sort out hackathons. You will likewise get the chance to "play" with the center advances Techolution specializes in </span><strong style="color: rgb(0, 0, 0); background-color: transparent;">Cloud Transformation</strong><span style="color: rgb(0, 0, 0); background-color: transparent;">, </span><strong style="color: rgb(0, 0, 0); background-color: transparent;">UI Modernization</strong><span style="color: rgb(0, 0, 0); background-color: transparent;">, </span><strong style="color: rgb(0, 0, 0); background-color: transparent;">Virtual Reality</strong><span style="color: rgb(0, 0, 0); background-color: transparent;"> (VR) </span><strong style="color: rgb(0, 0, 0); background-color: transparent;">UI, Facial Recognition </strong><span style="color: rgb(0, 0, 0); background-color: transparent;">and </span><strong style="color: rgb(0, 0, 0); background-color: transparent;">Internet of Things </strong><span style="color: rgb(0, 0, 0); background-color: transparent;">(IoT).</span></p><p><br></p><p><strong>What we are looking for:</strong></p><ul><li>Knowledge in C/C++ firmware development.</li><li>Developing on ARM Cortex-based solutions.</li><li>Experience in developing RF-based automation devices (WiFi, BLE, 802.11, 6LowPAN, etc.,)</li><li>Experience in PCB designing and assembly.</li><li>Knowledge in developing low power firmware, including miserly management of MCU power states, peripherals, interrupts, etc.</li><li>Knowledge with peripheral interfaces including but not limited to SPI, I2C, USB, UART, DMA, etc.</li><li>Expert in bringing up and debugging boards.</li></ul><p><br></p><p>The candidate needs to be tech savvy and need to go beyond expectations, explore, learn &amp; experiment. Should be well versed with the latest technologies and developments in the IoT field.&nbsp;</p><p><br></p><p><strong>Experience: 2-4 Years&nbsp;</strong></p><p><br></p><p><strong>Educational Requirements:</strong></p><ul><li>B.E/B.Tech in STEM courses.</li><li>Any embedded courses will be added advantage.</li></ul>',
     'id': 'b1f6f406-ebf6-4db9-b3c8-bcf4193bce18',
     'job_type': 'Full-time',
     'locations': 'Hyderabad',
     'max_exp': 48,
     'min_exp': 24,
     'organization_name': None,
     'req_id': 2172,
     'slug': 'embedded-engineer',
     'title': 'Embedded Engineer'},
    {'added_by': 'Madhav Kommineni',
     'added_by_email': '[email protected]',
     'business_unit_name': None,
     'category': 'Information Technology',
     'created_at': '2019-03-27T05:56:59.027327Z',
     'description': '<p class="ql-align-justify">We are Looking for a college graduate for a unique Internship opportunity to join this associate level role</p><p class="ql-align-justify">where you will have the exposure as a System Engineer to put your career on the fast track. In this role</p><p class="ql-align-justify">you will help in building out, maintain, and troubleshoot our rapidly expanding AI product.You will be part</p><p class="ql-align-justify">of a talented team of engineers that demonstrate superb technical competency, delivering mission-critical</p><p class="ql-align-justify">infrastructure and ensuring the highest levels of availability, performance and security.</p><p class="ql-align-justify"><br></p><p class="ql-align-justify"><strong style="color: rgb(0, 0, 0); background-color: transparent;">Job Title: System Engineer </strong></p><p class="ql-align-justify"><strong style="color: rgb(0, 0, 0); background-color: transparent;">Location: </strong><strong style="color: rgb(32, 33, 36);">Mauritius</strong><strong style="color: rgb(0, 0, 0); background-color: transparent;"> </strong></p><p class="ql-align-justify"><strong style="background-color: transparent; color: rgb(0, 0, 0);">Duration: 3 Months Internship</strong></p><p class="ql-align-justify"><br></p><p class="ql-align-justify"><strong>Responsibilities:</strong></p><p class="ql-align-justify"><br></p><p class="ql-align-justify">● Manage and monitor all installed products and infrastructure</p><p class="ql-align-justify">● Install, configure, test and maintain application software and system management tools</p><p class="ql-align-justify">● Proactively ensure the highest levels of systems and infrastructure availability</p><p class="ql-align-justify">● Monitor and test application performance for potential bottlenecks, identify possible solutions</p><p class="ql-align-justify">and work with developers to implement those fixes</p><p class="ql-align-justify">● Maintain security, backup, and redundancy strategies</p><p class="ql-align-justify">● Write and maintain custom scripts to increase system efficiency and lower the human</p><p class="ql-align-justify">intervention time on any tasks</p><p class="ql-align-justify">● Provide 2nd and 3rd level support</p><p class="ql-align-justify">● Liaise with vendors and other IT personnel for problem resolution</p><p class="ql-align-justify">● Strong Communication Skills</p><p class="ql-align-justify">Educational Requirements:</p><p class="ql-align-justify">● Currently enrolled in B.E/B.Tech/MS in Computer Science or Electronics and</p><p class="ql-align-justify">Telecommunication.</p><p class="ql-align-justify">● Experienced with Linux OS Environment</p><p class="ql-align-justify">● Exposure to any one programming language (C, C++, Python, Node.js)</p><p class="ql-align-justify"><br></p><p class="ql-align-justify"><strong>Work Life at Techolution:</strong></p><p class="ql-align-justify"><br></p><p class="ql-align-justify">At Techolution, we do things a bit differently. There&amp;#39;s no corporate nonsense, and no old-fashioned</p><p class="ql-align-justify">hierarchy. Instead, we work in dozens of self-sufficient, autonomous teams. Think of them like start-ups</p><p class="ql-align-justify">within a start-up that learn from each other. You are your own boss! We&amp;#39;re going to be upfront the way we work doesn\'t suit everyone. But if freedom, autonomy, and life-affirming, head-scratching professional challenges rock your world, we could be a match made in heaven.</p><p class="ql-align-justify"><br></p><p class="ql-align-justify"><strong>Mission of the company:</strong></p><p class="ql-align-justify"><br></p><p class="ql-align-justify">Be part of the next most admired high tech brand in the world and launch next most exciting multi million</p><p class="ql-align-justify">dollar IPO.We are looking for talent with amazing technical skills with a great foundation for the open</p><p class="ql-align-justify">role.The type of personalities that do very well at our company are people who are looking to contribute a</p><p class="ql-align-justify">large than life cause.People who are looking for very high growth environment where they are helping the</p><p class="ql-align-justify">company grow and also personally growing through a very unique and world class exposure.</p><p class="ql-align-justify"><br></p><p class="ql-align-justify"><strong>About Techolution:</strong></p><p class="ql-align-justify"><br></p><p class="ql-align-justify">Techolution is committed to providing equal employment opportunities for all applicants and employees,</p><p class="ql-align-justify">as well as a safe and inclusive work environment. This is going to be a Full-Time role with an</p><p class="ql-align-justify">extraordinary employment approach to developing an interest and sort out hackathons. You will likewise</p><p class="ql-align-justify">get the chance to &amp;quot;play&amp;quot; with the center advances Techolution specializes in Cloud Transformation, UI Modernization, Virtual Reality (VR) UI, Facial Recognition, Internet of Things (IoT), BlockChain &amp;amp; AI (Ml &amp;Deep Learning).</p><p class="ql-align-justify"><br></p><p class="ql-align-justify">If you believe you are qualified and are looking forward to setting your career on a fast-track, apply by</p><p class="ql-align-justify">submitting a few paragraphs explaining why you believe you are the right person for this role.</p><p class="ql-align-justify">To know more about Techolution, visit our website: www.techolution.com</p><p class="ql-align-justify">To view our recently opened Techolution Smart Office using VR 360 product developed by Techolution.</p><p class="ql-align-justify">Use the link below to view:</p><p class="ql-align-justify">https://vrcms.techolution.com/preview/c00adf9c-71b5-4596-8abc-</p><p class="ql-align-justify">f15c693f18fc?startscene=Reception-area (Better viewed with headset on)</p>',
     'id': '7f2c30ca-1c46-470e-b061-7a35730028fc',
     'job_type': 'Internship',
     'locations': 'Mauritius',
     'max_exp': 12,
     'min_exp': 0,
     'organization_name': None,
     'req_id': 2163,
     'slug': 'system-engineer',
     'title': 'System Engineer'},
    {'added_by': 'Niharika Polepalli',
     'added_by_email': '[email protected]',
     'business_unit_name': 'Cloud Automation - India',
     'category': 'Information Technology',
     'created_at': '2019-03-26T09:19:10.359013Z',
     'description': '<p><span style="color: rgb(0, 0, 0); background-color: transparent;">Job Title:&nbsp;</span><strong style="color: rgb(0, 0, 0); background-color: transparent;">Associate QA Engineer</strong><strong style="color: rgb(32, 33, 36);">&nbsp;</strong><strong style="color: rgb(0, 0, 0); background-color: transparent;">&nbsp;||&nbsp;</strong><span style="color: rgb(0, 0, 0); background-color: transparent;">Location:&nbsp;</span><strong style="color: rgb(0, 0, 0); background-color: transparent;">HYD, IND ||&nbsp;</strong><span style="color: rgb(0, 0, 0); background-color: transparent;">Duration:</span><strong style="color: rgb(0, 0, 0); background-color: transparent;">&nbsp;Full-Time</strong></p><p><strong>Responsibilities</strong></p><p><br></p><p><br></p><p><br></p><ul><li>Review requirements, specifications and technical design documents to provide timely and meaningful feedback</li><li>Create detailed, comprehensive and well-structured test plans and test cases</li><li>Estimate, prioritize, plan and coordinate testing activities</li><li>Design, develop and execute automation scripts using open source tools</li><li>Identify, record, document thoroughly and track bugs</li><li>Perform thorough regression testing when bugs are resolved</li><li>Develop and apply testing processes for new and existing products to meet client needs</li><li>Liaise with internal teams (e.g. developers and product managers) to identify system requirements</li><li>Monitor debugging process results</li><li>Investigate the causes of non-conforming software and train users to implement solutions</li><li>Track quality assurance metrics, like defect densities and open defect counts</li><li>Stay up-to-date with new testing tools and test strategies</li></ul><h2>Requirements</h2><ul><li>Proven work&nbsp;experience in software development</li><li>Proven work&nbsp;experience in software quality assurance</li><li>Strong knowledge of software QA methodologies, tools and processes</li><li>Experience in writing clear, concise and comprehensive test plans and test cases</li><li>Hands-on experience with Automation and selenium</li><li>Hands-on experience with Performance/Load test tools (JMeter, Blaze meter, Apache benchmark, etc).</li><li>Experience working in an Agile/Scrum development process</li><li>should have good communication skills.</li><li>BS/MS degree in Computer Science, Engineering or a related subject</li></ul><p><strong style="color: rgb(0, 0, 0); background-color: transparent;">Work Life at Techolution:</strong></p><p><span style="color: rgb(0, 0, 0);">At Techolution, we do things a bit differently. There\'s no corporate nonsense, and no old-fashioned hierarchy. Instead, we work in dozens of self-sufficient, autonomous teams. Think of them like start-ups within a start-up that learn from each other. You are your own boss! We\'re going to be upfront the way we work doesn\'t suit everyone. But if freedom, autonomy, and life-affirming, head-scratching professional challenges rock your world, we could be a match made in heaven.</span></p><p><strong style="color: rgb(0, 0, 0);">Mission of the company:</strong></p><p><span style="color: rgb(0, 0, 0);">Be part of the next most admired high tech brand in the world and launch next most exciting multimillion dollar IPO.We are looking for talent with amazing technical skills with great foundation for the open role.The type of personalities that do very well at our company are people who are looking to contribute a large than life cause.People who are looking for very high growth environment where they are helping the company grow and also personally growing through a very unique and world class exposure.</span></p><p><strong style="color: rgb(0, 0, 0); background-color: transparent;">About Techolution:</strong></p><p><span style="color: rgb(0, 0, 0);">Techolution is committed to providing equal employment opportunities for all applicants and employees, as well as a safe and inclusive work environment. This is going to be a Full-Time role with an extraordinary employment approach to developing an interest and sort out hackathons. You will likewise get the chance to "play" with the center advances Techolution specializes in Cloud Transformation, UI Modernization, Virtual Reality (VR) UI, Facial Recognition, Internet of Things (IoT), Block Chain &amp;AI(Ml &amp; Deep Learning).</span></p><p><span style="color: rgb(0, 0, 0);">If you believe you are qualified and are looking forward to setting your career on a fast-track, apply by submitting a few paragraphs explaining why you believe you are the right person for this role.</span></p><p><span style="color: rgb(0, 0, 0);">To know more about Techolution, visit our website:</span><a href="http://www.techolution.com/" target="_blank" style="color: rgb(0, 0, 0);">&nbsp;</a><a href="http://www.techolution.com/" target="_blank" style="color: rgb(79, 153, 237);">www.techolution.com</a></p><p><br></p><p><span style="color: rgb(0, 0, 0);">To view our recently opened Techolution Smart Office using VR 360 product developed by Techolution. Use below link to view:</span></p><p><a href="https://vrcms.techolution.com/preview/c00adf9c-71b5-4596-8abc-f15c693f18fc?startscene=Reception-area" target="_blank" style="color: rgb(79, 153, 237);">https://vrcms.techolution.com/preview/c00adf9c-71b5-4596-8abc-f15c693f18fc?startscene=Reception-area</a><span style="color: rgb(102, 102, 102); background-color: transparent;">&nbsp;(</span><span style="color: rgb(0, 0, 0);">Better viewed with headset on)</span></p>',
     'id': '076d0e6b-1013-4dbb-9661-b03a5d286c65',
     'job_type': 'Full-time',
     'locations': 'Hyderabad',
     'max_exp': 36,
     'min_exp': 12,
     'organization_name': 'Techolution Pvt Ltd',
     'req_id': 2161,
     'slug': 'associate-qa-engineer',
     'title': 'Associate QA Engineer'},
    {'added_by': 'Pavan Kumar',
     'added_by_email': '[email protected]',
     'business_unit_name': 'Cloud Automation - India',
     'category': 'Information Technology',
     'created_at': '2019-03-19T09:17:08.466979Z',
     'description': '<p><br></p><p class="ql-align-center"><span style="background-color: transparent; color: rgb(0, 0, 0);"><img src="https://lh6.googleusercontent.com/JBwOxTZNvU0W2GZUZIbuAPLm-hnAJu8VgoC6qw-wiaxF_Bx3fk1VoiMk1VqIMjsL2-9igmm54sr6x0rqMwyeSYZVZL3luCYle2kDboEUTdMIKpgmiSiO9VARxvN4ruZz8guh-YiU" height="57" width="386"></span></p><p class="ql-align-center"><br></p><p><strong style="color: rgb(0, 0, 0); background-color: transparent;"> Job Title: </strong><strong style="background-color: transparent;">Fullstack</strong><strong style="background-color: transparent; color: rgb(0, 0, 0);"> Developer&nbsp;|| Location: Mauritius || Duration:Full-Time</strong></p><p><br></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;">Do you have an interest in working with the visionary team to build a state-of-the-art product? Are you looking for an ambitious project to showcase your app development skills? Come join our engineering team to build a next billion dollar IPO. We are looking for </span><strong style="color: rgb(0, 0, 0); background-color: transparent;">Full Stack Developers</strong><span style="color: rgb(0, 0, 0); background-color: transparent;"> with </span><strong style="color: rgb(0, 0, 0); background-color: transparent;">3+</strong><span style="color: rgb(0, 0, 0); background-color: transparent;"> of experience to join our engineering team in Hyderabad.</span></p><p><strong style="background-color: transparent;">Roles &amp; Responsibilities: </strong></p><p><br></p><ul><li><span style="background-color: transparent;">You belong to a cross-functional team of concept developers, designers and software engineers who develop products and software at the highest level.</span></li><li><span style="background-color: transparent;">We work in an agile team, and therefore you accompany the entire development process from an idea to a product that hundreds of thousands of users hold in their hands every day.</span></li><li><span style="background-color: transparent;">You work with modern technologies such as Kotlin,Spring Boot, Cloud, TDD &amp; CI/CD Tools.</span></li><li><span style="color: rgb(0, 0, 0); background-color: transparent;">You have sound knowledge in front end JS framework like Angular.</span></li><li><span style="background-color: transparent;">Design and implement scalable and resilient microservices and apps, working closely with other teams on common components.</span></li><li><span style="background-color: transparent;">You continuously improve the code, the development process and contribute with your knowledge to the growth of the team.</span></li></ul><p><strong>Mandatory Skill Sets:</strong></p><p><br></p><ul><li>Data Structures &amp; Algorithms.</li><li><span style="background-color: transparent;">Spring Boot</span></li><li><span style="background-color: transparent;">MySQL Database</span></li><li>Angular Js</li><li><span style="background-color: transparent;">Pivotal Cloud Foundry</span></li><li><span style="background-color: transparent;">Jenkins.</span></li></ul><p><br></p><p><strong style="color: rgb(0, 0, 0);">Why Join Techolution?</strong></p><p><span style="color: rgb(0, 0, 0);">Be part of the next most admired high tech brand in the world and launch the next most exciting billion dollar IPO. We are looking for talent with amazing technical skills with a great foundation for the open role. The type of personalities that do very well at our company are people who are looking to contribute a larger than life cause. People who are looking for a very high growth environment where they are helping the company grow and also personally growing through a very unique and world-class exposure.</span></p><p><br></p><p><strong style="color: rgb(0, 0, 0); background-color: transparent;">Work Life at Techolution:</strong></p><p><br></p><p><span style="color: rgb(0, 0, 0);">At Techolution, we do things a bit differently. There\'s no corporate nonsense, and no old-fashioned hierarchy. Instead, we work in dozens of self-sufficient, autonomous teams. Think of them like start-ups within a start-up that learn from each other. You are your own boss! We\'re going to be upfront the way we work doesn\'t suit everyone. But if freedom, autonomy, and life-affirming, head-scratching professional challenges rock your world, we could be a match made in heaven.</span></p><p><br></p><p><br></p><p><strong style="color: rgb(0, 0, 0); background-color: transparent;">About Techolution:</strong></p><p><br></p><p><span style="color: rgb(0, 0, 0);">Techolution is a high-tech consulting company on a mission to accelerate digital transformation for our clients across the globe. We are a very successful start-up that is small enough to care and large enough to be trusted by some of the top brands in the world such as Apple, JPMC, DBS Bank, NBC, Stryker, JCrew, etc. Techolution specializes in UI Modernization,&nbsp;Cloud Transformation, Internet of Things, Big Data &amp; Artificial Intelligence. We enable our customers with UX Design &amp; Project Management services to achieve digital product excellence through our signature optimization of Agile methodology called “High-Velocity Product Development” (HVPD). As a testament to the power of HVPD, we have developed a wealth of world-class products, owned by Techolution, in the space of Virtual Reality, Facial Recognition, Smart Water Monitoring and many more cutting edge digital products in the pipeline.</span></p><p><br></p><p><span style="color: rgb(0, 0, 0);">Techolution currently serves clients across the United States with our headquarters in the heart of Downtown, New York City. We recently opened “Techolution City” in India as our offshore development center as a living and breathing lab for our IoT Smart City products. Techolution also serves APAC customers from our Singapore office and the Mauritius office supports our initiatives on the African content</span></p><p><br></p><p><span style="color: rgb(0, 0, 0);">If you believe you are qualified and are looking forward to setting your career on a fast-track, apply by submitting a few paragraphs explaining why you believe you are the right person for this role.</span></p><p><span style="color: rgb(0, 0, 0);">To know more about Techolution, visit our website:</span><a href="http://www.techolution.com/" target="_blank" style="color: rgb(0, 0, 0);">&nbsp;</a><a href="http://www.techolution.com/" target="_blank" style="color: rgb(79, 153, 237);">www.techolution.com</a></p><p><br></p><p><span style="color: rgb(0, 0, 0);">To view our recently opened Techolution Smart Office using VR 360 product developed by Techolution. Use the link below to view:</span></p><p><a href="https://vrcms.techolution.com/preview/c00adf9c-71b5-4596-8abc-f15c693f18fc?startscene=Reception-area" target="_blank" style="color: rgb(79, 153, 237);">https://vrcms.techolution.com/preview/c00adf9c-71b5-4596-8abc-f15c693f18fc?startscene=Reception-area</a><span style="color: rgb(102, 102, 102); background-color: transparent;">&nbsp;(</span><span style="color: rgb(0, 0, 0);">Better viewed with a headset on)</span></p>',
     'id': '1560b9aa-e474-4c06-a4e9-dcf411d92b9b',
     'job_type': 'Full-time',
     'locations': 'Hyderabad',
     'max_exp': 108,
     'min_exp': 48,
     'organization_name': 'Techolution Pvt Ltd',
     'req_id': 2127,
     'slug': 'sr-microservices-developer',
     'title': 'Full Stack Developer'},
    {'added_by': 'Rekha Allam',
     'added_by_email': '[email protected]',
     'business_unit_name': 'Cloud Automation - Mauritius',
     'category': 'Information Technology',
     'created_at': '2019-03-12T12:38:28.755978Z',
     'description': '<p><strong style="background-color: transparent; color: rgb(0, 0, 0);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);"> Job Title: Android Developer&nbsp;|| Location: Mauritius || Duration:Full-Time</strong></p><p><span style="color: rgb(0, 0, 0);">Do you have an interest in working with the visionary team to build a state-of-the-art mobile app? Are you looking for an ambitious project to showcase your Mobile app development skills? Come, join our engineering team to embark on a digital transformation program in view of delivering world class customer experience to our clients. We are looking for Android Developers with 3+ years of experience to join our engineering team in </span><span style="color: rgb(0, 0, 0); background-color: transparent;">Mauritius</span><span style="color: rgb(0, 0, 0);">.</span></p><p><br></p><p><strong>Roles &amp; Responsibilities:</strong></p><ul><li><span style="background-color: transparent;">Strong knowledge of Android SDK, different versions of Android, and how to deal with different screen sizes.</span></li><li><span style="background-color: transparent;">Strong Expertise in Java.</span></li><li><span style="background-color: transparent;">Proficient in Kotlin will be an added advantage.</span></li><li><span style="background-color: transparent;">Familiarity with RESTful APIs to connect Android applications to back-end services.</span></li><li><span style="background-color: transparent;">Strong knowledge of Android UI design principles, patterns, and best practices.</span></li><li><span style="background-color: transparent;">Experience with offline storage, threading, and performance tuning.</span></li><li><span style="background-color: transparent;">Ability to develop and use complicated data structures and algorithms. This includes understanding the fundamentals, as well as navigating and improving existing code.</span></li><li><span style="background-color: transparent;">Knowledge of the open-source Android ecosystem and the libraries available for common tasks.</span></li><li><span style="background-color: transparent;">Experience in working with versioning tools like Maven or Gradle.</span></li><li><span style="background-color: transparent;">Ability to understand business requirements and translate them into technical requirements.</span></li></ul><p><br></p><p><strong>Mandatory Skill Sets:</strong></p><ul><li>Data Structures</li><li>Algorithms</li><li>Java or Kotlin</li><li>Android SDK</li><li>Android Studio</li><li>Gradle/Maven</li><li>SQL Series</li><li>Excellent Communication &amp; Verbal Skills.</li></ul><p><br></p><p><strong style="color: rgb(0, 0, 0);">Preferred Skills:</strong></p><ul><li><span style="color: rgb(0, 0, 0);">Expertise in building banking mobile applications.</span></li></ul><p><br></p><p><strong style="color: rgb(0, 0, 0);">Why Join Techolution?</strong></p><p><span style="color: rgb(0, 0, 0);">Be part of the next most admired high tech brand in the world and launch the next most exciting billion dollar IPO. We are looking for talent with amazing technical skills with a great foundation for the open role. The type of personalities that do very well at our company are people who are looking to contribute a larger than life cause. People who are looking for a very high growth environment where they are helping the company grow and also personally growing through a very unique and world-class exposure.</span></p><p><br></p><p><strong style="color: rgb(0, 0, 0); background-color: transparent;">Work Life at Techolution:</strong></p><p><br></p><p><span style="color: rgb(0, 0, 0);">At Techolution, we do things a bit differently. There\'s no corporate nonsense, and no old-fashioned hierarchy. Instead, we work in dozens of self-sufficient, autonomous teams. Think of them like start-ups within a start-up that learn from each other. You are your own boss! We\'re going to be upfront the way we work doesn\'t suit everyone. But if freedom, autonomy, and life-affirming, head-scratching professional challenges rock your world, we could be a match made in heaven.</span></p><p><br></p><p><br></p><p><strong style="color: rgb(0, 0, 0); background-color: transparent;">About Techolution:</strong></p><p><br></p><p><span style="color: rgb(0, 0, 0);">Techolution is a high-tech consulting company on a mission to accelerate digital transformation for our clients across the globe. We are a very successful start-up that is small enough to care and large enough to be trusted by some of the top brands in the world such as Apple, JPMC, DBS Bank, NBC, Stryker, JCrew, etc. Techolution specializes in UI Modernization,&nbsp;Cloud Transformation, Internet of Things, Big Data &amp; Artificial Intelligence. We enable our customers with UX Design &amp; Project Management services to achieve digital product excellence through our signature optimization of Agile methodology called “High-Velocity Product Development” (HVPD). As a testament to the power of HVPD, we have developed a wealth of world-class products, owned by Techolution, in the space of Virtual Reality, Facial Recognition, Smart Water Monitoring and many more cutting edge digital products in the pipeline.</span></p><p><br></p><p><span style="color: rgb(0, 0, 0);">Techolution currently serves clients across the United States with our headquarters in the heart of Downtown, New York City. We recently opened “Techolution City” in India as our offshore development center as a living and breathing lab for our IoT Smart City products. Techolution also serves APAC customers from our Singapore office and the Mauritius office supports our initiatives on the African content</span></p><p><br></p><p><span style="color: rgb(0, 0, 0);">If you believe you are qualified and are looking forward to setting your career on a fast-track, apply by submitting a few paragraphs explaining why you believe you are the right person for this role.</span></p><p><span style="color: rgb(0, 0, 0);">To know more about Techolution, visit our website:</span><a href="http://www.techolution.com/" target="_blank" style="color: rgb(0, 0, 0);">&nbsp;</a><a href="http://www.techolution.com/" target="_blank" style="color: rgb(79, 153, 237);">www.techolution.com</a></p><p><br></p><p><span style="color: rgb(0, 0, 0);">To view our recently opened Techolution Smart Office using VR 360 product developed by Techolution. Use the link below to view:</span></p><p><a href="https://vrcms.techolution.com/preview/c00adf9c-71b5-4596-8abc-f15c693f18fc?startscene=Reception-area" target="_blank" style="color: rgb(79, 153, 237);">https://vrcms.techolution.com/preview/c00adf9c-71b5-4596-8abc-f15c693f18fc?startscene=Reception-area</a><span style="color: rgb(102, 102, 102); background-color: transparent;">&nbsp;(</span><span style="color: rgb(0, 0, 0);">Better viewed with a headset on)</span></p>',
     'id': 'c2874cb8-5761-4456-afec-16de0d81376c',
     'job_type': 'Full-time',
     'locations': 'mauritius',
     'max_exp': 96,
     'min_exp': 36,
     'organization_name': 'Techolution Mauritius',
     'req_id': 2078,
     'slug': 'android-mobile-developer',
     'title': 'Android Mobile Developer'},
    {'added_by': 'Shubhangi Joshi',
     'added_by_email': '[email protected]',
     'business_unit_name': 'Cloud Automation - India',
     'category': 'Information Technology',
     'created_at': '2019-03-12T12:29:11.491506Z',
     'description': '<p><strong style="color: rgb(0, 0, 0); background-color: transparent;">Job Title: IOS Developer&nbsp;|| Location: Hyderabad || Duration:Full-Time</strong></p><p><br></p><p><span style="color: rgb(0, 0, 0);">Do you have an interest in working with the visionary team to build a state-of-the-art project? Are you looking for an ambitious project to showcase your Mobile app development skills? Come, join our engineering team to embark on a digital transformation program in view of delivering world-class customer experience to our clients. we are looking for iOS Developers with 3+ years of experience to join our engineering team in </span><span style="color: rgb(0, 0, 0); background-color: transparent;">Mauritius</span><span style="color: rgb(0, 0, 0);">. As an iOS Developer at Techolution, you’ll work on some of the most promising, futuristic apps.</span></p><p><br></p><p><strong style="color: rgb(0, 0, 0);">Mandatory skills:</strong></p><p><br></p><p><br></p><p><br></p><ul><li>Data Structures</li><li>Algorithms</li><li>Experience in cocoapods, Interface Builder, autolayout.</li><li>Experience in writing iOS applications using XCode and Swift.</li><li>Experience with iOS frameworks such as Core Data.</li><li><span style="color: rgb(0, 0, 0);">Strong level of integrity, autonomy, and self-motivation</span></li><li><span style="color: rgb(0, 0, 0);">Excellent verbal and written communication skills.</span></li></ul><p><strong style="color: rgb(0, 0, 0);">Preferred Skills:</strong></p><p><br></p><p><br></p><p><br></p><ul><li><span style="color: rgb(0, 0, 0);">Expertise in building banking mobile applications.</span></li></ul><p><br></p><p><strong style="color: rgb(0, 0, 0);">Why Join Techolution?</strong></p><p><br></p><p><span style="color: rgb(0, 0, 0);">Be part of the next most admired high tech brand in the world and launch the next most exciting billion dollar IPO. We are looking for talent with amazing technical skills with a great foundation for the open role. The type of personalities that do very well at our company are people who are looking to contribute a larger than life cause. People who are looking for a very high growth environment where they are helping the company grow and also personally growing through a very unique and world-class exposure.</span></p><p><br></p><p><strong style="color: rgb(0, 0, 0); background-color: transparent;">Work Life at Techolution:</strong></p><p><br></p><p><span style="color: rgb(0, 0, 0);">At Techolution, we do things a bit differently. There\'s no corporate nonsense, and no old-fashioned hierarchy. Instead, we work in dozens of self-sufficient, autonomous teams. Think of them like start-ups within a start-up that learn from each other. You are your own boss! We\'re going to be upfront the way we work doesn\'t suit everyone. But if freedom, autonomy, and life-affirming, head-scratching professional challenges rock your world, we could be a match made in heaven.</span></p><p><br></p><p><strong style="color: rgb(0, 0, 0); background-color: transparent;">About Techolution:</strong></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;"> </span></p><p><span style="color: rgb(0, 0, 0);">Techolution is a high-tech consulting company on a mission to accelerate digital transformation for our clients across the globe. We are a very successful start-up that is small enough to care and large enough to be trusted by some of the top brands in the world such as Apple, JPMC, DBS Bank, NBC, Stryker, JCrew, etc. Techolution specializes in UI Modernization,&nbsp;Cloud Transformation, Internet of Things, Big Data &amp; Artificial Intelligence. We enable our customers with UX Design &amp; Project Management services to achieve digital product excellence through our signature optimization of Agile methodology called “High Velocity Product Development” (HVPD). As a testament to the power of HVPD, we have developed a wealth of world class products, owned by Techolution, in the space of Virtual Reality, Facial Recognition, Smart Water Monitoring and many more cutting edge digital products in the pipeline.</span></p><p><br></p><p><span style="color: rgb(0, 0, 0);">Techolution currently serves clients across United States with our headquarters in the heart of downtown New York City. We recently opened “Techolution City” in India as our offshore development center as a living and breathing lab for our IoT Smart City products. Techolution also serves APAC customers from our Singapore office and the Mauritius office supports our initiatives on the African content</span></p><p><br></p><p><span style="color: rgb(0, 0, 0);">If you believe you are qualified and are looking forward to setting your career on a fast-track, apply by submitting a few paragraphs explaining why you believe you are the right person for this role.</span></p><p><span style="color: rgb(0, 0, 0);">To know more about Techolution, visit our website:</span><a href="http://www.techolution.com/" target="_blank" style="color: rgb(0, 0, 0); background-color: transparent;"> </a><a href="http://www.techolution.com" target="_blank" style="color: rgb(0, 0, 0); background-color: transparent;">www.techolution.com</a></p>',
     'id': 'ee16cfd7-2877-4fd0-8603-b5c2a93eb646',
     'job_type': 'Full-time',
     'locations': 'Hyderabad',
     'max_exp': 120,
     'min_exp': 36,
     'organization_name': 'Techolution Pvt Ltd',
     'req_id': 2076,
     'slug': 'ios-developer',
     'title': 'iOS Developer'},
    {'added_by': 'Madhav Kommineni',
     'added_by_email': '[email protected]',
     'business_unit_name': None,
     'category': 'Information Technology',
     'created_at': '2019-03-12T11:43:22.763441Z',
     'description': '<p><strong style="background-color: transparent; color: rgb(0, 0, 0);">Job Title: Associate Cloud Engineer&nbsp;|| Location: HYD, IND || Duration:Full-Time</strong></p><p><br></p><p><span style="color: rgb(0, 0, 0);">We are looking for </span><span style="color: rgb(0, 0, 0); background-color: transparent;">Associate Cloud Engineer</span><strong style="color: rgb(0, 0, 0); background-color: transparent;"> </strong><span style="color: rgb(0, 0, 0); background-color: transparent;">to join our Cloud Ninja team,</span><strong style="color: rgb(0, 0, 0); background-color: transparent;"> </strong>who is Passionate about DevOps automation and good in various cloud Platforms. In this role you will get to work with some of the best minds using latest and greatest Cloud Tech Stack.</p><p><strong style="color: rgb(0, 0, 0);">Mandatory skills:</strong></p><ul><li><span style="color: rgb(0, 0, 0);">Minimum 0-2 years of relevant experience (Hands-On).</span></li><li><span style="color: rgb(0, 0, 0);">Strong Hands on Experience on Linux Platform.</span></li><li><span style="color: rgb(0, 0, 0);">Experience in DevOps automation along with CI, Delivery and CD pipeline in high traffic large-scale distributed systems of On-Premise &amp; Cloud.</span></li><li><span style="color: rgb(0, 0, 0);">Experience in container management tools like Docker &amp; Kubernetes.</span></li><li><span style="color: rgb(0, 0, 0);">Excellent verbal and written communication skills.</span></li><li><span style="color: rgb(0, 0, 0);">Go-getter attitude.</span></li><li><span style="color: rgb(0, 0, 0);">Strong level of integrity, autonomy, and self-motivation.</span></li><li><span style="color: rgb(0, 0, 0);">An enthusiastic and creative personality.</span></li></ul><p><strong style="color: rgb(0, 0, 0);">Preferred Skills:</strong></p><ul><li><span style="color: rgb(0, 0, 0);">GCP or AWS  certified.</span></li></ul><p><strong style="color: rgb(0, 0, 0);">Why Join Techolution?</strong></p><p><span style="color: rgb(0, 0, 0);">Be part of the next most admired high tech brand in the world and launch the next most exciting billion dollar IPO. We are looking for talent with amazing technical skills with a great foundation for the open role. The type of personalities that do very well at our company are people who are looking to contribute a larger than life cause. People who are looking for a very high growth environment where they are helping the company grow and also personally growing through a very unique and world-class exposure.</span></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">Work Life at Techolution:</strong></p><p><span style="color: rgb(0, 0, 0);">At Techolution, we do things a bit differently. There\'s no corporate nonsense, and no old-fashioned hierarchy. Instead, we work in dozens of self-sufficient, autonomous teams. Think of them like start-ups within a start-up that learn from each other. You are your own boss! We\'re going to be upfront the way we work doesn\'t suit everyone. But if freedom, autonomy, and life-affirming, head-scratching professional challenges rock your world, we could be a match made in heaven.</span></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">About Techolution:</strong></p><p><span style="background-color: transparent; color: rgb(0, 0, 0);"> </span><span style="color: rgb(0, 0, 0);">Techolution is a high-tech consulting company on a mission to accelerate digital transformation for our clients across the globe. We are a very successful start-up that is small enough to care and large enough to be trusted by some of the top brands in the world such as Apple, JPMC, DBS Bank, NBC, Stryker, JCrew, etc. Techolution specializes in UI Modernization,&nbsp;Cloud Transformation, Internet of Things, Big Data &amp; Artificial Intelligence. We enable our customers with UX Design &amp; Project Management services to achieve digital product excellence through our signature optimization of Agile methodology called “High Velocity Product Development” (HVPD). As a testament to the power of HVPD, we have developed a wealth of world class products, owned by Techolution, in the space of Virtual Reality, Facial Recognition, Smart Water Monitoring and many more cutting edge digital products in the pipeline.</span></p><p><span style="color: rgb(0, 0, 0);">Techolution currently serves clients across United States with our headquarters in the heart of downtown New York City. We recently opened “Techolution City” in India as our offshore development center as a living and breathing lab for our IoT Smart City products. Techolution also serves APAC customers from our Singapore office and the Mauritius office supports our initiatives on the African content</span></p><p><span style="color: rgb(0, 0, 0);">If you believe you are qualified and are looking forward to setting your career on a fast-track, apply by submitting a few paragraphs explaining why you believe you are the right person for this role.</span></p><p><span style="color: rgb(0, 0, 0);">To know more about Techolution, visit our website:</span><a href="http://www.techolution.com/" target="_blank" style="color: rgb(0, 0, 0); background-color: transparent;"> </a><a href="http://www.techolution.com" target="_blank" style="color: rgb(79, 153, 237); background-color: transparent;">www.techolution.com</a></p>',
     'id': '39dc9863-d3f6-4542-81c3-8cf850c399e1',
     'job_type': 'Full-time',
     'locations': 'Hyderabad',
     'max_exp': 36,
     'min_exp': 0,
     'organization_name': None,
     'req_id': 2075,
     'slug': 'junior-devops-engineer',
     'title': 'Associate Cloud Engineer'},
    {'added_by': 'Rekha Allam',
     'added_by_email': '[email protected]',
     'business_unit_name': 'UI/UX Modernization - Mauritius',
     'category': 'Information Technology',
     'created_at': '2019-03-06T12:01:41.805716Z',
     'description': '<p><strong style="color: rgb(0, 0, 0); background-color: transparent;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></p><p><strong style="color: rgb(0, 0, 0); background-color: transparent;"> Job Title: Full Stack Developer&nbsp;|| Location: HYD, INDIA &amp; Mauritius|| Duration:Full-Time</strong></p><p><span style="color: rgb(0, 0, 0);">Do you have an interest in working with the visionary team to build a state-of-the-art project? Are you looking for an ambitious project to showcase your app development skills? Come, join our engineering team to embark on a digital transformation program in view of delivering world class customer experience to our clients. We are looking for Full Stack Developers with 3+ years of experience to join our engineering team. As a Full Stack Developer at Techolution, you will have strong programming background and proficiency working in enterprise grade applications based on Java, HTML, CSS, and Angular. You have experience in cloud technologies and CI/CD tools.</span></p><p><br></p><p><strong style="color: rgb(0, 0, 0);">Mandatory skills:</strong></p><p><br></p><ul><li>Data Structures</li><li>Algorithms</li><li>Java/Kotlin</li><li>Spring Boot</li><li>Angular 4+</li><li><span style="color: rgb(0, 0, 0);">TDD</span></li><li><span style="color: rgb(0, 0, 0);">HTML 5</span></li><li><span style="color: rgb(0, 0, 0);">CSS 3</span></li><li><span style="color: rgb(0, 0, 0);">Excellent verbal and written communication skills.</span></li><li><span style="color: rgb(0, 0, 0);">Go-getter attitude.</span></li><li><span style="color: rgb(0, 0, 0);">Strong level of integrity, autonomy, and self-motivation.</span></li><li><span style="color: rgb(0, 0, 0);">An enthusiastic and creative personality.</span></li></ul><p><strong style="color: rgb(0, 0, 0);">Preferred Skills:</strong></p><p><br></p><ul><li>Spring Cloud</li><li>Any Cloud Platform like PCF/Azure/AWS.</li><li>CI/CD Tools</li></ul><p><strong style="color: rgb(0, 0, 0);">Why Join Techolution?</strong></p><p><br></p><p><span style="color: rgb(0, 0, 0);">Be part of the next most admired high tech brand in the world and launch the next most exciting billion dollar IPO. We are looking for talent with amazing technical skills with a great foundation for the open role. The type of personalities that do very well at our company are people who are looking to contribute a larger than life cause. People who are looking for a very high growth environment where they are helping the company grow and also personally growing through a very unique and world-class exposure.</span></p><p><br></p><p><strong style="color: rgb(0, 0, 0); background-color: transparent;">Work Life at Techolution:</strong></p><p><br></p><p><span style="color: rgb(0, 0, 0);">At Techolution, we do things a bit differently. There\'s no corporate nonsense, and no old-fashioned hierarchy. Instead, we work in dozens of self-sufficient, autonomous teams. Think of them like start-ups within a start-up that learn from each other. You are your own boss! We\'re going to be upfront the way we work doesn\'t suit everyone. But if freedom, autonomy, and life-affirming, head-scratching professional challenges rock your world, we could be a match made in heaven.</span></p><p><br></p><p><strong style="color: rgb(0, 0, 0); background-color: transparent;">About Techolution:</strong></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;"> </span></p><p><span style="color: rgb(0, 0, 0);">Techolution is a high-tech consulting company on a mission to accelerate digital transformation for our clients across the globe. We are a very successful start-up that is small enough to care and large enough to be trusted by some of the top brands in the world such as Apple, JPMC, DBS Bank, NBC, Stryker, JCrew, etc. Techolution specializes in UI Modernization,&nbsp;Cloud Transformation, Internet of Things, Big Data &amp; Artificial Intelligence. We enable our customers with UX Design &amp; Project Management services to achieve digital product excellence through our signature optimization of Agile methodology called “High Velocity Product Development” (HVPD). As a testament to the power of HVPD, we have developed a wealth of world class products, owned by Techolution, in the space of Virtual Reality, Facial Recognition, Smart Water Monitoring and many more cutting edge digital products in the pipeline.</span></p><p><br></p><p><span style="color: rgb(0, 0, 0);">Techolution currently serves clients across United States with our headquarters in the heart of downtown New York City. We recently opened “Techolution City” in India as our offshore development center as a living and breathing lab for our IoT Smart City products. Techolution also serves APAC customers from our Singapore office and the Mauritius office supports our initiatives on the African content</span></p><p><br></p><p><span style="color: rgb(0, 0, 0);">If you believe you are qualified and are looking forward to setting your career on a fast-track, apply by submitting a few paragraphs explaining why you believe you are the right person for this role.</span></p><p><span style="color: rgb(0, 0, 0);">To know more about Techolution, visit our website:</span><a href="http://www.techolution.com/" target="_blank" style="color: rgb(0, 0, 0); background-color: transparent;"> </a><a href="http://www.techolution.com" target="_blank" style="color: rgb(0, 0, 0); background-color: transparent;">www.techolution.com</a></p><p><br></p><p><br></p><p><br></p><ul><li><br></li></ul>',
     'id': '00addfa0-6af1-4b08-a14a-81084edd7b9a',
     'job_type': 'Full-time',
     'locations': 'Mauritius',
     'max_exp': 96,
     'min_exp': 36,
     'organization_name': 'Techolution Mauritius',
     'req_id': 2019,
     'slug': 'sr-full-stack-engineer',
     'title': 'Sr Full Stack Developer'},
    {'added_by': 'Nikhil Shekhar',
     'added_by_email': '[email protected]',
     'business_unit_name': None,
     'category': 'Information Technology',
     'created_at': '2019-03-04T13:03:13.956197Z',
     'description': '<p><strong style="background-color: transparent; color: rgb(0, 0, 0);">Job Title: Blockchain Developer &nbsp;|| Location: HYD,INDIA || Duration:Full-Time</strong></p><p><br></p><p><span style="color: rgb(0, 0, 0);">At Techolution, we seek a blockchain developer with a driving passion to ensure that our customers have the most pleasant experience using digital platforms. This role will include the utilization of peer-to-peer back-end technologies, blockchain infrastructure, and a heap of data encryption. You will be a part of the elite team that deals with the rocket science of blockchain implementation.</span></p><p><span style="color: rgb(0, 0, 0);">We don’t expect you to already be fluent in our current tech stack, technology choices change with time, circumstance, and business needs. But we do expect you to have experience in technologies that include Hyperledger Fabric and Smart Contract Development. If you believe in the promises of blockchain, then you are looking at the right job for your career.</span></p><p><br></p><p><strong style="color: rgb(0, 0, 0);">Mandatory skills:</strong></p><ul><li>Solid experience on Hyperledger Fabric &amp; Java</li><li>Have a solid history working with MySQL.</li><li>Expertise in Development projects targeting a variety of form factors (e.g. IoT, Open Source &amp; Cross Platform)</li><li>Comfortable working on Cloud Technologies (e.g. Azure).</li><li><span style="color: rgb(0, 0, 0);">Strong level of integrity, autonomy, and self-motivation</span></li><li><span style="color: rgb(0, 0, 0);">Excellent verbal and written communication skills.</span></li><li><span style="color: rgb(0, 0, 0);">Excellent Problem Solving Skills.</span></li></ul><p><strong style="color: rgb(0, 0, 0);">Preferred Skills:</strong></p><ul><li>Exposure towards Kubernetes, Docke &amp; Node.js.</li></ul><p><br></p><p><strong style="color: rgb(0, 0, 0);">Why Join Techolution?</strong></p><p><br></p><p><span style="color: rgb(0, 0, 0);">Be part of the next most admired high tech brand in the world and launch the next most exciting billion dollar IPO. We are looking for talent with amazing technical skills with a great foundation for the open role. The type of personalities that do very well at our company are people who are looking to contribute a larger than life cause. People who are looking for a very high growth environment where they are helping the company grow and also personally growing through a very unique and world-class exposure.</span></p><p><br></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">Work Life at Techolution:</strong></p><p><br></p><p><span style="color: rgb(0, 0, 0);">At Techolution, we do things a bit differently. There\'s no corporate nonsense, and no old-fashioned hierarchy. Instead, we work in dozens of self-sufficient, autonomous teams. Think of them like start-ups within a start-up that learn from each other. You are your own boss! We\'re going to be upfront the way we work doesn\'t suit everyone. But if freedom, autonomy, and life-affirming, head-scratching professional challenges rock your world, we could be a match made in heaven.</span></p><p><br></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">About Techolution:</strong></p><p><span style="background-color: transparent; color: rgb(0, 0, 0);"> </span></p><p><span style="color: rgb(0, 0, 0);">Techolution is a high-tech consulting company on a mission to accelerate digital transformation for our clients across the globe. We are a very successful start-up that is small enough to care and large enough to be trusted by some of the top brands in the world such as Apple, JPMC, DBS Bank, NBC, Stryker, JCrew, etc. Techolution specializes in UI Modernization, &nbsp;Cloud Transformation, Internet of Things, Big Data &amp; Artificial Intelligence. We enable our customers with UX Design &amp; Project Management services to achieve digital product excellence through our signature optimization of Agile methodology called “High Velocity Product Development” (HVPD). As a testament to the power of HVPD, we have developed a wealth of world class products, owned by Techolution, in the space of Virtual Reality, Facial Recognition, Smart Water Monitoring and many more cutting edge digital products in the pipeline.</span></p><p><br></p><p><span style="color: rgb(0, 0, 0);">Techolution currently serves clients across United States with our headquarters in the heart of downtown New York City. We recently opened “Techolution City” in India as our offshore development center as a living and breathing lab for our IoT Smart City products. Techolution also serves APAC customers from our Singapore office and the Mauritius office supports our initiatives on the African content</span></p><p><br></p><p><span style="color: rgb(0, 0, 0);">If you believe you are qualified and are looking forward to setting your career on a fast-track, apply by submitting a few paragraphs explaining why you believe you are the right person for this role.</span></p><p><span style="color: rgb(0, 0, 0);">To know more about Techolution, visit our website:</span><a href="http://www.techolution.com/" target="_blank" style="background-color: transparent; color: rgb(0, 0, 0);"> </a><a href="http://www.techolution.com" target="_blank" style="background-color: transparent; color: rgb(0, 0, 0);">www.techolution.com</a></p><p><br></p><p><br></p><p><br></p>',
     'id': '5645d552-64ec-403d-a615-80acab8de8b4',
     'job_type': 'Full-time',
     'locations': 'Hyderabad',
     'max_exp': 48,
     'min_exp': 12,
     'organization_name': None,
     'req_id': 2003,
     'slug': 'blockchain-developer-804',
     'title': 'Blockchain Developer'},
    {'added_by': 'Rajesh Sanathana',
     'added_by_email': '[email protected]',
     'business_unit_name': 'Cloud Automation - US',
     'category': 'Information Technology',
     'created_at': '2019-02-21T14:16:19.485570Z',
     'description': '<p>We are looking for talent like yourself to join our Java team on mission to work on projects for some of the greatest brands in the world. </p><p><br></p><p>You will be working with a world-class team of engineers, designers, product managers, and analysts to solve great challenges that make a difference on one of the most trafficked and loved websites/apps on the internet.</p><p><br></p><p>This is a full-time role with an amazing career path to grow and the opportunity to participate and organize hackathons. You will also get to "play"  with the core technologies Techolution specializes in: Cloud transformation, UI Modernization, Virtual Reality (VR) UI and Internet of Things. </p><p><br></p><p><strong>SKILLS:</strong></p><p>• Need to have good experience or knowledge in Java Development is must</p><p>• Need to have knowledge in Data structures and Algorithms</p><p>• Good experience/ knowledge in Spring Frameworks like Spring Boot.</p><p>• Good communication skills and need to be a good team player&nbsp;</p>',
     'id': 'eb3a9883-1470-4c81-b6a4-ef82a2214fdd',
     'job_type': 'Full-time',
     'locations': 'Delaware',
     'max_exp': 24,
     'min_exp': 12,
     'organization_name': 'Techolution LLC',
     'req_id': 1952,
     'slug': 'junior-cloud-native-developer',
     'title': 'Junior Cloud Native Developer'},
    {'added_by': 'Nikhil Shekhar',
     'added_by_email': '[email protected]',
     'business_unit_name': 'Cloud Automation - India',
     'category': 'Information Technology',
     'created_at': '2019-02-20T16:57:07.846061Z',
     'description': '<p><span style="background-color: transparent; color: rgb(0, 0, 0);">We at </span><a href="https://www.techolution.com/" target="_blank" style="background-color: transparent; color: rgb(17, 85, 204);">Techolution</a><span style="background-color: transparent; color: rgb(0, 0, 0);">, share knowledge, experiences, and resources to help each other achieve our career goals and grow both professionally and personally. We seek out people from diverse backgrounds who exhibit passion, technical competence, and experience in services delivery with complex projects or environments. We are </span><span style="color: rgb(0, 0, 0);">committed to providing equal employment opportunities for all applicants and employees, as well as a safe and inclusive work environment. </span></p><p><br></p><p><span style="background-color: transparent; color: rgb(0, 0, 0);">This is going to be a Full-Time role with an extraordinary employment approach to developing an interest and sort out hackathons. You will likewise get the chance to "play" with the center advances Techolution specializes in </span><strong style="background-color: transparent; color: rgb(0, 0, 0);">Cloud Transformation</strong><span style="background-color: transparent; color: rgb(0, 0, 0);">, </span><strong style="background-color: transparent; color: rgb(0, 0, 0);">UI Modernization</strong><span style="background-color: transparent; color: rgb(0, 0, 0);">, </span><strong style="background-color: transparent; color: rgb(0, 0, 0);">Virtual Reality</strong><span style="background-color: transparent; color: rgb(0, 0, 0);"> (VR) </span><strong style="background-color: transparent; color: rgb(0, 0, 0);">UI, Facial Recognition </strong><span style="background-color: transparent; color: rgb(0, 0, 0);">and </span><strong style="background-color: transparent; color: rgb(0, 0, 0);">Internet of Things </strong><span style="background-color: transparent; color: rgb(0, 0, 0);">(IoT).</span></p><p><br></p><p><span style="background-color: transparent; color: rgb(0, 0, 0);">We are looking for a DevOps Architect with a driving passion to ensure that our customers have the most pleasant experience using our platform. You will have a meaningful impact, joining a fast pace growing startup led by a hard-working, dedicated, and passionate team.</span></p><p><strong>&nbsp;</strong></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">Top Non-Negotiable Skills</strong></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><ul><li><strong>AWS </strong>(Ec2, Containers, Load Balancing, RDS, Lambda, VPCs &amp; Security)</li><li><strong>Linux</strong></li><li><strong>Bash Scripting</strong></li><li>Monitoring tools such as <strong>New Relic</strong> or other comparable like <strong>Dynatrace </strong>or <strong>Wily</strong></li><li><strong>Log tools such as Splunk </strong>or <strong>Sumologic</strong></li></ul><p><br></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">What we\'re looking for</strong></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><ul><li><span style="background-color: transparent;">Experience in Execute comprehensive Cloud solutions that support business needs and objectives in complex environments with a focus on DevOps and Cloud infrastructure automation.</span></li><li><span style="background-color: transparent;">Excellent Experience in setting up &amp; Architecting Highly available Secured Cloud infrastructure from the Scratch is highly required.</span></li><li><span style="background-color: transparent;">Experience in Implementing technical roadmaps, project plans, requirements, and designs in AWS.</span></li><li><span style="background-color: transparent;">Excellent Experience in a high traffic large-scale distributed systems of Cloud.</span></li><li><span style="background-color: transparent;">Experience in Linux, Bash Scripting</span></li><li><span style="background-color: transparent;">Experience in log tools (Splunk or Sumologic)</span></li></ul><p><br></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">Add-Ons</strong></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><ul><li>Minimum of 6 years of relevant experience (Hands-On).</li><li>Excellent verbal and written communication skills.</li><li>Go-getter attitude.</li><li>Strong level of integrity, autonomy, and self-motivation.</li><li>An enthusiastic and creative personality.</li></ul><p><br></p><p><span style="background-color: transparent; color: rgb(0, 0, 0);">To know more about Techolution, visit our website: </span><a href="http://www.techolution.com" target="_blank" style="background-color: transparent; color: rgb(17, 85, 204);">www.techolution.com</a></p>',
     'id': '78736460-c6be-4a44-ad00-73408a370d9c',
     'job_type': 'Full-time',
     'locations': 'Hyderabad',
     'max_exp': 132,
     'min_exp': 60,
     'organization_name': 'Techolution Pvt Ltd',
     'req_id': 1946,
     'slug': 'lead-devops-engineer',
     'title': 'Lead DevOps Engineer '},
    {'added_by': 'Rajesh Sanathana',
     'added_by_email': '[email protected]',
     'business_unit_name': 'Cloud Automation - US',
     'category': 'Information Technology',
     'created_at': '2019-02-20T16:39:44.006196Z',
     'description': '<p><strong>Job Description:</strong></p><p>We are looking for talent like yourself to join our team on a mission to work on projects.&nbsp;&nbsp;You will be working with a world-class team of engineers, designers, product managers, and analysts to solve great challenges that make a difference.&nbsp;You will help design the enterprise transformation and become a part of the core team of Innovation Lab. Among technologies that you will be working with are Cloud Native Development, CI/CD, PAAS and many more. You will also get to "play" with the core technologies Techolution specializes in: Cloud transformation, Virtual Reality (VR) UI and Internet of Things.&nbsp;&nbsp;</p><p><br></p><p><strong>Required:</strong></p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p><p>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Strong experience with Docker.</p><p>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Good experience in AWS</p><p>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Solid knowledge in CI/CD tools.</p><p>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Strong skills in Bash and/or Python</p><p>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Strong skills in Unix</p><p>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A working knowledge of Nodejs</p><p>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Experience using dashboard tools such as Grafana or CloudWatch</p><p>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Strong skills in monitoring and metric collection</p>',
     'id': 'e8291788-501e-43c7-b903-a972253abf3b',
     'job_type': 'Full-time',
     'locations': 'New York',
     'max_exp': 36,
     'min_exp': 12,
     'organization_name': 'Techolution LLC',
     'req_id': 1945,
     'slug': 'site-reliability-engineer',
     'title': 'Site Reliability Engineer'},
    {'added_by': 'Pavan Kumar',
     'added_by_email': '[email protected]',
     'business_unit_name': 'Cloud Automation - India',
     'category': 'Information Technology',
     'created_at': '2019-02-14T16:55:20.844881Z',
     'description': '<p><strong>Title&nbsp;: OSS DevOps Engineer</strong></p><p><strong>Experience : 6+ years</strong></p><p><br></p><p>1.Hands-on Experience in Oracle SOA and Web-logic with Strong Operations Background.</p><p>2.Hands-on Experience in Implementing WLST and Shell/Python custom scripts for health checks,</p><p>system monitoring and other routine activities.&nbsp;</p><p>3. Hands-on DB experience to develop SQL scripts is expected.&nbsp;</p><p>4. Experience in creating custom monitoring dashboards by using Jenkins is highly required</p><p>5.Experience in Developing build automation and deployment scripts/utilities using Ant, Jenkins.&nbsp;</p><p>6. Individual contributor who is passionate about&nbsp;Devops&nbsp;automation.</p><p>7. Excellent Communication skills with Client Handling is required.</p><p><br></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">Work Life at Techolution:</strong></p><p><span style="color: rgb(0, 0, 0);">At Techolution, we do things a bit differently. There\'s no corporate nonsense, and no old-fashioned hierarchy. Instead, we work in dozens of self-sufficient, autonomous teams. Think of them like start-ups within a start-up that learn from each other. You are your own boss! We\'re going to be upfront the way we work doesn\'t suit everyone. But if freedom, autonomy, and life-affirming, head-scratching professional challenges rock your world, we could be a match made in heaven.</span></p><p><br></p><p><strong style="color: rgb(0, 0, 0);">Mission of the company:</strong></p><p><span style="color: rgb(0, 0, 0);">Be part of the next most admired high tech brand in the world and launch next most exciting multimillion dollar IPO.We are looking for talent with amazing technical skills with great foundation for the open role.The type of personalities that do very well at our company are people who are looking to contribute a large than life cause.People who are looking for very high growth environment where they are helping the company grow and also personally growing through a very unique and world class exposure.</span></p><p><br></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">About Techolution:</strong></p><p><span style="color: rgb(0, 0, 0);">Techolution is committed to providing equal employment opportunities for all applicants and employees, as well as a safe and inclusive work environment. This is going to be a Full-Time role with an extraordinary employment approach to developing an interest and sort out hackathons. You will likewise get the chance to "play" with the center advances Techolution specializes in Cloud Transformation, UI Modernization, Virtual Reality (VR) UI, Facial Recognition, Internet of Things (IoT), Block Chain &amp;AI(Ml &amp; Deep Learning).</span></p><p><span style="color: rgb(0, 0, 0);">If you believe you are qualified and are looking forward to setting your career on a fast-track, apply by submitting a few paragraphs explaining why you believe you are the right person for this role.</span></p><p><span style="color: rgb(0, 0, 0);">To know more about Techolution, visit our website:</span><a href="http://www.techolution.com/" target="_blank" style="color: rgb(0, 0, 0);">&nbsp;</a><a href="http://www.techolution.com/" target="_blank" style="color: rgb(79, 153, 237);">www.techolution.com</a></p><p><br></p><p><span style="color: rgb(0, 0, 0);">To view our recently opened Techolution Smart Office using VR 360 product developed by Techolution. Use below link to view:</span></p><p><a href="https://vrcms.techolution.com/preview/c00adf9c-71b5-4596-8abc-f15c693f18fc?startscene=Reception-area" target="_blank" style="color: rgb(79, 153, 237);">https://vrcms.techolution.com/preview/c00adf9c-71b5-4596-8abc-f15c693f18fc?startscene=Reception-area</a><span style="color: rgb(102, 102, 102); background-color: transparent;">(</span><span style="color: rgb(0, 0, 0);">Better viewed with headset on)</span></p><p><br></p><p><br></p>',
     'id': 'c4daf0d7-f86f-4d86-b62e-ab9117ba2800',
     'job_type': 'Full-time',
     'locations': 'Hyderabad',
     'max_exp': 144,
     'min_exp': 72,
     'organization_name': 'Techolution Pvt Ltd',
     'req_id': 1905,
     'slug': 'oss-devops-engineer',
     'title': 'OSS DevOps Engineer'},
    {'added_by': 'Satish Kumar',
     'added_by_email': '[email protected]',
     'business_unit_name': 'UI/UX Modernization - US',
     'category': 'Information Technology',
     'created_at': '2019-02-14T16:38:50.411436Z',
     'description': "<p>Techolution is a premier cloud, user interface (UI), and IoT development firm. We pride ourselves in our reputation for excellent communication, advisement, and performance. We recognize that our growth is tied directly to our employees, and help them grow with investments in their education, career, and awesome company hackathons.</p><p><br></p><p>As an SDET, you navigate our client’s or our own wide spanning code bases. We identify unforeseen mistakes on the critical path. We recognize SDETs have a huge role on our clients and their customers perception of their brands (in this case). Unlike roles with similar names at the other companies, Software Development Engineers in Test (SDETs) at Techolution only write the code used for tools to help Quality Assurance Analysts.</p><p><br></p><p>Responsibilities</p><p>Collaborate on improving the engineering team's test coverage</p><p>Collaborate with fellow Software Development Engineers in Test on improving and architecting the test suite.</p><p>Specifically, help mentor fellow (more junior) employees and re-architect current Selenium/Nightmare test suites</p><p>Work closely with developers and QA team to plan critical happy paths for customer interaction.</p><p>Learn what QA often manually does and create reproducible code to implement it.</p><p>• Write asynchronous JavaScript code/scripts to test systems and infrastructure</p><p><br></p><p>Qualifications</p><p>• Bachelor's degree in Computer Science, a related technical field or equivalent practical experience</p><p>• 3 years of work experience, including test automation experience (with Selenium, WebDriver)</p><p><br></p><p>Preferred Qualifications</p><p>• Experience coding in JavaScript, particularly ES-6 and React, Nightmare.JS, Jest, AWS, Terraform, Ansible/Hashicorp Vault, Jenkins.</p><p>Demonstrated knowledge of Unix/Linux environments</p><p><br></p><p>Benefits</p><p>Health Insurance, 401K matching, education benefits, bonus/promotion opportunities. Wide opportunities in a fast growing and critical company</p>",
     'id': 'd4847f54-7a0a-44dd-b3a6-b93c7fb3cb7d',
     'job_type': 'Full-time',
     'locations': 'New York',
     'max_exp': 120,
     'min_exp': 36,
     'organization_name': 'Techolution LLC',
     'req_id': 1903,
     'slug': 'sr-sdet',
     'title': 'Sr SDET'},
    {'added_by': 'Nikhil Shekhar',
     'added_by_email': '[email protected]',
     'business_unit_name': 'Cloud Automation - India',
     'category': 'Information Technology',
     'created_at': '2019-02-11T12:00:25.061831Z',
     'description': '<p><span style="color: rgb(0, 0, 0); background-color: transparent;">We at </span><a href="https://www.techolution.com/" target="_blank" style="color: rgb(17, 85, 204); background-color: transparent;">Techolution</a><span style="color: rgb(0, 0, 0); background-color: transparent;">, share knowledge, experiences, and resources to help each other achieve our career goals and grow both professionally and personally. We seek out people from diverse backgrounds who exhibit passion, technical competence, and experience in services delivery with complex projects or environments. We are </span><span style="color: rgb(0, 0, 0);">committed to providing equal employment opportunities for all applicants and employees, as well as a safe and inclusive work environment. </span></p><p><br></p><p>Mission of the company:</p><p>Be part of the next most admired high tech brand in the world and launch next most exciting multi-million dollar IPO</p><p>We are looking for talent with amazing technical skills with great foundation for the open role.</p><p>The type of personalities that do very well at our company are people who are looking to contribute a large than life cause.</p><p>People who are looking for very high growth environment where they are helping the company grow and also personally growing through a very unique and world class exposure.</p><p><br></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;">This is going to be a Full-Time role with an extraordinary employment approach to developing an interest and sort out hackathons. You will likewise get the chance to "play" with the center advances Techolution specializes in </span><strong style="color: rgb(0, 0, 0); background-color: transparent;">Cloud Transformation</strong><span style="color: rgb(0, 0, 0); background-color: transparent;">, </span><strong style="color: rgb(0, 0, 0); background-color: transparent;">UI Modernization</strong><span style="color: rgb(0, 0, 0); background-color: transparent;">, </span><strong style="color: rgb(0, 0, 0); background-color: transparent;">Virtual Reality</strong><span style="color: rgb(0, 0, 0); background-color: transparent;"> (VR) </span><strong style="color: rgb(0, 0, 0); background-color: transparent;">UI, Facial Recognition </strong><span style="color: rgb(0, 0, 0); background-color: transparent;">and </span><strong style="color: rgb(0, 0, 0); background-color: transparent;">Internet of Things </strong><span style="color: rgb(0, 0, 0); background-color: transparent;">(IoT).</span></p><p><br></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;">We are looking for a DevOps Architect with a driving passion to ensure that our customers have the most pleasant experience using our platform. You will have a meaningful impact, joining a fast pace growing startup led by a hard-working, dedicated, and passionate team.</span></p><p>&nbsp;</p><p><strong style="color: rgb(0, 0, 0); background-color: transparent;">Top Non-Negotiable Skills</strong></p><p><br></p><p><br></p><p><br></p><ul><li>Infra as the code<strong> (Chef, Puppet or Ansible or Terraform)</strong></li><li><span style="background-color: transparent;">Docker</span></li><li>Kubernetes</li><li><span style="background-color: transparent;">CI/CD </span><strong>(Jenkins/Spinnaker/ Concourse or Travis)</strong></li><li><strong>Networking &amp; Security (GKE/ CI/CD, Infrastructure as code)</strong></li></ul><p><br></p><p><strong style="color: rgb(0, 0, 0); background-color: transparent;">What we\'re looking for</strong></p><p><br></p><p><br></p><p><br></p><ul><li><span style="background-color: transparent;">Experience in Execute comprehensive Cloud solutions that support business needs and objectives in complex environments with a focus on DevOps and Cloud infrastructure automation.</span></li><li><span style="background-color: transparent;">Excellent Experience in setting up &amp; Architecting Highly available Secured Cloud infrastructure from the Scratch is highly required.</span></li><li><span style="background-color: transparent;">Experience in Implementing technical roadmaps, project plans, requirements, and designs in&nbsp;GCP/AWS.</span></li><li><span style="background-color: transparent;">Excellent Experience in DevOps automation along with CI, Delivery and CD pipeline in high traffic large-scale distributed systems of Cloud.</span></li><li><span style="background-color: transparent;">Experience in development and configuration experience with infrastructure provisioning tools like Jenkins, Chef, Puppet, and Ansible.</span></li><li><span style="background-color: transparent;">Experience in container management tools like Docker &amp; Kubernetes.</span></li><li><span style="background-color: transparent;">Experience in </span>Networking &amp; Security (GKE/ CI/CD, Infrastructure as code).</li></ul><p><br></p><p><strong style="color: rgb(0, 0, 0); background-color: transparent;">Add-Ons</strong></p><p><br></p><p><br></p><p><br></p><ul><li>Minimum of 5 years of relevant experience (Hands-On).</li><li>Excellent verbal and written communication skills.</li><li>Go-getter attitude.</li><li>Strong level of integrity, autonomy, and self-motivation.</li><li>An enthusiastic and creative personality.</li></ul><p><br></p><p><br></p><p><span style="color: rgb(0, 0, 0); background-color: transparent;">To know more about Techolution, visit our website: </span><a href="http://www.techolution.com" target="_blank" style="color: rgb(17, 85, 204); background-color: transparent;">www.techolution.com</a></p>',
     'id': '4e17f47b-7916-411a-b0cd-90d5eeb6346f',
     'job_type': 'Full-time',
     'locations': 'Hyderabad',
     'max_exp': 180,
     'min_exp': 60,
     'organization_name': 'Techolution Pvt Ltd',
     'req_id': 1873,
     'slug': 'devops-architect',
     'title': 'DevOps Architect'},
    {'added_by': 'Rekha Allam',
     'added_by_email': '[email protected]',
     'business_unit_name': 'Cloud Automation - Mauritius',
     'category': 'Information Technology',
     'created_at': '2019-02-08T13:11:49.966886Z',
     'description': '<p><strong style="color: rgb(0, 0, 0); background-color: transparent;">Job Title:  Engineering Lead&nbsp;|| Location: Mauritius || Duration: Full Time</strong></p><p><br></p><p><strong>Roles &amp; Responsibilities:</strong></p><p><br></p><ul><li>A minimum of 5 years work experience in software development and building full-stack solutions.</li><li>At least 2 years’ leadership and coaching software development teams.</li><li>Promote and maintain engineering best practices such as test driven development and continuous integration and delivery.</li><li>Work with technical leads on architecture and technology</li><li>Coach technical leads and providing ad-hoc problem solving support, including hands-on pairing when needed</li><li>Collaborate with and support technical leads to ensure high quality code across the teams</li><li>Facilitate and deliver training/knowledge sharing sessions for engineers.</li><li>Team up with technical leads supporting the engineers for all people related matters.</li><li>Build organization’s brand in the technology community.</li><li>Communicate with internal stakeholders regarding all engineering related principles and practices.</li><li>Experience in enterprise integration.</li><li>Expert understanding of various software languages and frameworks.</li><li>Extensive knowledge of Agile software development practices and DevOps (CI and CD).</li><li>Experience in architecture (web security, database design, Architecture Design patterns,REST APIs. version control, enterprise architecture).</li><li>Experience in Unit and End to end testing (TDD).</li><li>Understanding of information security vulnerabilities and risk management.</li></ul><p><br></p><p><strong style="color: rgb(0, 0, 0);">Mandatory skills:</strong></p><p><br></p><ul><li><span style="color: rgb(0, 0, 0);">Data Structures &amp; Algorithm concepts</span></li><li>Angular 4</li><li>Java</li><li>Spring Boot</li><li>Microservices</li><li>Test Driven Development</li><li>Agile Delivery</li></ul><p><br></p><p><strong style="color: rgb(0, 0, 0);">Why Join Techolution?</strong></p><p><span style="color: rgb(0, 0, 0);">Be part of the next most admired high tech brand in the world and launch the next most exciting billion dollar IPO. We are looking for talent with amazing technical skills with a great foundation for the open role. The type of personalities that do very well at our company are people who are looking to contribute a larger than life cause. People who are looking for a very high growth environment where they are helping the company grow and also personally growing through a very unique and world-class exposure.</span></p><p><br></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">Work Life at Techolution:</strong></p><p><br></p><p><span style="color: rgb(0, 0, 0);">At Techolution, we do things a bit differently. There\'s no corporate nonsense, and no old-fashioned hierarchy. Instead, we work in dozens of self-sufficient, autonomous teams. Think of them like start-ups within a start-up that learn from each other. You are your own boss! We\'re going to be upfront the way we work doesn\'t suit everyone. But if freedom, autonomy, and life-affirming, head-scratching professional challenges rock your world, we could be a match made in heaven.</span></p><p><br></p><p><br></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">About Techolution:</strong></p><p><br></p><p><span style="color: rgb(0, 0, 0);">Techolution is a high-tech consulting company on a mission to accelerate digital transformation for our clients across the globe. We are a very successful start-up that is small enough to care and large enough to be trusted by some of the top brands in the world such as Apple, JPMC, DBS Bank, NBC, Stryker, JCrew, etc. Techolution specializes in UI Modernization,&nbsp;Cloud Transformation, Internet of Things, Big Data &amp; Artificial Intelligence. We enable our customers with UX Design &amp; Project Management services to achieve digital product excellence through our signature optimization of Agile methodology called “High-Velocity Product Development” (HVPD). As a testament to the power of HVPD, we have developed a wealth of world-class products, owned by Techolution, in the space of Virtual Reality, Facial Recognition, Smart Water Monitoring and many more cutting edge digital products in the pipeline.</span></p><p><br></p><p><span style="color: rgb(0, 0, 0);">Techolution currently serves clients across the United States with our headquarters in the heart of Downtown, New York City. We recently opened “Techolution City” in India as our offshore development center as a living and breathing lab for our IoT Smart City products. Techolution also serves APAC customers from our Singapore office and the Mauritius office supports our initiatives on the African content</span></p><p><br></p><p><span style="color: rgb(0, 0, 0);">If you believe you are qualified and are looking forward to setting your career on a fast-track, apply by submitting a few paragraphs explaining why you believe you are the right person for this role.</span></p><p><span style="color: rgb(0, 0, 0);">To know more about Techolution, visit our website:</span><a href="http://www.techolution.com/" target="_blank" style="color: rgb(0, 0, 0);">&nbsp;</a><a href="http://www.techolution.com/" target="_blank" style="color: rgb(79, 153, 237);">www.techolution.com</a></p><p><br></p><p><span style="color: rgb(0, 0, 0);">To view our recently opened Techolution Smart Office using VR 360 product developed by Techolution. Use the link below to view:</span></p><p><a href="https://vrcms.techolution.com/preview/c00adf9c-71b5-4596-8abc-f15c693f18fc?startscene=Reception-area" target="_blank" style="color: rgb(79, 153, 237);">https://vrcms.techolution.com/preview/c00adf9c-71b5-4596-8abc-f15c693f18fc?startscene=Reception-area</a><span style="color: rgb(102, 102, 102); background-color: transparent;">&nbsp;(</span><span style="color: rgb(0, 0, 0);">Better viewed with a headset on)</span></p><p><br></p>',
     'id': 'a933f8e2-dd5d-4a82-ab10-1209634d31c7',
     'job_type': 'Full-time',
     'locations': 'mauritius',
     'max_exp': 216,
     'min_exp': 84,
     'organization_name': 'Techolution Mauritius',
     'req_id': 1861,
     'slug': 'engineering-lead',
     'title': 'Engineering Lead'}],
   'last_updated': '2019-05-05T06:28:13.368625Z'},
  'Marketing': {'jobs': [{'added_by': 'Madhav Kommineni',
     'added_by_email': '[email protected]',
     'business_unit_name': 'Cloud Automation - India',
     'category': 'Marketing',
     'created_at': '2019-05-05T05:26:02.499189Z',
     'description': '<p class="ql-align-justify"><span style="color: rgb(0, 0, 0);">The exciting role of the </span><strong>Social Media Intern</strong><span style="color: rgb(0, 0, 0);"> will be acting in the frontlines for Techolution. In this role, you will gain valuable experience working on a variety of writing and editing content pieces – product descriptions, blog posts, customer stories, landing pages, case studies and more. As a member of the </span>Social Media Intern<span style="color: rgb(0, 0, 0);">, you will collaborate with stakeholders across the company to come up with new, engaging ways to tell the Techolution story. </span></p><p><br></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">Job Title: </strong><strong>Social Media Intern</strong></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">Location : Hyderabad</strong></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">3-6 Months Internship</strong></p><p><br></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">Responsibilities</strong></p><ul><li><span style="background-color: transparent;">Produce social media posts for employee engagement initiatives, job openings, business development activities and events.</span></li><li><span style="background-color: transparent;">Frequently support marketing campaigns with content in other formats such as marketing emails, internal communications, and videos.</span></li><li><span style="background-color: transparent;">Communicate and collaborate with internal and external content owners to source planned and unplanned content.</span></li><li><span style="background-color: transparent;">Expand the marketing reach by discovering new marketing channels and communities.</span></li><li><span style="background-color: transparent;">Create a repository of marketing content for use in future needs</span></li><li><strong style="background-color: transparent;">Other requirements: </strong><span style="background-color: transparent;">Impeccable grammar, Excellent overall writing skills in several different styles/tones. Great research, organizational, and learning skills Advantage: Social media or marketing communications experience in a B2B firm.</span></li></ul><p><br></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">Who can apply:</strong><span style="background-color: transparent; color: rgb(0, 0, 0);"> Experienced social media experts (1-3 years experience) and those students or freshers can apply who are available for full time (in-office) internship/job.</span></p><p><br></p><p>Please Note , Females willing to start/restart their career may also apply.</p><p><br></p><p class="ql-align-justify"><strong style="color: rgb(0, 0, 0);">Why Join Techolution?</strong></p><p class="ql-align-justify"><span style="color: rgb(0, 0, 0);">Be part of the next most admired high tech brand in the world and launch the next most exciting billion dollar IPO. We are looking for talent with amazing technical skills with a great foundation for the open role. The type of personalities that do very well at our company are people who are looking to contribute a larger than life cause. People who are looking for a very high growth environment where they are helping the company grow and also personally growing through a very unique and world-class exposure.</span></p><p><br></p><p class="ql-align-justify"><strong style="background-color: transparent; color: rgb(0, 0, 0);">Work Life at Techolution:</strong></p><p><br></p><p class="ql-align-justify"><span style="color: rgb(0, 0, 0);">At Techolution, we do things a bit differently. There\'s no corporate nonsense, and no old-fashioned hierarchy. Instead, we work in dozens of self-sufficient, autonomous teams. Think of them like start-ups within a start-up that learn from each other. You are your own boss! We\'re going to be upfront the way we work doesn\'t suit everyone. But if freedom, autonomy, and life-affirming, head-scratching professional challenges rock your world, we could be a match made in heaven.</span></p><p><br></p><p class="ql-align-justify"><strong style="background-color: transparent; color: rgb(0, 0, 0);">About Techolution:</strong></p><p class="ql-align-justify"><span style="background-color: transparent; color: rgb(0, 0, 0);"> </span></p><p class="ql-align-justify"><span style="color: rgb(0, 0, 0);">Techolution is a high-tech consulting company on a mission to accelerate digital transformation for our clients across the globe. We are a very successful start-up that is small enough to care and large enough to be trusted by some of the top brands in the world such as Apple, JPMC, DBS Bank, NBC, Stryker, JCrew, etc. Techolution specializes in UI Modernization, &nbsp;Cloud Transformation, Internet of Things, Big Data &amp; Artificial Intelligence. We enable our customers with UX Design &amp; Project Management services to achieve digital product excellence through our signature optimization of Agile methodology called “High Velocity Product Development” (HVPD). As a testament to the power of HVPD, we have developed a wealth of world class products, owned by Techolution, in the space of Virtual Reality, Facial Recognition, Smart Water Monitoring and many more cutting edge digital products in the pipeline.</span></p><p><br></p><p class="ql-align-justify"><span style="color: rgb(0, 0, 0);">Techolution currently serves clients across United States with our headquarters in the heart of downtown New York City. We recently opened “Techolution City” in India as our offshore development center as a living and breathing lab for our IoT Smart City products. Techolution also serves APAC customers from our Singapore office and the Mauritius office supports our initiatives on the African content</span></p><p><br></p><p class="ql-align-justify"><span style="color: rgb(0, 0, 0);">If you believe you are qualified and are looking forward to setting your career on a fast-track, apply by submitting a few paragraphs explaining why you believe you are the right person for this role.</span></p><p class="ql-align-justify"><span style="color: rgb(0, 0, 0);">To know more about Techolution, visit our website:</span><a href="http://www.techolution.com/" target="_blank" style="color: rgb(0, 0, 0); background-color: transparent;"> </a><a href="http://www.techolution.com" target="_blank" style="color: rgb(79, 153, 237); background-color: transparent;">www.techolution.com</a></p><p><br></p><p><br></p><p class="ql-align-justify"><span style="background-color: transparent; color: rgb(0, 0, 0);"> &nbsp;</span></p><p><br></p><p><br></p>',
     'id': '141967c0-af1a-4a7d-b9dc-572a75fa49e9',
     'job_type': 'Internship',
     'locations': 'Hyderabad',
     'max_exp': 0,
     'min_exp': 0,
     'organization_name': 'Techolution Pvt Ltd',
     'req_id': 2371,
     'slug': 'social-media-intern',
     'title': 'Social Media Intern'}],
   'last_updated': '2019-05-05T05:26:02.499189Z'},
  'Project Management': {'jobs': [{'added_by': 'Rekha Allam',
     'added_by_email': '[email protected]',
     'business_unit_name': 'Cloud Automation - India',
     'category': 'Project Management',
     'created_at': '2019-04-22T04:45:30.721329Z',
     'description': '<p><strong style="background-color: transparent; color: rgb(0, 0, 0);">Job Title: Project Manager&nbsp;|| Location: Hyderabad || Duration: Full Time</strong></p><p><span style="background-color: transparent; color: rgb(0, 0, 0);">Do you have an interest in working with the visionary team to build a state-of-the-art product? Are you looking for an ambitious project to showcase your app development skills? Come join our engineering team working on the Cloud Automation Projects. We are looking for </span><strong style="background-color: transparent; color: rgb(0, 0, 0);">Project Managers</strong><span style="background-color: transparent; color: rgb(0, 0, 0);"> with </span><strong style="background-color: transparent; color: rgb(0, 0, 0);">2 - 5 years</strong><span style="background-color: transparent; color: rgb(0, 0, 0);"> of experience to join our engineering team in Hyderabad.</span></p><p>&nbsp;</p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">Roles &amp; Responsibilities:</strong></p><p><br></p><p><br></p><ul><li><span style="background-color: transparent;">Bachelor\'s degree in Computer Science, Management Information Systems, Systems Engineering or related field</span></li><li><span style="background-color: transparent;">Minimum of 2 -5 years of experience in relevant field.</span></li><li><span style="background-color: transparent;">Help remove impediment. Plan and setup Agile Ceremonies - Sprint Planning, Daily Scrum, Retrospective, etc.</span></li><li><span style="background-color: transparent;">Act as a servant leader including facilitation, situational awareness, and conflict resolution.</span></li><li><span style="background-color: transparent;">Facilitate daily stand-ups, to monitor sprint progress</span></li><li><span style="background-color: transparent;">Coach and mentor the business delivery team in agile frameworks and principles and fostering the teams ability to self-organize</span></li><li><span style="background-color: transparent;">Mediate conflicts to assist the team in making decisions</span></li><li><span style="background-color: transparent;">Remove sprint road blocks and facilitate solution development with the team</span></li><li><span style="background-color: transparent;">Supports a culture of continuous process improvement through sprint retrospectives and key indicators around team performance</span></li><li><span style="background-color: transparent;">Ensures clear communication and organization of all strategic and business delivery team goals</span></li><li><span style="background-color: transparent;">Promote transparency and team empowerment across teams.</span></li></ul><p><strong style="color: rgb(0, 0, 0); background-color: transparent;">Mandatory Skills:</strong></p><p><br></p><p><br></p><ul><li><strong>Scrum Master</strong></li><li><strong>Jira</strong></li><li><strong>Product Ownership</strong></li><li><strong>Reports &amp; Documentation</strong></li><li><strong>Sprint Planning &amp; Backlog grooming</strong></li><li><strong>Communication Skills</strong></li></ul><p><br></p><p><br></p><p><strong style="color: rgb(0, 0, 0);">Why Join Techolution?</strong></p><p><span style="color: rgb(0, 0, 0);">Be part of the next most admired high tech brand in the world and launch the next most exciting billion dollar IPO. We are looking for talent with amazing technical skills with a great foundation for the open role. The type of personalities that do very well at our company are people who are looking to contribute a larger than life cause. People who are looking for a very high growth environment where they are helping the company grow and also personally growing through a very unique and world-class exposure.</span></p><p><br></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">Work Life at Techolution:</strong></p><p><br></p><p><span style="color: rgb(0, 0, 0);">At Techolution, we do things a bit differently. There\'s no corporate nonsense, and no old-fashioned hierarchy. Instead, we work in dozens of self-sufficient, autonomous teams. Think of them like start-ups within a start-up that learn from each other. You are your own boss! We\'re going to be upfront the way we work doesn\'t suit everyone. But if freedom, autonomy, and life-affirming, head-scratching professional challenges rock your world, we could be a match made in heaven.</span></p><p><br></p><p><br></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">About Techolution:</strong></p><p><br></p><p><span style="color: rgb(0, 0, 0);">Techolution is a high-tech consulting company on a mission to accelerate digital transformation for our clients across the globe. We are a very successful start-up that is small enough to care and large enough to be trusted by some of the top brands in the world such as Apple, JPMC, DBS Bank, NBC, Stryker, JCrew, etc. Techolution specializes in UI Modernization,&nbsp;Cloud Transformation, Internet of Things, Big Data &amp; Artificial Intelligence. We enable our customers with UX Design &amp; Project Management services to achieve digital product excellence through our signature optimization of Agile methodology called “High-Velocity Product Development” (HVPD). As a testament to the power of HVPD, we have developed a wealth of world-class products, owned by Techolution, in the space of Virtual Reality, Facial Recognition, Smart Water Monitoring and many more cutting edge digital products in the pipeline.</span></p><p><br></p><p><span style="color: rgb(0, 0, 0);">Techolution currently serves clients across the United States with our headquarters in the heart of Downtown, New York City. We recently opened “Techolution City” in India as our offshore development center as a living and breathing lab for our IoT Smart City products. Techolution also serves APAC customers from our Singapore office and the Mauritius office supports our initiatives on the African content</span></p><p><br></p><p><span style="color: rgb(0, 0, 0);">If you believe you are qualified and are looking forward to setting your career on a fast-track, apply by submitting a few paragraphs explaining why you believe you are the right person for this role.</span></p><p><span style="color: rgb(0, 0, 0);">To know more about Techolution, visit our website:</span><a href="http://www.techolution.com/" target="_blank" style="color: rgb(0, 0, 0);">&nbsp;</a><a href="http://www.techolution.com/" target="_blank" style="color: rgb(79, 153, 237);">www.techolution.com</a></p><p><br></p><p><span style="color: rgb(0, 0, 0);">To view our recently opened Techolution Smart Office using VR 360 product developed by Techolution. Use the link below to view:</span></p><p><a href="https://vrcms.techolution.com/preview/c00adf9c-71b5-4596-8abc-f15c693f18fc?startscene=Reception-area" target="_blank" style="color: rgb(79, 153, 237);">https://vrcms.techolution.com/preview/c00adf9c-71b5-4596-8abc-f15c693f18fc?startscene=Reception-area</a><span style="color: rgb(102, 102, 102); background-color: transparent;">&nbsp;(</span><span style="color: rgb(0, 0, 0);">Better viewed with a headset on)</span></p><p><br></p><p><span style="background-color: transparent; color: rgb(0, 0, 0);">To know more about Techolution, visit our website: </span><a href="http://www.techolution.com" target="_blank" style="background-color: transparent; color: rgb(17, 85, 204);">www.techolution.com</a></p>',
     'id': '3d05ad58-9dfe-4a48-8207-96973fb03a53',
     'job_type': 'Full-time',
     'locations': 'Hyderabad',
     'max_exp': 60,
     'min_exp': 24,
     'organization_name': 'Techolution Pvt Ltd',
     'req_id': 2270,
     'slug': 'project-manager-200',
     'title': 'Project Manager'}],
   'last_updated': '2019-04-22T04:45:30.721329Z'},
  'Quality Assurance': {'jobs': [{'added_by': 'Niharika Polepalli',
     'added_by_email': '[email protected]',
     'business_unit_name': 'FaceOpen',
     'category': 'Quality Assurance',
     'created_at': '2019-04-17T04:55:47.538043Z',
     'description': '<p><span style="background-color: transparent; color: rgb(0, 0, 0);">Job Title:&nbsp;</span><strong style="background-color: transparent; color: rgb(0, 0, 0);">Senior QA Engineer&nbsp;||&nbsp;</strong><span style="background-color: transparent; color: rgb(0, 0, 0);">Location:&nbsp;</span><strong style="background-color: transparent; color: rgb(0, 0, 0);">HYD, IND ||&nbsp;</strong><span style="background-color: transparent; color: rgb(0, 0, 0);">Duration:</span><strong style="background-color: transparent; color: rgb(0, 0, 0);">&nbsp;Full-Time</strong></p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">Roles and Responsibilities:</strong></p><p>The Senior QA Automation Engineer is a highly skilled person with a large arsenal of talents. Most importantly, this person is curious, independent. A Senior QA Automator needs to be able to set up a complete test framework with minimal guidance hardware, networking, scripts, Jenkins, test framework, etc. The focus is to make the most powerful and reliable testing frameworks possible, adapt to ever-changing requirements, and keep them running.</p><p><br></p><p>This role is for someone who is motivated to do it all. You will be writing GUI automation using&nbsp;Selenium. You will get into the guts of our server code and database calls to find a thread/memory leak that is crashing our test automation.&nbsp;</p><p><br></p><p><strong>Job Description:</strong></p><p><br></p><ul><li>Work with your agile team to deliver testing with high quality, that meets acceptance criteria while meeting schedules.</li><li>Understand customer needs and scenarios</li><li>Build and implement test plans with prioritized test cases that are driven by a deep understanding of how the solution is built</li><li>Manual functional test for the front-end and back-end.</li><li>Automate test cases for the system and solution test cases.</li><li>Contribute to engineering efforts to solve complex engineering problems in testing and tools.</li></ul><p><strong>Experience and Skill:</strong></p><p><br></p><ul><li>At least 3-5 years of QA experience</li><li>B.Tech/B.E degree in Computer Science or related technical field</li><li>Experience working with high-volume consumer products.</li><li>Solid coding skills in one or more programming languages and scripting languages (Python, Shell Scripting,etc)</li><li>Experience with test automation frameworks like PyTest</li><li>Experience with common automated testing tools (e.g. Selenium, TestNG, JMeter, Jenkins, etc)</li><li>Understanding of PKI, Certificate security, encryption, HTTPS, REST API</li><li>Experience with continuous integration and rapid deployment</li><li>Comfortable working close and collaborating with engineering teams in a matrix environment.</li><li> Cloud Experience is a plus</li></ul><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">Work Life at Techolution:</strong></p><p><span style="color: rgb(0, 0, 0);">At Techolution, we do things a bit differently. There\'s no corporate nonsense, and no old-fashioned hierarchy. Instead, we work in dozens of self-sufficient, autonomous teams. Think of them like start-ups within a start-up that learn from each other. You are your own boss! We\'re going to be upfront the way we work doesn\'t suit everyone. But if freedom, autonomy, and life-affirming, head-scratching professional challenges rock your world, we could be a match made in heaven.</span></p><p><strong style="color: rgb(0, 0, 0);">Mission of the company:</strong></p><p>Be part of the next most admired high tech brand in the world and launch next most exciting multi million dollar IPO.We are looking for talent with amazing technical skills with great foundation for the open role.The type of personalities that do very well at our company are people who are looking to contribute a large than life cause.People who are looking for very high growth environment where they are helping the company grow and also personally growing through a very unique and world class exposure.</p><p><strong style="background-color: transparent; color: rgb(0, 0, 0);">About Techolution:</strong></p><p><span style="color: rgb(0, 0, 0);">Techolution is committed to providing equal employment opportunities for all applicants and employees, as well as a safe and inclusive work environment. This is going to be a Full-Time role with an extraordinary employment approach to developing an interest and sort out hackathons. You will likewise get the chance to "play" with the center advances Techolution specializes in Cloud Transformation, UI Modernization, Virtual Reality (VR) UI, Facial Recognition, Internet of Things (IoT), Block Chain &amp;AI(Ml &amp; Deep Learning).</span></p><p><span style="color: rgb(0, 0, 0);">If you believe you are qualified and are looking forward to setting your career on a fast-track, apply by submitting a few paragraphs explaining why you believe you are the right person for this role.</span></p><p><span style="color: rgb(0, 0, 0);">To know more about Techolution, visit our website:</span><a href="http://www.techolution.com/" target="_blank" style="color: rgb(0, 0, 0);">&nbsp;</a><a href="http://www.techolution.com/" target="_blank" style="color: rgb(79, 153, 237);">www.techolution.com</a></p><p><br></p><p><span style="color: rgb(0, 0, 0);">To view our recently opened Techolution Smart Office using VR 360 product developed by Techolution. Use below link to view:</span></p><p><br></p><ul><li><a href="https://vrcms.techolution.com/preview/c00adf9c-71b5-4596-8abc-f15c693f18fc?startscene=Reception-area" target="_blank" style="color: rgb(79, 153, 237);">https://vrcms.techolution.com/preview/c00adf9c-71b5-4596-8abc-f15c693f18fc?startscene=Reception-area</a><span style="color: rgb(102, 102, 102); background-color: transparent;">&nbsp;(</span><span style="color: rgb(0, 0, 0);">Better viewed with headset on)</span></li></ul><p><br></p><p><br></p>',
     'id': '22dad415-45e9-445a-a9a9-4769834d788c',
     'job_type': 'Full-time',
     'locations': 'Hyderabad',
     'max_exp': 60,
     'min_exp': 36,
     'organization_name': 'Techolution LLC',
     'req_id': 2250,
     'slug': 'srqa-engineer',
     'title': 'Sr.QA Engineer'}],
   'last_updated': '2019-04-17T04:55:47.538043Z'}},
 'fil_category': ['Event Management',
  'Information Technology',
  'Facial recognition',
  'Marketing',
  'Human Resources',
  'Project Management',
  'Quality Assurance'],
 'fil_job_types': ['Internship', 'Full-time'],
 'fil_locations': ['mauritius',
  'Hyderabad',
  'New York',
  'Delaware',
  'Mauritius'],
 'query_str': '',
 'total_jobs': 27}

In above JSON we found six keys, as we can see above, we observed the data and found that the "data" key will be sufficient to give all information related to jobs.
The structure of data in json file is:
data
    categories
          jobs
Inside the jobs we can find the informations related to the job we store this in a list arr and also the location is in array so we convert it into string

arr=[]
locations = []
for i in j['data']:
    for obj in j['data'][i]['jobs']:
        locations = obj['locations']
        obj['locations'] = locations[0]
        arr.append(obj)

We found the columns and saved in obj list and created a dataframe using arr list and columns were in obj list

obj=[]
for col in j['data'][i]['jobs'][0]:
        obj.append(col)
df=pd.DataFrame(arr, columns=obj)

                

We need to sort the list using the posting date so first we convert the date created_at using pandas to_datetime and then sort the data frame on this column

df['created_at'] =  pd.to_datetime(df['created_at'])
df=df.sort_values('created_at')
df.head()
<style> .dataframe thead tr:only-child th { text-align: right; }
.dataframe thead th {
    text-align: left;
}

.dataframe tbody tr th {
    vertical-align: top;
}
</style>
id title req_id slug created_at locations description job_type min_exp max_exp added_by added_by_email category business_unit_name organization_name
20 a933f8e2-dd5d-4a82-ab10-1209634d31c7 Engineering Lead 1861 engineering-lead 2019-02-08T13:11:49.966886Z mauritius <p><strong style="color: rgb(0, 0, 0); backgro... Full-time 84 216 Rekha Allam [email protected] Information Technology Cloud Automation - Mauritius Techolution Mauritius
19 4e17f47b-7916-411a-b0cd-90d5eeb6346f DevOps Architect 1873 devops-architect 2019-02-11T12:00:25.061831Z Hyderabad <p><span style="color: rgb(0, 0, 0); backgroun... Full-time 60 180 Nikhil Shekhar [email protected] Information Technology Cloud Automation - India Techolution Pvt Ltd
26 4e641217-901a-4670-886e-dd2946bf5476 Machine Learning Engineer 1898 machine-learning-engineer 2019-02-14T16:13:38.000894Z Hyderabad <p><strong style="color: rgb(51, 51, 51);">Tit... Full-time 36 60 Madhav Kommineni [email protected] Facial recognition FaceOpen Techolution LLC
18 d4847f54-7a0a-44dd-b3a6-b93c7fb3cb7d Sr SDET 1903 sr-sdet 2019-02-14T16:38:50.411436Z New York <p>Techolution is a premier cloud, user interf... Full-time 36 120 Satish Kumar [email protected] Information Technology UI/UX Modernization - US Techolution LLC
17 c4daf0d7-f86f-4d86-b62e-ab9117ba2800 OSS DevOps Engineer 1905 oss-devops-engineer 2019-02-14T16:55:20.844881Z Hyderabad <p><strong>Title&nbsp;: OSS DevOps Engineer</s... Full-time 72 144 Pavan Kumar [email protected] Information Technology Cloud Automation - India Techolution Pvt Ltd
df.to_csv("jobfile.csv",encoding='utf-8', index=False)

Saving the file as jobfile.csv. This is the required file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published