public_identifier
stringlengths
4
34
profile_pic_url
stringlengths
60
176
background_cover_image_url
stringlengths
60
186
first_name
stringlengths
0
37
last_name
stringlengths
0
30
full_name
stringlengths
4
48
occupation
stringlengths
13
134
headline
stringlengths
2
219
summary
stringlengths
0
2.6k
country
stringclasses
64 values
country_full_name
stringclasses
66 values
city
stringlengths
3
38
state
stringclasses
152 values
experiences
listlengths
1
30
education
listlengths
0
30
languages
sequencelengths
0
8
accomplishment_organisations
listlengths
0
14
accomplishment_publications
listlengths
0
84
accomplishment_honors_awards
listlengths
0
21
accomplishment_patents
listlengths
0
25
accomplishment_courses
listlengths
0
50
accomplishment_projects
listlengths
0
16
accomplishment_test_scores
listlengths
0
3
volunteer_work
listlengths
0
13
certifications
listlengths
0
30
connections
float64
1
1.5k
people_also_viewed
listlengths
0
20
recommendations
sequencelengths
0
11
activities
listlengths
0
3
similarly_named_profiles
listlengths
0
5
articles
listlengths
0
3
groups
listlengths
0
14
skills
null
inferred_salary
null
github
null
facebook
null
gender
null
birth_date
null
industry
null
interests
null
__index_level_0__
int64
0
19.9k
aakanksha-budhiraja
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakanksha
budhiraja
aakanksha budhiraja
Senior Engineer at Qualcomm
modem firmware developer
null
u
united state america
united state
null
[ { "company": "Qualcomm", "company_linkedin_profile_url": "https://www.linkedin.com/company/qualcomm", "description": null, "ends_at": null, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHHmRgEadFrdA/company-logo_100_100/0/1611250856145?e=1655942400&v=beta&t=OlYNWFjd-lqOEJ82mAVDViNdhY9vT1MpPZalKn2mWA4", "starts_at": { "day": 1, "month": 7, "year": 2018 }, "title": "Senior Engineer" }, { "company": "NXP acquires Freescale Semiconductor", "company_linkedin_profile_url": "https://www.linkedin.com/company/freescale-semiconductor", "description": null, "ends_at": { "day": 30, "month": 6, "year": 2016 }, "location": "Noida Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHecppEPK-33Q/company-logo_100_100/0/1519855919172?e=1655942400&v=beta&t=dfUpDQHWR4sBUdzJ_VBPh4SK6vOIK4oql2zlMQghfXE", "starts_at": { "day": 1, "month": 6, "year": 2014 }, "title": "Design Engineer I" }, { "company": "IIT Bombay", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 30, "month": 6, "year": 2013 }, "location": "Mumbai Area, India", "logo_url": null, "starts_at": { "day": 1, "month": 5, "year": 2013 }, "title": "Summer Intern" } ]
[ { "degree_name": "Master’s Degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2018 }, "field_of_study": "Computer Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHDGjY1IZJuog/company-logo_100_100/0/1519855922217?e=1655942400&v=beta&t=_sE4YlX6CkUAZzqqy-IuetFB3mGTnTg_VmZTvMHfvEs", "school": "Arizona State University", "school_linkedin_profile_url": "https://www.linkedin.com/school/arizona-state-university/", "starts_at": { "day": 1, "month": 1, "year": 2016 } }, { "degree_name": "Bachelor’s Degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2014 }, "field_of_study": "Electrical, Electronics and Communications Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGFaEpL_pmvyQ/company-logo_100_100/0/1604685412914?e=1655942400&v=beta&t=xW9AjoPaBLTJCj9piWXVYhg3jiTbuo88kSXDe2sXeCI", "school": "Punjab Engineering College", "school_linkedin_profile_url": "https://www.linkedin.com/school/punjab-engineering-college/", "starts_at": { "day": 1, "month": 1, "year": 2010 } } ]
[ "English", "Hindi" ]
[]
[]
[]
[]
[]
[ { "description": "• Designed system calls for Barrier Initialization, Wait and Destroy operations. Designed a customized test program to test the system calls for multi-threaded processes on Intel Galileo Gen 2 board. \n• Created a patch file and rebuilt the kernel with new system calls.", "ends_at": null, "starts_at": { "day": 1, "month": 11, "year": 2017 }, "title": "System Calls for Barrier Synchronization in Linux", "url": null }, { "description": "• Developed a Linux Kernel Module to enable user-space device interface for HC-SR04 ultrasonic sensor.\n• Developed a pinmux table to enable configuration of the digital IO pins of the Intel Galileo Gen2 board.\n• The module is registered as a Miscellaneous Char Driver. It uses Linux High Resolution Timer (hrtimer) to generate periodic measurements and store the average distance measured by n samples in a FIFO buffer.\n• Distance is measured by taking the difference of the time-stamps (using time stamp counter register \nin x86) at the rising and the falling edge of the Echo interrupt detected via GPIO pin.\n\n• Developed a Platform Driver/Platform Device infrastructure for HC-SR04 sensor.\n• Platform Driver binds N HC-SR04 device(s) present on the bus and enables their /dev and sysfs \ninterfaces.\n• Sysfs interface allows configuration of device attributes: echo pin, trigger pin, number of samples, sampling period, distance (the most recent measurement) and enable (to start/stop the measurement).", "ends_at": null, "starts_at": { "day": 1, "month": 10, "year": 2017 }, "title": "Platform device driver and sysfs interface for Ultrasonic sensor in Linux Kernel", "url": null }, { "description": "• Developed a Device Driver that initiates an empty Red-Black Tree (RB Tree) in Linux kernel, and allows the tree being accessed as a device file. The Device Driver is implemented as aLinux Kernel Module.\n• Implemented driver functions to enable insert, delete, replace and read operations on the RB Tree.\n• Developed another Linux Kernel Module to dynamically add/remove probes into the RB Tree kernel module (using the kprobe api). A user program provides a location(offset) of a source line of code on the execution path of read and write functions of the RB Tree Kernel Module. \n• The probe handler retrieves trace data items into a buffer on a probe hit. Trace data consists of the kprobe address, pid of the running process that hits the probe, x86 timestamp value, and all the object nodes traversed in the RB Tree while performing read/write operations.", "ends_at": null, "starts_at": { "day": 1, "month": 9, "year": 2017 }, "title": "RB Tree and Dynamic Probe in Linux Kernel", "url": null }, { "description": "- Implemented the following Cache Replacement Policies: LRU Insertion Policy, Bimodal Insertion Policy, Dynamic Insertion Policy, SRRIP, BRRIP, DRRIP and Signature-based Hit Predictor (SHiP) on Simplescalar simulator.\n- Analyzed the variation in miss rate and IPC for following SPEC Benchmarks - bzip2, gcc and mcf.", "ends_at": null, "starts_at": { "day": 1, "month": 11, "year": 2016 }, "title": "Implementation of DIP, DRRIP and SHiP Cache Replacement Policies on Simplescalar", "url": null }, { "description": "Refined and extended the state-of-the-art implementation of the Always Taken and Always Not-Taken branch prediction schemes in SimpleScalar toolset. The ‘Always Taken’ prediction scheme was enhanced by taking advantage of Branch Target Buffer (BTB).", "ends_at": null, "starts_at": { "day": 1, "month": 9, "year": 2016 }, "title": "Implementation and Performance Analysis of Static and Dynamic Branch Prediction techniques", "url": null }, { "description": "1. Studied the impact of varying machine configuration i.e. Issue width, ALU units, Load-Store Queue Size, Fetch-Queue Size, Decode Units on the performance of the machine for different SPEC benchmarks on SimpleScalar Simulator.\n2. Estimated and validated the optimal configuration of parameters by analyzing performance improvement.", "ends_at": null, "starts_at": { "day": 1, "month": 9, "year": 2016 }, "title": "Simulation for Performance Evaluation of Microprocessors on Simplescalar", "url": null }, { "description": "Designed a Voice-controlled Vehicle based on ATmega328 microcontroller interfaced with Microsoft Visual Studio, capable of reacting to commands like- front, back, left, right, gear up, gear down etc. Established wireless communication using a bluetooth module (HC-05); Implemented intelligent features like Fire Detection, Close-Range Object Detection and Automatic Collision Avoidance using IR photodiodes; and employed an on-board small dc pump with water storage capable of extinguishing small fires.", "ends_at": { "day": 31, "month": 5, "year": 2014 }, "starts_at": { "day": 1, "month": 1, "year": 2014 }, "title": "Capstone Project - Voice Controlled Firefighting Robot", "url": null } ]
[]
[]
[]
333
[ { "link": "https://in.linkedin.com/in/manleenrekhi", "location": "Chandigarh", "name": "Manleen Kaur Rekhi", "summary": "Assistant Manager at Genpact| Young India Fellow(2020)| Economics Graduate| Program Associate at Government of India| Musician" }, { "link": "https://www.linkedin.com/in/atharvawadke", "location": "San Diego, CA", "name": "Atharva Wadke", "summary": "Engineer at Qualcomm | Modem Firmware Technology" }, { "link": "https://www.linkedin.com/in/karston-christensen-474599170", "location": "San Diego, CA", "name": "Karston Christensen", "summary": "Modem Firmware Engineer at Qualcomm" }, { "link": "https://www.linkedin.com/in/himanshusood", "location": "Santa Clara, CA", "name": "Himanshu Sood", "summary": "Staff Modem DSP Firmware Engineer at Qualcomm" }, { "link": "https://www.linkedin.com/in/navaneet-reddy-danda-156152a", "location": "San Diego, CA", "name": "Navaneet Reddy Danda", "summary": "Modem DSP Firmware Engineer" }, { "link": "https://www.linkedin.com/in/dat-nguyen8", "location": "San Diego, CA", "name": "Dat Nguyen", "summary": "Modem Firmware Integration Engineer at Qualcomm" }, { "link": "https://www.linkedin.com/in/jiabin-lin-004016174", "location": "Boulder, CO", "name": "Jiabin Lin", "summary": "Modem Firmware Engineer Intern at Qualcomm" }, { "link": "https://www.linkedin.com/in/nishank-satish", "location": "San Diego, CA", "name": "Nishank Satish", "summary": "Senior Modem Firmware Enginner at Qualcomm" }, { "link": "https://www.linkedin.com/in/biswasriya", "location": "San Diego, CA", "name": "Riya Biswas", "summary": "Modem Firmware Engineer at Qualcomm" }, { "link": "https://www.linkedin.com/in/suyashkan", "location": "Los Angeles, CA", "name": "Suyash Kanungo", "summary": "Master of Science in Computer Science" }, { "link": "https://www.linkedin.com/in/zhou-ella-fang-516307138", "location": "Santa Clara, CA", "name": "Zhou(Ella) Fang", "summary": "Modem Firmware Engineer at Qualcomm" }, { "link": "https://www.linkedin.com/in/ashwinalur", "location": "Santa Clara, CA", "name": "Ashwin Alur Sreesha", "summary": "Sr Staff Engineer (DSP Modem Firmware) at Qualcomm" }, { "link": "https://in.linkedin.com/in/anik-giri-7a4578189", "location": "Midnapore Sadar", "name": "Anik Giri", "summary": "Technology Consultant at PwC India" }, { "link": "https://www.linkedin.com/in/karthikvkalyani", "location": "Boulder, CO", "name": "Karthik Kalyani Vijaya Kumar", "summary": "Modem/RF Systems Engineer at Qualcomm" }, { "link": "https://www.linkedin.com/in/ruili", "location": "Santa Clara, CA", "name": "Rui Li", "summary": "Embedded Software Engineer at Apple" }, { "link": "https://in.linkedin.com/in/pooja-sharma-46730a206", "location": "Hyderabad", "name": "Pooja Sharma", "summary": "Modem Firmware Engineer at Qualcomm" }, { "link": "https://www.linkedin.com/in/shridhar-ganiger", "location": "Pittsburgh, PA", "name": "Shridhar Ganiger", "summary": "Electrical and Computer Engineering Master's Student | Carnegie Mellon" }, { "link": "https://in.linkedin.com/in/anik-mondal-9860541b3", "location": "Kolkata", "name": "Anik Mondal", "summary": "AAC '21 Finalist | Maverick 2.0 Winner | IIT KGP '23" } ]
[]
[ { "activity_status": "Liked by Aakanksha Budhiraja", "link": "https://www.linkedin.com/signup/cold-join", "title": "From PECFEST to FORBES Take a bow Apaksh Gupta you're a delight.Dheeraj Sanghi Sir,One of our own made it to the #30Under30 Club in The Class of…" } ]
[]
[]
[]
null
null
null
null
null
null
null
null
4,632
aakanksha-pevekar
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakanksha sunil
pevekar
aakanksha sunil pevekar
Associate at McKinsey & Company
associate mckinsey & company
constantly seek apply experience working retail , consumer good , consulting non-profit education , field strategy , marketing , category management analytics , love problem-solving innovation .
u
united state america
greater chicago area
null
[ { "company": "McKinsey & Company", "company_linkedin_profile_url": "https://www.linkedin.com/company/mckinsey", "description": null, "ends_at": null, "location": "Chicago, Illinois, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHrXWvRu8dZmA/company-logo_100_100/0/1646088932072?e=1655942400&v=beta&t=qXiTZGmO11B0nysVPZYF4hCYbPoNSjQ5UyiqzXilGC4", "starts_at": { "day": 1, "month": 8, "year": 2020 }, "title": "Associate" }, { "company": "McKinsey & Company", "company_linkedin_profile_url": "https://www.linkedin.com/company/mckinsey", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2019 }, "location": "Greater Chicago Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHrXWvRu8dZmA/company-logo_100_100/0/1646088932072?e=1655942400&v=beta&t=qXiTZGmO11B0nysVPZYF4hCYbPoNSjQ5UyiqzXilGC4", "starts_at": { "day": 1, "month": 6, "year": 2019 }, "title": "Summer Associate" }, { "company": "Myntra", "company_linkedin_profile_url": "https://www.linkedin.com/company/myntra", "description": "I drove initiatives pertaining to Strategy, Women's & Kids Fashion Categories, Emerging Categories and Catalogue Management. I was last driving a CxO-led project to curb customer product returns and developed a return attribution model among work done on several initiatives.\n\nPreviously developed a new customer micro segmentation model which was used across the organisation to identify target customers for personalized advertising and promotional campaigns.\nThe Micro-segmentation project and subsequent marketing automation won the award for Best Analytics Service in Marketing Analytics and the Excellence in Industry Application Award (B2C Sector) at the Big Data, Analytics & Insights Summit, 2017.", "ends_at": { "day": 31, "month": 5, "year": 2018 }, "location": "Bengaluru Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFyhEGLS46tCA/company-logo_100_100/0/1626158133454?e=1655942400&v=beta&t=IrPEGF1wO6R9beQU1ZiRM2vIHWmjEVtSOiFCFjfjs1U", "starts_at": { "day": 1, "month": 4, "year": 2017 }, "title": "Senior Analyst" }, { "company": "Myntra", "company_linkedin_profile_url": "https://www.linkedin.com/company/myntra", "description": "I provided comprehensive solutions to problem statements from the Marketing, Category Management (Fashion) and Finance divisions.\n\nI was responsible for uncovering and fixing 25+ data, logic and process issues in the existing Inventory Management System. This helped Accounting reduce costs from misclassification. I was commended by senior management for fostering cross-functional collaboration and encouraging adherence to best practices, as also for my tenacity in the face of problems that are very difficult to solve.\n\nAs stand-in lead of the Women's wear division of our fast fashion label, I facilitated the tripling of product portfolio and the exceeding of sales targets by 100% at high margins, and drove the label's marketing efforts.", "ends_at": { "day": 31, "month": 3, "year": 2017 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFyhEGLS46tCA/company-logo_100_100/0/1626158133454?e=1655942400&v=beta&t=IrPEGF1wO6R9beQU1ZiRM2vIHWmjEVtSOiFCFjfjs1U", "starts_at": { "day": 1, "month": 4, "year": 2015 }, "title": "Analyst" }, { "company": "Bhumi", "company_linkedin_profile_url": "https://www.linkedin.com/company/bhumiorg", "description": "I led a team of ~75 volunteers to provide ~230 underprivileged primary school children year-long Mathematics training and led the doubling of the program’s reach since the previous year. This was achieved through targeted expansion and innovative volunteer retention strategies, and re-invention of our content delivery practices.\n\nI was awarded ‘Changemaker of the Year’ twice (2017 and 2018) for efforts towards fundraising, event co-ordination and project evangelisation and was previously awarded the '100% Volunteer' Award for exceptional contribution towards fundraising and childcare management at the annual inter shelter-home sports fest - Nakshatra, 2017.\n\nIn other initiatives, I was responsible for collecting new year gifts worth ~6.4L INR (~$10,000) for ~800 children and also for arranging a meal for ~600 children and successfully managing the childcare team of ~30 volunteers at an inter shelter-home sports fest.\n\nI organised a Waste Segregation Awareness drive to help ~125 slum-dwelling families understand how their efforts can improve sanitation around their homes.", "ends_at": { "day": 31, "month": 5, "year": 2018 }, "location": "Bangalore", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGVdOsHEe1Rrw/company-logo_100_100/0/1625295544897?e=1655942400&v=beta&t=YbDvY8UjsV-MGH4y_BYhC5Mtl-S5ePez-COuBD1bk0M", "starts_at": { "day": 1, "month": 7, "year": 2016 }, "title": "Project Co-ordinator i.e., Regional Lead (earlier: Center/Event Lead)" }, { "company": "Mu Sigma", "company_linkedin_profile_url": "https://www.linkedin.com/company/mu-sigma", "description": "As lead analyst, I drove projects to solve business problems primarily in the Marketing domain. I was responsible for mentoring the team’s recruits on the essentials of problem solving.\n\nI received a client endorsed award given to <3% employees for “proactive ideas” and “managerial skills”. \n\nI was instrumental in converting a pilot engagement with one of the world’s largest automobile manufacturers into a long-term contract.\n\nI was featured, as a high-achieving, all-rounder employee who brings the arts to the workplace to create a richer work environment, in YourStory’s article on women at work in Mu Sigma (1 in 5 selected employees).", "ends_at": { "day": 31, "month": 3, "year": 2015 }, "location": "Bengaluru", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGBo5xq8-7p6g/company-logo_100_100/0/1519856804385?e=1655942400&v=beta&t=e_vrxzrnBIv85JvWC8gWO0WGRCZ-GJVEH0E9h4UejOI", "starts_at": { "day": 1, "month": 1, "year": 2014 }, "title": "Senior Business Analyst" }, { "company": "Mu Sigma", "company_linkedin_profile_url": "https://www.linkedin.com/company/mu-sigma", "description": "I was entrusted with driving our team’s interactions with our US-based client and used analytical tools to solve business problems across functions such as Marketing, Supply Chain and Sales. \n\nI conducted workshops for >130 employees on Business Communications and analytical tools as a Mentor and a Subject Matter Expert (SME) in two analytical tools - R & VBA;\n\nMy work on identifying precursors to Customer Attrition was integral to the conversion of a pilot contract with a Fortune 500 agricultural biotechnology giant into a long-term contract. \n\nI was commended with a ‘Spot Award’ for the single-handed automation of a ~30 hour client-end monthly exercise, reducing it to a 5 minute click-and-run. The successful project execution led to more such projects being brought to the team thereby increasing client engagement.", "ends_at": { "day": 31, "month": 12, "year": 2013 }, "location": "Bengaluru Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGBo5xq8-7p6g/company-logo_100_100/0/1519856804385?e=1655942400&v=beta&t=e_vrxzrnBIv85JvWC8gWO0WGRCZ-GJVEH0E9h4UejOI", "starts_at": { "day": 1, "month": 7, "year": 2012 }, "title": "Business Analyst" }, { "company": "Samsung India Electronics - Software Engineering Lab, Noida", "company_linkedin_profile_url": null, "description": "Developed an Android based functional Live Wallpaper App\nOffered solutions to fine tune and troubleshoot new releases of proprietary Samsung Apps", "ends_at": { "day": 31, "month": 5, "year": 2012 }, "location": "Noida Area, India", "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 2012 }, "title": "Software Development Intern" } ]
[ { "degree_name": "Master of Business Administration - MBA", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2020 }, "field_of_study": "Entrepreneurship, Operations Management, Business Analytics", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQG2EMlnW7YBuQ/company-logo_100_100/0/1568753052017?e=1655942400&v=beta&t=33jlCNG5Qh9UGJVHeXBTYN3STmmgSnh1Y_eG9kl4iak", "school": "The University of Chicago Booth School of Business", "school_linkedin_profile_url": "https://www.linkedin.com/school/universityofchicagoboothschoolofbusiness/", "starts_at": { "day": 1, "month": 1, "year": 2018 } }, { "degree_name": "Bachelor of Engineering (B.E.)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2012 }, "field_of_study": "Computer Science and Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQH66KkTTZFJ2A/company-logo_100_100/0/1583383285167?e=1655942400&v=beta&t=bykz-Owl1WmtFxGC7Ag10nNBirNXxceXHnEzpUo3DNk", "school": "Manipal Institute of Technology", "school_linkedin_profile_url": "https://www.linkedin.com/school/manipal-institute-of-technology/", "starts_at": { "day": 1, "month": 1, "year": 2008 } }, { "degree_name": "Computer Science", "description": "\tSchool Captain at Bishop Cotton Girls’ High School, Bengaluru\n\tIn the top 5 Ranks in ISC and ICSE in one of the top schools in Bengaluru\n\t1st Rank in Karnataka in the English Olympiad\n\tScored above 99 percentile in English, 96 percentile in Mathematics, 96 percentile in Verbal Reasoning in the Academic Aptitude and Achievement Test, 2006, ICSE, New Delhi\n\t72nd Rank in the country in the Indian Scholarship Examination, conducted by the National Council for Development of Education, 2005\n\tFeatured as a “Young Achiever” in The Hindu, in 2005", "ends_at": { "day": 31, "month": 12, "year": 2008 }, "field_of_study": null, "logo_url": null, "school": "Bishop Cotton Girls' School, Bengaluru", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 1994 } } ]
[ "English", "Hindi", "Kannada" ]
[]
[ { "description": "I wrote a novel that was published when I was 14 years old and critiqued in leading national dailies (The Hindu, Deccan Herald, The New Indian Express) and several other regional publications. I was subsequently featured on the regional news and as a Young Achiever on Radio Indigo (a leading Bangalore radio station).", "name": "The Maze of Doom", "published_on": { "day": 8, "month": 8, "year": 2004 }, "publisher": "Chetna Publications", "url": null } ]
[ { "description": "This is a Chicago Booth Merit-based Award given for excellence in academics, work experience, and service to the community.", "issued_on": { "day": 1, "month": 3, "year": 2018 }, "issuer": "The University of Chicago Booth School of Business", "title": "Chicago Booth 1898 Scholarship Award" }, { "description": null, "issued_on": { "day": 1, "month": 1, "year": 2014 }, "issuer": "Mu Sigma, Bengaluru", "title": "Impact Award for \"tremendous contribution to the client and the team through proactive ideas and managerial skills”" }, { "description": "This award was given to recognize work done on this first project on automated data management for the client which led to several other such engagements", "issued_on": { "day": 1, "month": 3, "year": 2013 }, "issuer": "Mu Sigma, Bengaluru", "title": "Spot Award for \"single-handed, end-to-end management and execution of the Forecast Model Data Management project”" } ]
[]
[]
[]
[ { "date_on": { "day": 1, "month": 3, "year": 2016 }, "description": null, "name": "GMAT", "score": "770" }, { "date_on": null, "description": null, "name": "TOEFL", "score": "119/120" } ]
[]
[ { "authority": "Coursera", "display_source": "www.coursera.org", "ends_at": null, "license_number": "EFAAYMTTU3MF", "name": "Microeconomics: The Power of Markets", "starts_at": { "day": 1, "month": 5, "year": 2017 }, "url": "https://www.coursera.org/account/accomplishments/records/EDW2RV2KXUK2" }, { "authority": "Coursera", "display_source": "www.coursera.org", "ends_at": null, "license_number": "JB939AL2QMBY", "name": "The Power of Macroeconomics: Economic Principles in the Real World", "starts_at": { "day": 1, "month": 5, "year": 2017 }, "url": "https://www.coursera.org/account/accomplishments/records/RLPDSX5W38UT" }, { "authority": "Coursera", "display_source": "www.coursera.org", "ends_at": null, "license_number": "LT677AJE35J5", "name": "Introduction to Corporate Finance", "starts_at": { "day": 1, "month": 3, "year": 2017 }, "url": "https://www.coursera.org/account/accomplishments/records/QVL7HX474U7C" } ]
500
[ { "link": "https://www.linkedin.com/in/vineethaathrey", "location": "Durham, NC", "name": "Vineetha Athrey", "summary": "Summer Associate at McKinsey & Company | Duke | Keller Scholar" }, { "link": "https://www.linkedin.com/in/erinslemp", "location": "Chicago, IL", "name": "Erin Slemp", "summary": "Associate, McKinsey & Company" }, { "link": "https://www.linkedin.com/in/patriciarenyut", "location": "Austin, TX", "name": "Patricia Renyut", "summary": "Associate at McKinsey & Company" }, { "link": "https://www.linkedin.com/in/keith-harris-82786b60", "location": "Royal Oak, MI", "name": "Keith Harris", "summary": "Associate at McKinsey & Company" }, { "link": "https://www.linkedin.com/in/katie-allsop", "location": "Chicago, IL", "name": "Katie Allsop", "summary": "Economic Consultant | Booth MBA | MIT" }, { "link": "https://www.linkedin.com/in/danliubovich", "location": "Shrewsbury, MA", "name": "Dan Liubovich", "summary": "Product Development & Procurement Fellow at McKinsey & Company" }, { "link": "https://www.linkedin.com/in/michael-showak", "location": "Chicago, IL", "name": "Mike Showak", "summary": "Engagement Manager at McKinsey & Company" }, { "link": "https://www.linkedin.com/in/brian-slemp", "location": "Homer Glen, IL", "name": "Brian Slemp", "summary": "Process and Process Safety Engineer" }, { "link": "https://www.linkedin.com/in/jesseraygarcia", "location": "Los Angeles, CA", "name": "J. Ray Garcia", "summary": "Summer Associate at Deloitte | MBA Candidate | USC Marshall School of Business" }, { "link": "https://www.linkedin.com/in/harsha-nagaraj-85751b5", "location": "Austin, Texas Metropolitan Area", "name": "Harsha Nagaraj", "summary": "Senior Manager at Deloitte, M&A professional" }, { "link": "https://www.linkedin.com/in/vanditakamath157", "location": "Philadelphia, PA", "name": "Vandita Kamath", "summary": "MBA Candidate at The Wharton School" }, { "link": "https://www.linkedin.com/in/tj-mihelic-6120a591", "location": "Greater Chicago Area", "name": "TJ Mihelic", "summary": "MBA Candidate at University of Michigan Ross School of Business" }, { "link": "https://www.linkedin.com/in/joshua-hoover-799797b0", "location": "Knoxville, TN", "name": "Joshua Hoover", "summary": "Cyber Engineer at Deloitte" }, { "link": "https://www.linkedin.com/in/rajat-goel-a9513715", "location": "Ann Arbor, MI", "name": "Rajat Goel", "summary": "Associate at Mckinsey & Company | Amazon | Entrepreneur | Bain" }, { "link": "https://www.linkedin.com/in/benedict-sumah", "location": "Atlanta, GA", "name": "Benedict M. Sumah", "summary": "Consulting | Product Management | Pricing" }, { "link": "https://www.linkedin.com/in/abhisek-ghosh", "location": "New York City Metropolitan Area", "name": "Abhisek Ghosh", "summary": "Management Consulting | Development | Entrepreneurship" } ]
[ "Abhishek Bhardwaj\n \n \n\n\n\n \n \n \n \n \n\n \n I worked with Aakanksha as part of the city leadership team for Bangalore for the Mathematics project of the non-profit Bhumi, as a direct reportee. It was a real privilege and honour to have been able to contribute to a high-performing team, thanks to Aakanksha's exemplary leadership skills. Her ability to guide the direction of the group, keep a singular focus and be empathetic, all at the same time, is inimitable. She proactively analyzes every problem and comes up with practical solutions, following which she helps the team with guided implementation, as and when required. Her excellent communication and delegation skills eliminate the need for micromanagement, endearing her to her peers. Her penchant for 'leaving a situation in a better state than you received it in' was a real inspiration to me personally. \nIt was a pleasure working with Aakanksha and I hope to have a similar opportunity in the future again.", "Venkatesh PR\n \n \n\n\n\n \n \n \n \n \n\n \n Having worked with Aakanksha for more than a year now, I can definitely say she is one of a kind. I've seen her drive multiple initiatives for Strategy and Category, given we work with complementary business functions. She has the vision to go big, the clarity to know what is and is not required along the way, the dedication and the discipline to pursue it, and the humility to course-correct when things go south. And for someone who is 'all-in' professionally, her life outside work amazed me even more. A routine filled with dancing sessions, singing sessions, carrying out responsibilities as a regional-lead with an NGO along with the kind of demanding work we do at Myntra, is an achievement in itself. Personally, it's always fun catching up with her, be it about Hollywood movies, comic-book heroes, tastes in music, society, cultures, human behavior psychology and what not. Wishing her all the luck for the journey ahead!" ]
[ { "activity_status": "Liked by Aakanksha Sunil Pevekar", "link": "https://www.linkedin.com/signup/cold-join", "title": "Don’t let a language make you insecure.I was very insecure about my fluency in English and my heavy Indian accent. So much so that when Stanford’s…" }, { "activity_status": "Liked by Aakanksha Sunil Pevekar", "link": "https://www.linkedin.com/signup/cold-join", "title": "This is about as motivational as we’re gonna get on here" }, { "activity_status": "Liked by Aakanksha Sunil Pevekar", "link": "https://www.linkedin.com/signup/cold-join", "title": "A first look at the final, hardcover version of my book. It's surreal. As I flip through the beautiful, bound book and see the full-color photos of…" } ]
[]
[]
[ { "name": "Ecommerce Experts. #1 Group for Ecommerce Best Practices.", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHjE0iucpcjGA/group-logo_image-shrink_92x92/0/1525133052173?e=1647691200&v=beta&t=j7-8GYUXYWLY1c6eLm5XdZqivzIrzTNKRpv5ByIl-CM", "url": "https://www.linkedin.com/groups/73825" }, { "name": "Internet of Things Group - (IoT)", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQHiHyCZN-MGZw/group-logo_image-shrink_92x92/0/1631005306845?e=1647691200&v=beta&t=gSKG2p_3DVDB6AfgPk10_lwrVn0Sn-Dj1r9Ukp5Qk6Q", "url": "https://www.linkedin.com/groups/66465" }, { "name": "YOUNG INDIAN ENTREPRENEURS", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQHNk62ENHGhcQ/group-logo_image-shrink_200x200/0/1631427868354?e=1647691200&v=beta&t=oB3zs0Eg1Y2HpQRjPEoVEqOBuF2GlxtEkLzL63ve8L0", "url": "https://www.linkedin.com/groups/44512" }, { "name": "InternetRetailing - for leaders in ecommerce and multichannel retail", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGFIzrYXdCTwQ/group-logo_image-shrink_200x200/0/1631366791203?e=1647691200&v=beta&t=K4w0Wb88jZjWsBK4kr8tXxXJDquIL3EbLgaYUcf4jow", "url": "https://www.linkedin.com/groups/35266" }, { "name": "Chicago GSB India Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHAHd7WI5veAw/group-logo_image-shrink_200x200/0/1631365316394?e=1647691200&v=beta&t=SsMFRgDVzW35X5e4CmtxpZ7pjP2lnwi-ITIKrKLlfHU", "url": "https://www.linkedin.com/groups/118643" }, { "name": "Shopper Insights & Brand Experience", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGsE_tfolOYIQ/group-logo_image-shrink_200x200/0/1631373154742?e=1647691200&v=beta&t=q0zkLxvu3uc7sENOEva0frx7gFnLn49PYmct7JAEHaU", "url": "https://www.linkedin.com/groups/39139" }, { "name": "Digital Marketing: Social Media, Search, Mobile & more", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHC_dtoraLgkA/group-logo_image-shrink_200x200/0/1631359166603?e=1647691200&v=beta&t=0TGi9o7TIEtc9VKelnmm2A5qZRk2jOUtyhh8MrrDF7w", "url": "https://www.linkedin.com/groups/100358" }, { "name": "The University of Chicago Alumni", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQF2WhRdz4ChcA/group-logo_image-shrink_92x92/0/1631009175305?e=1647691200&v=beta&t=dovqhIeFA1HzTdlFJsvKoP03d96lI6btLovzWLYBkG4", "url": "https://www.linkedin.com/groups/71846" }, { "name": "Retail Industry Professionals Worldwide", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGfSp-W7Ocfng/group-logo_image-shrink_92x92/0/1630998344284?e=1647691200&v=beta&t=W4BH17VlvR2GrZfJZJww7twXO2LExdCcYxRQJ6cNJ_c", "url": "https://www.linkedin.com/groups/86057" }, { "name": "Chicago Booth Women's Network", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQGoB34ScRBMVA/group-logo_image-shrink_200x200/0/1631431145732?e=1647691200&v=beta&t=BUW361Kx7njncDGLuYly7ioxMEalnX9_wzJVxNwK_W8", "url": "https://www.linkedin.com/groups/4336041" }, { "name": "Engage for Good", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQHvzZCB7EtD8Q/group-logo_image-shrink_200x200/0/1631370399216?e=1647691200&v=beta&t=8gsdwSxy7SCmf4GnZhm_WdbRoPSSfImWjvILKsUzss0", "url": "https://www.linkedin.com/groups/1767857" } ]
null
null
null
null
null
null
null
null
4,653
aakanksha-prasad
https://media-exp1.licdn.com/dms/image/C4D03AQFEV6RrR71kzg/profile-displayphoto-shrink_200_200/0/1604879261432?e=2147483647&v=beta&t=RpGAqjd_ocDx3cId7VSjQw5XyvTS03JVj7_oPsdGg_o
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakanksha
prasad
aakanksha prasad
Software Engineer 2 at Microsoft
software engineer ii microsoft
pursued master ' computer science stony brook university . 3+ year experience software development ml . worked go , python , javascript , kubernetes , docker & web development framework like react angular . briefly dabbled tableau qlikview visualize data performed root cause analysis pain point faced organization .
u
united state america
greater seattle area
null
[ { "company": "Microsoft", "company_linkedin_profile_url": "https://www.linkedin.com/company/microsoft", "description": null, "ends_at": null, "location": "Seattle, Washington, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_100_100/0/1618231291419?e=1655942400&v=beta&t=lzKVkVuf-McwnYzrrz9ib7uQFSgowMUHhH_KDAbw3y0", "starts_at": { "day": 1, "month": 3, "year": 2022 }, "title": "Software Engineer 2" }, { "company": "Microsoft", "company_linkedin_profile_url": "https://www.linkedin.com/company/microsoft", "description": null, "ends_at": { "day": 28, "month": 2, "year": 2022 }, "location": "Seattle, Washington, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_100_100/0/1618231291419?e=1655942400&v=beta&t=lzKVkVuf-McwnYzrrz9ib7uQFSgowMUHhH_KDAbw3y0", "starts_at": { "day": 1, "month": 2, "year": 2021 }, "title": "Software Engineer" }, { "company": "Rewriting the Code", "company_linkedin_profile_url": "https://www.linkedin.com/company/rewriting-the-code", "description": null, "ends_at": { "day": 30, "month": 9, "year": 2021 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFXsxKx8RHwug/company-logo_100_100/0/1640097726558?e=1655942400&v=beta&t=FJrF_oNKKQ1u7ckTEGMRFECJpBvqBch6TZPz2w8VrsU", "starts_at": { "day": 1, "month": 9, "year": 2020 }, "title": "Member" }, { "company": "Apple", "company_linkedin_profile_url": "https://www.linkedin.com/company/apple", "description": "• Responsible for building a dashboard to identify the current state and issues in four core components of Kubernetes cluster.\n• Built interfaces to scrape and use metrics from Prometheus and job execution-workflows using Go that reduced 40 clicks to 4.\n• Reduced 15 minutes of manual intervention to 4 minutes per status check of the Kubernetes clusters.\n• Optimized performance by implementing cache using Redis thereby improving load time from 12s to 6ms.", "ends_at": { "day": 31, "month": 8, "year": 2020 }, "location": "United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHdAaarsO-eyA/company-logo_100_100/0/1595530301220?e=1655942400&v=beta&t=lXP662hMk1zfbIVzKnghCZiIqJ7XeePPO8E-MoT5fWQ", "starts_at": { "day": 1, "month": 6, "year": 2020 }, "title": "Full Stack Intern - Maps at Apple" }, { "company": "Verizon", "company_linkedin_profile_url": "https://www.linkedin.com/company/verizon", "description": "• Saved 4000 employee hours by predicting the optimal assignment group with structured and unstructured data as inputs to resolve the ticket assignment problem.\n• Enhanced employee experience using Tableau to perform root cause analysis of factors leading to ticket creation in collaboration tools.\n• Slashed tickets by 24% by identifying key areas of pain points faced by business and provided actionable insights on the highest ticket generating unit of the company.\n• Spearheaded an optimized Key Performance Indicators dashboard depicting weekly trends of the incident tickets to empower operational and exploratory analysis using Qlik View.", "ends_at": { "day": 31, "month": 7, "year": 2019 }, "location": "Chennai, Tamil Nadu, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHAiVb75wIpDQ/company-logo_100_100/0/1645721742845?e=1655942400&v=beta&t=EJhgPS8YHpG2nKlT1Ahkl9zXcz9zkBiG-nMutIZTIDY", "starts_at": { "day": 1, "month": 11, "year": 2018 }, "title": "Analyst" }, { "company": "Verizon", "company_linkedin_profile_url": "https://www.linkedin.com/company/verizon", "description": "• Instrumental in the end to end full-stack development of large-scale indoor navigation system primarily in Angular 2, Node.js, Neo4j and MySQL for Verizon’s premises.\n• Designed, developed and implemented REST API’s using Node.js", "ends_at": { "day": 30, "month": 11, "year": 2018 }, "location": "chennai", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHAiVb75wIpDQ/company-logo_100_100/0/1645721742845?e=1655942400&v=beta&t=EJhgPS8YHpG2nKlT1Ahkl9zXcz9zkBiG-nMutIZTIDY", "starts_at": { "day": 1, "month": 7, "year": 2016 }, "title": "Software Engineer" }, { "company": "IEEE", "company_linkedin_profile_url": "https://www.linkedin.com/company/ieee", "description": null, "ends_at": { "day": 30, "month": 11, "year": 2013 }, "location": "chennai", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGoRdJYxmIDhQ/company-logo_100_100/0/1519856132409?e=1655942400&v=beta&t=oQ5stmUNSbMq1m3jMNOcSSV_xOKx2CnNLq_anMOfMas", "starts_at": { "day": 1, "month": 8, "year": 2013 }, "title": "Android Internship" } ]
[ { "degree_name": "Master's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2020 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHOeNb0KmKXYQ/company-logo_100_100/0/1619093642837?e=1655942400&v=beta&t=tOU5kJKZ3TNLKYijzrXRoWVTpRL0Wkv0dIRsw-VpUJg", "school": "Stony Brook University", "school_linkedin_profile_url": "https://www.linkedin.com/school/stony-brook-university/", "starts_at": { "day": 1, "month": 1, "year": 2019 } }, { "degree_name": "Bachelor’s Degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2016 }, "field_of_study": "computer science and engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEpZyTSZY9YlQ/company-logo_100_100/0/1519897730494?e=1655942400&v=beta&t=J8qcnn-fMVl-e2gyBSirFUpvXx3zdAw1__HHg45Vtv4", "school": "Anna University", "school_linkedin_profile_url": "https://www.linkedin.com/school/anna-university/", "starts_at": { "day": 1, "month": 1, "year": 2012 } } ]
[ "English", "Hindi" ]
[]
[]
[ { "description": "security hackathon", "issued_on": { "day": 1, "month": 11, "year": 2017 }, "issuer": "Verizon", "title": "Capture the Flag" } ]
[]
[]
[ { "description": "Our team worked on a real time fault detection project in 2 day BOS (Business Office Solution) Speedathon. We created APIs in Spring Boot as well as the UI integration for the utility screen which helped to detect fault in the api response across all Verizon channels. The faulty response could be seen and response from other channels could be used for comparison through a drop down list.", "ends_at": null, "starts_at": { "day": 1, "month": 2, "year": 2018 }, "title": "BOS Speedathon", "url": null }, { "description": "As a team, we worked together to create an Employee Assistance chatbot using Lex AWS Service. The Bot used serverless Lambda Functions for api integration and intent response. The architecture included the use of SNS to trigger another lambda to put responses in S3, and also the use of Dynamo DB for employee data. It had functionalities like voice recognition, giving employee details, booking cabs, scheduling webex meetings, raising trouble tickets, etc for enriching the employee experience", "ends_at": null, "starts_at": { "day": 1, "month": 9, "year": 2017 }, "title": "Employee Assistant Chatbot- AWS Hackathon", "url": null }, { "description": null, "ends_at": null, "starts_at": null, "title": "Chennai transport", "url": null }, { "description": null, "ends_at": null, "starts_at": null, "title": "Conversion of 2D slices to 3D model and detection of clog in artery", "url": null }, { "description": null, "ends_at": null, "starts_at": null, "title": "tab keeper", "url": null } ]
[]
[]
[ { "authority": "Udemy", "display_source": "ude.my", "ends_at": null, "license_number": "UC-FQ01WPFS", "name": "R-beginner level online course", "starts_at": { "day": 1, "month": 4, "year": 2018 }, "url": "http://ude.my/UC-FQ01WPFS" } ]
500
[]
[ "Mark Clarkson\n \n \n\n\n\n \n \n \n \n \n\n \n It was a pleasure working with Aakanksha at Apple. She started as an Intern in a very difficult climate, that being a remote worker in Covid-19 times. Not only that, she worked 3 time zones away!\n\nShe was very keen to get started on learning the tools, infrastructure and processes that she would need to use to complete her project. When I provided her with details of the above items, she did her best to learn everything she could about them. While she asked questions about things that were difficult to understand, she did not ask the same question twice, but also did not fear asking questions.\n\nI was also impressed by her ability to pick up Go and write it as though it was the only language she knew (it is not). She had not done any Go programming prior to Apple but she quickly became adept at it.\n\nI was very impressed that she was able to complete her project given the tight timelines, disjoint work schedules and other challenges that we had to work around during the pandemic.\n\nI would definitely work with Aakanksha again if I had the chance." ]
[]
[ { "link": "https://in.linkedin.com/in/aakanksha-prasad-503583179", "location": "Mumbai", "name": "Aakanksha Prasad", "summary": "Customer Success Manager at GoComet" }, { "link": "https://in.linkedin.com/in/aakanksha-prasad-315326132", "location": "India", "name": "Aakanksha Prasad", "summary": "Student at Raipur Institute of Technology Chhatona, Mandir Hasaud,Raipur." }, { "link": "https://www.linkedin.com/in/aakanksha-prasad-8221936", "location": "Lewes, DE", "name": "Aakanksha Prasad", "summary": "Medical Director and Hematology Oncology Physician" }, { "link": "https://in.linkedin.com/in/aakanksha-prasad-333bba5b", "location": "Mumbai", "name": "Aakanksha Prasad", "summary": "MBA-HR Batch of 2021-2023\nKJ Somaiya Institute of Management" } ]
[]
[ { "name": "F1 visa Job Seekers", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQHxxrCBekbQrQ/group-logo_image-shrink_92x92/0/1630996482680?e=1647691200&v=beta&t=q5fzYvstFSzyVSpZlarSnnQX4iSMVTMGOHbr4TP9eCY", "url": "https://www.linkedin.com/groups/8962200" }, { "name": "Women in Computer Science at Stony Brook University", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/8543587" }, { "name": "Microsoft University Recruiting Team", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFO-fto2EJ1cg/group-logo_image-shrink_92x92/0/1631008161791?e=1647691200&v=beta&t=88TPMhMHrmFApPhLL9N7VoPpOXIdYDWDsAMKdH5o_kw", "url": "https://www.linkedin.com/groups/12125564" }, { "name": "Grace Hopper Celebration of Women in Computing", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFNz6ml3Tt0zg/group-logo_image-shrink_200x200/0/1631370143995?e=1647691200&v=beta&t=kyO4oNW7w46Y9Si4UQcYjKGAMDyQBB1cmoPfO5o-I0E", "url": "https://www.linkedin.com/groups/2118727" } ]
null
null
null
null
null
null
null
null
4,655
aakanksha-sri
https://media-exp1.licdn.com/dms/image/C5603AQGIMJUGMcQt3g/profile-displayphoto-shrink_200_200/0/1622910034254?e=1652918400&v=beta&t=B-iiF3dVaGKYTrteIHBfhW9A-vMchO1RnQ1SA8NawnU
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakanksha
srinivasan
aakanksha srinivasan
Associate at McKinsey & Company
associate mckinsey & company
null
u
united state america
seattle
washington
[ { "company": "McKinsey & Company", "company_linkedin_profile_url": "https://www.linkedin.com/company/mckinsey", "description": "Digital Practice", "ends_at": null, "location": "Seattle, Washington, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHrXWvRu8dZmA/company-logo_100_100/0/1646088932072?e=1655942400&v=beta&t=qXiTZGmO11B0nysVPZYF4hCYbPoNSjQ5UyiqzXilGC4", "starts_at": { "day": 1, "month": 7, "year": 2021 }, "title": "Associate" }, { "company": "Kearney", "company_linkedin_profile_url": "https://www.linkedin.com/company/kearney", "description": null, "ends_at": { "day": 31, "month": 7, "year": 2020 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFVhJ7sMcKSWQ/company-logo_100_100/0/1646162626890?e=1655942400&v=beta&t=xs2QQBVgP8SKQKegAyXY4mZ4_70rjsM2ovQ_S8CZk1M", "starts_at": { "day": 1, "month": 6, "year": 2020 }, "title": "Summer Associate" }, { "company": "Amazon", "company_linkedin_profile_url": "https://www.linkedin.com/company/amazon", "description": "Refined price index calculation method at Amazon Fresh and secured executive buy-in for\nimplementation, leading to development of 3 new indices to assess basket-level competitiveness", "ends_at": { "day": 30, "month": 4, "year": 2020 }, "location": "Seattle, Washington, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=1655942400&v=beta&t=AVKhS-aqZ8h_yaf-McQWAc1jIlHiawZrjoadhfnNFOM", "starts_at": { "day": 1, "month": 3, "year": 2020 }, "title": "Senior Product Manager Intern" }, { "company": "Freshworks", "company_linkedin_profile_url": "https://www.linkedin.com/company/freshworks-inc", "description": "• Identified unmet customer needs with support and product management teams and designed\nself-service resources to reduce churn, achieving engagement 10-20% above industry average\n• Devised market entry strategy by providing partners with product positioning and introducing\ninternational trade show representation, resulting in 100+ new leads\n• Conducted competitor analysis and identified buyer personas by studying industry landscape\nand use cases, enabling sales teams to increase monthly recurring revenue by > $1m", "ends_at": { "day": 31, "month": 7, "year": 2019 }, "location": "Chennai Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEMmIbAfSLa6Q/company-logo_100_100/0/1634632719739?e=1655942400&v=beta&t=KbUoIDP6eLd3rPLum92OpVccbd2-qgrD-S8XgV8wptI", "starts_at": { "day": 1, "month": 9, "year": 2018 }, "title": "Product Marketing Specialist" }, { "company": "Rubina Watch Company", "company_linkedin_profile_url": "https://www.linkedin.com/company/rubina-watch-company", "description": "• Translated business priorities and customer requirements into product roadmap to launch e-\nmarketplace offering 10,000+ SKUs, creating first-ever event services platform in Singapore\n• Analyzed and proposed software for ticketing, CRM, and NLP search; obtained funding from\nleadership; and led implementation with 10+ developers to build better user experience\n• Researched local tax guidelines and managed API integration with payment platforms to\nensure timely payout to vendors and compliance with local regulations", "ends_at": { "day": 31, "month": 3, "year": 2018 }, "location": "Singapore", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGeQyQ8VFKKCQ/company-logo_100_100/0/1519875510549?e=1655942400&v=beta&t=G-95HWlolTaYyDOTMad517me5pJ0Uh3DVUy0wLKkT10", "starts_at": { "day": 1, "month": 2, "year": 2017 }, "title": "Manager, Website Development and Planning" }, { "company": "Indian Terrain Fashions Limited", "company_linkedin_profile_url": "https://www.linkedin.com/company/indian-terrain-fashions", "description": "• Conceptualized e-store loyalty program, recommendation engine, and outfit-based shopping\nby identifying customer expectations, increasing monthly sales by 110% in 1 year\n• Led team of 7 developers and UX designers to build mobile app supporting omni-channel\nfulfilment for footwear brand, overcoming space constraint at stores", "ends_at": { "day": 31, "month": 12, "year": 2017 }, "location": "Chennai, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQEFZbcdg-vjQQ/company-logo_100_100/0/1547116463708?e=1655942400&v=beta&t=b0rIM40Y9mA_WV9C8pZ0N_7LD9yFA3AgisynVdIA2CA", "starts_at": { "day": 1, "month": 8, "year": 2016 }, "title": "Deputy Manager, Marketing & Ecommerce" }, { "company": "Indian Terrain Fashions Limited", "company_linkedin_profile_url": "https://www.linkedin.com/company/indian-terrain-fashions", "description": "• Developed new process to aid coordination between back-office operations and warehouse to reduce stock-outs on website, leading to 20% decrease in customer complaints\n• Created campaigns in collaboration with ad agencies by aligning messaging with emotional\nand functional needs of customers, yielding 60% growth in social media following", "ends_at": { "day": 31, "month": 7, "year": 2016 }, "location": "Chennai, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQEFZbcdg-vjQQ/company-logo_100_100/0/1547116463708?e=1655942400&v=beta&t=b0rIM40Y9mA_WV9C8pZ0N_7LD9yFA3AgisynVdIA2CA", "starts_at": { "day": 1, "month": 8, "year": 2014 }, "title": "Assistant Manager, Marketing" }, { "company": "Indian Terrain Fashions Limited", "company_linkedin_profile_url": "https://www.linkedin.com/company/indian-terrain-fashions", "description": "• Revamped men's apparel e-store by mapping customer journey, enhancing order fulfilment\nexperience, and implementing one-click checkout, leading to 30% increase in web traffic\n• Built rebranding strategy by analyzing space and priorities across retail channels and aligning\nadvertising to company vision; strategy implemented at 800+ points of sale", "ends_at": { "day": 31, "month": 8, "year": 2014 }, "location": "Chennai, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQEFZbcdg-vjQQ/company-logo_100_100/0/1547116463708?e=1655942400&v=beta&t=b0rIM40Y9mA_WV9C8pZ0N_7LD9yFA3AgisynVdIA2CA", "starts_at": { "day": 1, "month": 2, "year": 2014 }, "title": "Management Trainee" }, { "company": "Logitech", "company_linkedin_profile_url": "https://www.linkedin.com/company/logitech", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2012 }, "location": "Singapore", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFE9royPosGZQ/company-logo_100_100/0/1647254569006?e=1655942400&v=beta&t=p1IvpwIM0nG_R4q6rMo6r4BwVIyQl-lhIxDNzFuDpkk", "starts_at": { "day": 1, "month": 6, "year": 2012 }, "title": "Marketing Intern" }, { "company": "The Coffee Bean & Tea Leaf", "company_linkedin_profile_url": "https://www.linkedin.com/company/the-coffee-bean-&-tea-leaf", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2011 }, "location": "Singapore", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQE3HqaM3DA9sg/company-logo_100_100/0/1624320377602?e=1655942400&v=beta&t=VaJ46-4lGUiJrkdPbYUQjNFim3Y5sH0ApelahUvUAcw", "starts_at": { "day": 1, "month": 6, "year": 2011 }, "title": "Business Development and Marketing Intern" } ]
[ { "degree_name": "Master of Business Administration - MBA", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2021 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEhm6CxadhHZg/company-logo_100_100/0/1584994142361?e=1655942400&v=beta&t=Asicc9Wg5n40keYmVaX796BZ_XLvcyy3jrhFLu9HqSI", "school": "University of Michigan - Stephen M. Ross School of Business", "school_linkedin_profile_url": "https://www.linkedin.com/school/michiganross/", "starts_at": { "day": 1, "month": 1, "year": 2019 } }, { "degree_name": "Psychology, Political Science", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2013 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHz-TKrwq2GFA/company-logo_100_100/0/1568284211628?e=1655942400&v=beta&t=pux9zP6ZWwGplt_Sueg2JgNux70uh9hPmtVnj4la770", "school": "Singapore Management University", "school_linkedin_profile_url": "https://www.linkedin.com/school/singapore-management-university/", "starts_at": { "day": 1, "month": 1, "year": 2009 } } ]
[]
[]
[]
[ { "description": null, "issued_on": null, "issuer": "Singapore Management University", "title": "Dean's List" }, { "description": null, "issued_on": null, "issuer": "University of Michigan", "title": "Dean's List" }, { "description": null, "issued_on": null, "issuer": "University of Michigan | Ross School of Business", "title": "J Ira Harris Merit Award" } ]
[]
[]
[]
[]
[ { "cause": "Economic Empowerment", "company": "Singapore Council Of Women's Organisation", "company_linkedin_profile_url": "https://www.linkedin.com/company/thescwo", "description": null, "ends_at": { "day": 30, "month": 4, "year": 2013 }, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEkRidkKJv1Vg/company-logo_100_100/0/1535691916070?e=1655942400&v=beta&t=gbZwkRsqmVrJ1R3THr8Yiu1NThZGRQQUqmtDDqq4wvc", "starts_at": { "day": 1, "month": 1, "year": 2013 }, "title": "Volunteer" } ]
[ { "authority": "HBX | Harvard Business School", "display_source": null, "ends_at": null, "license_number": null, "name": "HBX: Disruptive Strategy", "starts_at": null, "url": null } ]
500
[ { "link": "https://www.linkedin.com/in/emanueledavolio", "location": "Greater Chicago Area", "name": "Emanuele D'Avolio", "summary": "Associate at McKinsey & Company" }, { "link": "https://www.linkedin.com/in/demi-liu-3a343b64", "location": "Seattle, WA", "name": "Demi Liu", "summary": "Associate at McKinsey & Company" }, { "link": "https://www.linkedin.com/in/paul-dean", "location": "Washington DC-Baltimore Area", "name": "Paul Dean", "summary": "Associate at McKinsey & Company" }, { "link": "https://uk.linkedin.com/in/pedrohcaraujo", "location": "London", "name": "Pedro Araujo, CFA", "summary": "Associate at McKinsey & Company | LBS MBA 2021" }, { "link": "https://www.linkedin.com/in/arvind-sivakumaran-36489b44", "location": "New York, NY", "name": "Arvind Sivakumaran", "summary": "Associate at McKinsey & Company | Michigan Ross MBA '21" }, { "link": "https://www.linkedin.com/in/jjwp06", "location": "Washington DC-Baltimore Area", "name": "Jeff Park", "summary": "Associate at McKinsey & Company" }, { "link": "https://www.linkedin.com/in/danapparker", "location": "Avon Lake, OH", "name": "Dana Parker", "summary": "Associate at McKinsey & Company" }, { "link": "https://www.linkedin.com/in/ajitkrishnac", "location": "San Francisco, CA", "name": "Ajit Krishna Chilukuri", "summary": "Associate at McKinsey & Company" }, { "link": "https://www.linkedin.com/in/justin-nuckles", "location": "Los Angeles Metropolitan Area", "name": "Justin Nuckles", "summary": "Associate at McKinsey & Company" }, { "link": "https://www.linkedin.com/in/jake-bennett314", "location": "Chicago, IL", "name": "Jake Bennett", "summary": "Associate at McKinsey & Company" }, { "link": "https://www.linkedin.com/in/mithun-kalaga", "location": "New York, NY", "name": "Mithun Kalaga", "summary": "Associate at McKinsey & Company | NYU Stern MBA | BITS Pilani" }, { "link": "https://www.linkedin.com/in/andrewthoma", "location": "New York, NY", "name": "Andrew Thoma", "summary": "Associate Partner at McKinsey & Company" }, { "link": "https://www.linkedin.com/in/carmelocolon", "location": "Miami-Fort Lauderdale Area", "name": "Carmelo Colon III", "summary": "Engagement Manager at McKinsey & Company" }, { "link": "https://in.linkedin.com/in/a33368112", "location": "Chennai", "name": "Md Shayan", "summary": "Team Leader at McKinsey & Company" }, { "link": "https://www.linkedin.com/in/jaijayakumar", "location": "Chicago, IL", "name": "Jai Jayakumar", "summary": "Associate Partner at McKinsey & Company\n| Retail | Omnichannel | Strategy & Operations" }, { "link": "https://www.linkedin.com/in/merel-witteveen-997a5a21", "location": "Redwood City, CA", "name": "Merel Witteveen", "summary": "Head of Alliances at C3 AI | Ex-McKinsey | Olympic Medalist" }, { "link": "https://www.linkedin.com/in/christophernickelson", "location": "New York, NY", "name": "Christopher Nickelson", "summary": "Management Consultant | Veteran | Leader" }, { "link": "https://in.linkedin.com/in/asmita-sen-421ba11ab", "location": "Bengaluru", "name": "Asmita Sen", "summary": "EA" } ]
[]
[ { "activity_status": "Liked by Aakanksha Srinivasan", "link": "https://www.linkedin.com/signup/cold-join", "title": "What can CPGs do to build successful strategies in 2022? Together with my colleagues Jessica Moulton, Udo Kopka, René Schmutzler, and Warren…" }, { "activity_status": "Liked by Aakanksha Srinivasan", "link": "https://www.linkedin.com/signup/cold-join", "title": "\"The first surprise is in the big picture. If you want to work at any of the FAANG companies, focus on the six MBA programs that placed the most…" }, { "activity_status": "Liked by Aakanksha Srinivasan", "link": "https://www.linkedin.com/signup/cold-join", "title": "To all those folks who got let go by Peloton Interactive today - don't stress, keep going. Also, Microsoft is hiring in droves - apply here…" } ]
[ { "link": "https://in.linkedin.com/in/aakanksha-srinivasan-105b319a", "location": "Chennai", "name": "Aakanksha Srinivasan", "summary": "Senior Digital Content Producer at Times of India" } ]
[]
[ { "name": "YNG Community", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQHDm4H-_m7alg/group-logo_image-shrink_92x92/0/1631002615432?e=1647691200&v=beta&t=JY5yYsMRCla7nefR2IjoXXHTc06gxNKKWq8oTCDCXyA", "url": "https://www.linkedin.com/groups/4867250" }, { "name": "Michigan Ross - Indian Subcontinent Community (ISBA)", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQGUTJsh1L7RyA/group-logo_image-shrink_92x92/0/1631002299475?e=1647691200&v=beta&t=ijNOls2lja5pHrX3Ze3F0I-XH9vPiCLtV_0luEF13Hs", "url": "https://www.linkedin.com/groups/10542538" }, { "name": "Michigan Ross School of Business Alumni", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGgXsZND94Dww/group-logo_image-shrink_200x200/0/1631367409670?e=1647691200&v=beta&t=iKM5GV7Y7o7cctA400pn4eh8UF577Wd7hzebC92gEZ4", "url": "https://www.linkedin.com/groups/603" }, { "name": "Strategy Consulting Network", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGZpVEPMxPztg/group-logo_image-shrink_92x92/0/1525125046823?e=1647691200&v=beta&t=pX_1L0iVMExJNgzq9QP-kbhknUyUyK0ckNs9l_52nAc", "url": "https://www.linkedin.com/groups/1968923" } ]
null
null
null
null
null
null
null
null
4,661
aakankshaagnani
https://media-exp1.licdn.com/dms/image/C4E03AQHlsviNBA4S-Q/profile-displayphoto-shrink_200_200/0/1521005854998?e=1652918400&v=beta&t=pOWa64bnrzEfD3MdaV-B_agqaiWjlT_oJDypSJQnY8A
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakanksha
agnani
aakanksha agnani
Software Engineer at Microsoft
software engineer 2 microsoft
currently working software developer gap inc san francisco . completed master computer science ohio state university bachelor ’ degree computer science mumbai university , india . interned gap inc. software developer intern . previously worked teaching assistant ohio state university also 22 month experience working accenture , mumbai , india software engineer . good experience working software development life cycle agile methodology . worked project early stage hence great understanding end end process.i quick learner good leadership quality , demonstrated taking ownership delivery module project worked . team player good handling deadline strict time line believe make good fit profession .
u
united state america
seattle
washington
[ { "company": "Microsoft", "company_linkedin_profile_url": "https://www.linkedin.com/company/microsoft", "description": null, "ends_at": null, "location": "Seattle, Washington, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_100_100/0/1618231291419?e=1655942400&v=beta&t=lzKVkVuf-McwnYzrrz9ib7uQFSgowMUHhH_KDAbw3y0", "starts_at": { "day": 1, "month": 3, "year": 2022 }, "title": "Software Engineer" }, { "company": "Gap Inc.", "company_linkedin_profile_url": "https://www.linkedin.com/company/gap-inc-", "description": null, "ends_at": { "day": 31, "month": 3, "year": 2022 }, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFwKuIKgjUowA/company-logo_100_100/0/1616732115962?e=1655942400&v=beta&t=5J62Aw41q8Vt0yIYO2QbFhizGlquOmU_XOe3S5y17WU", "starts_at": { "day": 1, "month": 7, "year": 2015 }, "title": "Software Developer" }, { "company": "The Ohio State University", "company_linkedin_profile_url": "https://www.linkedin.com/company/the-ohio-state-university", "description": "Instructor of course - \"SpreadSheets and Databases\". \n\nResponsibilities\n- Taking lab sessions\n- Grading \n- Office hours for class", "ends_at": { "day": 31, "month": 5, "year": 2015 }, "location": "Columbus, Ohio Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEw433uw5btkQ/company-logo_100_100/0/1519856416206?e=1655942400&v=beta&t=5_Zp6Buewk3EnEAee3La568ZjqysYb7Wv_iXUXm2KzI", "starts_at": { "day": 1, "month": 1, "year": 2015 }, "title": "Teaching Assistant" }, { "company": "Gap Inc./Growth, Innovation & Digital", "company_linkedin_profile_url": "https://www.linkedin.com/company/gap-inc-", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2014 }, "location": "Ohio Resource center", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFwKuIKgjUowA/company-logo_100_100/0/1616732115962?e=1655942400&v=beta&t=5J62Aw41q8Vt0yIYO2QbFhizGlquOmU_XOe3S5y17WU", "starts_at": { "day": 1, "month": 6, "year": 2014 }, "title": "Summer Intern" }, { "company": "Accenture", "company_linkedin_profile_url": "https://www.linkedin.com/company/accenture", "description": "Worked as a PL/SQL resource", "ends_at": { "day": 31, "month": 7, "year": 2013 }, "location": "Mumbai Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHjvfNL_2AXIw/company-logo_100_100/0/1628018657141?e=1655942400&v=beta&t=X1Na4U8_Mqq9Vclubz2t-Wi5aomAsz_saSSRlpDjupU", "starts_at": { "day": 1, "month": 10, "year": 2011 }, "title": "Software Engineer" } ]
[ { "degree_name": "Master's degree", "description": "Specialization in Data Mining and Data Analytics", "ends_at": { "day": 31, "month": 12, "year": 2015 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEw433uw5btkQ/company-logo_100_100/0/1519856416206?e=1655942400&v=beta&t=5_Zp6Buewk3EnEAee3La568ZjqysYb7Wv_iXUXm2KzI", "school": "The Ohio State University", "school_linkedin_profile_url": "https://www.linkedin.com/school/the-ohio-state-university/", "starts_at": { "day": 1, "month": 1, "year": 2013 } }, { "degree_name": "Bachelor's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2011 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQG4sYsX-0yuMQ/company-logo_100_100/0/1590311159766?e=1655942400&v=beta&t=As5tlyCe0HYi4BUDyppBbWgvjaM1pJAUcNT9kaZm2KA", "school": "Thadomal Shahani Engineering College", "school_linkedin_profile_url": "https://www.linkedin.com/school/thadomal-shahani-engineering-college/", "starts_at": { "day": 1, "month": 1, "year": 2007 } } ]
[]
[]
[]
[]
[]
[ { "name": "Advanced Databases", "number": "-" }, { "name": "Advanced Operating systems", "number": "-" }, { "name": "Algorithms", "number": "-" }, { "name": "Artificial Intelligence", "number": "-" }, { "name": "Data Mining", "number": "-" }, { "name": "Foundation of Programming languages", "number": "-" }, { "name": "Statistics", "number": "-" } ]
[ { "description": "•\tCurrently working on developing a REST service to expose data to vendors for making business decisions.\n•\tAnalyzing data from Oracle database to fetch the required information for vendors and moving it to Mongo db to improve organization and usability.", "ends_at": null, "starts_at": { "day": 1, "month": 7, "year": 2016 }, "title": "Responsive Sourcing constraints", "url": null }, { "description": "• Systems purge style numbers and all associated data in order for the styles to be reusable in GAP systems. Applications that are considered systems of records for GAP data archive these styles prior to purging.", "ends_at": { "day": 31, "month": 1, "year": 2016 }, "starts_at": { "day": 1, "month": 10, "year": 2015 }, "title": "Archive and Purge", "url": null }, { "description": "•\tBuilding a web based dashboard for monitoring the workflow in the Distribution center. \n•\tThe aim is to have a graphical representation of the workflow, to be able to find where units of any given order can be found in the fulfillment process.", "ends_at": null, "starts_at": { "day": 1, "month": 1, "year": 2016 }, "title": "Distribution Center workflow APP", "url": null }, { "description": "• An integration project that sits between internal systems improving data flow between them while assuring data integrity.\n\n• Creates a single space to store foundational item data like size models and product hierarchy and facilitate accessibility", "ends_at": { "day": 31, "month": 10, "year": 2015 }, "starts_at": { "day": 1, "month": 7, "year": 2015 }, "title": "Item Foundation Remediation", "url": null }, { "description": "Studying the impact of sentiments of tweets related to product features in making product recommendations in games genre.\n \nFinding products with similar features to make recommendations about similar games that might interest people.", "ends_at": { "day": 31, "month": 5, "year": 2015 }, "starts_at": { "day": 1, "month": 8, "year": 2014 }, "title": "Product recommendations on Twitter using user reviews", "url": null }, { "description": "• Delivers a modern, responsive design to GAP Inc.’s brand of websites in an extendable and maintainable way.\n\n• Worked with a team for responsive redesign of retail site.", "ends_at": { "day": 31, "month": 8, "year": 2014 }, "starts_at": { "day": 1, "month": 6, "year": 2014 }, "title": "OneSite", "url": null }, { "description": "• An application that keeps track of skills and ratings updated by employees on their profiles and helps managers in projects staffing. Added peer review functionality, which validates the employee ratings on skills and improved application usability.\n\n• It allows Managers to start and end assessment periods during which employees are required to update their profile and request for review. The application is based on MVC Spring.", "ends_at": { "day": 31, "month": 8, "year": 2014 }, "starts_at": { "day": 1, "month": 6, "year": 2014 }, "title": "Skills Tool Development", "url": null }, { "description": "Used crowdsourcing (Amazon Mechanical Turk) along with implementation of Bottom Up Cubing (BUC) algorithm for n- dimension cubes to reduce the cost computation of finding interesting groups in the data cubes based on holistic measures", "ends_at": { "day": 30, "month": 4, "year": 2014 }, "starts_at": { "day": 1, "month": 1, "year": 2014 }, "title": "Implementation of crowdsourcing to reduce cube computation", "url": null }, { "description": "Involves building an estimation model/service from open datasets using the basic attributes of users such as name and location and estimate a set of more advanced attributes e.g. Income range", "ends_at": { "day": 30, "month": 4, "year": 2014 }, "starts_at": { "day": 1, "month": 1, "year": 2014 }, "title": "Psychographic/demographic data analysis – Astute Solutions", "url": null }, { "description": "Implemented a Lisp Interpreter in Java.", "ends_at": null, "starts_at": { "day": 1, "month": 1, "year": 2014 }, "title": "Lisp Interpreter", "url": null }, { "description": "Designed a database and website for BestBuy which processed customer orders for books. (MySQL database)", "ends_at": null, "starts_at": { "day": 1, "month": 8, "year": 2013 }, "title": "BestBuy", "url": null }, { "description": "Involved working on a Project Accounting module of Oracle Apps and providing production support.", "ends_at": { "day": 31, "month": 7, "year": 2013 }, "starts_at": { "day": 1, "month": 10, "year": 2012 }, "title": "Client - Storage Device Company in USA", "url": null }, { "description": "Worked on customization of their inventory systems using PL/SQL and Cramer modules - API, Imports and Interfaces. \n\nWorked on impact analysis of work modules.", "ends_at": { "day": 30, "month": 9, "year": 2012 }, "starts_at": { "day": 1, "month": 12, "year": 2011 }, "title": "Client - Telecom Company in Germany", "url": null }, { "description": "Developed a shopping recommender system. Recommendation list of items was given to user based on the past user transactions. \n\nThe list was further enhanced by providing recommendation of items which other similar customer bought.", "ends_at": null, "starts_at": { "day": 1, "month": 8, "year": 2010 }, "title": "Customer shopping list Recommender", "url": null }, { "description": "Developed an application which could send and store encrypted messages using encryption techniques. The encrypted messages could only be decrypted by the receiver using a password that was a unique key shared between sender and receiver.", "ends_at": null, "starts_at": { "day": 1, "month": 1, "year": 2010 }, "title": "Mobile application – sending encrypted messages", "url": null } ]
[]
[ { "cause": "Education", "company": "We Teach Science Foundation", "company_linkedin_profile_url": "https://www.linkedin.com/company/we-teach-science-foundation", "description": "Teach Math to a student from 8th Grade. \n\nResponsibilities:\nTake lectures every week and help student understand their curriculum and also help them with the problem worksheets.", "ends_at": null, "logo_url": null, "starts_at": { "day": 1, "month": 12, "year": 2015 }, "title": "Mentor" } ]
[]
500
[ { "link": "https://www.linkedin.com/in/jmorales1471", "location": "San Francisco, CA", "name": "John Morales", "summary": "Staff Software Engineer at Gap Inc." }, { "link": "https://www.linkedin.com/in/sivachandran-vairavan-3618ba112", "location": "Pleasanton, CA", "name": "Sivachandran Vairavan", "summary": "Software Engineer II at Gap Inc." }, { "link": "https://www.linkedin.com/in/harshitha-adivi-240414157", "location": "Columbus, Ohio Metropolitan Area", "name": "Harshitha Adivi", "summary": "Software Engineer at Gap Inc." }, { "link": "https://www.linkedin.com/in/sohalpatel2001", "location": "San Francisco Bay Area", "name": "Sohal Patel", "summary": "Sr Software Developer" }, { "link": "https://www.linkedin.com/in/pranav-sahu", "location": "Columbus, OH", "name": "Pranav Sahu", "summary": "Software Developer | CS Graduate from SUNY Binghamton" }, { "link": "https://www.linkedin.com/in/juanpolanco1", "location": "Dublin, CA", "name": "Juan Polanco", "summary": "Software Engineer at Gap Inc." }, { "link": "https://www.linkedin.com/in/sree-harshitha-a487161b9", "location": "San Francisco Bay Area", "name": "Sree Harshitha", "summary": "Senior Software Engineer at Gap" }, { "link": "https://www.linkedin.com/in/adonis-katicha-5895115", "location": "San Anselmo, CA", "name": "Adonis Katicha", "summary": "Senior Software Engineer at Gap Inc." }, { "link": "https://www.linkedin.com/in/joezamolo", "location": "San Francisco Bay Area", "name": "Joe Zamolo", "summary": "Software Engineer at Gap Inc." }, { "link": "https://www.linkedin.com/in/sudhakar-srigiri-704810142", "location": "Greater Seattle Area", "name": "Sudhakar Srigiri", "summary": "Software Developer" }, { "link": "https://www.linkedin.com/in/apoorva-v", "location": "San Francisco Bay Area", "name": "Apoorva V.", "summary": "Full Stack Java Developer at Gap Inc." }, { "link": "https://www.linkedin.com/in/sindhushreeramamurthy", "location": "San Francisco, CA", "name": "Sindhu Shree Rama Murthy", "summary": "Staff Software Engineer at Gap Inc." }, { "link": "https://www.linkedin.com/in/rama-p-915237159", "location": "Oakland, CA", "name": "Rama P", "summary": "iOS Engineer at Gap Inc." }, { "link": "https://www.linkedin.com/in/sudharshanadroit", "location": "San Francisco Bay Area", "name": "Sudharshan Muralidharan", "summary": "Software Engineer at DoorDash" }, { "link": "https://www.linkedin.com/in/aakanksha-kumar-12577a114", "location": "Seattle, WA", "name": "Aakanksha Kumar", "summary": "Software Development Engineer II at Amazon" }, { "link": "https://www.linkedin.com/in/asha-aggarwal-6172b37", "location": "Bellevue, WA", "name": "Asha Aggarwal", "summary": "Sr. Java Developer at AT&T" }, { "link": "https://www.linkedin.com/in/michaelfbyrne", "location": "Houston, TX", "name": "Michael Byrne", "summary": "Software Engineer at Chevron" }, { "link": "https://www.linkedin.com/in/abhinav-narne", "location": "United States", "name": "Abhinav Narne", "summary": "Software Developer | AWS Certified | Scrum Certified" }, { "link": "https://www.linkedin.com/in/suryatejach", "location": "Seattle, WA", "name": "Surya Chirravuri", "summary": "Software Engineer at Alphasights" } ]
[]
[]
[]
[]
[ { "name": "Develop4U.co - hire the best App Development company at Develop4U.co(Android,iOS, Web, Mobile,Voice)", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5107AQHFuStczgbaWA/group-logo_image-shrink_92x92/0/1630997822418?e=1647691200&v=beta&t=_qAsQZgrJzkDMo3Mxob-pwUrVFC6PhNR_UUkAU-NN8M", "url": "https://www.linkedin.com/groups/43875" }, { "name": "India Job Openings", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQEwBMhZ-njeDw/group-logo_image-shrink_200x200/0/1631378388360?e=1647691200&v=beta&t=vQilL-uGylpCESgeo0HR8OoCzCJ3dfv_VSPsOotEg3I", "url": "https://www.linkedin.com/groups/3657615" }, { "name": "ACM SIGKDD & Annual KDD Conference", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQHim4iSJWc41w/group-logo_image-shrink_200x200/0/1631435586473?e=1647691200&v=beta&t=tXLPrhNfKVZVFA-arPx1Yqf-1LJHrs1xnBwsbVRNz_8", "url": "https://www.linkedin.com/groups/160888" }, { "name": "GitHub Product Community", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQF8LDPrUGJRUw/group-logo_image-shrink_92x92/0/1632175733833?e=1647691200&v=beta&t=s5SXqlR5m_Ms6Xv9NFGS-dkwjFBv-qICuNQW9l6woMo", "url": "https://www.linkedin.com/groups/13971161" }, { "name": "Big Data and Analytics", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFNPg4NMiT96Q/group-logo_image-shrink_200x200/0/1630999429915?e=1647691200&v=beta&t=zM-cbf79n9trKPbixyD1iS6JGE_RU_JMAEFDL2G0SdA", "url": "https://www.linkedin.com/groups/4332669" }, { "name": "Java Developers", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQH3XVO_VOc2Og/group-logo_image-shrink_200x200/0/1631367059439?e=1647691200&v=beta&t=Py3xFKOwJ8ZAaw2MZiL6O0bgF1lUuKHJcW0lDtLY3nA", "url": "https://www.linkedin.com/groups/70526" }, { "name": "Java Developers Community (moderated)", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGMaF-KcuiUOw/group-logo_image-shrink_92x92/0/1637071355411?e=1647691200&v=beta&t=XVJhMmRTy0yEO6IujgMOossCKvoJTtIXqzSqTlYWrVE", "url": "https://www.linkedin.com/groups/3983267" } ]
null
null
null
null
null
null
null
null
4,664
aakankshamathuria
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakanksha
mathuria
aakanksha mathuria
Member Of Technical Staff at Oracle
member technical staff oracle
null
u
united state america
portland
oregon
[ { "company": "Oracle", "company_linkedin_profile_url": "https://www.linkedin.com/company/oracle", "description": null, "ends_at": null, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQG1QEQ426NXTw/company-logo_100_100/0/1634297700659?e=1655942400&v=beta&t=K5VWsE2Vp9gQ3NPbaBSqwlqvlUTfp3zTSQiANGIxDFU", "starts_at": { "day": 1, "month": 8, "year": 2020 }, "title": "Member Of Technical Staff" }, { "company": "Portland State University", "company_linkedin_profile_url": "https://www.linkedin.com/company/portland-state-university", "description": null, "ends_at": { "day": 31, "month": 7, "year": 2020 }, "location": "Portland, Oregon", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQH_VLQnA_rsgQ/company-logo_100_100/0/1645031459161?e=1655942400&v=beta&t=HmcM2FtqpcDgKwuxefh1vVITH6-ZzS2GddWjh9sep1g", "starts_at": { "day": 1, "month": 9, "year": 2018 }, "title": "Graduate Research Assistant" }, { "company": "Portland State University", "company_linkedin_profile_url": "https://www.linkedin.com/company/portland-state-university", "description": null, "ends_at": { "day": 31, "month": 5, "year": 2018 }, "location": "Portland, Oregon, USA", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQH_VLQnA_rsgQ/company-logo_100_100/0/1645031459161?e=1655942400&v=beta&t=HmcM2FtqpcDgKwuxefh1vVITH6-ZzS2GddWjh9sep1g", "starts_at": { "day": 1, "month": 1, "year": 2018 }, "title": "Research Intern" }, { "company": "Indian Institute Of Information Technology", "company_linkedin_profile_url": "https://www.linkedin.com/company/indian-institute-of-information-technology-allahabad-india", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2017 }, "location": "Allahabad, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQFVFXxLqxgX3g/company-logo_100_100/0/1519868048435?e=1655942400&v=beta&t=EbryCIUCxl8tflR7lwhBfo9DQBbAYWByQ-vglwmEYYk", "starts_at": { "day": 1, "month": 7, "year": 2017 }, "title": "Teaching Assistant, Information Retrieval" }, { "company": "Portland State University", "company_linkedin_profile_url": "https://www.linkedin.com/company/portland-state-university", "description": null, "ends_at": { "day": 31, "month": 7, "year": 2016 }, "location": "Portland, Oregon, USA", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQH_VLQnA_rsgQ/company-logo_100_100/0/1645031459161?e=1655942400&v=beta&t=HmcM2FtqpcDgKwuxefh1vVITH6-ZzS2GddWjh9sep1g", "starts_at": { "day": 1, "month": 5, "year": 2016 }, "title": "Research Intern" } ]
[ { "degree_name": "Master of Technology - MTech", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2018 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQFVFXxLqxgX3g/company-logo_100_100/0/1519868048435?e=1655942400&v=beta&t=EbryCIUCxl8tflR7lwhBfo9DQBbAYWByQ-vglwmEYYk", "school": "Indian Institute Of Information Technology", "school_linkedin_profile_url": "https://www.linkedin.com/school/indian-institute-of-information-technology-allahabad-india/", "starts_at": { "day": 1, "month": 1, "year": 2016 } }, { "degree_name": "Master of Science - MS", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2020 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQH_VLQnA_rsgQ/company-logo_100_100/0/1645031459161?e=1655942400&v=beta&t=HmcM2FtqpcDgKwuxefh1vVITH6-ZzS2GddWjh9sep1g", "school": "Portland State University", "school_linkedin_profile_url": "https://www.linkedin.com/school/portland-state-university/", "starts_at": { "day": 1, "month": 1, "year": 2018 } }, { "degree_name": "Bachelor of Technology - BTech", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2018 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQFVFXxLqxgX3g/company-logo_100_100/0/1519868048435?e=1655942400&v=beta&t=EbryCIUCxl8tflR7lwhBfo9DQBbAYWByQ-vglwmEYYk", "school": "Indian Institute of Information Technology", "school_linkedin_profile_url": "https://www.linkedin.com/school/indian-institute-of-information-technology-allahabad-india/", "starts_at": { "day": 1, "month": 1, "year": 2013 } } ]
[ "English", "Hindi" ]
[]
[ { "description": "With recent developments in deep networks, there have been significant advances in visual object detection and recognition. However, some of these networks are still easily fooled/hacked and have shown \"bag of features\" failures. Some of this is due to the fact that even deep networks make only marginal use of the complex structure that exists in real-world images, even after training on huge numbers of images. Biology appears to take advantage of such a structure, but how?\n\nIn our research, we are studying approaches for robust pattern matching using still, 2D Blocks World images based on graphical representations of the various components of an image. Such higher order information represents the \"structure\" of the visual object. Here we discuss how the structural information of an image can be captured in a Sparse Distributed Representation (SDR) loosely based on cortical circuits.\n\nWe apply probabilistic graph isomorphism and subgraph isomorphism to our 2D Blocks World images and achieve O (1) and O (n^k) complexity for an approximate match. The optimal match is an NP-Hard problem. The image labeled graph is created using OpenCV to find the object contours and objects' labels and a fixed radius nearest neighbor algorithm to build the edges between the objects. Pattern matching is done using the properties of SDRs. Our research shows the promise of applying graph-based neuromorphic techniques for pattern matching of images based on such structure.", "name": "Approximate Pattern Matching using Hierarchical Graph Construction and Sparse Distributed Representation", "published_on": { "day": 23, "month": 7, "year": 2019 }, "publisher": "ICONS '19 Proceedings of the International Conference on Neuromorphic Systems / ACM New York, NY, USA ©2019", "url": "https://dl.acm.org/citation.cfm?doid=3354265.3354286" } ]
[]
[]
[]
[ { "description": "Course project: Deep Learning Theory and Practices - Implemented a recommendation system using the Wide-Deep model. The system achieves both memorization and generalization together. The neural network is a combination of a feed-forward model with embeddings and a linear model with feature transformations for generic recommendation with sparse inputs.\n\nLanguages and Tools: Python, Google Colab, PyTorch", "ends_at": { "day": 30, "month": 6, "year": 2019 }, "starts_at": { "day": 1, "month": 5, "year": 2019 }, "title": "Built a Recommendation System using Wide-Deep model", "url": null }, { "description": "Course Project: Mathematical Foundation of Machine Learning - Implemented a Low-rank matrix completion system using GROUSE (Grassmannian Rank-One Update Subspace Estimation) algorithm, an online identification, and a tracking algorithm for subspaces using highly incomplete data.\n\nLanguages and Tools: Matlab", "ends_at": { "day": 30, "month": 6, "year": 2019 }, "starts_at": { "day": 1, "month": 5, "year": 2019 }, "title": "Low rank matrix completion using GROUSE algorithm", "url": "https://github.com/aakanksha14/Low-Matrix-Completion-GROUSE-Algorithm" }, { "description": "Course Project: System-on-chip using FPGAs - Implemented the classic NES game Duck Hunt, utilizing the Nexys4 DDR FPGA to run the game and an Android phone as a shooting device. The Android phone interfaces with the FPGA board using Bluetooth. Gyroscope information is used for moving the cursor on the screen. The game mechanics and logic are implemented using the MIPS core on the FPGA. The game is displayed on a monitor using a colorizer to a VGA output.\n\nLanguages and Tools: Verilog, MIPS Assembly, Java, ModelSim, Xilinx Vivado, Android Studio, Nexys4 DDR FPGA", "ends_at": { "day": 31, "month": 3, "year": 2019 }, "starts_at": { "day": 1, "month": 2, "year": 2019 }, "title": "Built Duck Hunt Game using Nexys4 DDR FPGA and Android device", "url": null }, { "description": "Course Project: Computer Vision - Implemented an embedded vision system with BeagleBone Blackboard and Logitech Internet Video camera. Did time analysis for different resolutions for edge detection and feature tracking methods.\n\nLanguage/s and Tool/s: Python, OpenCV, BeagleBone Blackboard", "ends_at": { "day": 31, "month": 3, "year": 2019 }, "starts_at": { "day": 1, "month": 2, "year": 2019 }, "title": "Time analysis for Embedded Vision System on Beagleboard", "url": null }, { "description": "Course Project: Microprocessor System Design - Designed and simulated a cache coherence system between a four-way set-associative instruction cache, an eight-way set associative data cache, and a shared cache using MESI protocol and LRU replacement policy.\n\nLanguage/s and Tool/s: Verilog, ModelSim", "ends_at": { "day": 30, "month": 11, "year": 2018 }, "starts_at": { "day": 1, "month": 10, "year": 2018 }, "title": "Built a Cache Coherence Simulator using MESI and LRU", "url": null }, { "description": "Course Project: Embedded Systems Programming - The aim of this project is to convert the mobile device orientation into color on the 360-degree color wheel. The color is being displayed on the app’s screen and also on the LED connected to an Android Things device. The orientation is determined using the accelerometer data sensor readings from the android sensor manager.\n\nLanguage/s and Tool/s: Java, Android Studio, Google Firebase, Bluetooth, Android Things", "ends_at": { "day": 30, "month": 11, "year": 2018 }, "starts_at": { "day": 1, "month": 10, "year": 2018 }, "title": "Built a Color display system using Accelerometer sensor (Wall of fame – runner up)", "url": null }, { "description": "Developed a software system which generates captions from the videos to describe the visual content and relationship among the visual features. This is done by summarizing the keyframes, creating classes for captions and train the system for the caption classes. For extracting features CNN model is used.\n\nAdvisor: Dr. Uma Shanker Tiwary", "ends_at": { "day": 31, "month": 12, "year": 2017 }, "starts_at": { "day": 1, "month": 8, "year": 2017 }, "title": "Built a system for Description of videos in the textual form", "url": null }, { "description": "Summer Project - The goal of the project was to develop algorithms that can convert sign language into textual form. A Kinect camera is used for recording the input depth data. The software works for numbers identification from 0 to 10 and also for a set of alphabets signs which are used all over the world that can be identified using the depth data. To detect and recognize signs, we pass the information regarding hands through three types of classifiers.\n\nAdvisor: Dr. Anupam Agarwal", "ends_at": { "day": 31, "month": 7, "year": 2017 }, "starts_at": { "day": 1, "month": 5, "year": 2017 }, "title": "Sign Language Alphabets and Digits Recognition using Kinect in Real Time", "url": null }, { "description": "This project is an extension of the project ‘Hybrid Intelligence Approach for 3D Bin Packing Problem’ with more than one container. The project is based on AI and ML techniques. The aim of the project is to place different kinds of boxes into different kinds of containers while maintaining high volume utility with minimum leftovers.\n\nAdvisor: Dr. Anupam Agarwal", "ends_at": { "day": 31, "month": 5, "year": 2016 }, "starts_at": { "day": 1, "month": 1, "year": 2016 }, "title": "Container Loading Optimization Problem", "url": null }, { "description": "The main purpose of this project is to place the boxes optimally and efficiently in a single container. We applied a discrete optimization method GH5E (greedy heuristic with five evaluations). This project is under the framework of 'Distributing Industrial Optimization Tasks to Rural Workers' under the collaboration between the University of Strathclyde and IIIT Allahabad. Final deployment would be at several rural BPO offices to show that industrial tasks can be outsourced to rural workers providing a sustainable source of skilled employment.\n\nAdvisor: Dr. Anupam Agarwal", "ends_at": { "day": 31, "month": 12, "year": 2015 }, "starts_at": { "day": 1, "month": 8, "year": 2015 }, "title": "Hybrid Intelligence Approach for 3D Bin Packing Problem", "url": null }, { "description": "Had done a research project on machine learning of high dimensional data using random projections. This is an applied computational theory project based on a generalization of Johnson-Lindenstrauss algorithm, proposed by Prof. Sharath Raghavendra from Virginia Tech. As a part of this project, I implemented k-mean clustering using reduced dimensions, k-means streaming, and coreset implementation to understand the algorithm proposed.", "ends_at": { "day": 31, "month": 7, "year": 2015 }, "starts_at": { "day": 1, "month": 5, "year": 2015 }, "title": "Study on Generalized Johnson Lindenstrauss Theorem", "url": null }, { "description": "Arduino is a fast prototyping platform that can be expanded for Internet of things. Intel Edison kit comprises of a powerful 22 nm SoC (system on chip) with an atom core and multiple sub systems. We implemented several functions.", "ends_at": null, "starts_at": null, "title": "Arduino and Intel Edison Hardware platform (Various implementations)", "url": null } ]
[]
[]
[]
500
[]
[ "Sasi Manipatruni\n \n \n\n\n\n \n \n \n \n \n\n \n Aakankha is bright and smart and has the mathematical acumen to do great work in computer sciences. I guided her during JEE preparation and found her to be an excellent student who works hard without breaking a sweat. I expect to see great things from her and recommend her for any opportunity she apples to." ]
[]
[]
[]
[]
null
null
null
null
null
null
null
null
4,684
aakanshanagwani
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakansha
nagwani
aakansha nagwani
Senior Software Engineer at Microsoft
software engineer
null
u
united state america
redmond
washington
[ { "company": "Microsoft", "company_linkedin_profile_url": "https://www.linkedin.com/company/microsoft", "description": null, "ends_at": null, "location": "Redmond, Washington, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_100_100/0/1618231291419?e=1655942400&v=beta&t=lzKVkVuf-McwnYzrrz9ib7uQFSgowMUHhH_KDAbw3y0", "starts_at": { "day": 1, "month": 3, "year": 2021 }, "title": "Senior Software Engineer" }, { "company": "Qualtrics", "company_linkedin_profile_url": "https://www.linkedin.com/company/qualtrics", "description": null, "ends_at": { "day": 31, "month": 3, "year": 2021 }, "location": "Seattle, Washington, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFFlw02mRulbw/company-logo_100_100/0/1625463067647?e=1655942400&v=beta&t=tZMm6QkFO7ZRg7WysVJ0hXKFL6IhN6sjMdgreuEf-aE", "starts_at": { "day": 1, "month": 3, "year": 2020 }, "title": "Software Engineer" }, { "company": "Microsoft", "company_linkedin_profile_url": "https://www.linkedin.com/company/microsoft", "description": "Working for Azure AD Groups Team", "ends_at": { "day": 29, "month": 2, "year": 2020 }, "location": "Greater Seattle Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_100_100/0/1618231291419?e=1655942400&v=beta&t=lzKVkVuf-McwnYzrrz9ib7uQFSgowMUHhH_KDAbw3y0", "starts_at": { "day": 1, "month": 9, "year": 2018 }, "title": "Software Engineer" }, { "company": "Microsoft", "company_linkedin_profile_url": "https://www.linkedin.com/company/microsoft", "description": "Worked for Desktop Outlook Client", "ends_at": { "day": 31, "month": 8, "year": 2018 }, "location": "Greater Seattle Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_100_100/0/1618231291419?e=1655942400&v=beta&t=lzKVkVuf-McwnYzrrz9ib7uQFSgowMUHhH_KDAbw3y0", "starts_at": { "day": 1, "month": 7, "year": 2016 }, "title": "Software Engineer" }, { "company": "Microsoft", "company_linkedin_profile_url": "https://www.linkedin.com/company/microsoft", "description": null, "ends_at": { "day": 31, "month": 7, "year": 2016 }, "location": "Hyderabad Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_100_100/0/1618231291419?e=1655942400&v=beta&t=lzKVkVuf-McwnYzrrz9ib7uQFSgowMUHhH_KDAbw3y0", "starts_at": { "day": 1, "month": 7, "year": 2013 }, "title": "Software Engineer" }, { "company": "babajob", "company_linkedin_profile_url": "https://www.linkedin.com/company/babajob", "description": "Worked for India’s largest website for job seeking in informal sector. Created dashboard with technologies like MVC, AngularJS, Bootstrap and d3.js to create a data visualization dashboard for decision making by the business.", "ends_at": { "day": 31, "month": 5, "year": 2013 }, "location": "Bengaluru Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGRGdqKDYL7OA/company-logo_100_100/0/1519867216533?e=1655942400&v=beta&t=cIiL268WcJeuzZLPpNvWQ56iTpT363OZ92GlefyG3l4", "starts_at": { "day": 1, "month": 1, "year": 2013 }, "title": "Software Development Intern" }, { "company": "Microsoft", "company_linkedin_profile_url": "https://www.linkedin.com/company/microsoft", "description": "Before the launch of Windows 8, I developed Microsoft Internal's first few apps around the Modern app programming. The app simplified the OEM Demand Planning process and reduced the manual efforts required. Using WCF-based services, I designed a XAML based app to automate the process in such a way that the referencing tracker for all the thousands of product keys can be enlisted as fast as possible. My proof of concept became the only work by a Microsoft Intern that year to become a major project picked up by the business.", "ends_at": { "day": 31, "month": 7, "year": 2012 }, "location": "Hyderabad Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_100_100/0/1618231291419?e=1655942400&v=beta&t=lzKVkVuf-McwnYzrrz9ib7uQFSgowMUHhH_KDAbw3y0", "starts_at": { "day": 1, "month": 5, "year": 2012 }, "title": "Intern" } ]
[ { "degree_name": "Bachelor of Engineering (BE)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2013 }, "field_of_study": "Computer Science and Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQH66KkTTZFJ2A/company-logo_100_100/0/1583383285167?e=1655942400&v=beta&t=bykz-Owl1WmtFxGC7Ag10nNBirNXxceXHnEzpUo3DNk", "school": "Manipal Institute of Technology", "school_linkedin_profile_url": "https://www.linkedin.com/school/manipal-institute-of-technology/", "starts_at": { "day": 1, "month": 1, "year": 2009 } } ]
[ "English", "Hindi", "Sindhi" ]
[]
[]
[]
[]
[]
[]
[]
[ { "cause": "Education", "company": "Volunteer Services Organization , Manipal University", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 31, "month": 3, "year": 2012 }, "logo_url": null, "starts_at": { "day": 1, "month": 8, "year": 2010 }, "title": "Volunteer" } ]
[]
395
[ { "link": "https://www.linkedin.com/in/ninika-sharma-6a5a6a51", "location": "Greater Seattle Area", "name": "Ninika Sharma", "summary": "Senior Software Developer at Microsoft" }, { "link": "https://www.linkedin.com/in/yeameen", "location": "Greater Seattle Area", "name": "Chowdhury Yeameen", "summary": "Senior Software Engineer at Microsoft" }, { "link": "https://www.linkedin.com/in/saiduttn", "location": "Greater Seattle Area", "name": "Saidutt Nimmagadda", "summary": "Software Engineer at Microsoft" }, { "link": "https://in.linkedin.com/in/tahera-bohra-630206100", "location": "Hyderabad", "name": "Tahera Bohra", "summary": "Software Engineer at Microsoft" }, { "link": "https://www.linkedin.com/in/sidheshbadrinarayan", "location": "San Francisco Bay Area", "name": "Sidhesh Badrinarayan", "summary": "Software Engineer at Google" }, { "link": "https://www.linkedin.com/in/davidchen1128", "location": "Seattle, WA", "name": "JiaJun Chen", "summary": "Software Engineer II at Qualtrics" }, { "link": "https://www.linkedin.com/in/rnvn", "location": "Seattle, WA", "name": "Naveen Kumar Ramasamy", "summary": "Senior Software Engineer at Uber" }, { "link": "https://www.linkedin.com/in/bradenwatkins", "location": "Salt Lake City Metropolitan Area", "name": "Braden Watkins", "summary": "Software Engineer at Microsoft" }, { "link": "https://www.linkedin.com/in/shahkaushalb", "location": "Greater Seattle Area", "name": "Kaushal Shah", "summary": "Software Engineer II at Qualtrics" }, { "link": "https://in.linkedin.com/in/soma-das-167454a2", "location": "Jharkhand, India", "name": "Soma Das", "summary": "Software Engineer at Microsoft" }, { "link": "https://www.linkedin.com/in/matthewmeyers11", "location": "Lehi, UT", "name": "Matthew Meyers", "summary": "Software Engineer at Facebook" }, { "link": "https://www.linkedin.com/in/kr-fok", "location": "New York City Metropolitan Area", "name": "Kristi Fok", "summary": "Software Engineer at Google" }, { "link": "https://www.linkedin.com/in/pranjalijoshi", "location": "San Francisco Bay Area", "name": "Pranjali Joshi", "summary": "Software Engineer 3 at PayPal" }, { "link": "https://www.linkedin.com/in/leevince", "location": "San Francisco Bay Area", "name": "Vincent Lee", "summary": "Software Engineer at Facebook" }, { "link": "https://www.linkedin.com/in/oneharsh", "location": "Greater Seattle Area", "name": "Harsh -", "summary": "Sotware Engineer at Teams" }, { "link": "https://www.linkedin.com/in/samirjoshi1", "location": "Seattle, WA", "name": "Samir Joshi", "summary": "Machine Learning Engineer" }, { "link": "https://www.linkedin.com/in/abhijitsrinivas", "location": "Greater Seattle Area", "name": "Abhijit Srinivas", "summary": "Staff Software Engineer at Qualtrics" }, { "link": "https://www.linkedin.com/in/ying-zhang-a0aa5341", "location": "Issaquah, WA", "name": "Ying Zhang", "summary": "Software Engineering Manager at Google" }, { "link": "https://www.linkedin.com/in/parth-trivedi-669b2240", "location": "Redmond, WA", "name": "Parth Trivedi", "summary": "Software Engineer at Microsoft" } ]
[]
[ { "activity_status": "Liked by Aakansha Nagwani", "link": "https://www.linkedin.com/signup/cold-join", "title": "Performance is a feature!Last few days more number of users use FlashPrep everyday than the number of users who used FlashPrep in whole of August…" }, { "activity_status": "Shared by Aakansha Nagwani", "link": "https://www.linkedin.com/signup/cold-join", "title": "Bangalore-based FlashPrep, an exam preparation startup, announced that it has raised US $500K in a pre-Seed Round led by Venture Highway LLP. The…" }, { "activity_status": "Liked by Aakansha Nagwani", "link": "https://www.linkedin.com/signup/cold-join", "title": "Bangalore-based FlashPrep, an exam preparation startup, announced that it has raised US $500K in a pre-Seed Round led by Venture Highway LLP. The…" } ]
[]
[]
[ { "name": "Manipal Folks in West USA", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/10420070" } ]
null
null
null
null
null
null
null
null
4,709
aakanxu-shah
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://media-exp1.licdn.com/dms/image/C4E16AQEkb0pLVzmCZQ/profile-displaybackgroundimage-shrink_200_800/0/1517486812406?e=1652918400&v=beta&t=S8ZoY9qZWkfeHmmVWcAhrLflvlIY0SsUv_pEdV5_wMM
aakanxu
.
aakanxu .
Member Of Technical Staff at Oracle
oracle | member technical staff | sdeii
- > sde ii block storage team oracle cloud infrastructure : building large-scale distributed infra cloud . # nvme # iscsi - > amazon , aakanxu wa working team responsible recommending personalized relevant amazon video content million customer 200 country territory using cutting edge machine learning model & algorithm [ java , scala , spark , hadoop , automated machine learning workflow , aws stack ]
u
united state america
seattle
washington
[ { "company": "Oracle", "company_linkedin_profile_url": "https://www.linkedin.com/company/oracle", "description": "• Part of the critical Block Storage team in Oracle Cloud Infrastructure which is responsible for the 'connection' between customer's guest OS and volumes ( Block / Boot Volumes ) at the back-end.\n\n• Our customers run their businesses on our cloud, and our mission is to provide them with the best in class compute, storage, networking, database, security, and an ever-expanding set of foundational cloud-based services.\n\n#NVMe #iSCSI \n\n• More Info : https://www.oracle.com/cloud/storage/", "ends_at": null, "location": "Seattle, Washington, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQG1QEQ426NXTw/company-logo_100_100/0/1634297700659?e=1655942400&v=beta&t=K5VWsE2Vp9gQ3NPbaBSqwlqvlUTfp3zTSQiANGIxDFU", "starts_at": { "day": 1, "month": 10, "year": 2019 }, "title": "Member Of Technical Staff" }, { "company": "Amazon", "company_linkedin_profile_url": "https://www.linkedin.com/company/amazon", "description": "• Working in Amazon Video Personalization - Recommendations Team\n\n• We are responsible for recommending personalized and relevant Amazon Video content using Machine Learning.", "ends_at": { "day": 31, "month": 10, "year": 2019 }, "location": "Greater Seattle Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=1655942400&v=beta&t=AVKhS-aqZ8h_yaf-McQWAc1jIlHiawZrjoadhfnNFOM", "starts_at": { "day": 1, "month": 2, "year": 2017 }, "title": "Software Development Engineer" }, { "company": "Arizona State University", "company_linkedin_profile_url": "https://www.linkedin.com/company/arizona-state-university", "description": "• Worked on a Project called ‘BullyBlocker’ under Prof. Yasin Silva. BullyBlocker is an iOS application (Objective C) with MVC architecture, designed to prevent cases of adolescents being cyber bullied on Facebook.\n\n• Development language and tools : Objective C , Cocoa , iOS , Xcode , Facebook API , JSON", "ends_at": { "day": 31, "month": 8, "year": 2015 }, "location": "Glendale , AZ", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHDGjY1IZJuog/company-logo_100_100/0/1519855922217?e=1655942400&v=beta&t=_sE4YlX6CkUAZzqqy-IuetFB3mGTnTg_VmZTvMHfvEs", "starts_at": { "day": 1, "month": 5, "year": 2015 }, "title": "Graduate Research Assistant" }, { "company": "Bhaskaracharya Institute For Space Applications and Geo-Informatics", "company_linkedin_profile_url": "https://www.linkedin.com/company/bhaskaracharya-institute-for-space-applications-and-geo-informatics", "description": "• Using the concepts of Geo-tagging and geofences , I worked on development of Android applications which shows real time locations , creates and monitors geofences , alerts & reminders based on locations and shows location address using reverse geocoding .\n\n• Development language and tools : Java , PHP , MySQL , Eclipse", "ends_at": { "day": 31, "month": 3, "year": 2014 }, "location": "Gandhinagar , Gujarat", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFmFmvzRkvrJQ/company-logo_100_100/0/1617469831308?e=1655942400&v=beta&t=1mZZxJKTYMn6x5mld-u_6u_JOPk1D0Uv8T4ej8U6Puo", "starts_at": { "day": 1, "month": 8, "year": 2013 }, "title": "Software Intern" }, { "company": "Laurentian University", "company_linkedin_profile_url": "https://www.linkedin.com/company/laurentian-university", "description": "Six week International Exposure Program at Laurentian University,Canada sponsored by GTU\n\n Under the program , we were exposed to the foreign methodology of study and \nprofessors . We interacted with university’s students and Alumni .\n\n We Studied Wireless Mobile Computing and Web Data Management with practical applications.\n\n Wrote a research paper Analysis on “ Application of VoiceXML “", "ends_at": { "day": 31, "month": 7, "year": 2013 }, "location": "Sudbury , Ontario", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHreb5UVJSsqw/company-logo_100_100/0/1519856094479?e=1655942400&v=beta&t=W_OwYbI7cJywYt643KDW-vV99uYDKxe9lWom5HA2pkA", "starts_at": { "day": 1, "month": 6, "year": 2013 }, "title": "Exchange Student" } ]
[ { "degree_name": "Master's degree", "description": "Courses - \nFoundation of Algorithm \nSemantic Web Mining \nSoftware Analysis and Design \nApplied Cryptography \nDistributed Software Development\nSoftware Security \nMobile Computing\nDistributed Database Systems\nFoundation of Algorithm\nAdaptive Web\nData Mining", "ends_at": { "day": 31, "month": 12, "year": 2016 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHDGjY1IZJuog/company-logo_100_100/0/1519855922217?e=1655942400&v=beta&t=_sE4YlX6CkUAZzqqy-IuetFB3mGTnTg_VmZTvMHfvEs", "school": "Arizona State University", "school_linkedin_profile_url": "https://www.linkedin.com/school/arizona-state-university/", "starts_at": { "day": 1, "month": 1, "year": 2015 } }, { "degree_name": "Bachelor of Engineering (B.Eng.)", "description": "Courses : \n\nComputer Programming & Utilization \nData File Structure \nDatabase Management System \nComputer Organization and Architecture \nObject Oriented Analysis Design & Programming \nDesign and Analysis of Algorithms \nSoftware Engineering \nWeb Application Development \nInformation Security \nWireless communication and Mobile programming \nWeb data management \nArtificial Intelligence \nParallel Processing", "ends_at": { "day": 31, "month": 12, "year": 2014 }, "field_of_study": "Computer Engineering", "logo_url": null, "school": "VGEC , Ahmadabad", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2010 } } ]
[ "English", "Hindi" ]
[]
[]
[]
[]
[]
[ { "description": "Worked in group of 4 to craft and implement interactive and adaptive note taking portal for students which facilitates them to track and improve their learning process and provides adaptive recommendations based on user interactions.", "ends_at": { "day": 30, "month": 4, "year": 2016 }, "starts_at": { "day": 1, "month": 1, "year": 2016 }, "title": "Study Guide Genie", "url": null }, { "description": "• Extended distributed/parallel data platform for Geospatial operations. Implemented Geometric Union, Geometric Convex Hull, Geometric Farthest, Geometric Closest Points, Geometric Spatial Range and Geometric Spatial Join Query algorithms on data clusters.\n\n• Development Tools used: JAVA, HadoopDFS, Apache Spark.", "ends_at": { "day": 30, "month": 11, "year": 2015 }, "starts_at": { "day": 1, "month": 8, "year": 2015 }, "title": "Extend a Distributed Data Platform", "url": null }, { "description": "Developed and Tested a web based secure baking system(C# and .NET Framework) with security measure like PKI, SSL/TLS, one time password to prevent attacks and any security vulnerability, secure storage of user’s personal information (MS-SQL Db) and secure transactions between client and Web-server ( IIS )\n\nVerification of certificates and encryption & decryption using security algorithms (RSA, SHA-1 etc) Security Measures against different types of attacks i.e. XSS, SQL injection, Eavesdropping etc. Secure Software Design and Coding, Software attack patterns and defense, Software testing for security etc.(CSE : Applied Cryptography and Software Security)", "ends_at": { "day": 31, "month": 10, "year": 2015 }, "starts_at": { "day": 1, "month": 8, "year": 2015 }, "title": "Secure Bank System", "url": null }, { "description": "• Worked on a project called ‘BullyBlocker ‘ under Prof.Yasin Silva. BullyBlocker is an iOS application, designed to prevent cases of adolescents being cyber bullied on Facebook. \n\n• BullyBlocker is an application designed to exploit social media data and, based off of a model built on previous research findings in areas of traditional and cyberbullying in adolescents, to then identify an instance of cyberbullying and notify the parents. BullyBlocker alerts parents of potential cases where their child may be a victim of this form of online aggression.\n\n• I was responsible for the improvement of the algorithm for application, interaction with Facebook API for fetching and storing the data, improve user experience by implementing Background fetching and for the improvement of accurately finding the potential cases .", "ends_at": { "day": 31, "month": 8, "year": 2015 }, "starts_at": { "day": 1, "month": 5, "year": 2015 }, "title": "BullyBlocker (iOS Application )", "url": null }, { "description": "Crafted and implemented algorithm using Publisher-subscriber software pattern.The system included any number of subscriber which can subscribe to the notification to available category of products through broker system in the middle which notifies the subscribers upon any notifications generated from Publishers. \n\nTools Used : Java, Eclipse", "ends_at": null, "starts_at": { "day": 1, "month": 5, "year": 2015 }, "title": "Publisher - Subscriber Application", "url": null }, { "description": "Crafted and implemented algorithm for recommendation system where output from Item-Item based collaborative filtering(CF) was used to augment U-I matrix which was used as an input to User-User based CF to generate better quality of recommendations compared to pure CF based approach or pure content based approach for generating recommendations.\n\nData Used : Movie Database from Movielens\n\nTools Used : Apache Mahout, Java.", "ends_at": { "day": 30, "month": 4, "year": 2015 }, "starts_at": { "day": 1, "month": 2, "year": 2015 }, "title": "Recommendation System", "url": null }, { "description": "Performed Encryption and Decryption on RSA class instances using RSA Routine provided in the RSA library. \nIn security handling via digital certificates obtained from a certificate authority , the project taught the ability to write code (Using Java) to sign and verify certificates, authenticate and communicate securely.\nImplemented Challenge-Response Protocol.\nImplemented the concept of blind signature.", "ends_at": null, "starts_at": { "day": 1, "month": 3, "year": 2015 }, "title": "RSA Operations and Security handling via Digital Certificates", "url": null }, { "description": "At Bhaskaryacharya Institute for Space Applications and Geo-Informatics(BISAG) under Project Scientist Rajiv Kanzaria, used the concept Geo-fencing and real-time location in mobile application and developed an Android application Map Virtual Location MVL .\n\nI was resposible for designing and implementation of the application and their interaction with web server and MySQL database for location storing and fetching .\n\nUsed Java programming ( Eclipse ) , Google API for maps and Facebook Api for sharing instantly .\n\nThe application let you find your friends and friends can find you too , locate it on a Map , get info -- on ETA, exact location, etc. ,share news/post status on Facebook -- about a great new restaurant opening, store sale, etc. , get directions etc. \nUser can set alerts based on geo-fencing. i.e User can set alert - '​ Turn on the silent mode ' on Office location", "ends_at": { "day": 30, "month": 4, "year": 2014 }, "starts_at": { "day": 1, "month": 8, "year": 2013 }, "title": "Map Virtual Location ( Android Application )", "url": null } ]
[]
[ { "cause": "Poverty Alleviation", "company": "Shri Gajanan Seva Samiti , NGO", "company_linkedin_profile_url": null, "description": null, "ends_at": null, "logo_url": null, "starts_at": { "day": 1, "month": 6, "year": 2010 }, "title": "Volunteer" } ]
[]
485
[ { "link": "https://www.linkedin.com/in/rutvik-patel-amzn", "location": "Seattle, WA", "name": "Rutvik Patel", "summary": "SDE @ Amazon Prime Video" }, { "link": "https://www.linkedin.com/in/suneesh-menon", "location": "Vandalia, OH", "name": "Suneesh Menon", "summary": "PhD, MS, BE - Computer Science and Engineering" }, { "link": "https://www.linkedin.com/in/weichaoli", "location": "San Francisco Bay Area", "name": "Weichao Li", "summary": "Supply Chain Manager | Materials PM |Cost negotiation | NPI | Sourcing |Planning | Ops P&L | Manufacturing | Startups | Stanford Certified PM" }, { "link": "https://www.linkedin.com/in/manikantkapuganti", "location": "Seattle, WA", "name": "Manikant Kapuganti", "summary": "Senior Member Of Technical Staff at Oracle" }, { "link": "https://www.linkedin.com/in/harshgirdhar", "location": "Ashburn, VA", "name": "Harsh G.", "summary": "Senior Software Engineer at Oracle | FinTech | E-commerce" }, { "link": "https://www.linkedin.com/in/charanpuladas", "location": "Washington DC-Baltimore Area", "name": "Charan Puladas", "summary": "Manager, Data Science at Capital One" }, { "link": "https://www.linkedin.com/in/amit-gupta-5846a86", "location": "Greater Seattle Area", "name": "Amit Gupta", "summary": "Hiring SDEs and Engineering Leaders @ Oracle Cloud" }, { "link": "https://in.linkedin.com/in/karthikmucheli", "location": "Bengaluru", "name": "Karthik Mucheli", "summary": "Member Of Technical Staff at Oracle Cloud (OCI)" }, { "link": "https://www.linkedin.com/in/qiang-wang-5903b95", "location": "Redmond, WA", "name": "Qiang Wang", "summary": "Director Of Engineering (Oracle Cloud Infrastructure)" }, { "link": "https://www.linkedin.com/in/yingkai-tan-4b2608133", "location": "Ithaca, NY", "name": "Yingkai Tan", "summary": "Software Engineer at Oracle Cloud Infrastructure | Cornell Info Sci’19" }, { "link": "https://www.linkedin.com/in/emily-lam-790505158", "location": "Irvine, CA", "name": "Emily Lam", "summary": "Software Engineer at Oracle Cloud Infrastructure" }, { "link": "https://in.linkedin.com/in/ankit-pranav", "location": "Bengaluru", "name": "Ankit Pranav", "summary": "MTS at Oracle Cloud Infrastructure (OCI) | Ex - Bigbasket | Ex - Redbus" }, { "link": "https://www.linkedin.com/in/neerajsaluja", "location": "Austin, Texas Metropolitan Area", "name": "Neeraj Saluja", "summary": "S/W Eng. Leader | Oracle OCI | HIRING in US & India !!" }, { "link": "https://www.linkedin.com/in/shiwei-george-huang-582194146", "location": "Seattle, WA", "name": "Shiwei(George) Huang", "summary": "Member Of Technical Staff at Oracle" }, { "link": "https://www.linkedin.com/in/ytian90", "location": "Sunnyvale, CA", "name": "Yu Tian", "summary": "Senior Software Engineer at Oracle" }, { "link": "https://www.linkedin.com/in/priyeshlakar", "location": "San Jose, CA", "name": "Priyesh Lakar", "summary": "Building services for Big Data || Oracle" }, { "link": "https://www.linkedin.com/in/manasapola", "location": "Seattle, WA", "name": "Manasa Pola", "summary": "Senior Software Development Engineer at OCI" }, { "link": "https://www.linkedin.com/in/ritesh-sinha", "location": "San Francisco, CA", "name": "Kumar Ritesh Ranjan Sinha", "summary": "Engineering at DocuSign" }, { "link": "https://www.linkedin.com/in/kun-qian-aa5a08b2", "location": "Seattle, WA", "name": "Kun Qian", "summary": "Software Engineer" }, { "link": "https://www.linkedin.com/in/kchirayus", "location": "Greater Seattle Area", "name": "Keith Chirayus", "summary": "Software Engineer at Oracle" } ]
[]
[ { "activity_status": "Liked by Aakanxu S.", "link": "https://www.linkedin.com/signup/cold-join", "title": "The team has been working hard on Oracle's global cloud expansion. Today we announced our first #cloud region in Africa. This is our 37th region, and…" }, { "activity_status": "Liked by Aakanxu S.", "link": "https://www.linkedin.com/signup/cold-join", "title": "It's official - I'm incredibly excited to join Oracle Cloud Infrastructure as an Architect in the AI Services group. I'll be based in Zurich…" }, { "activity_status": "Shared by Aakanxu S.", "link": "https://www.linkedin.com/signup/cold-join", "title": "OCI is #hiring :- OCI vs AWS : https://lnkd.in/gHzeH6P9 - Job description : https://lnkd.in/gAxECQCD" } ]
[]
[]
[ { "name": "Mobile Application Developers Connections", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFNVM9UABQF0g/group-logo_image-shrink_200x200/0/1631367580107?e=1647691200&v=beta&t=B6llR34eyz0Tm7y13QttsFBSSO-HB72neif5e6Wdm3g", "url": "https://www.linkedin.com/groups/4297440" }, { "name": "iOS Developers Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFxOYDfViCF6Q/group-logo_image-shrink_200x200/0/1631375447889?e=1647691200&v=beta&t=EIDo3w9O0ccFNFjbtGsk0-hHzybtcwelVILkXTl1qUc", "url": "https://www.linkedin.com/groups/121874" }, { "name": "Develop4U.co - hire the best App Development company at Develop4U.co(Android,iOS, Web, Mobile,Voice)", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5107AQHFuStczgbaWA/group-logo_image-shrink_92x92/0/1630997822418?e=1647691200&v=beta&t=_qAsQZgrJzkDMo3Mxob-pwUrVFC6PhNR_UUkAU-NN8M", "url": "https://www.linkedin.com/groups/43875" }, { "name": "Linux Expert", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFsrfDk6tvDTg/group-logo_image-shrink_92x92/0/1525122585937?e=1647691200&v=beta&t=pAVB1Ep2qOhe_x7nb0e5nJzm4CIf3STtDBEBr12knlg", "url": "https://www.linkedin.com/groups/49301" }, { "name": "iPhone Developers Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQG3EKGj3Qz74Q/group-logo_image-shrink_200x200/0/1631366409491?e=1647691200&v=beta&t=oOdTm8Sg_ecAwcbe0eOWTYF_cuROy_TNNMToRpBfinA", "url": "https://www.linkedin.com/groups/72283" }, { "name": "Xcode Developers", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQHyHuxgIJJygw/group-logo_image-shrink_200x200/0/1631411823829?e=1647691200&v=beta&t=ZHyudLyPjZjLu_BmIS16AHGBg5Juq8xrVGmDVZI0z_g", "url": "https://www.linkedin.com/groups/1600867" }, { "name": "Android Programming", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQGrua1Kg427vw/group-logo_image-shrink_200x200/0/1631367094288?e=1647691200&v=beta&t=43mLMIlt9tJ9zfyVt9yMQU0oMiXFHkQq3UZ6LeQaWss", "url": "https://www.linkedin.com/groups/3753461" }, { "name": "Mobile Application Community", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5107AQHSYnCdO33ljQ/group-logo_image-shrink_200x200/0/1631400393479?e=1647691200&v=beta&t=PG7TUMWDWHufiIuRTHk62hEyFO5Z8UTFBHDxYCGW5vI", "url": "https://www.linkedin.com/groups/2440825" } ]
null
null
null
null
null
null
null
null
4,715
aakar-gupta
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakar
gupta
aakar gupta
Software Engineer at Microsoft
software engineer ii microsoft
null
u
united state america
redmond
washington
[ { "company": "Microsoft", "company_linkedin_profile_url": "https://www.linkedin.com/company/microsoft", "description": "Individual Contributor in Microsoft Azure Service Fabric", "ends_at": null, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_100_100/0/1618231291419?e=1655942400&v=beta&t=lzKVkVuf-McwnYzrrz9ib7uQFSgowMUHhH_KDAbw3y0", "starts_at": { "day": 1, "month": 2, "year": 2015 }, "title": "Software Engineer" }, { "company": "Oracle", "company_linkedin_profile_url": "https://www.linkedin.com/company/oracle", "description": "Fusion Project Engineer.", "ends_at": { "day": 28, "month": 2, "year": 2015 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQG1QEQ426NXTw/company-logo_100_100/0/1634297700659?e=1655942400&v=beta&t=K5VWsE2Vp9gQ3NPbaBSqwlqvlUTfp3zTSQiANGIxDFU", "starts_at": { "day": 1, "month": 7, "year": 2012 }, "title": "Application Engineer" }, { "company": "Infosys", "company_linkedin_profile_url": "https://www.linkedin.com/company/infosys", "description": "Finacle Product Engineer", "ends_at": { "day": 31, "month": 7, "year": 2012 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHS0k_nLjbnKA/company-logo_100_100/0/1625111766048?e=1655942400&v=beta&t=_b8eB1amUsPIWGQQrld7_RXII7y7ZwTsYOC0NUptzBQ", "starts_at": { "day": 1, "month": 8, "year": 2010 }, "title": "System Engineer" } ]
[ { "degree_name": "Master of Technology - MTech", "description": null, "ends_at": null, "field_of_study": "Computer Science", "logo_url": null, "school": "International Institute of Information Technology, Hyderabad", "school_linkedin_profile_url": "https://www.linkedin.com/school/international-institute-of-information-technology-hyderabad/", "starts_at": null }, { "degree_name": "Bachelor of Technology (B.Tech.)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2010 }, "field_of_study": "Computer Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQHW16ttC_rbmQ/company-logo_100_100/0/1519891793530?e=1655942400&v=beta&t=Hk7YETCKz-Cs_hExTxzGU0Q8t_l5nIQC_fNruarGDzw", "school": "Narsee Monjee Institute of Management Studies", "school_linkedin_profile_url": "https://www.linkedin.com/school/nmims_india/", "starts_at": { "day": 1, "month": 1, "year": 2006 } }, { "degree_name": null, "description": null, "ends_at": null, "field_of_study": null, "logo_url": null, "school": "City Montessori School, Lucknow", "school_linkedin_profile_url": null, "starts_at": null } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[]
500
[ { "link": "https://www.linkedin.com/in/kushalvbhatt", "location": "Greater Seattle Area", "name": "Kushal Bhatt", "summary": "SDE-II Microsoft Azure | Ex-AWS | MS Computer Science" }, { "link": "https://www.linkedin.com/in/stevenfontanella", "location": "Greater Seattle Area", "name": "Steven Fontanella", "summary": "Software Engineer at Google" }, { "link": "https://www.linkedin.com/in/ravinderthakur", "location": "Seattle, WA", "name": "Ravinder Thakur", "summary": "Microsoft Azure 🌧️" }, { "link": "https://in.linkedin.com/in/balender-kumar-9814a7a5", "location": "Muzaffarnagar", "name": "Balender Kumar", "summary": "Microsoft | SAP IQ DB | Oracle NoSql DB| IIT Kanpur" }, { "link": "https://www.linkedin.com/in/bharatkondeti", "location": "Redmond, WA", "name": "Bharat Kondeti", "summary": "Principal Software Engineer" }, { "link": "https://ca.linkedin.com/in/guandali", "location": "Greater Vancouver Metropolitan Area", "name": "Larry Li", "summary": "Software Engineer @ Coinbase" }, { "link": "https://www.linkedin.com/in/vishnu-vijayan-316625133", "location": "West Lafayette, IN", "name": "Vishnu Vijayan", "summary": "Student at Purdue University" }, { "link": "https://in.linkedin.com/in/fearlessaryan", "location": "Hyderabad", "name": "Nirbhay Singh", "summary": "Senior Software Engineer at Microsoft" }, { "link": "https://www.linkedin.com/in/jayashree-karar-28a635b", "location": "Philadelphia, PA", "name": "Jayashree Karar", "summary": "Translational Science Project Manager" }, { "link": "https://www.linkedin.com/in/caylan-lee-b7484b47", "location": "Seattle, WA", "name": "Caylan Lee", "summary": "Software Development Engineer at Amazon" }, { "link": "https://www.linkedin.com/in/saakshighai", "location": "Seattle, WA", "name": "Saakshi Ghai", "summary": "Software Development Engineer at Amazon Web Services (AWS)" }, { "link": "https://www.linkedin.com/in/er-sahilarora", "location": "Bellevue, WA", "name": "Sahil Arora", "summary": "Senior Product Manager @ VMware | Cloud Services | Cloud Platforms" }, { "link": "https://www.linkedin.com/in/divyanshs", "location": "Bellevue, WA", "name": "Divyansh Srivastava", "summary": "Software Engineer II at MS." }, { "link": "https://www.linkedin.com/in/yonasbitsai", "location": "Oakland, CA", "name": "Yonas Bitsai", "summary": "Software Engineer at Microsoft" }, { "link": "https://www.linkedin.com/in/siddhartha-uf", "location": "San Francisco Bay Area", "name": "Siddhartha K.", "summary": "Software Engineer 2 at Microsoft" }, { "link": "https://www.linkedin.com/in/shuoli491", "location": "Greater Seattle Area", "name": "Shuo LI", "summary": "Senior Software Engineer at Microsoft" }, { "link": "https://www.linkedin.com/in/a24choi", "location": "San Francisco Bay Area", "name": "Andrew Eugene Choi", "summary": "Engineering @ Coinbase. Ex-Microsoft Snapchat Linkedin IBM BlackBerry. Waterloo ECE Entrance Rank #1" }, { "link": "https://www.linkedin.com/in/jiaxi-wang-2b9817124", "location": "United States", "name": "Jiaxi Wang", "summary": "Software Engineer at Microsoft Bing Ads" } ]
[]
[ { "activity_status": "Liked by Aakar Gupta", "link": "https://www.linkedin.com/signup/cold-join", "title": "It's been a wonderful experience building one of the worlds largest supercomputers in Azure. So proud of my team! I dream of using this as my dev box." }, { "activity_status": "Liked by Aakar Gupta", "link": "https://www.linkedin.com/signup/cold-join", "title": "LinkedIn these days be like:" }, { "activity_status": "Liked by Aakar Gupta", "link": "https://www.linkedin.com/signup/cold-join", "title": "Pre-placement talk at Birla Institute of Technology and Science, PilaniLife comes back a full circle for me! From being an audience and an…" } ]
[ { "link": "https://www.linkedin.com/in/aakargupta", "location": "Greater Seattle Area", "name": "Aakar Gupta", "summary": "Research Scientist at Facebook" }, { "link": "https://in.linkedin.com/in/aakar-gupta-9a8988b0", "location": "New Delhi", "name": "Aakar Gupta", "summary": "Manager, Supply Chain Management at Baidyanth || Ds Group || NMIMS Mumbai" }, { "link": "https://in.linkedin.com/in/aakar-gupta-006725178", "location": "Mumbai", "name": "Aakar Gupta", "summary": "Senior Associate at SS&C" }, { "link": "https://in.linkedin.com/in/aakar-gupta-9890", "location": "Vellore", "name": "AAKAR GUPTA", "summary": "Backend Developer (Ruby on Rails) || Full stack Application Developer(Flutter)" } ]
[]
[ { "name": "Software Development Jobs - Powered by IvyExec.com", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGXEipPrmXiFg/group-logo_image-shrink_200x200/0/1631358331789?e=1647691200&v=beta&t=QG76VL0DV_etsmdSa0kKknASeTiQqTMx1H0IaE3dHPQ", "url": "https://www.linkedin.com/groups/1815840" }, { "name": "Software & Technology Professionals: Managers | HR | Recruiters | Blockchain | Investors (BIG)", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGMGHoxMIAsUg/group-logo_image-shrink_200x200/0/1631367525216?e=1647691200&v=beta&t=80dBr0g5hGgToI58os4ZiF1xedyoj-lq5-fpsaL4HM8", "url": "https://www.linkedin.com/groups/1976445" } ]
null
null
null
null
null
null
null
null
4,718
aakarsh-chaturvedi
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://media-exp1.licdn.com/dms/image/C4E16AQEj8rusBmIajA/profile-displaybackgroundimage-shrink_200_800/0/1549424443830?e=1652918400&v=beta&t=SowD5DP6e78AVJ6S3ssNJbOvktxDsoF9IZQbaDEtbzU
aakarsh chaturvedi ,
cfa
aakarsh chaturvedi , cfa
Senior Product Manager at Amazon
rld - senior product manager amazon | stem mba ( 2020 ) georgetown university - mcdonough school business
null
u
united state america
seattle
washington
[ { "company": "Amazon", "company_linkedin_profile_url": "https://www.linkedin.com/company/amazon", "description": null, "ends_at": null, "location": "Seattle, Washington, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=1655942400&v=beta&t=AVKhS-aqZ8h_yaf-McQWAc1jIlHiawZrjoadhfnNFOM", "starts_at": { "day": 1, "month": 7, "year": 2020 }, "title": "Senior Product Manager" }, { "company": "PCS Retirement, LLC", "company_linkedin_profile_url": "https://www.linkedin.com/company/pcsretirement", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2019 }, "location": "Greater Philadelphia Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGhz2eIPMWlXg/company-logo_100_100/0/1645119354930?e=1655942400&v=beta&t=7-EJGfiIpY5S_gtDoq8_YuVRv7DhNvj-sKpKfN1bEAY", "starts_at": { "day": 1, "month": 6, "year": 2019 }, "title": "Summer Intern - Finance & Operations" }, { "company": "Antique Stock Broking Limited", "company_linkedin_profile_url": "https://www.linkedin.com/company/antique-stock-broking-limited", "description": null, "ends_at": { "day": 30, "month": 4, "year": 2018 }, "location": "Mumbai Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEw1wd-PY6kfA/company-logo_100_100/0/1519874862313?e=1655942400&v=beta&t=QLpQDH2IW-KC8NaO2eAR99Hmunh8Fc_bLq8VscQUpS8", "starts_at": { "day": 1, "month": 11, "year": 2015 }, "title": "Assistant Manager - Equity Research" }, { "company": "Shardul Securities - India", "company_linkedin_profile_url": "https://www.linkedin.com/company/shardul-securities---india", "description": null, "ends_at": { "day": 30, "month": 11, "year": 2015 }, "location": "Mumbai Area, India", "logo_url": null, "starts_at": { "day": 1, "month": 3, "year": 2014 }, "title": "Junior Analyst" }, { "company": "Aditya Birla Finance Limited", "company_linkedin_profile_url": "https://www.linkedin.com/company/aditya-birla-finance-limited", "description": null, "ends_at": { "day": 31, "month": 3, "year": 2014 }, "location": "Mumbai Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHO9TBN5ODJOA/company-logo_100_100/0/1533193910710?e=1655942400&v=beta&t=3CPNqMxrdGdn1JayGGmEJGDcPeLAPb34vLXX4sP4ubc", "starts_at": { "day": 1, "month": 9, "year": 2012 }, "title": "Research Executive" }, { "company": "J.P. Morgan", "company_linkedin_profile_url": "https://www.linkedin.com/company/jpmorgan", "description": null, "ends_at": { "day": 30, "month": 4, "year": 2012 }, "location": "Mumbai Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEVXhQs3mC56Q/company-logo_100_100/0/1630056226107?e=1655942400&v=beta&t=QvD7BcNvpajYiaZNnBJXGLYTSSkGryHyoYhQWMQ95xA", "starts_at": { "day": 1, "month": 5, "year": 2011 }, "title": "Junior Analyst" } ]
[ { "degree_name": "Master of Business Administration - MBA", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2020 }, "field_of_study": "Management Science (STEM)", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEnN4XznomLJw/company-logo_100_100/0/1519856080092?e=1655942400&v=beta&t=RL4t_UOmhBAqL8zHnceoKiQ4h0RFL--uCYzmGZ2b3eE", "school": "Georgetown University", "school_linkedin_profile_url": "https://www.linkedin.com/school/georgetown-university/", "starts_at": { "day": 1, "month": 1, "year": 2018 } }, { "degree_name": "CFA Charterholder", "description": null, "ends_at": null, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQGhKpDZa2hDDQ/company-logo_100_100/0/1519883593759?e=1655942400&v=beta&t=H92msf3z_9K_4j1xFa3ttM2hbJi7IzXGqfzU7KAI0mI", "school": "CFA Institute", "school_linkedin_profile_url": "https://www.linkedin.com/school/cfa-institute-usa/", "starts_at": { "day": 1, "month": 1, "year": 2019 } }, { "degree_name": "Master's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2014 }, "field_of_study": "Business/Commerce, Banking and Finance", "logo_url": null, "school": "L S Raheja College of Arts and Commerce, Mumbai University", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2011 } }, { "degree_name": "Bachelor's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2011 }, "field_of_study": "Business Administration and Management, General", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQHW16ttC_rbmQ/company-logo_100_100/0/1519891793530?e=1655942400&v=beta&t=Hk7YETCKz-Cs_hExTxzGU0Q8t_l5nIQC_fNruarGDzw", "school": "SVKM's Narsee Monjee Institute of Management Studies (NMIMS)", "school_linkedin_profile_url": "https://www.linkedin.com/school/nmims_india/", "starts_at": { "day": 1, "month": 1, "year": 2008 } } ]
[]
[]
[]
[]
[]
[]
[]
[]
[ { "cause": "Environment", "company": "Yamuna Rakshak Dal, Mathura, India", "company_linkedin_profile_url": null, "description": "▪ Working for a nonprofit, Yamuna Rakshak Dal (YRD), which rehabilitates the Yamuna river, a tributary of the Ganges on which more than 50 million people depend for sustenance. \n\n▪ I led a campaign to raise awareness, and within 4 months, I recruited more than 35,000 volunteers, garnered extensive media coverage, and led a small impact investing fund of $20,000 earning 35% returns year-on-year. \n\n▪ By 2019, we reduced the level of sewage by 20%.", "ends_at": null, "logo_url": null, "starts_at": { "day": 1, "month": 4, "year": 2011 }, "title": "Youth Volunteer | Campaign Lead | Investment Manager" } ]
[ { "authority": "CFA Institute", "display_source": "basno.com", "ends_at": null, "license_number": null, "name": "Chartered Financial Analyst (CFA)", "starts_at": null, "url": "http://basno.com/66t1g0o6" } ]
500
[ { "link": "https://www.linkedin.com/in/aniketbhatt28", "location": "Seattle, WA", "name": "Aniket Bhatt", "summary": "Senior Product Manager (Tech), Device Ads at Amazon" }, { "link": "https://www.linkedin.com/in/lavya-bakshi-b80644166", "location": "Rochester, NY", "name": "Lavya Bakshi", "summary": "STEM MBA Candidate at Simon Business School" }, { "link": "https://www.linkedin.com/in/sarthak-puri", "location": "Rochester, NY", "name": "Sarthak Puri", "summary": "Product Management | STEM MBA 2022 - Simon Business School" }, { "link": "https://www.linkedin.com/in/kerry-cullinan-78540666", "location": "Halifax, MA", "name": "Kerry Cullinan", "summary": "Product Manager at SS&C Technologies" }, { "link": "https://www.linkedin.com/in/amisha-mittal", "location": "United States", "name": "Amisha Mittal", "summary": "STEM MBA Candidate at Indiana University Kelley School of Business" }, { "link": "https://www.linkedin.com/in/shaurya-srivastava", "location": "New York, NY", "name": "Shaurya Srivastava", "summary": "STEM MBA'22 Candidate at Cornell |Merit Scholar| Blockchain patent holder | Product Management| Strategy|" }, { "link": "https://www.linkedin.com/in/tosinbells", "location": "Rochester, NY", "name": "Oluwatosin (Tosin) Ogunsola", "summary": "Incoming PMM Intern @ ServiceNow | Product Marketing | Product Management | Analytics | STEM MBA Candidate '23 at Simon Business School, University of Rochester." }, { "link": "https://www.linkedin.com/in/abdul-alodeh", "location": "Boston, MA", "name": "Abdulkarim Alodeh", "summary": "STEM MBA Candidate | Corporate Finance | Investments" }, { "link": "https://www.linkedin.com/in/eugenequaye1", "location": "New York City Metropolitan Area", "name": "Eugene Quaye", "summary": "2021 STEM MBA Candidate| Consortium Member| Strategy & Finance" }, { "link": "https://www.linkedin.com/in/arorayashu", "location": "Pittsburgh, PA", "name": "Yashu Arora", "summary": "STEM MBA Candidate | CMU Tepper | Forte Fellow | BlackRock" }, { "link": "https://www.linkedin.com/in/kaur-jasvir", "location": "Los Angeles, CA", "name": "Jasvir Kaur", "summary": "Product Manager | STEM MBA Graduate | UCLA Anderson School of Management" }, { "link": "https://www.linkedin.com/in/kahofiefia", "location": "Rochester, NY", "name": "Kaho Fiefia", "summary": "2022 STEM MBA Candidate | ROMBA Fellow | Strategy Consulting | Healthcare Marketing" }, { "link": "https://www.linkedin.com/in/umasomireddi", "location": "New York City Metropolitan Area", "name": "Uma Rajeswari Somireddi", "summary": "Cornell STEM MBA’22 - Dean’s List | Forté Fellow | Merit Scholar" }, { "link": "https://www.linkedin.com/in/shruti-sridharan-11a8503b", "location": "Clearwater, FL", "name": "Shruti Sridharan", "summary": "Senior Analyst, Business Insights" }, { "link": "https://www.linkedin.com/in/ajaykumar-palani", "location": "Rochester, NY", "name": "Ajay Kumar Palani", "summary": "Marketing | Product Management | Data Analytics | PMP Certified | STEM MBA 2023" }, { "link": "https://www.linkedin.com/in/juhijain1", "location": "Philadelphia, PA", "name": "Juhi Jain", "summary": "Communication and Customer Engagement Analyst at PCS Retirement, LLC" }, { "link": "https://www.linkedin.com/in/mayankgupta28", "location": "San Francisco Bay Area", "name": "Mayank Gupta", "summary": "Product Quality Manager at Apple" }, { "link": "https://www.linkedin.com/in/paullrandt", "location": "New York, NY", "name": "Paull Randt", "summary": "Citi Vice President, Investment Banking" }, { "link": "https://www.linkedin.com/in/wallacegundy", "location": "New York City Metropolitan Area", "name": "Wallace Gundy", "summary": "Sr. Product Manager at Amazon" }, { "link": "https://www.linkedin.com/in/rushilwalia", "location": "New York, NY", "name": "Rushil Walia", "summary": "Senior Account Executive at Google" } ]
[]
[]
[]
[]
[ { "name": "Georgetown University Alumni Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQEOhJY-iue6Cg/group-logo_image-shrink_92x92/0/1551207528943?e=1647691200&v=beta&t=t-n7FjXBeuEikRUoaIlb5XoP1-41gCh9fhas27L1uKI", "url": "https://www.linkedin.com/groups/42218" }, { "name": "McDonough School of Business - Georgetown University", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFS0RE9o66ICQ/group-logo_image-shrink_200x200/0/1631439102143?e=1647691200&v=beta&t=fGh-P1Z_nNyspPMqiH7xGdBX_BSBQYimbEHACJcoRT4", "url": "https://www.linkedin.com/groups/68618" } ]
null
null
null
null
null
null
null
null
4,735
aakarsh-s-fadnis
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakarsh
fadnis
aakarsh fadnis
Software Engineer at Cisco
software engineer 3 cisco || cs'21 university colorado , boulder
pursuing master 's degree computer science specialization intelligent system ( ai ) . exploring machine learning , deep learning reinforcement learning 's application real world . enthusiastic result-driven software engineer ha 3 year industry experience developing feature maintaining cisco 's ncs6k cr series router . proficient assembly , c , python , software life cycle management .
u
united state america
milpitas
california
[ { "company": "Cisco", "company_linkedin_profile_url": "https://www.linkedin.com/company/cisco", "description": null, "ends_at": null, "location": "San Jose, California, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHIcy_n-VigJA/company-logo_100_100/0/1647476063807?e=1655942400&v=beta&t=XBRKXolKBnVbaHVj4I1ylOhqQxKgJu-aH2gxiVG8DPo", "starts_at": { "day": 1, "month": 6, "year": 2021 }, "title": "Software Engineer" }, { "company": "University of Colorado Boulder", "company_linkedin_profile_url": "https://www.linkedin.com/company/cuboulder", "description": "Held the post of Graduate Student Assistant for CSCI 3202 (Introduction to Artificial Intelligence)\nTasks as a CSCI 3202 - (Introduction to Artificial Intelligence) GSS :\n• Grade bi-weekly assignments\n• Proctoring practicums and exams\n• Answering questions posted on the subject's forum - piazza", "ends_at": { "day": 31, "month": 5, "year": 2020 }, "location": "Boulder, Colorado, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGueVr_GgFPZg/company-logo_100_100/0/1519856474347?e=1655942400&v=beta&t=Y1_OukxvEJS1xxUDyKXMFB-Unw41FUzrLQCtTYwv_Gs", "starts_at": { "day": 1, "month": 1, "year": 2020 }, "title": "Graduate Student Assistant" }, { "company": "Cisco", "company_linkedin_profile_url": "https://www.linkedin.com/company/cisco", "description": "•\tImplemented features on L3 forwarding areas on Cisco platforms – NCS6K, CRS-3, CRS-X.\n•\tL2-CSI: Designed and Engineered the forwarding architecture for the data and protocol packets allowing IPv4/IPv6/OSPF/ISIS traffic to be sent as a layer2 packet over a virtual Layer3 only interface. \n•\tL2-CSI-MTU: Standardized the L2-CSI interface to limit the packet size as per requirement.\n•\tMulti-Secure Domain Router (SDR) Collapse and Forwarding (CoFo): contributed in modelling and construction of the forwarding infrastructure to cater the needs of Multi-SDR environment. \n•\tFortified and optimized the control plane / data plane packet forwarding on various Cisco routers.\n•\tTriaging, Debugging and front ending of various issues related to different network and traffic profiles such as IP/MPLS/Virtual route forwarding (VRF)/BGP/L3 features etc.", "ends_at": { "day": 30, "month": 6, "year": 2019 }, "location": "Bengaluru Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHIcy_n-VigJA/company-logo_100_100/0/1647476063807?e=1655942400&v=beta&t=XBRKXolKBnVbaHVj4I1ylOhqQxKgJu-aH2gxiVG8DPo", "starts_at": { "day": 1, "month": 8, "year": 2016 }, "title": "Software Developer" }, { "company": "Cisco", "company_linkedin_profile_url": "https://www.linkedin.com/company/cisco", "description": "•\tDeveloped a python-based web application using Bottle micro framework to remotely control the power to switches and routers present in labs. Python | HTML5 | CSS | JavaScript", "ends_at": { "day": 30, "month": 6, "year": 2016 }, "location": "Bengaluru Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHIcy_n-VigJA/company-logo_100_100/0/1647476063807?e=1655942400&v=beta&t=XBRKXolKBnVbaHVj4I1ylOhqQxKgJu-aH2gxiVG8DPo", "starts_at": { "day": 1, "month": 1, "year": 2016 }, "title": "Intern" }, { "company": "roboVITics - The Official Robotics Club of VIT", "company_linkedin_profile_url": "https://www.linkedin.com/company/robovitics", "description": "Organized the event Robowars in the technical fest of VIT University- graVITas'14.", "ends_at": { "day": 31, "month": 5, "year": 2016 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQF0brDvNsrxVg/company-logo_100_100/0/1519881407091?e=1655942400&v=beta&t=i3waaDXUvQN6jUCputO6CLmJ1bz36PMtapSXk4Tbg5Y", "starts_at": { "day": 1, "month": 1, "year": 2015 }, "title": "Senior Board Member" }, { "company": "roboVITics - The Official Robotics Club of VIT", "company_linkedin_profile_url": "https://www.linkedin.com/company/robovitics", "description": "Core Committee Member\nOfficial robotics club of VIT\nVellore Institute of Technology, (October 2012-present)\nPerformed technical activities in the club like working on robotics projects, making robots for various comeptitions in IIT, Bombay Technical Fest, IIT Madras techfest- Shaastra. \nGiving out sessions and hands on experience workshops on robotics to students for free.\nCo-ordintaed/organised the event Mini Robowars V2.0 at graVITas 2014 (tech fest of VIT) held on sept 26 to 28.\nWorked on various robotics projects.", "ends_at": { "day": 31, "month": 5, "year": 2016 }, "location": "Vellore Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQF0brDvNsrxVg/company-logo_100_100/0/1519881407091?e=1655942400&v=beta&t=i3waaDXUvQN6jUCputO6CLmJ1bz36PMtapSXk4Tbg5Y", "starts_at": { "day": 1, "month": 10, "year": 2012 }, "title": "Core Team Member" } ]
[ { "degree_name": "Master's degree", "description": "Master's degree with specialization in Intelligent Systems (Artificial Intelligence/AI)", "ends_at": { "day": 31, "month": 12, "year": 2021 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGueVr_GgFPZg/company-logo_100_100/0/1519856474347?e=1655942400&v=beta&t=Y1_OukxvEJS1xxUDyKXMFB-Unw41FUzrLQCtTYwv_Gs", "school": "University of Colorado Boulder", "school_linkedin_profile_url": "https://www.linkedin.com/school/cuboulder/", "starts_at": { "day": 1, "month": 1, "year": 2019 } }, { "degree_name": "Bachelor's Degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2016 }, "field_of_study": "Electronics and Communications Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGgTYgPZiPkaA/company-logo_100_100/0/1519933404766?e=1655942400&v=beta&t=rqns6y0mm1g7MAMqgrVzxGVkUapbVP7hT-Odjy4p93Y", "school": "Vellore Institute of Technology", "school_linkedin_profile_url": "https://www.linkedin.com/school/vellore-institute-of-technology/", "starts_at": { "day": 1, "month": 1, "year": 2012 } } ]
[ "English", "Telugu", "Kannada", "Hindi" ]
[]
[]
[ { "description": null, "issued_on": { "day": 1, "month": 2, "year": 2018 }, "issuer": "-", "title": "Connected Recognition" }, { "description": "My team (Unknown Variables) was the runner up at the Make-A-Thon held at NIT Goa.", "issued_on": { "day": 1, "month": 10, "year": 2014 }, "issuer": "-", "title": "Placed 2nd at Make-A-Thon at NIT Goa," }, { "description": "Got selected in the top 10 teams among 40+teams to go for the Honeywell international Tech Symposium 2014 held in Bangalore.", "issued_on": { "day": 1, "month": 8, "year": 2014 }, "issuer": "Honeywell India Ltd.", "title": "Top 10 Teams" } ]
[]
[]
[]
[]
[]
[]
419
[ { "link": "https://www.linkedin.com/in/aakshajaywant", "location": "Longmont, CO", "name": "Aaksha Jaywant", "summary": "Embedded Software Engineer @ Micron | MS in Electrical Engineering @ CU Boulder" }, { "link": "https://www.linkedin.com/in/heatherhurlbut", "location": "Denver Metropolitan Area", "name": "Heather Hurlbut", "summary": "Audiology Extern at Children's Hospital Colorado" }, { "link": "https://de.linkedin.com/in/vinayuv", "location": "Greater Rostock Region", "name": "Vinaykumar Vernekar", "summary": "Research Assistant at Universität Rostock" }, { "link": "https://www.linkedin.com/in/marcus-schmidt-141216130", "location": "Boulder, CO", "name": "Marcus Schmidt", "summary": "Design Engineer at Emerson Automation Solutions" }, { "link": "https://www.linkedin.com/in/nanditasrinivasan", "location": "Raleigh, NC", "name": "Nandita Srinivasan", "summary": "Graduate Student at North Carolina State University | Formerly with Cisco | Actively looking for Full Time Positions" }, { "link": "https://www.linkedin.com/in/nicholas-alba-a1526898", "location": "Greater Seattle Area", "name": "Nicholas Alba", "summary": "Process Engineer at Meta Reality Labs" }, { "link": "https://www.linkedin.com/in/maggie-swank-733545208", "location": "Terre Haute, IN", "name": "Maggie Swank", "summary": "Undergraduate Research Assistant at University of Colorado Boulder" }, { "link": "https://in.linkedin.com/in/apoorva-siddhi", "location": "Bengaluru", "name": "Apoorva Siddhi", "summary": "Collaboration Channel Sales - India at Cisco" }, { "link": "https://www.linkedin.com/in/nandita-vijaykumar-aa30b05a", "location": "Pittsburgh, PA", "name": "Nandita Vijaykumar", "summary": "Assistant Professor, Department of Computer Science at the University of Toronto" }, { "link": "https://www.linkedin.com/in/swapnil-ghonge", "location": "Boulder, CO", "name": "Swapnil Ghonge", "summary": "Graduate Student at University of Colorado Boulder 2021-23 | Chemie-Tech | Nirma University -2019" }, { "link": "https://www.linkedin.com/in/rohit-kharat-a167a6193", "location": "Boulder, CO", "name": "Rohit Kharat", "summary": "Mechanical Engineering Grad student at CU Boulder | Actively seeking Co-op/Internship opportunities for Summer 2022 | Robotics and Machine Learning | Automation | Control Systems | Design" }, { "link": "https://www.linkedin.com/in/michael-holfelner-ei-230887108", "location": "Reno, NV", "name": "Michael Holfelner, EI", "summary": "Senior Controls Engineer at Rivian, formerly Tesla" }, { "link": "https://www.linkedin.com/in/christopherlesser", "location": "Denver, CO", "name": "Chris Lesser", "summary": "Automation Solutions Specialist at Applied Control" }, { "link": "https://in.linkedin.com/in/syeeda-farah-37851671", "location": "Bengaluru", "name": "Syeeda Farah", "summary": "Consulting Engineer at Cisco | Innovator" }, { "link": "https://www.linkedin.com/in/maithilireddy", "location": "Boulder, CO", "name": "N Maithili Reddy", "summary": "Actively seeking Internship positions for summer 2022 | Graduate Student at CU Boulder | Ex-Cisco" }, { "link": "https://www.linkedin.com/in/aiswarya-rachel-cherian", "location": "Boulder, CO", "name": "Aiswarya Rachel Cherian", "summary": "Power electronics graduate student from CU Boulder|Looking for full time oppurtunities" }, { "link": "https://www.linkedin.com/in/suprita-kulkarni22", "location": "Boulder, CO", "name": "Suprita Kulkarni", "summary": "Graduate student at University of Colorado Boulder majoring in Power Electronics" }, { "link": "https://www.linkedin.com/in/saurabh-deshmukh0911", "location": "San Jose, CA", "name": "Saurabh Deshmukh", "summary": "Staff Engineer-Machine Learning software at Lattice Semiconductor" }, { "link": "https://www.linkedin.com/in/mai-sha", "location": "Bellevue, WA", "name": "Mai Sha", "summary": "Software Engineer at Stripe" } ]
[ "Akshay Mallya\n \n \n\n\n\n \n \n \n \n \n\n \n Aakarsh is a great person to work with. He is a dedicated Engineer, who always strives to learn new things. He is also a very good listener, vibrant and has a great passion towards getting the work done in a right way. We happen to work together over various Platform Forwarding enhancements and deployment escalations while @ Cisco and his commitment towards work and attention to details is commendable." ]
[ { "activity_status": "Liked by Aakarsh Fadnis", "link": "https://www.linkedin.com/signup/cold-join", "title": "Excited to announce BRIGHTBLU has received a seed investment of 1.6 mln USD by Koolen Industries.This investment will allow us to expand our…" }, { "activity_status": "Liked by Aakarsh Fadnis", "link": "https://www.linkedin.com/signup/cold-join", "title": "I am excited to begin working with the Strategy & Analytics group at Deloitte. Looking forward to a rewarding experience. #deloitted #strategy…" }, { "activity_status": "Liked by Aakarsh Fadnis", "link": "https://www.linkedin.com/signup/cold-join", "title": "IOS XR 7.4.1 goodies... today a simple one for the DNX portforlio (Cisco NCS500 and NCS5500). Paban Sarma presents and demonstrates a useful QoS…" } ]
[]
[]
[]
null
null
null
null
null
null
null
null
4,741
aakarshitpandey
https://media-exp1.licdn.com/dms/image/C4E03AQFpRQT6tkDsjA/profile-displayphoto-shrink_200_200/0/1641832170128?e=1652918400&v=beta&t=GDbo2ZACykEMx23oNYrt4blBPe3NgZvv8WWoNEK6Pfw
https://media-exp1.licdn.com/dms/image/C4E16AQFVzY7nZzoXEA/profile-displaybackgroundimage-shrink_200_800/0/1562043346764?e=1652918400&v=beta&t=tlpycmKDi15c41waI-4OeSDSw8sgYF-xT_TLPlITEZ8
aakarshit
pandey
aakarshit pandey
Software Engineer at Microsoft
software engineer @ microsoft | purdue c ‘ 21 | 2x swe intern @ salesforce
determined fast learner like problem love finding solution . motivated best wherever . graduated b.s . computer science minor math certificate entrepreneurship innovation purdue university .
u
united state america
west lafayette
indiana
[ { "company": "Microsoft", "company_linkedin_profile_url": "https://www.linkedin.com/company/microsoft", "description": "Working for the Windows Network, Security, and Containers team", "ends_at": null, "location": "Redmond, Washington, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_100_100/0/1618231291419?e=1655942400&v=beta&t=lzKVkVuf-McwnYzrrz9ib7uQFSgowMUHhH_KDAbw3y0", "starts_at": { "day": 1, "month": 2, "year": 2022 }, "title": "Software Engineer" }, { "company": "Purdue University", "company_linkedin_profile_url": "https://www.linkedin.com/company/purdue-university", "description": "Teaching Assistant for Data Structures and Algorithms, and Introduction to C Programming courses at Purdue", "ends_at": { "day": 31, "month": 12, "year": 2021 }, "location": "West Lafayette, IN, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGUO9Kvy1lfEA/company-logo_100_100/0/1619705137869?e=1655942400&v=beta&t=uSJ7kLgk6Fw-B6bAZVO8TspkoKPSF2y8W-EX-GgEEL8", "starts_at": { "day": 1, "month": 8, "year": 2019 }, "title": "Undergraduate Teaching Assistant" }, { "company": "Hello World", "company_linkedin_profile_url": "https://www.linkedin.com/company/hello-world-purduehackers", "description": "Hello World is a Hackathon for all the freshmen at Purdue. Every team works for 24 hours to come up with intriguing projects and present them to the evaluators. I am working on the development of a Web-app for the event.", "ends_at": { "day": 30, "month": 9, "year": 2021 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFoDvPicwLcWQ/company-logo_100_100/0/1550090904691?e=1655942400&v=beta&t=PedV5b2guinju43hNhWyKYeNw9EqNUkZ4ekVyfDKqa0", "starts_at": { "day": 1, "month": 3, "year": 2019 }, "title": "Hello World Hackathon - Dev Lead" }, { "company": "Salesforce", "company_linkedin_profile_url": "https://www.linkedin.com/company/salesforce", "description": "- Worked on the Calculated Insights team for the Audience360 product.\n- Built the job orchestration engine and the spark streaming map-reduce job for\ningesting Kafka streams, data validation, transformation, enrichment, and delivering\nit to the data lake and customer-specified action endpoints.\n- Additionally, Built a standalone data validation and transformation library which will be used by multiple teams across the org.\n- Technologies: gRPC, Apache Spark, Kafka, AWS (Elastic Map Reduce, S3), Spring Boot", "ends_at": { "day": 31, "month": 8, "year": 2021 }, "location": "San Francisco, California, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHZ9xYomLW7zg/company-logo_100_100/0/1591198956689?e=1655942400&v=beta&t=ONTqKhUr_7-7OUfXvARKGae5h2LMPgopGqlQVz7z3z0", "starts_at": { "day": 1, "month": 5, "year": 2021 }, "title": "Software Engineer Intern" }, { "company": "Salesforce", "company_linkedin_profile_url": "https://www.linkedin.com/company/salesforce", "description": "- Worked for the Data Management Platform team.\n- Built a framework from scratch for automating the recoveries of the failing AWS Data Pipelines and the Elastic Map Reduce jobs. It is expected to directly ameliorate the recovery times of a majority of crucial jobs that fail on a regular basis and otherwise require a lot of manual intervention.\n- Built a service for maintaining the error logs of the failing AWS Data Pipelines and EMR jobs and for keeping a track of their recoveries statuses at scheduled intervals.\n- Worked on a React-based Web Application to complement this job recovery service.\n- Wrote unit test cases and did Postman based API testing for most of the functionalities.\n- Technologies used: Spring Boot, AWS Data Pipelines, AWS Elastic Map Reduce, AWS S3, PostgreSQL, React", "ends_at": { "day": 31, "month": 7, "year": 2020 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHZ9xYomLW7zg/company-logo_100_100/0/1591198956689?e=1655942400&v=beta&t=ONTqKhUr_7-7OUfXvARKGae5h2LMPgopGqlQVz7z3z0", "starts_at": { "day": 1, "month": 5, "year": 2020 }, "title": "Software Engineer Intern" }, { "company": "QualityKiosk Technologies Pvt. Ltd.", "company_linkedin_profile_url": "https://www.linkedin.com/company/quality-kiosk-technologies", "description": "Wrote scripts in Selenium and Appium for automated web/app testing for various client websites, android applications, and iOS applications.", "ends_at": { "day": 31, "month": 7, "year": 2019 }, "location": "Mumbai Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHH3WqgV3k9-A/company-logo_100_100/0/1641205497387?e=1655942400&v=beta&t=kdIeosQ3HkrX1KcoISDTc9pj5pa4RS1VfPByZQO5B5M", "starts_at": { "day": 1, "month": 6, "year": 2019 }, "title": "Software Engineer Intern" } ]
[ { "degree_name": "Bachelor's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2022 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGUO9Kvy1lfEA/company-logo_100_100/0/1619705137869?e=1655942400&v=beta&t=uSJ7kLgk6Fw-B6bAZVO8TspkoKPSF2y8W-EX-GgEEL8", "school": "Purdue University", "school_linkedin_profile_url": "https://www.linkedin.com/school/purdue-university/", "starts_at": { "day": 1, "month": 1, "year": 2018 } } ]
[ "English", "Hindi" ]
[ { "description": "Mentoring a freshman to get acquainted with Computer Science and work on potentially their first personal project. Mentoring them on how to plan a new project, execute it, and learn new technologies. Additionally, helping them with other soft skills and resumes.", "ends_at": null, "org_name": "Launchpad Purdue", "starts_at": { "day": 1, "month": 8, "year": 2020 }, "title": "Mentor" }, { "description": "Organizing a hackathon for high-school and middle-school students in the Tippecanoe County area. Currently dealing with community-outreach.", "ends_at": null, "org_name": "Minimake", "starts_at": { "day": 1, "month": 2, "year": 2020 }, "title": "Exec Board Member" }, { "description": "The Purdue Web Dev Club is Purdue's official Web Development club designed to teach students of all majors and levels skills needed to be good developers. I am currently handling the sponsorships for the club.", "ends_at": null, "org_name": "Purdue Web Development Club", "starts_at": { "day": 1, "month": 8, "year": 2019 }, "title": "Executive Board Member" } ]
[]
[ { "description": "Inducted into the Dean's list and Semester Honors for Spring 2020 semester", "issued_on": { "day": 1, "month": 5, "year": 2020 }, "issuer": "Department of Computer Science, Purdue University", "title": "Deans List and Semester Honours - Spring 2020" }, { "description": "Inducted to the Deans List and Semester Honours for Fall ‘19 semester", "issued_on": { "day": 1, "month": 12, "year": 2019 }, "issuer": "Purdue University Computer Science", "title": "Deans List and Semester Honours - Fall 2019" }, { "description": "Inducted into Deans List and semester honors for Spring 2019 semester", "issued_on": { "day": 1, "month": 5, "year": 2019 }, "issuer": "Department of Computer Science, Purdue University", "title": "Deans List and Semester Honours - Spring 2019" }, { "description": "Inducted into the Deans List and Semester Honors for the Fall 2018 semester", "issued_on": { "day": 1, "month": 12, "year": 2018 }, "issuer": "Department of Computer Science, Purdue University", "title": "Deans List and Semester Honours - Fall 2018" } ]
[]
[ { "name": "Competitive Programming", "number": "CS390-CP2" }, { "name": "Computer Architecture", "number": "CS250" }, { "name": "Data Mining and Machine Intelligence", "number": "CS373" }, { "name": "Data Structures and Algorithms", "number": "CS251" }, { "name": "Foundations of Computer Science / Discrete Mathematics", "number": "CS-182" }, { "name": "Intro to C Programming", "number": "CS-240" }, { "name": "Intro to Systems Programming", "number": "CS252" }, { "name": "Linear Algebra - Honours", "number": "MA-351" }, { "name": "Object Oriented Programming with Java", "number": "CS-180" }, { "name": "Software Engineering", "number": "CS307" }, { "name": "Web App Development", "number": "CS390-WAP" } ]
[]
[]
[]
[]
500
[ { "link": "https://www.linkedin.com/in/sara-karnik-5627b8170", "location": "Palo Alto, CA", "name": "Sara Karnik", "summary": "SDE intern @ Amazon | Purdue CS ‘22" }, { "link": "https://www.linkedin.com/in/sharm395", "location": "Lafayette, Indiana Metropolitan Area", "name": "Abhi Sharma", "summary": "Incoming SWE Intern at PayPal | CS @ Purdue" }, { "link": "https://www.linkedin.com/in/rhythm1705", "location": "Bellevue, WA", "name": "Rhythm Goel", "summary": "Software Engineer @ Microsoft" }, { "link": "https://www.linkedin.com/in/bhawinmittal", "location": "West Lafayette, IN", "name": "Bhawin Mittal", "summary": "CS and Data Science at Purdue | UTA at Purdue CS" }, { "link": "https://www.linkedin.com/in/ankush-maheshwari-511222215", "location": "West Lafayette, IN", "name": "Ankush Maheshwari", "summary": "CS + DS at Purdue University | Cummins" }, { "link": "https://www.linkedin.com/in/frances-oleary", "location": "West Lafayette, IN", "name": "Frances O'Leary", "summary": "Honors CS + Math at Purdue | Incoming Intern @ SpaceX | UTA" }, { "link": "https://www.linkedin.com/in/vsarunhah", "location": "West Lafayette, IN", "name": "Varun Shah", "summary": "Incoming SDE Intern @ Amazon | Teaching and Research Assistant | Honors CS @ Purdue" }, { "link": "https://www.linkedin.com/in/drishtiagarwala", "location": "Greater Seattle Area", "name": "Drishti Agarwala", "summary": "Software Engineer @Microsoft" }, { "link": "https://www.linkedin.com/in/pranjal-punekar", "location": "West Lafayette, IN", "name": "Pranjal Punekar", "summary": "Incoming SWE intern @ Tableau | Undergraduate TA | CS Honors @ Purdue" }, { "link": "https://www.linkedin.com/in/arjun-0612", "location": "West Lafayette, IN", "name": "Arjun Harbhajanka", "summary": "Incoming SWE Intern at Meta | CS @Purdue" }, { "link": "https://www.linkedin.com/in/thatprakhar", "location": "West Lafayette, IN", "name": "Prakhar N.", "summary": "Incoming SWE Intern at Meta | Junior @ Purdue CS | UTA |" }, { "link": "https://www.linkedin.com/in/gowrih", "location": "West Lafayette, IN", "name": "Gowri Harish", "summary": "Incoming PM Intern @Microsoft | UTA | RTC | CS Honors @ Purdue" }, { "link": "https://www.linkedin.com/in/rashmi-ananth", "location": "New York City Metropolitan Area", "name": "Rashmi Ananth", "summary": "CS & DS @ Purdue" }, { "link": "https://www.linkedin.com/in/shree-kulkarni-3b52a9170", "location": "West Lafayette, IN", "name": "Shree Kulkarni", "summary": "Software Development Engineer Intern at Amazon Web Services (AWS)" }, { "link": "https://www.linkedin.com/in/pduangsu", "location": "West Lafayette, IN", "name": "Prakrit Duangsutha", "summary": "CS @ Purdue" }, { "link": "https://www.linkedin.com/in/ayushman-singh-1510", "location": "West Lafayette, IN", "name": "Ayushman Singh", "summary": "Incoming SWE Intern at Meta | CS at Purdue University" }, { "link": "https://www.linkedin.com/in/karmenyae", "location": "West Lafayette, IN", "name": "Karmenyae Khurana", "summary": "Teaching Assistant at Purdue University" }, { "link": "https://www.linkedin.com/in/monal-mahajan", "location": "West Lafayette, IN", "name": "Monal Mahajan", "summary": "CS Senior @ Purdue University | Microsoft | Emirates" }, { "link": "https://www.linkedin.com/in/chandiran-dmc", "location": "West Lafayette, IN", "name": "Mohana Chandiran Dhukkaram", "summary": "Former SWE Intern at Journera | CS @ Purdue" }, { "link": "https://www.linkedin.com/in/jasmine-singh486", "location": "New York, NY", "name": "Jasmine Singh", "summary": "Software Engineer at Oscar Health" } ]
[]
[ { "activity_status": "Liked by Aakarshit Pandey", "link": "https://www.linkedin.com/signup/cold-join", "title": "Excited to become an Executive Vice President in Salesforce leading the next generation Unified data services for the Customer360 platform including…" }, { "activity_status": "Liked by Aakarshit Pandey", "link": "https://www.linkedin.com/signup/cold-join", "title": "Together with Activision Blizzard, we will usher in a new era of gaming that puts players and creators first and makes gaming safe, inclusive, and…" }, { "activity_status": "Liked by Aakarshit Pandey", "link": "https://www.linkedin.com/signup/cold-join", "title": "I am so excited to share that I will be joining Microsoft as a Program Manager Intern this summer in Redmond, WA!I’m incredibly grateful to my…" } ]
[ { "link": "https://in.linkedin.com/in/aakarshit-pandey-31490a171", "location": "Delhi, India", "name": "Aakarshit Pandey", "summary": "Student at Guru Gobind Singh Indraprastha University" }, { "link": "https://in.linkedin.com/in/aakarshit-pandey-9870", "location": "Delhi, India", "name": "Aakarshit Pandey", "summary": "OPEN FOR WORK\nACTIVELY LOOKING FOR JOB" } ]
[]
[ { "name": "Microsoft University Recruiting Team", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFO-fto2EJ1cg/group-logo_image-shrink_92x92/0/1631008161791?e=1647691200&v=beta&t=88TPMhMHrmFApPhLL9N7VoPpOXIdYDWDsAMKdH5o_kw", "url": "https://www.linkedin.com/groups/12125564" } ]
null
null
null
null
null
null
null
null
4,756
aakash-dhawan
https://media-exp1.licdn.com/dms/image/C5603AQFEVY5pS4T7iA/profile-displayphoto-shrink_200_200/0/1546758878396?e=1652918400&v=beta&t=lPKUQuDVAibl4u4BogqptJmpb6Op9glXzUmL5FWrIkw
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakash
dhawan
aakash dhawan
Software Engineer at Microsoft
software engineer microsoft
null
u
united state america
seattle
washington
[ { "company": "Microsoft", "company_linkedin_profile_url": "https://www.linkedin.com/company/microsoft", "description": null, "ends_at": null, "location": "Seattle, Washington, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_100_100/0/1618231291419?e=1655942400&v=beta&t=lzKVkVuf-McwnYzrrz9ib7uQFSgowMUHhH_KDAbw3y0", "starts_at": { "day": 1, "month": 2, "year": 2022 }, "title": "Software Engineer" }, { "company": "Yext", "company_linkedin_profile_url": "https://www.linkedin.com/company/yext", "description": null, "ends_at": { "day": 28, "month": 2, "year": 2022 }, "location": "Tysons Corner, Virginia, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGp2p1JgkK_hw/company-logo_100_100/0/1646147260780?e=1655942400&v=beta&t=bxLOQpqeZt13ML8rqFFef4kjJFBdX1nKjPxWnoQr1IE", "starts_at": { "day": 1, "month": 9, "year": 2019 }, "title": "Software Engineer" }, { "company": "The Bird Group", "company_linkedin_profile_url": "https://www.linkedin.com/company/the-bird-group", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2018 }, "location": "India", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQGaGuT3mt01BA/company-logo_100_100/0/1519960507240?e=1655942400&v=beta&t=0RWEIgkjEjWL-30fy7HsoPFgKEfi_Q4Mp7MoxuClkE4", "starts_at": { "day": 1, "month": 6, "year": 2018 }, "title": "Intern" }, { "company": "Globus Eight Inc", "company_linkedin_profile_url": "https://www.linkedin.com/company/globus-eight-inc", "description": null, "ends_at": { "day": 31, "month": 7, "year": 2017 }, "location": "Gurgaon, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHE16t5Q_TZXA/company-logo_100_100/0/1519872756641?e=1655942400&v=beta&t=jYvZmQm4kdegndkGUwLL2Xq7InXlT7aPhfXlTvjd8eg", "starts_at": { "day": 1, "month": 6, "year": 2017 }, "title": "Intern" }, { "company": "Student Council, ICAS, Manipal", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 31, "month": 5, "year": 2017 }, "location": "Manipal, India", "logo_url": null, "starts_at": { "day": 1, "month": 8, "year": 2016 }, "title": "Editorial Board Head" } ]
[ { "degree_name": "Bachelor of Science - BS", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2019 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGFFDl_Z9pIAA/company-logo_100_100/0/1595014871850?e=1655942400&v=beta&t=VBl1UvvXydPD6x6XLFYYqt2XsXD-w8lLYBSR1I6r_as", "school": "University of Illinois at Urbana-Champaign", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-illinois-urbana-champaign/", "starts_at": { "day": 1, "month": 1, "year": 2017 } }, { "degree_name": "Computer Science", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2017 }, "field_of_study": "3.85", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQG-kAW6SVFCsg/company-logo_100_100/0/1519900267930?e=1655942400&v=beta&t=vuIhcRY1eY2H1Gg5tCOFutY7KWi8aK79smLUB_xrKWQ", "school": "Manipal Academy of Higher Education", "school_linkedin_profile_url": "https://www.linkedin.com/school/manipalacademyofhighereducation/", "starts_at": { "day": 1, "month": 1, "year": 2015 } }, { "degree_name": "High School Diploma", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2015 }, "field_of_study": "92%", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGm__59ViYCDA/company-logo_100_100/0/1560542486487?e=1655942400&v=beta&t=7Ie5MLJILmMIy8PDwukDe5LHav0DHtAPweMpONvEYms", "school": "Modern School", "school_linkedin_profile_url": "https://www.linkedin.com/school/modern-school/", "starts_at": { "day": 1, "month": 1, "year": 2002 } } ]
[ "English", "Hindi", "French", "Punjabi" ]
[]
[]
[ { "description": "Made a part of Dean’s List for securing a position in the top 20% in the College of Engineering during Fall 2018 semester", "issued_on": { "day": 1, "month": 1, "year": 2019 }, "issuer": "Associate Dean of Undergraduate Programs, College of Engineering", "title": "Dean's List" }, { "description": "Made a part of Dean’s List for securing a position in the top 20% in the College of Engineering during Spring 2018 semester", "issued_on": { "day": 1, "month": 5, "year": 2018 }, "issuer": "Associate Dean of Undergraduate Programs, College of Engineering", "title": "Dean's List" }, { "description": "Made a part of Dean’s List for securing a position in the top 20% in the College of Engineering during Fall 2017 semester", "issued_on": { "day": 1, "month": 2, "year": 2018 }, "issuer": "Associate Dean of Undergraduate Programs, College of Engineering", "title": "Dean's List" } ]
[]
[ { "name": "Applied Linear Algebra", "number": "MATH 415" }, { "name": "Applied Machine Learning", "number": "CS 498" }, { "name": "Artificial Intelligence", "number": "CS 440" }, { "name": "Discrete Structures", "number": "CS 173" }, { "name": "Introduction To Algorithms & Models of Computation", "number": "CS 374" }, { "name": "Introduction to Data Mining", "number": "CS 421" }, { "name": "Numerical Methods I", "number": "CS 357" }, { "name": "Prob & Stat for Computer Science", "number": "CS 361" }, { "name": "Programming Studio", "number": "CS 242" }, { "name": "Systems Programming", "number": "CS 241" }, { "name": "The Art and Science of Web Programming", "number": "CS 498RK" }, { "name": "Virtual Reality", "number": "CS 498VR" }, { "name": "Computer Architecture", "number": "CS 242" }, { "name": "Computer Organization & Assembly Language Programming", "number": "CS 232" }, { "name": "Data Structures", "number": "CS 231" }, { "name": "Database Management Systems", "number": "CS 246" }, { "name": "Design And Analysis of Algorithms", "number": "CS 245" }, { "name": "Electronic Devices & Computer Interfacing", "number": "CS 241" }, { "name": "Formal Languages And Automata Theory", "number": "CS 233" }, { "name": "Java Programming", "number": "CS 243" }, { "name": "Language Processors", "number": "CS 244" }, { "name": "Object Oriented Programming Using C++", "number": "CS 121" }, { "name": "Software Design Using Object Oriented Paradigm", "number": "CS 122" } ]
[]
[]
[ { "cause": "Social Services", "company": "The Earth Saviours Foundation", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 31, "month": 7, "year": 2014 }, "logo_url": null, "starts_at": { "day": 1, "month": 5, "year": 2014 }, "title": "Volunteer" } ]
[]
102
[ { "link": "https://www.linkedin.com/in/vignesh-ramesh-engineer", "location": "New York City Metropolitan Area", "name": "Vignesh Ramesh", "summary": "Engineering Manager at Yext" }, { "link": "https://ir.linkedin.com/in/reza-seif-mohaddecy-890a6138", "location": "Iran", "name": "Reza Seif Mohaddecy", "summary": "Head of Catalysis Technology Developement Division at Research Institute of Petroleum Industry (RIPI)" }, { "link": "https://www.linkedin.com/in/michael-felicissimo-08619385", "location": "Fort Collins, CO", "name": "Michael Felicissimo", "summary": "Solutions Engineer at VMware" }, { "link": "https://www.linkedin.com/in/shirin-sabahi", "location": "New York, NY", "name": "Shirin Sabahi", "summary": "Chief of Staff, to Chief Strategy Officer at Yext" }, { "link": "https://au.linkedin.com/in/arthurching331", "location": "Pymble, NS", "name": "Arthur Ching", "summary": "Associate Solutions Engineer at Splunk" }, { "link": "https://www.linkedin.com/in/nxkhandelwal", "location": "Houston, TX", "name": "Neha Khandelwal", "summary": "Cloud Software Engineer at Schlumberger" }, { "link": "https://www.linkedin.com/in/gouri-bollepalli-7359951a2", "location": "Greater Madison Area", "name": "Gouri Bollepalli", "summary": "Student at University of Wisconsin-Madison" }, { "link": "https://www.linkedin.com/in/peteslaats", "location": "Redwood City, CA", "name": "Peter Slaats", "summary": "Solutions Engineer, C3 AI - We're hiring!" }, { "link": "https://www.linkedin.com/in/matthewleung98", "location": "Fremont, CA", "name": "Matt Leung", "summary": "Associate Solutions Engineer" }, { "link": "https://www.linkedin.com/in/roshanchandrashekar", "location": "Austin, TX", "name": "Roshan Chandrashekar", "summary": "Incoming Technical Solutions Engineer at Epic" }, { "link": "https://www.linkedin.com/in/advaithravikumar", "location": "Urbana, IL", "name": "Advaith Ravikumar", "summary": "Computer Eng student, University of Illinois at Urbana-Champaign. Head Course Aide, Intro to Electronics (ECE110)" }, { "link": "https://www.linkedin.com/in/yukarenasai", "location": "San Francisco Bay Area", "name": "Yu Asai", "summary": "Solutions Engineer at NVIDIA" }, { "link": "https://www.linkedin.com/in/robert-gustafson", "location": "Los Angeles, CA", "name": "Robert Gustafson", "summary": "Sales Engineer at Splunk" }, { "link": "https://www.linkedin.com/in/amandafavila", "location": "Greater Chicago Area", "name": "Amanda Favila", "summary": "Software Engineer Intern at Motorola Solutions" }, { "link": "https://www.linkedin.com/in/rohan-ramesh-399585188", "location": "San Francisco Bay Area", "name": "Rohan Ramesh", "summary": "Research Assistant at Center for Hypersonics and Entry Space Systems" }, { "link": "https://www.linkedin.com/in/sachin-kasyap-parsa-324081100", "location": "Schaumburg, IL", "name": "Sachin Kasyap Parsa", "summary": "MS in CS at University of Illinois at Chicago" }, { "link": "https://www.linkedin.com/in/gauri-kalra", "location": "Los Angeles, CA", "name": "Gauri Kalra", "summary": "Software Engineer at Google" } ]
[]
[ { "activity_status": "Liked by Aakash Dhawan", "link": "https://www.linkedin.com/signup/cold-join", "title": "Tens of Millions of Accurate Listings1,403,500 emails (mostly unread)1000s of new hires519 ManifestosCountless Confides (literally)20 earnings…" }, { "activity_status": "Liked by Aakash Dhawan", "link": "https://www.linkedin.com/signup/cold-join", "title": "Extremely honoured to receive the award for Excellence in Sustainability by the British Business Group Delhi Roseate Hotels & Resorts" } ]
[ { "link": "https://in.linkedin.com/in/aakash-dhawan-98b349150", "location": "Delhi, India", "name": "Aakash Dhawan", "summary": "Videographer | Photographer | Editor | Virtual Reality" }, { "link": "https://in.linkedin.com/in/aadhawan", "location": "Lucknow", "name": "aakash dhawan", "summary": "Hedge Fund, Private Equity and Fund of fund. Audit Manager." }, { "link": "https://mv.linkedin.com/in/dhawanaakash", "location": "Maldives", "name": "Aakash Dhawan", "summary": "Outlets Manager - St. Regis Maldives" }, { "link": "https://in.linkedin.com/in/aakash-dhawan-697434b8", "location": "Greater Delhi Area", "name": "AAKASH DHAWAN", "summary": "Partner at Vinay Electricals" } ]
[]
[]
null
null
null
null
null
null
null
null
4,798
aakash-gohel
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakash gohel ,
frm
aakash gohel , frm
Senior Associate at PwC
senior associate pwc
aakash senior associate pwc ’ cyber , risk , regulatory practice . ha 2 year experience focusing assessment independent model validation control , data analysis , financial product valuation . prior joining pwc , wa intern highmore fund primealpha llc , main duty qualitative quantitative research focused alternative investment . aakash ha master 's degree financial engineering new york university . also certified financial risk manager ( frm ) .
u
united state america
new york
new york
[ { "company": "PwC", "company_linkedin_profile_url": "https://www.linkedin.com/company/pwc", "description": "- Model Risk\n- Derivatives and structured products valuation", "ends_at": null, "location": "New York City Metropolitan Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFgGCanagq95g/company-logo_100_100/0/1625142822638?e=1655942400&v=beta&t=sOaG4cgn17ThraFzja1ifC_CwN1ZGAMgq2EjdSUXPZg", "starts_at": { "day": 1, "month": 7, "year": 2021 }, "title": "Senior Associate" }, { "company": "PwC", "company_linkedin_profile_url": "https://www.linkedin.com/company/pwc", "description": null, "ends_at": { "day": 30, "month": 6, "year": 2021 }, "location": "Columbia, South Carolina Metropolitan Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFgGCanagq95g/company-logo_100_100/0/1625142822638?e=1655942400&v=beta&t=sOaG4cgn17ThraFzja1ifC_CwN1ZGAMgq2EjdSUXPZg", "starts_at": { "day": 1, "month": 7, "year": 2020 }, "title": "Experienced Associate" }, { "company": "PwC", "company_linkedin_profile_url": "https://www.linkedin.com/company/pwc", "description": null, "ends_at": { "day": 30, "month": 6, "year": 2020 }, "location": "Columbia, South Carolina Metropolitan Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFgGCanagq95g/company-logo_100_100/0/1625142822638?e=1655942400&v=beta&t=sOaG4cgn17ThraFzja1ifC_CwN1ZGAMgq2EjdSUXPZg", "starts_at": { "day": 1, "month": 7, "year": 2019 }, "title": "Associate" }, { "company": "New York University", "company_linkedin_profile_url": "https://www.linkedin.com/company/new-york-university", "description": null, "ends_at": { "day": 31, "month": 5, "year": 2019 }, "location": "Greater New York City Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQF6TmzLkch0dQ/company-logo_100_100/0/1561566354660?e=1655942400&v=beta&t=r124YsAgZw3h7dsF0vOzexg0zy8oSXN8XNsK3Wyu_KI", "starts_at": { "day": 1, "month": 1, "year": 2019 }, "title": "Graduate Student Assistant" }, { "company": "Highmore", "company_linkedin_profile_url": "https://www.linkedin.com/company/highmore-group", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2018 }, "location": "Greater New York City Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGNOsA5Rc1__g/company-logo_100_100/0/1519904502817?e=1655942400&v=beta&t=iuWQ9ZCMZRrvd6nBjtFLO6xssE5eiUVcRSNdGMwVhQY", "starts_at": { "day": 1, "month": 9, "year": 2018 }, "title": "Investment Research Intern" }, { "company": "PrimeAlpha", "company_linkedin_profile_url": "https://www.linkedin.com/company/primealpha", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2018 }, "location": "Greater New York City Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHT394qtskVtg/company-logo_100_100/0/1603249953074?e=1655942400&v=beta&t=njLt9Cyt2D3FzBDq5TW0mMTwEIkH9yXzamXX8fINaBI", "starts_at": { "day": 1, "month": 6, "year": 2018 }, "title": "Asset Management Intern" }, { "company": "Yokogawa", "company_linkedin_profile_url": "https://www.linkedin.com/company/yokogawa", "description": null, "ends_at": { "day": 30, "month": 9, "year": 2016 }, "location": "Bengaluru, Karnataka, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQEIieCR9bgV7Q/company-logo_100_100/0/1547083465042?e=1655942400&v=beta&t=05oZ-2P2CySYnZ8TGUW22KG6RIJ3-mf_0EwtOa6rDUM", "starts_at": { "day": 1, "month": 7, "year": 2015 }, "title": "Executive Engineer" } ]
[ { "degree_name": "Master's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2019 }, "field_of_study": "Financial Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQF6TmzLkch0dQ/company-logo_100_100/0/1561566354660?e=1655942400&v=beta&t=r124YsAgZw3h7dsF0vOzexg0zy8oSXN8XNsK3Wyu_KI", "school": "New York University", "school_linkedin_profile_url": "https://www.linkedin.com/school/new-york-university/", "starts_at": { "day": 1, "month": 1, "year": 2017 } }, { "degree_name": "Bachelor of Technology - BTech", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2015 }, "field_of_study": "Instrumentation & Control Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFOem5sfsvzfg/company-logo_100_100/0/1519882382257?e=1655942400&v=beta&t=hEkDvr9Tfj_tTBoH131sFZpA3lKhutzbSVZqyJzdyTI", "school": "Dharmsinh Desai Institute of Technology", "school_linkedin_profile_url": "https://www.linkedin.com/school/dharmsinh-desai-university/", "starts_at": { "day": 1, "month": 1, "year": 2011 } } ]
[ "English", "Hindi", "Gujarati" ]
[ { "description": null, "ends_at": null, "org_name": "International Association for Quantitative Finance (IAQF)", "starts_at": { "day": 1, "month": 9, "year": 2018 }, "title": "Member" }, { "description": null, "ends_at": null, "org_name": "Global Association of Risk Professionals (GARP)", "starts_at": { "day": 1, "month": 1, "year": 2018 }, "title": "Member" } ]
[]
[]
[]
[ { "name": "Advanced 'C' Programming", "number": "AX223" }, { "name": "Engineering Mathematics I-IV", "number": "AF401" }, { "name": "Industrial Management", "number": "IC602" }, { "name": "Advanced Valuation Theory", "number": "FRE-GY 6273" }, { "name": "Clearing, Settlement and Operational Risk Management", "number": "FRE-GY 6131" }, { "name": "Derivatives Strategies in Financial Risk Management", "number": "FRE-GY 7821" }, { "name": "Econometrics and Time series analysis", "number": "FRE-GY 6351" }, { "name": "Financial Econometrics", "number": "FRE-GY 6091" }, { "name": "Financial Economics", "number": "FRE-GY 6023" }, { "name": "Financial Risk Management and Asset Pricing", "number": "FRE-GY 6123" }, { "name": "Introduction to Derivative Securities", "number": "FRE-GY 6073" }, { "name": "Market Risk Management and Regulations", "number": "FRE-GY 6731" }, { "name": "Quantitative Methods in Finance", "number": "FRE-GY 6083" }, { "name": "Valuation for Financial Engineering", "number": "FRE-GY 6103" } ]
[ { "description": "Analyzed and modeled 45 years of energy consumption data for the U.S. residential sector using R programming language.\nAchieved a forecasting accuracy of 93% using an Auto Regressive and Moving Average(ARMA) fit.", "ends_at": { "day": 31, "month": 5, "year": 2019 }, "starts_at": { "day": 1, "month": 4, "year": 2019 }, "title": "U.S. Residential Sector Energy Consumption - Time Series Analysis and Forecasting", "url": null }, { "description": "Used the Pandas library to explore the growth and impact of Bitcoin and other cryptocurrencies. Analyzed the market capitalization and volatility in cryptocurrencies.", "ends_at": { "day": 31, "month": 3, "year": 2018 }, "starts_at": { "day": 1, "month": 2, "year": 2018 }, "title": "Analyzing the Cryptocurrency market", "url": null }, { "description": "A simulation of the Hydrogen Fluoride(HF) production process.\nDeveloped control loops, graphics, interlocks and emergency stop logic for the same on the Yokogawa Centum CS 3000 software as part of the final semester industrial project.", "ends_at": { "day": 30, "month": 4, "year": 2015 }, "starts_at": { "day": 1, "month": 12, "year": 2014 }, "title": "Hydrogen Fluoride Plant Automation and Control based on Yokogawa DCS Centum CS3000", "url": null } ]
[ { "date_on": { "day": 1, "month": 12, "year": 2016 }, "description": null, "name": "Graduate Record Examination (GRE)", "score": "322/340" } ]
[]
[ { "authority": "A Cloud Guru", "display_source": "verify.acloud.guru", "ends_at": null, "license_number": null, "name": "AZ-900 Microsoft Azure Fundamentals", "starts_at": { "day": 1, "month": 12, "year": 2021 }, "url": "https://verify.acloud.guru/15B904AADD32" }, { "authority": "Microsoft", "display_source": null, "ends_at": null, "license_number": "I093-4400", "name": "Microsoft Certified Azure Fundamentals", "starts_at": { "day": 1, "month": 12, "year": 2021 }, "url": null }, { "authority": "GARP FRM Program", "display_source": "mygarp.force.com", "ends_at": null, "license_number": null, "name": "Certified Financial Risk Manager (FRM)", "starts_at": { "day": 1, "month": 9, "year": 2021 }, "url": "https://mygarp.force.com/DigitalBadgeFRM?id=0031W000021jGVqQAM" }, { "authority": "DataCamp", "display_source": null, "ends_at": null, "license_number": null, "name": "Intermediate SQL server", "starts_at": { "day": 1, "month": 2, "year": 2019 }, "url": null }, { "authority": "DataCamp", "display_source": null, "ends_at": null, "license_number": null, "name": "Relational Databases in SQL", "starts_at": { "day": 1, "month": 1, "year": 2019 }, "url": null }, { "authority": "DataCamp", "display_source": null, "ends_at": null, "license_number": null, "name": "Credit Risk Modeling in R", "starts_at": { "day": 1, "month": 10, "year": 2018 }, "url": null }, { "authority": "DataCamp", "display_source": "www.datacamp.com", "ends_at": null, "license_number": null, "name": "Importing & Managing Financial Data in Python", "starts_at": { "day": 1, "month": 2, "year": 2018 }, "url": "https://www.datacamp.com/statement-of-accomplishment/course/848fbc53831bd9fa3dbd124a9b85c78ac883aa79" }, { "authority": "DataCamp", "display_source": "www.datacamp.com", "ends_at": null, "license_number": null, "name": "Joining Data in PostgreSQL", "starts_at": { "day": 1, "month": 2, "year": 2018 }, "url": "https://www.datacamp.com/statement-of-accomplishment/course/93561a135ac0f665ab5fcc8aef8ea7671b149f3d" }, { "authority": "DataCamp", "display_source": "www.datacamp.com", "ends_at": null, "license_number": null, "name": "Supervised Learning with scikit-learn", "starts_at": { "day": 1, "month": 2, "year": 2018 }, "url": "https://www.datacamp.com/statement-of-accomplishment/course/7e99bc30245c50d0f186094d5bd65c3ed9f52eec" }, { "authority": "Bloomberg LP", "display_source": null, "ends_at": null, "license_number": null, "name": "Bloomberg Market Concepts", "starts_at": { "day": 1, "month": 1, "year": 2018 }, "url": null }, { "authority": "DataCamp", "display_source": "www.datacamp.com", "ends_at": null, "license_number": null, "name": "Quantitative Risk Management in R", "starts_at": { "day": 1, "month": 6, "year": 2017 }, "url": "https://www.datacamp.com/statement-of-accomplishment/course/d1424acb08e3c757fb76612d26af0cdb630eb045" }, { "authority": "DataCamp", "display_source": "www.datacamp.com", "ends_at": null, "license_number": null, "name": "Intermediate R for Finance", "starts_at": { "day": 1, "month": 3, "year": 2017 }, "url": "https://www.datacamp.com/statement-of-accomplishment/course/6980f86628060c1121cba55c92be3d700e9eae89" }, { "authority": "PwC", "display_source": "www.youracclaim.com", "ends_at": { "day": 28, "month": 2, "year": 2022 }, "license_number": null, "name": "Digital Acumen", "starts_at": { "day": 1, "month": 2, "year": 2020 }, "url": "https://www.youracclaim.com/badges/05b494f3-64e8-4acc-b605-2ef8b3122ac7/linked_in_profile" } ]
500
[ { "link": "https://www.linkedin.com/in/huangli", "location": "Harrison, NJ", "name": "Huang(Amanda) Li", "summary": "Financial Advisory - Associate at PwC" }, { "link": "https://www.linkedin.com/in/urjapandya", "location": "New York City Metropolitan Area", "name": "Urja Pandya", "summary": "Associate at PwC" }, { "link": "https://www.linkedin.com/in/pranav-sawant", "location": "New York, NY", "name": "Pranav Sawant, FRM", "summary": "Senior Associate at PwC" }, { "link": "https://www.linkedin.com/in/sarah-korykora-037a0681", "location": "New York, NY", "name": "Sarah Korykora", "summary": "Senior Associate at PwC | ESG Consulting Solutions" }, { "link": "https://www.linkedin.com/in/craigchandler-1995", "location": "Chicago, IL", "name": "Craig Chandler, CPA", "summary": "Senior Associate at PwC" }, { "link": "https://www.linkedin.com/in/danielle-beaulieu", "location": "Washington, DC", "name": "Danielle Beaulieu", "summary": "Audit Associate at PwC" }, { "link": "https://cn.linkedin.com/in/%E4%B8%80%E7%92%A0-%E9%83%9D-6ab7b6183", "location": "Beijing, China", "name": "Yifan Hao", "summary": "MS Financial Risk Management, University of Connecticut" }, { "link": "https://www.linkedin.com/in/astha-notani-a8a5878", "location": "Greater Chicago Area", "name": "Astha Notani", "summary": "Senior Manager at PwC" }, { "link": "https://www.linkedin.com/in/barclay-stephens-13b44592", "location": "Dallas-Fort Worth Metroplex", "name": "Barclay Stephens", "summary": "Manager at PwC" }, { "link": "https://www.linkedin.com/in/minghuaxie", "location": "New York, NY", "name": "Minghua Xie", "summary": "Financial Engineering Associate at PwC" }, { "link": "https://www.linkedin.com/in/jiayu-l-ab82b5100", "location": "New York, NY", "name": "Jiayu L.", "summary": "Associate at Goldman Sachs" }, { "link": "https://www.linkedin.com/in/qi-tang", "location": "New York City Metropolitan Area", "name": "Qi Tang", "summary": "VP, Portfolio and Funding Analyst at Citi" }, { "link": "https://www.linkedin.com/in/howzhu", "location": "New York, NY", "name": "Haozheng (Howard) Zhu", "summary": "Counterparty and XVA Specialist at Morgan Stanley" }, { "link": "https://cn.linkedin.com/in/jiawei-chen-928454a4", "location": "Shenzhen", "name": "Jiawei Chen", "summary": "Deloitte China - Senior Associate" }, { "link": "https://in.linkedin.com/in/shaurya-dubey-b826b98", "location": "Bengaluru", "name": "Shaurya Dubey", "summary": "Director, Head of Risk Analytics CoE\nPwC US" }, { "link": "https://www.linkedin.com/in/uditjagdishjoshi", "location": "Tampa, FL", "name": "Udit Joshi", "summary": "Manager - Data Engineer at PwC" }, { "link": "https://www.linkedin.com/in/bhargab", "location": "New York, NY", "name": "Bhargab Banerjee", "summary": "Manager at PwC | Cloud & Digital" }, { "link": "https://www.linkedin.com/in/sagarjobanputra1", "location": "New York City Metropolitan Area", "name": "Sagar Jobanputra", "summary": "Financial Risk Manager at Nasdaq, Certified FRM, CFA Level 3 candidate" }, { "link": "https://www.linkedin.com/in/bhargavi-ganesh", "location": "New York City Metropolitan Area", "name": "Bhargavi Ganesh", "summary": "Analytics - PwC | Financial Engineering - Columbia University" } ]
[]
[ { "activity_status": "Liked by Aakash Gohel, FRM", "link": "https://www.linkedin.com/signup/cold-join", "title": "We're Growing! Global Risk Analytics is growing and looking for top talent to add to their Enterprise Risk Analytics teams. Take a look at our Job…" }, { "activity_status": "Liked by Aakash Gohel, FRM", "link": "https://www.linkedin.com/signup/cold-join", "title": "Hi LinkedIn Community, I am looking for Quantitative Analysts with 0-5 years of experience in model development and implementation for PD/LGD/EAD…" }, { "activity_status": "Liked by Aakash Gohel, FRM", "link": "https://www.linkedin.com/signup/cold-join", "title": "The clunky visa system prevented me from getting to my dying parents during the Covid -19 pandemic. The rules simply meant If I traveled back home, I…" } ]
[]
[]
[ { "name": "NYU Wasserman Center Student & Alumni Career Connections", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHMvbKONvQwwg/group-logo_image-shrink_200x200/0/1631361534131?e=1647691200&v=beta&t=af6Dnt_mve3ZrhqN5T9aLuRv7p7tNtsafuFckbJI0K0", "url": "https://www.linkedin.com/groups/1402097" }, { "name": "CFA Program Candidates", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFgUYf4Vn2H2Q/group-logo_image-shrink_200x200/0/1631355009993?e=1647691200&v=beta&t=Gz0oCqlvQA3ZbDUTh236BnOByHUe9JGcOjprl50CjgE", "url": "https://www.linkedin.com/groups/38728" }, { "name": "FRE MS/FE Alumni @ NYU Tandon (Poly)", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/3928723" }, { "name": "BAPS Swaminarayan Professionals", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQGoNpF_5vSHxg/group-logo_image-shrink_200x200/0/1631428392830?e=1647691200&v=beta&t=x-BgU6s8TLfinzas72eihDM4g_sTLVGVQACS59HEUFU", "url": "https://www.linkedin.com/groups/92552" }, { "name": "ARPM - Advanced Risk and Portfolio Management", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQHEzlQxaF38OA/group-logo_image-shrink_92x92/0/1631008710117?e=1647691200&v=beta&t=dEzUIbPOp1kEt-PVRNaIua6STHux_Ny4pI2l6JKzBbM", "url": "https://www.linkedin.com/groups/3825142" }, { "name": "Princeton Quant Trading Conference", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQHss6jYFl9vaw/group-logo_image-shrink_200x200/0/1631381377540?e=1647691200&v=beta&t=UzF6FeHHLuljTLnZqssGCq6poqEDfMuZbGcdNfat1Xk", "url": "https://www.linkedin.com/groups/6985127" }, { "name": "Global Association of Risk Professionals (GARP)", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQF2L0x0kDlzWg/group-logo_image-shrink_92x92/0/1631003415707?e=1647691200&v=beta&t=HSt9AezReMLtyYkIpyWZig4iK-ewIS9Q6wcjIUMvJEQ", "url": "https://www.linkedin.com/groups/37551" }, { "name": "Financial Engineering Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQGTIHC6LjsQZg/group-logo_image-shrink_92x92/0/1631271119734?e=1647691200&v=beta&t=9ctLSUHwgnRHWj9PI3uy6ungc1r7LHNK_5vIFkRqPRo", "url": "https://www.linkedin.com/groups/89680" }, { "name": "The R Project for Statistical Computing", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQHUcEWCbwI8RA/group-logo_image-shrink_92x92/0/1630997017542?e=1647691200&v=beta&t=IJAWkl2SbBxzGEqHdmJgNIF5v3A1lxEcDjakdNRzJmY", "url": "https://www.linkedin.com/groups/77616" }, { "name": "Rutgers MBS Students", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/4877279" }, { "name": "Artificial Intelligence | Deep Learning | Machine Learning", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFUGHP4Rby2yQ/group-logo_image-shrink_92x92/0/1631005432563?e=1647691200&v=beta&t=eurnQbJ8qgtZ-Ajgpd5F1XJKgj2wDcwxG45dxdyUvjk", "url": "https://www.linkedin.com/groups/45655" }, { "name": "International Student Resources", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/13609720" }, { "name": "Derivatives valuation, risk, control and regulation", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQEQTy2gbeoMPQ/group-logo_image-shrink_200x200/0/1631370009182?e=1647691200&v=beta&t=HencEFgVVc9cIFQYv-aMHEFU6vvnzmi6GEug6t1Y5nE", "url": "https://www.linkedin.com/groups/4977811" }, { "name": "Financial Risk Management Network", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQE3vi4uKyUGeA/group-logo_image-shrink_200x200/0/1630996229704?e=1647691200&v=beta&t=ZJ4iTfTZ6pDmCz2vaa6o1x9NyQj61bYbQnC8TTM79Yc", "url": "https://www.linkedin.com/groups/50425" } ]
null
null
null
null
null
null
null
null
4,803
aakash-gupte
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakash
gupte
aakash gupte
Software Engineer at Amazon Web Services (AWS)
master c student @ georgia tech | incoming swe @ docusign
budding entrepreneur computer science student georgia tech . also interested international affair business . volunteered monastery nepal taught computer science mathematics alongside international team volunteer .
u
united state america
atlanta
georgia
[ { "company": "Amazon Web Services (AWS)", "company_linkedin_profile_url": "https://www.linkedin.com/company/amazon-web-services", "description": "• Worked with the Transit Gateway team to revamp their old API system in favor of the new Lambda API System to increase efficiency by 30%\n• Switched the API architecture for several key AWS services used by the Transit Gateway team\n• Setup a CDK pipeline to allow the for the APIs to be tested in HydraCanary in the future, which will lead to faster and more accurate changes\n• Created Unit Tests for each of the APIs that test them to make sure that none of them pose any errors to the overall system\n• Collaborated with a team of over 30 people to encompass Amazon’s leadership principles and make the best possible product", "ends_at": { "day": 31, "month": 8, "year": 2021 }, "location": "Herndon, Virginia, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE_4UwvNNtNTQ/company-logo_100_100/0/1640205885683?e=1655942400&v=beta&t=xyvmImbew0YxoHzTtEg1MFLzbAGhEaykLsR0eSlz_MU", "starts_at": { "day": 1, "month": 5, "year": 2021 }, "title": "Software Engineer" }, { "company": "American Express", "company_linkedin_profile_url": "https://www.linkedin.com/company/american-express", "description": "• Added features to improve the capabilities and user experience of monitoring and reviewing the StudioA workflow execution by over 100%\n• Worked with a backend powered through the Netflix Conductor to provide reliable information through a self-designed dashboard\n• Employed the company’s DLS Style Guide to create a UI Wireframe within Figma, and then proceeded to create the full dashboard in Vue\n• Created scripts using JavaScript to enable User Interactions, and used CSS to style the specific components, which included visualized data\n• Collaborated with 15 Amex Engineers through the Agile Process to be as efficient and productive as possible during the internship", "ends_at": { "day": 31, "month": 8, "year": 2020 }, "location": "New York, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGRhsociEn4gQ/company-logo_100_100/0/1523269243842?e=1655942400&v=beta&t=iG7OdxtNBDG5qlnRreiF5Hwo8GPfz56MbLy2tZ4apD0", "starts_at": { "day": 1, "month": 7, "year": 2020 }, "title": "Software Engineer Intern" }, { "company": "Governor's School of Engineering and Technology", "company_linkedin_profile_url": null, "description": "1 of 80 people selected to take part in a residential program where I wrote a research paper on the abilites of virtual reality to improve the learning experience.", "ends_at": { "day": 31, "month": 7, "year": 2017 }, "location": "Piscataway, New Jersey", "logo_url": null, "starts_at": { "day": 1, "month": 6, "year": 2017 }, "title": "Research Scholar" } ]
[ { "degree_name": "Master of Science - MS", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2022 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFuhLQoh5_7yA/company-logo_100_100/0/1640110531895?e=1655942400&v=beta&t=t6hv3VkTbxBHi3miWHi47DnWfnM2XkyFZLiRy8WZdnI", "school": "Georgia Institute of Technology", "school_linkedin_profile_url": "https://www.linkedin.com/school/georgia-institute-of-technology/", "starts_at": { "day": 1, "month": 1, "year": 2021 } }, { "degree_name": "Bachelor's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2021 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFuhLQoh5_7yA/company-logo_100_100/0/1640110531895?e=1655942400&v=beta&t=t6hv3VkTbxBHi3miWHi47DnWfnM2XkyFZLiRy8WZdnI", "school": "Georgia Institute of Technology", "school_linkedin_profile_url": "https://www.linkedin.com/school/georgia-institute-of-technology/", "starts_at": { "day": 1, "month": 1, "year": 2018 } }, { "degree_name": "Study Abroad Semester", "description": "Spent a semester studying abroad in Oxford and taking multiple classes.", "ends_at": { "day": 31, "month": 12, "year": 2019 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGwPZs3spXFqw/company-logo_100_100/0/1539693367639?e=1655942400&v=beta&t=xgQPJ9V8ZdumzWGCFENaRJ7xuj7nduxl5HvhKebaOnU", "school": "University of Oxford", "school_linkedin_profile_url": "https://www.linkedin.com/school/oxforduni/", "starts_at": { "day": 1, "month": 1, "year": 2019 } } ]
[]
[]
[ { "description": "The main purpose of this project is to demonstrate that virtual reality (VR) technology can have practical and useful applications in education. Although it is commonly viewed as solely an entertainment platform, VR can greatly facilitate instruction by immersing the user in an interactive environment. This idea led to the development of SplashSim, a mobile-based VR application that guides the user through the stages of the water cycle from the perspective of a water droplet. Through this approach, SplashSim enables the user to experience the water cycle in a unique and engaging way. With immersive VR environments such as SplashSim, users can more closely scrutinize the water cycle and other important mechanisms that are not readily observed in the classroom setting. The research and application were all shared at MIT's IEEE Undergraduate Research Conference.", "name": "Using Virtual Reality for an Immersive Experience in the Water Cycle", "published_on": { "day": 8, "month": 2, "year": 2018 }, "publisher": "MIT's IEEE Explore Digital Library", "url": "https://ieeexplore.ieee.org/document/8284185/" } ]
[ { "description": "Was given this award for being a prominent member of the computer club. I competed in the ACSL contest and got a perfect score on the exam portion. I also competed in the Stockton University and Rowan University programming competitions. I also competed in the ACSL all-star course in Rhode Island.", "issued_on": { "day": 1, "month": 6, "year": 2018 }, "issuer": "Mainland Regional High School", "title": "Computer Club Award" }, { "description": "Was given the award for my dedication to the core principles that the Press of Atlantic City was looking for: academic skills, diverse extracurricular activities, and service to the community.", "issued_on": { "day": 1, "month": 6, "year": 2018 }, "issuer": "The Press of Atlantic City", "title": "Press of Atlantic City Young Leader's Award" }, { "description": "Given the award for my leadership roles throughout high school such as the president of the chess club and a prominent member of the computer club. Also took part in a strategic planning meeting with my school's faculty on how best to improve my school's curriculum and dynamic.", "issued_on": { "day": 1, "month": 6, "year": 2018 }, "issuer": "Mainland Regional High School", "title": "Principal's Choice Award" }, { "description": "Received a letter of commendation by the college board for my high standardized test score.", "issued_on": { "day": 1, "month": 5, "year": 2017 }, "issuer": "College Board", "title": "National Merit Scholarship Letter of Commendation" } ]
[]
[ { "name": "Computer Organization and Programming", "number": "CS 2110" }, { "name": "Computing and Society", "number": "CS 4001" }, { "name": "Data Structures and Algorithms", "number": "CS 1332" }, { "name": "Intro to Artificial Intelligence", "number": "CS 3600" }, { "name": "Intro to Discrete Math", "number": "CS 2050" }, { "name": "Intro to Object Oriented Programming", "number": "CS 1331" }, { "name": "Objects and Design", "number": "CS 2340" }, { "name": "User Interface Design", "number": "CS 3750" } ]
[]
[]
[ { "cause": "Social Services", "company": "Khawalung Tashi Choeling Monastery", "company_linkedin_profile_url": null, "description": "Monthly volunteer for three years, during the summers of 2015, 2016, and 2017. While at the monastery I taught the young monks Math and English. I also started a Computer Science class for the monks based on my high school curriculum. Apart from my daily classes, I also tutored several of the monks and also helped them with their homework for other classes.", "ends_at": { "day": 31, "month": 8, "year": 2017 }, "logo_url": null, "starts_at": { "day": 1, "month": 8, "year": 2015 }, "title": "Teacher" } ]
[]
500
[ { "link": "https://www.linkedin.com/in/stephanieeechang", "location": "Atlanta, GA", "name": "Chieng (Stephanie) Chang", "summary": "CS @ Georgia Tech" }, { "link": "https://www.linkedin.com/in/vineeth-krishnamurthy-99b6aa1a0", "location": "Atlanta Metropolitan Area", "name": "Vineeth Krishnamurthy", "summary": "CS Student @ Georgia Tech" }, { "link": "https://www.linkedin.com/in/timtan1", "location": "Atlanta, GA", "name": "Tim Tan", "summary": "CS @ Georgia Tech" }, { "link": "https://www.linkedin.com/in/peytonhowell", "location": "Atlanta Metropolitan Area", "name": "Peyton Howell", "summary": "Software Engineer | CS at Georgia Tech" }, { "link": "https://www.linkedin.com/in/yashtalwar", "location": "Atlanta, GA", "name": "Yash Talwar", "summary": "CS @ Georgia Tech | Incoming SWE Intern @ Facebook" }, { "link": "https://www.linkedin.com/in/pranalmadria", "location": "Atlanta Metropolitan Area", "name": "Pranal Madria", "summary": "Incoming SWE Intern @ Citadel Securities | CS @ Georgia Tech" }, { "link": "https://www.linkedin.com/in/vamsidesu", "location": "San Francisco, CA", "name": "Vamsi Desu", "summary": "SWE Intern @ Facebook, Microsoft | CS @ Georgia Tech | President @ GT Big Data Club" }, { "link": "https://www.linkedin.com/in/evan-seeyave-22948618b", "location": "Atlanta Metropolitan Area", "name": "Evan Seeyave", "summary": "Incoming SWE Intern at Google" }, { "link": "https://www.linkedin.com/in/laurajyao", "location": "Washington DC-Baltimore Area", "name": "Laura Yao", "summary": "Incoming SWE Intern @ Meta | CS @ CMU" }, { "link": "https://www.linkedin.com/in/ksatya-3", "location": "San Francisco Bay Area", "name": "Kris S.", "summary": "CS @ Georgia Tech" }, { "link": "https://www.linkedin.com/in/serena-zhao-79b93b156", "location": "Atlanta, GA", "name": "Serena Zhao", "summary": "Incoming Software Engineer at Microsoft" }, { "link": "https://www.linkedin.com/in/rachelvoirin", "location": "Atlanta, GA", "name": "Rachel Voirin", "summary": "Software Engineer Intern @ Salesforce | CS @ Georgia Tech | Honors Program" }, { "link": "https://www.linkedin.com/in/andrewzhang327", "location": "Atlanta Metropolitan Area", "name": "Andrew Zhang", "summary": "Incoming Software Engineer @ Google" }, { "link": "https://www.linkedin.com/in/rishab-solanki", "location": "New York City Metropolitan Area", "name": "Rishab Solanki", "summary": "CS @ Georgia Tech;" }, { "link": "https://www.linkedin.com/in/kira-pancha", "location": "New York City Metropolitan Area", "name": "Kira Pancha", "summary": "Incoming Software Engineer @ Google | CS @ Georgia Tech" }, { "link": "https://www.linkedin.com/in/cole-biafore", "location": "Atlanta Metropolitan Area", "name": "Cole Biafore", "summary": "Incoming Software Engineer @ Meta (Facebook)" }, { "link": "https://www.linkedin.com/in/ruokun-tommy-niu-128466155", "location": "Atlanta, GA", "name": "Ruokun (Tommy) Niu", "summary": "Incoming SWE Intern @ Microsoft | SDE Intern @Amazon | BSCS @ Georgia Institute of Technology" }, { "link": "https://www.linkedin.com/in/akshaysathiya", "location": "San Francisco Bay Area", "name": "Akshay Sathiya", "summary": "Software Engineer Intern at Microsoft" }, { "link": "https://www.linkedin.com/in/sri-gayatri", "location": "Mountain View, CA", "name": "Sri Gayatri Sundara Padmanabhan", "summary": "Software Engineer at Google" }, { "link": "https://www.linkedin.com/in/chad-mcguire", "location": "Greater Seattle Area", "name": "Chad McGuire", "summary": "Software Engineer at Microsoft" } ]
[]
[]
[ { "link": "https://in.linkedin.com/in/aakash-gupte-66662010", "location": "Mumbai", "name": "Aakash Gupte", "summary": null }, { "link": "https://www.linkedin.com/in/aakash-gupte-3616a0166", "location": "Denver Metropolitan Area", "name": "Aakash Gupte", "summary": "Senior Software Developer at Motorola Mobility (a Lenovo Company)" }, { "link": "https://in.linkedin.com/in/aakash-gupte-147006146", "location": "Bilaspur", "name": "Aakash Gupte", "summary": "Actor, writer, director" }, { "link": "https://in.linkedin.com/in/aakash-gupte-306007146", "location": "Pune/Pimpri-Chinchwad Area", "name": "Aakash Gupte", "summary": "theatr artist & actor at what next production" } ]
[]
[ { "name": "NJ Governor's School of Engineering & Technology (GSET) Alumni", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQEEOCSLgKCj-Q/group-logo_image-shrink_200x200/0/1631371735461?e=1647691200&v=beta&t=zri8p1DXM6DgBbCISYveW8b6ZDTu-aoF73FtLcuMHyk", "url": "https://www.linkedin.com/groups/5146142" } ]
null
null
null
null
null
null
null
null
4,805
aakash-kattelu
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakash
kattelu
aakash kattelu
Software Engineer at Amazon Web Services (AWS)
freelance software engineer seeking role
null
u
united state america
new york
new york
[ { "company": "Amazon Web Services (AWS)", "company_linkedin_profile_url": "https://www.linkedin.com/company/amazon-web-services", "description": "Coordinated requirements for hardware testing for new AWS platforms with hardware engineers and program managers, and updated test orchestration workflows in AWS SWF.\n\nImplemented additional tests with python, ruby, lua and sh to ensure supply chain continuity and security across 4MM+ AWS hosts.\n\nBuilt a react SPA for hardware engineers to make batch and recalls for AWS hosts across all global cloud datacenters.\n\nEnabled role based access controls to limit company-wide access to API operations and UI pages in nodeJS and ruby on rails based on LDAP groups.\n\nUpdated infrastructure-as-code templates and managed hosts to build and deploy service architectures into new and existing cloud regions.\n\nLed scrum meetings for a team of 8 including stand ups, sprint plannings, reviews, and retrospectives.", "ends_at": { "day": 31, "month": 8, "year": 2020 }, "location": "Seattle, Washington, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE_4UwvNNtNTQ/company-logo_100_100/0/1640205885683?e=1655942400&v=beta&t=xyvmImbew0YxoHzTtEg1MFLzbAGhEaykLsR0eSlz_MU", "starts_at": { "day": 1, "month": 6, "year": 2019 }, "title": "Software Engineer" }, { "company": "Amazon Web Services", "company_linkedin_profile_url": "https://www.linkedin.com/company/amazon-web-services", "description": "Set up a job in python that routinely queries an issue management service, aggregates and cleans the data, and places roughly 10MM rows AWS Redshift to be analyzed for organization-wide operational metrics and insights.\n\nDrastically reduced resource usage by leveraging AWS SNS, AWS SQS to run event driven tasks to update database records based on a stream of changes when possible.\n\nMonitored service usage and health by creating alarms and dashboards for visualization.\n\nUsed JavaScript, React, Elm to maintain a digitized specification service to enable designers to produce new specifications marginally faster.\n\nImplemented a behavior driven browser testing suite to emulate complex user interaction using cucumber and puppeteer.\n\nDynamically generated server and component specification documents as PDFs with jsPDF.", "ends_at": { "day": 31, "month": 8, "year": 2018 }, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE_4UwvNNtNTQ/company-logo_100_100/0/1640205885683?e=1655942400&v=beta&t=xyvmImbew0YxoHzTtEg1MFLzbAGhEaykLsR0eSlz_MU", "starts_at": { "day": 1, "month": 2, "year": 2018 }, "title": "SDE Intern" } ]
[ { "degree_name": "Bachelor of Science (B.S.)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2019 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHOeNb0KmKXYQ/company-logo_100_100/0/1619093642837?e=1655942400&v=beta&t=tOU5kJKZ3TNLKYijzrXRoWVTpRL0Wkv0dIRsw-VpUJg", "school": "Stony Brook University", "school_linkedin_profile_url": "https://www.linkedin.com/school/stony-brook-university/", "starts_at": { "day": 1, "month": 1, "year": 2016 } }, { "degree_name": "High School", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2015 }, "field_of_study": "Computer Software Engineering", "logo_url": null, "school": "Brooklyn Technical High School", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2011 } } ]
[]
[]
[]
[ { "description": "Created a REST API for location services called\nstationlocation. Award sponspored by Github.", "issued_on": { "day": 1, "month": 3, "year": 2016 }, "issuer": "HackNY", "title": "HackNY Best Developer Tool Award" }, { "description": "Graduated top of the major at Brooklyn\nTechnical High School", "issued_on": { "day": 1, "month": 6, "year": 2015 }, "issuer": "-", "title": "Gold Medal in Software Engineering" }, { "description": "Placed 2nd out of over 50 teams at the St. Joseph's College competitive programming competition.", "issued_on": { "day": 1, "month": 5, "year": 2015 }, "issuer": "-", "title": "2nd Place at St. Joseph's College Programming Competition" } ]
[]
[ { "name": "Analysis of Algorithms", "number": "CSE 373" }, { "name": "Data Structures and Algorithms", "number": "CSE 214" }, { "name": "Design, Coding, Testing and Debugging in Java", "number": "CSE 219" }, { "name": "Natural Language Processing", "number": "CSE 390" }, { "name": "Systems Fundamentals", "number": "CSE 220" } ]
[]
[]
[]
[]
164
[ { "link": "https://www.linkedin.com/in/charleschenster", "location": "San Jose, CA", "name": "Charles Chen", "summary": "Engineering Manager at Forward" }, { "link": "https://www.linkedin.com/in/sammy-ye", "location": "Brooklyn, NY", "name": "Sammy Ye, BPS, PharmD", "summary": "Pharmacist at NewYork-Presbyterian Hospital Weill Cornell Medical Center" }, { "link": "https://www.linkedin.com/in/adrianaoun", "location": "San Francisco, CA", "name": "Adrian Aoun", "summary": "CEO/Founder at Forward - Building an insurance-free healthcare system from the ground-up" }, { "link": "https://www.linkedin.com/in/amyeshin", "location": "Williston Park, NY", "name": "Amy Shin", "summary": "Software Engineer at GRAIL, Inc." }, { "link": "https://www.linkedin.com/in/xu-jenny", "location": "New York, NY", "name": "Jenny X.", "summary": "Software Engineer | Aspiring Entrepreneur" }, { "link": "https://www.linkedin.com/in/yewnikmtham", "location": "New York City Metropolitan Area", "name": "Michelle Tham", "summary": "Incoming SWE @ Capital One | CS @ Stony Brook University" }, { "link": "https://www.linkedin.com/in/serbis", "location": "Seattle, WA", "name": "Stanley Lim", "summary": "Software Engineer at Snap Inc." }, { "link": "https://www.linkedin.com/in/rubydong1", "location": "Brooklyn, NY", "name": "Ruby Dong", "summary": "Software Engineer 3 at MongoDB" }, { "link": "https://www.linkedin.com/in/andy-liang-677167127", "location": "Brooklyn, NY", "name": "Andy Liang", "summary": "Software Engineer at Google" }, { "link": "https://www.linkedin.com/in/zysberg", "location": "Washington DC-Baltimore Area", "name": "Zachary Zysberg", "summary": "Software Developer - USDoD" }, { "link": "https://www.linkedin.com/in/basim-chowdhury", "location": "Queens County, NY", "name": "Basim Chowdhury", "summary": "Software Engineer at Softheon" }, { "link": "https://www.linkedin.com/in/liseho", "location": "United States", "name": "Lise Ho", "summary": "Software Engineer at Bloomberg LP" }, { "link": "https://www.linkedin.com/in/rayhuangrh", "location": "Seattle, WA", "name": "Raymond Huang", "summary": "Software Development Engineer at Amazon Web Services (AWS)" }, { "link": "https://www.linkedin.com/in/katecabahug", "location": "Branford, CT", "name": "Kate Cabahug", "summary": "Application Support Specialist at Yale New Haven Health" }, { "link": "https://www.linkedin.com/in/chuan-qin-72096679", "location": "Atlanta, GA", "name": "Chuan Qin", "summary": "Open to SDE positions." }, { "link": "https://www.linkedin.com/in/taodongnyu", "location": "Seattle, WA", "name": "Tao Dong", "summary": "Experienced Software Engineer At AWS" }, { "link": "https://www.linkedin.com/in/ofek-inbar", "location": "Redmond, WA", "name": "Ofek I.", "summary": "Student at University of Washington" }, { "link": "https://www.linkedin.com/in/revtiramansingh", "location": "Seattle, WA", "name": "Revti Raman Singh", "summary": "Sr SDE at Amazon Web Services (AWS)" }, { "link": "https://www.linkedin.com/in/abinayasreev", "location": "Greater Seattle Area", "name": "Abinaya Sree Vairasundaram", "summary": "SDE at AWS" } ]
[]
[ { "activity_status": "Liked by Aakash Kattelu", "link": "https://www.linkedin.com/signup/cold-join", "title": "Serendipitous Saturdays Series- Genuine Kindness" } ]
[]
[]
[]
null
null
null
null
null
null
null
null
4,820
aakash-patel
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakash
patel
aakash patel
Software Engineer at Qualcomm
software engineer qualcomm
* reliable computer engineer 5+ year academic 2 year industrial experience field vlsi technology embedded system . * comprehensive fundament knowledge analog circuit ( cmos , filter , op-amps ) digital circuit ( flip flop , latch , counter , shift register , combinational sequential circuit ) . * deeper understanding computer architecture good knowledge harward architecture , von numen architecture , memory ( dram , sram , eeprom , nand flash , flash ) * cmos design experience using low power design methodology , mix-signal design technique , transistor sizing , transistor analysis ( static/dynamic power dissipation , leakage current , delay ) , logic design method knowledge ic fabrication method ( lithography , cvd , pvd ) * working experience c , c++ , verilog , vhdl , systemc , systemverilog , python , assembly language . * extensive experience soc , vlsi design ( asic/fpga ) verification embedded system development . * hands-on experience debugging circuit using lab tool ( o-scope , dmm , labview ) referring schematic & layout .
u
united state america
placentia
california
[ { "company": "Qualcomm", "company_linkedin_profile_url": "https://www.linkedin.com/company/qualcomm", "description": null, "ends_at": null, "location": "San Diego, California, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHHmRgEadFrdA/company-logo_100_100/0/1611250856145?e=1655942400&v=beta&t=OlYNWFjd-lqOEJ82mAVDViNdhY9vT1MpPZalKn2mWA4", "starts_at": { "day": 1, "month": 8, "year": 2020 }, "title": "Software Engineer" }, { "company": "Legacy Inmate Communications", "company_linkedin_profile_url": "https://www.linkedin.com/company/legacy-inmate-communications", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2020 }, "location": "Cypress, California", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHIuGnj-1ucyg/company-logo_100_100/0/1519894168882?e=1655942400&v=beta&t=9QFuhBXRgKEwyUp1kRPEO1vkb_VX65CVWER5-Rzl0BI", "starts_at": { "day": 1, "month": 10, "year": 2018 }, "title": "Telecommunications Engineer" }, { "company": "Edovo", "company_linkedin_profile_url": "https://www.linkedin.com/company/edovo", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2020 }, "location": "Cypress, California", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQG2S1DYhJ6qOw/company-logo_100_100/0/1519875201853?e=1655942400&v=beta&t=S0jHG52b99fstWeFsN8Z1ZiNY8BqppTV8e_9qTrquUs", "starts_at": { "day": 1, "month": 10, "year": 2018 }, "title": "Telecommunications Engineer" }, { "company": "JK Products", "company_linkedin_profile_url": null, "description": "•\tWorked on PIC microcontroller based projects and programmed firmware of MCU’s through embedded C language.\n•\tAchieved excellent debugging skills through testing projects in software (MPLAB IDK) and hardware (Oscilloscope, DMM).\n•\tFamiliar with UART, SPI, I2C, ADC, DAC, RS232, Timers, Interrupts and GPIOs.\n•\tImplemented CRC checksum module to secure data packets and achieved successful data communications.\n•\tTroubleshoot circuits with lab tools and solved bugs by reading schematic, datasheets, manuals and layouts.\n•\tProvided and implemented embedded solution as per client’s specifications and timing deadline.", "ends_at": { "day": 31, "month": 10, "year": 2018 }, "location": "Torrance, California", "logo_url": null, "starts_at": { "day": 1, "month": 6, "year": 2017 }, "title": "Electrical Engineer" }, { "company": "Angel Industrial Instrumentation", "company_linkedin_profile_url": "https://www.linkedin.com/company/angel-industrial-instrumentation", "description": "• Designed various programs on ARM and PIC microcontrollers and debugged through IDEs, emulators and logic analyzers.\n• Involved in development of project based on communication protocols such as SPI, I2C, and UART.\n• Managed projects as per their budget and time limit and improved communication skill by working in a sales part of the company.", "ends_at": { "day": 31, "month": 8, "year": 2014 }, "location": "Surat, Gujarat, India", "logo_url": null, "starts_at": { "day": 1, "month": 7, "year": 2013 }, "title": "Service Engineer" }, { "company": "Angel Industrial Instrumentation", "company_linkedin_profile_url": "https://www.linkedin.com/company/angel-industrial-instrumentation", "description": "• Part of a development team for the book issuing system based project. Learned about the functionality of components such as PIC microcontroller, RFID tag, and GSM modem.\n• Developed leadership skills through working with other interns in the same project.", "ends_at": { "day": 30, "month": 6, "year": 2013 }, "location": "Surat, Gujarat, India", "logo_url": null, "starts_at": { "day": 1, "month": 8, "year": 2012 }, "title": "Engineering Student Intern" } ]
[ { "degree_name": "Master of Science (M.S.)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2017 }, "field_of_study": "Computer Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQE398tW-X4SNQ/company-logo_100_100/0/1610559106244?e=1655942400&v=beta&t=teuLRVshBeEGgiCs5nq9AZ8bkzlJfS1w4xn2jzR55eI", "school": "California State University, Fullerton", "school_linkedin_profile_url": "https://www.linkedin.com/school/california-state-university-fullerton/", "starts_at": { "day": 1, "month": 1, "year": 2015 } }, { "degree_name": "Bachelor of Engineering (B.E.)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2013 }, "field_of_study": "Electronics and Communications Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGtjQSOHkeaoQ/company-logo_100_100/0/1548035804147?e=1655942400&v=beta&t=6jTt78uAUQQeFF37tHK8NXGoVynISpS-hh2Y4--po5I", "school": "Gujarat Technological University", "school_linkedin_profile_url": "https://www.linkedin.com/school/gtuuniversity/", "starts_at": { "day": 1, "month": 1, "year": 2009 } } ]
[ "English", "Hindi", "Gujarati" ]
[]
[]
[]
[]
[ { "name": "Advanced Nanoelectronics", "number": "-" }, { "name": "Advanced Secure Hardware Design", "number": "-" }, { "name": "Computer Architecture", "number": "-" }, { "name": "Computer Design and Organization", "number": "-" }, { "name": "Digital design with FPGA", "number": "-" }, { "name": "Introduction to Digital Vlsi Logic Design and Computer Organization", "number": "-" }, { "name": "Introduction to Logic Design in Nanotechnology", "number": "-" }, { "name": "Low Power Digital IC Design", "number": "-" }, { "name": "Microprogramming and Embedded Microprocessors", "number": "-" }, { "name": "Mixed-Signal IC Design", "number": "-" }, { "name": "VLSI Testing and Design for Testability", "number": "-" } ]
[ { "description": "• Explored Python uses in FPGA testing by generating test cases in Python.\n• Implemented all test cases in Verilog based digital circuits such as adder, multiplexer and many other circuits.\n• Compared test results with referenced results and solved errors.", "ends_at": { "day": 31, "month": 3, "year": 2017 }, "starts_at": { "day": 1, "month": 1, "year": 2017 }, "title": "Digital Design Verification with Verilog and Python", "url": null }, { "description": "* Worked on an embedded system based project and developed source code in embedded C and programmed on two microcontrollers.\n* Generated APIs and driver files for SPI master and slave circuits. Achieved successful data transmission between master and slave SPI based microcontrollers. Keil MDK tool used for programming.", "ends_at": { "day": 31, "month": 3, "year": 2017 }, "starts_at": { "day": 1, "month": 1, "year": 2017 }, "title": "Driver Development of SPI Protocol", "url": null }, { "description": "• Developed SystemC code for five stages of ARM processor.\n• 32-bit ARM instruction decomposed through fetch, decode, execute, memory and write back stages.\n• Compiled on Linux environment. Verified design by giving two different instructions which performed addition and subtraction\noperation.", "ends_at": { "day": 31, "month": 8, "year": 2016 }, "starts_at": { "day": 1, "month": 6, "year": 2016 }, "title": "5 stage 32-bit pipelined processor", "url": null }, { "description": "• Generated Verilog code for cache module through Icarus Verilog. Developed modules for memory, cache controller.\n• Successfully tested code by generating test bench and analyzing hit and miss rate of inputs.", "ends_at": { "day": 31, "month": 5, "year": 2016 }, "starts_at": { "day": 1, "month": 1, "year": 2016 }, "title": "Cache Memory Controller", "url": null }, { "description": "• Designed and implemented digital logic control in dual slope ADC in 180um process.\n• Design and layout was done using cadence library.", "ends_at": { "day": 31, "month": 5, "year": 2016 }, "starts_at": { "day": 1, "month": 1, "year": 2016 }, "title": "Dual slop ADC design implementation in Cadence Virtuoso", "url": null }, { "description": "• Compared XOR implementation of general CMOS technology with gate diffusion input (GDI) technique.\n• Developed HSPICE code for XOR circuit based on GDI technique implementation.\n• Observed propagation delay, static and dynamic power dissipation of 32nm and 22nm technology nodes through Cosmosscope. Achieved a less power dissipation and less delay in GDI technology based circuit.", "ends_at": { "day": 31, "month": 5, "year": 2016 }, "starts_at": { "day": 1, "month": 1, "year": 2016 }, "title": "XOR gate implementation using GDI technique and comparison with other technologies", "url": null }, { "description": "Generated Verilog code for project based on the digital clock and implemented on Nexys4 FPGA board with using Xilinx Vivado Design Suite. Output was displayed on LCD of FPGA board.", "ends_at": { "day": 31, "month": 12, "year": 2015 }, "starts_at": { "day": 1, "month": 9, "year": 2015 }, "title": "Digital Clock", "url": null }, { "description": "• Prepared Verilog code and simulated in Xilinx Vivado tool. Programmed project code on Nexys 4 FPGA board, working on 25 MHz clock frequency.\n• Analyze output in the monitor by connecting it to FPGA board through a serial port.", "ends_at": { "day": 31, "month": 12, "year": 2015 }, "starts_at": { "day": 1, "month": 8, "year": 2015 }, "title": "VGA Display", "url": null }, { "description": "• Designed layout for Digital Phase lock loop in Microwind CMOS Layout tool.\n• Locked waveform and verified functionality at the 1GHZ frequency.", "ends_at": { "day": 31, "month": 5, "year": 2015 }, "starts_at": { "day": 1, "month": 1, "year": 2015 }, "title": "DPLL design and layout", "url": null }, { "description": "• Built encryption code for the RC4 algorithm which is used in various cryptography process. Developed ciphertext by combining plain text and keystream. \n• Programmed in C language through turbo C tool.", "ends_at": { "day": 31, "month": 5, "year": 2015 }, "starts_at": { "day": 1, "month": 1, "year": 2015 }, "title": "RC4 Cryptographic Algorithm", "url": null } ]
[]
[]
[ { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "IoT Foundations: Operating Systems Fundamentals", "starts_at": { "day": 1, "month": 8, "year": 2018 }, "url": "http://www.linkedin.com/learning/iot-foundations-operating-systems-fundamentals" }, { "authority": "Corelis Inc.", "display_source": null, "ends_at": null, "license_number": null, "name": "Boundary Scan Training", "starts_at": { "day": 1, "month": 2, "year": 2017 }, "url": null }, { "authority": "Udemy", "display_source": "www.udemy.com", "ends_at": null, "license_number": "UC-CTMJM60D", "name": "SOC Verification using SystemVerilog", "starts_at": { "day": 1, "month": 2, "year": 2017 }, "url": "https://www.udemy.com/certificate/UC-CTMJM60D/" } ]
500
[ { "link": "https://www.linkedin.com/in/hem-metalia", "location": "Los Angeles Metropolitan Area", "name": "Hem Metalia", "summary": "✔️ Open for full-time Software/Hardware opportunities" }, { "link": "https://www.linkedin.com/in/edovo-admin-47375a177", "location": "Greater Chicago Area", "name": "Edovo Admin", "summary": "Edovo Admin at Edovo" }, { "link": "https://www.linkedin.com/in/molly-flesner-8282b838", "location": "Urbana, IL", "name": "Molly Flesner", "summary": "Office Manager at University of Illinois at Urbana-Champaign" }, { "link": "https://www.linkedin.com/in/maciej-szajnert-1a97ab45", "location": "Greater Chicago Area", "name": "Maciej Szajnert", "summary": "Translator/interpreter" }, { "link": "https://www.linkedin.com/in/daniel-diaz-2909441b2", "location": "Stanton, CA", "name": "Daniel Diaz", "summary": "Field Operations Technician at Edovo" }, { "link": "https://fr.linkedin.com/in/drisagrour", "location": "Paris", "name": "Dris Agrour", "summary": "Embedded Systems Engineer" }, { "link": "https://www.linkedin.com/in/francisco-flores-3247a4199", "location": "Los Angeles Metropolitan Area", "name": "Francisco Flores", "summary": "Bridged Innovations" }, { "link": "https://www.linkedin.com/in/jamilah-taylor-aa233a179", "location": "Dolton, IL", "name": "Jamilah Taylor", "summary": "Machine operater at FLEX-N-GATE Chicago" }, { "link": "https://www.linkedin.com/in/guliwem", "location": "Greater Chicago Area", "name": "Mbali G.", "summary": "Program & Artistic Manager at Storycatchers Theatre." }, { "link": "https://www.linkedin.com/in/project-one-eleven-636105114", "location": "Greater Chicago Area", "name": "Project One Eleven", "summary": "Illinois prison reform advocates" }, { "link": "https://il.linkedin.com/in/zipi-shadmi-glazer-34753780", "location": "Israel", "name": "Zipi Shadmi Glazer", "summary": "C++/SystemC engineer at Intel Corporation" }, { "link": "https://in.linkedin.com/in/shabarish-s-37a05152", "location": "Bengaluru", "name": "Shabarish S", "summary": "SystemC Modeling Engineer at CircuitSutra Technologies" }, { "link": "https://www.linkedin.com/in/bryant-rollins-82690883", "location": "Chandler, AZ", "name": "Bryant Rollins", "summary": "MTE at Intel Corp. at Intel Labs" }, { "link": "https://kr.linkedin.com/in/sanghyong", "location": "Seoul, South Korea", "name": "Sanghyong Lee", "summary": "Software Engineer at HP" }, { "link": "https://www.linkedin.com/in/nicolasga", "location": "San Francisco Bay Area", "name": "Nicolas Gagnon M. Ing.", "summary": "Silicon Software Engineer at Apple" }, { "link": "https://kr.linkedin.com/in/daegeunlee-4142a6111", "location": "Gyeonggi, South Korea", "name": "Daegeun Lee", "summary": "Engineer with 15 years of experience in Embedded system and Automation Control system" }, { "link": "https://www.linkedin.com/in/jasmine-aguirre-8a3369b2", "location": "Long Beach, CA", "name": "Jasmine Aguirre", "summary": "--" }, { "link": "https://www.linkedin.com/in/margaret-glaspie-68b4a01a5", "location": "Forest Park, IL", "name": "Margaret Glaspie", "summary": "Corporate Services Specialist at Not working" }, { "link": "https://www.linkedin.com/in/david-kelly-a653b8167", "location": "Greater Chicago Area", "name": "David Kelly", "summary": "Executive Director at PRECIOUS BLOOD MINISTRY OF RECONCILIATION NFP" } ]
[ "Astha Parikh\n \n \n\n\n\n \n \n \n \n \n\n \n I know Aakash since his BE days and have also found Aakash to be an extremely motivated and helpful person. Aakash is very knowledgeable and eager to help. Aakash is very patient and unfazed by challenges. He is very perseverant, which I believe is his biggest skill. Combined with his pleasing personality I believe he'll be a great asset to any company he is a part of. I wish Aakash all the best and always hoping our paths cross again :)", "Natja Blomer-Vargas\n \n \n\n\n\n \n \n \n \n \n\n \n Aakash is someone that I can count on to not only finish the job, but also to finish it with quality. His communication is outstanding as he provides frequent updates on his progress. He finishes things quickly with a drive for excellence and a cheerful and helpful approach. His technical knowledge and his willingness to explain to less technical people is commendable and creates a very open and trusting environment. I appreciate his diligent, supportive presence on our project team. " ]
[]
[ { "link": "https://au.linkedin.com/in/aakash-patel-93949b7a", "location": "Adelaide, SA", "name": "Aakash Patel", "summary": "Electronics Software and Control Systems Engineer at Supashock" }, { "link": "https://in.linkedin.com/in/aakash-patel-b69942101", "location": "Surat", "name": "Aakash patel", "summary": "Mechanical Engineer at UNITED PHOSPHATE PRIVATE LIMITED" }, { "link": "https://in.linkedin.com/in/aakash-patel-46210851", "location": "Surat", "name": "aakash patel", "summary": "director at aakash group" }, { "link": "https://ca.linkedin.com/in/aakashpatel0902", "location": "Cambridge, ON", "name": "Aakash Patel", "summary": "Consultant at CGI" }, { "link": "https://in.linkedin.com/in/aakash-patel-95b2923a", "location": "Surat", "name": "Aakash Patel", "summary": "Event Managment" } ]
[]
[ { "name": "Cavium", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGO8xNfHVFIZQ/group-logo_image-shrink_200x200/0/1631370861148?e=1647691200&v=beta&t=BqmMVdVjf1RxaGUzgShcGm-kt4IRN-_wCYq7AysvH6s", "url": "https://www.linkedin.com/groups/46465" }, { "name": "FPGA - Field Programmable Gate Array", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQHgRybN_DtcKw/group-logo_image-shrink_200x200/0/1631411814630?e=1647691200&v=beta&t=btx0lQ8KzWMcxLqFSGivxbOlWaIqhf9PEoXIyREaoPU", "url": "https://www.linkedin.com/groups/54049" }, { "name": "College Grad Recruiting", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQE0KRsDaRbgKg/group-logo_image-shrink_200x200/0/1631376927682?e=1647691200&v=beta&t=JUD_7z7F4WXnLDsYmlhtqI1yPjSyu8H0170GfoKa3f8", "url": "https://www.linkedin.com/groups/1943582" }, { "name": "ASIC & FPGA Experts Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQG3nf-GgNq2nQ/group-logo_image-shrink_200x200/0/1631372566734?e=1647691200&v=beta&t=cvdYMx6SkdiBG9CSakYVeRFFYAtVZ0Am9DYiv4sdX-g", "url": "https://www.linkedin.com/groups/2329888" }, { "name": "Entry Level Engineers", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/2130948" }, { "name": "ASIC, FPGA, SoC Engineers", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGoNq-i8wpsTg/group-logo_image-shrink_200x200/0/1631358804958?e=1647691200&v=beta&t=05U90ZWCCwPY94YJhtUzyHOdkJY6hunb8pU5XnuUrKY", "url": "https://www.linkedin.com/groups/52741" }, { "name": "ARM Based Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQEuI1n5ti8VmQ/group-logo_image-shrink_92x92/0/1631001277118?e=1647691200&v=beta&t=I2aZvNmTCUQzYpziqPluaiQ88wYiEUMrDV9dyIDOaWY", "url": "https://www.linkedin.com/groups/85447" }, { "name": "Semiconductor - VLSI", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQHr5itZ-0LSXw/group-logo_image-shrink_200x200/0/1631420452071?e=1647691200&v=beta&t=hc05Gei0lJjFlW9a_hYnwuGyaEkM0IBiw3Zho8gghss", "url": "https://www.linkedin.com/groups/138154" }, { "name": "FPGA — Design and Programmable Devices", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHnLlOkkXKCrQ/group-logo_image-shrink_200x200/0/1631356946765?e=1647691200&v=beta&t=Cat_rIGeZcqROf-eOotnMiFdgmF0BFroBVuf3rb7jm4", "url": "https://www.linkedin.com/groups/56713" }, { "name": "Penelope's Semiconductor Design Group (IC's, Mixed-signals, PMIC, Power Converters, ADC, DAC, etc.)", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5107AQGed77nc186rw/group-logo_image-shrink_200x200/0/1631437021249?e=1647691200&v=beta&t=vMpx2Kr86LRvLT3yI3kjwmXr2JRbh7JNdy6jdgtsWxw", "url": "https://www.linkedin.com/groups/1820789" }, { "name": "ASIC-FPGA Design Verification Knowledge Sharing Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQFZni2JzrV2pQ/group-logo_image-shrink_200x200/0/1631362755686?e=1647691200&v=beta&t=ljPoesxof0lYk5S4YCZ9_xakxK79_C38brfHFitqyJA", "url": "https://www.linkedin.com/groups/4800571" }, { "name": "ASIC and FPGA Design and Verification Contract Openings", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5107AQHEfagTGFVhcg/group-logo_image-shrink_200x200/0/1631401273438?e=1647691200&v=beta&t=Knm-sioNuiq3i9C5NetDPre28qDmAqZkK9O0d98pnQw", "url": "https://www.linkedin.com/groups/2361271" }, { "name": "Intel Student Lounge", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHLrc2FZBJIzw/group-logo_image-shrink_92x92/0/1525123154760?e=1647691200&v=beta&t=4sv-2YRy6G6_VW9cliaTpVE8CD-PtGG0w6QY_jYc488", "url": "https://www.linkedin.com/groups/3686572" }, { "name": "SemiWiki.com The Open Forum for Semiconductor Professionals", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFMceAlQgHuqw/group-logo_image-shrink_92x92/0/1630999342358?e=1647691200&v=beta&t=hBAuT3wsQUm_vnr0badp8EfHYF9SGg7HwK9veunYduw", "url": "https://www.linkedin.com/groups/3272836" } ]
null
null
null
null
null
null
null
null
4,841
aakash-radhakrishnan
https://media-exp1.licdn.com/dms/image/C5603AQFW2D-_nVqU8g/profile-displayphoto-shrink_200_200/0/1577831977971?e=1652918400&v=beta&t=WlYocmszxcE4SeYyKadPnn6EzFIGtzpoQDZ5QiBVS4Q
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakash
radhakrishnan
aakash radhakrishnan
Software Engineer 2 at Microsoft
software engineer microsoft
software engineer 5 year experience design development distributed system .
u
united state america
bellevue
washington
[ { "company": "Microsoft", "company_linkedin_profile_url": "https://www.linkedin.com/company/microsoft", "description": null, "ends_at": null, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_100_100/0/1618231291419?e=1655942400&v=beta&t=lzKVkVuf-McwnYzrrz9ib7uQFSgowMUHhH_KDAbw3y0", "starts_at": { "day": 1, "month": 4, "year": 2019 }, "title": "Software Engineer 2" }, { "company": "Veritas Technologies LLC", "company_linkedin_profile_url": "https://www.linkedin.com/company/veritas-technologies-llc", "description": null, "ends_at": { "day": 30, "month": 4, "year": 2019 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE8UBfV0Ozp0g/company-logo_100_100/0/1646148443436?e=1655942400&v=beta&t=EQIgTAKuiPCHFewWB-dfOao12edeERegR3wtDFpDdrg", "starts_at": { "day": 1, "month": 2, "year": 2018 }, "title": "Senior Software Engineer" }, { "company": "Juniper Networks", "company_linkedin_profile_url": "https://www.linkedin.com/company/juniper-networks", "description": null, "ends_at": { "day": 28, "month": 2, "year": 2018 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFCi4JeKQHixw/company-logo_100_100/0/1519856214254?e=1655942400&v=beta&t=dMupu9IXEc6oIsYfssxNRmoM7xO215ioXPrsbuJTyMw", "starts_at": { "day": 1, "month": 3, "year": 2014 }, "title": "Software Engineer" }, { "company": "Juniper Networks", "company_linkedin_profile_url": "https://www.linkedin.com/company/juniper-networks", "description": "Worked with the cloud computing team. Project involved understanding the API's written for cloud orchestration and creating a user interface for the API's.", "ends_at": { "day": 31, "month": 8, "year": 2013 }, "location": "Sunnyvale, CA", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFCi4JeKQHixw/company-logo_100_100/0/1519856214254?e=1655942400&v=beta&t=dMupu9IXEc6oIsYfssxNRmoM7xO215ioXPrsbuJTyMw", "starts_at": { "day": 1, "month": 5, "year": 2013 }, "title": "Software Engineer Intern" }, { "company": "HCL Technologies", "company_linkedin_profile_url": "https://www.linkedin.com/company/hcl-technologies", "description": null, "ends_at": { "day": 30, "month": 11, "year": 2011 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGzgqPTjiDuMQ/company-logo_100_100/0/1625077857768?e=1655942400&v=beta&t=QEH9VNgSuT4UcTHT5MNmTWp6YglQRb2Fomkudxi8IWI", "starts_at": { "day": 1, "month": 9, "year": 2010 }, "title": "Software Engineer" } ]
[ { "degree_name": "Master of Science (MS)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2013 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHDGjY1IZJuog/company-logo_100_100/0/1519855922217?e=1655942400&v=beta&t=_sE4YlX6CkUAZzqqy-IuetFB3mGTnTg_VmZTvMHfvEs", "school": "Arizona State University", "school_linkedin_profile_url": "https://www.linkedin.com/school/arizona-state-university/", "starts_at": { "day": 1, "month": 1, "year": 2012 } }, { "degree_name": "Bachelor of Engineering (B.E.)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2010 }, "field_of_study": "Computer Science and Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQH_eDNeKWbEkw/company-logo_100_100/0/1630410616630?e=1655942400&v=beta&t=oJnj7bgdairwzgp2-A1YRIqZgwFIDkzR9ulLdDvI_lc", "school": "Dhanalakshmi College of Engineering", "school_linkedin_profile_url": "https://www.linkedin.com/school/dhanalakshmi-college-of-engineering/", "starts_at": { "day": 1, "month": 1, "year": 2006 } } ]
[]
[]
[]
[]
[]
[]
[ { "description": "Implemented a system that is a query interface, which when a query is given by a user fetches content-matches relevant to the query from a voluminous database. It obtains user feedback regarding the relevance of the results. The system learns from the feedback and adjusts the indexing such that the results are revised according to their relevance. It uses probabilistic feedback to achieve this.", "ends_at": { "day": 30, "month": 11, "year": 2012 }, "starts_at": { "day": 1, "month": 9, "year": 2012 }, "title": "Content-based Information Retrieval with User Relevance Feedback", "url": null } ]
[]
[]
[]
189
[ { "link": "https://www.linkedin.com/in/branden-turley-03167359", "location": "Greater Phoenix Area", "name": "Branden Turley", "summary": "Python Developer / Engineer at DataDiver Technologies" }, { "link": "https://www.linkedin.com/in/brittany-barron-0b06a5155", "location": "Greater Sacramento", "name": "Brittany Barron", "summary": "Full Stack Developer 1 at FedEx" }, { "link": "https://www.linkedin.com/in/rohan-jawali-56aa2880", "location": "San Francisco, CA", "name": "Rohan Jawali", "summary": "Senior Software Engineer I" }, { "link": "https://in.linkedin.com/in/navdeep-it-recruiter-332659136", "location": "Bengaluru", "name": "Navdeep IT Recruiter", "summary": "Information Technology Recruiter at A Leading IT Recruitment Company" }, { "link": "https://www.linkedin.com/in/rakeshsuresh", "location": "San Francisco Bay Area", "name": "Rakesh Subramanian Suresh", "summary": "Staff Software Engineer at Intuit" }, { "link": "https://www.linkedin.com/in/liping-wang-37a74b22", "location": "Tempe, AZ", "name": "Liping Wang", "summary": "Associate Professor at Arizona State University" }, { "link": "https://uk.linkedin.com/in/bertie-rapkin-7488ab2a", "location": "United Kingdom", "name": "Bertie Rapkin", "summary": "Creative" }, { "link": "https://www.linkedin.com/in/shriharirajendran", "location": "Tempe, AZ", "name": "SHRIHARI RR", "summary": "Graphics Hardware Engineer at Intel Corporation" }, { "link": "https://www.linkedin.com/in/sathish-poornachandran-10829537", "location": "United States", "name": "Sathish Poornachandran", "summary": "Senior Software Engineer" }, { "link": "https://www.linkedin.com/in/yibing-xiang-78539634", "location": "Fort Worth, TX", "name": "Yibing Xiang", "summary": "Principal Engineer at Bell Flight" }, { "link": "https://www.linkedin.com/in/pavan-ankem-89491819", "location": "Greater Phoenix Area", "name": "Pavan Ankem", "summary": "Business Process Analyst at Cavalry Portfolio Services" }, { "link": "https://www.linkedin.com/in/vinay-kashyap-2890", "location": "Tempe, AZ", "name": "Vinay Kashyap", "summary": "Perception" }, { "link": "https://www.linkedin.com/in/steve-alex-luna-331ab3215", "location": "Phoenix, AZ", "name": "Steve Alex Luna", "summary": "Digital Microsoft Artistry program defense" }, { "link": "https://www.linkedin.com/in/harin-chintha-74121434", "location": "Greater Phoenix Area", "name": "Harin Chintha", "summary": "Manager III Supply Chain, Intermodal Operations, CSSGB" }, { "link": "https://www.linkedin.com/in/diyao0312", "location": "Seattle, WA", "name": "Di Yao", "summary": "Senior Software Engineer" }, { "link": "https://www.linkedin.com/in/yuzhouxu", "location": "Greater Seattle Area", "name": "Yuzhou Xu", "summary": "Software Engineer II at Microsoft" }, { "link": "https://www.linkedin.com/in/roshini-kesavan", "location": "Greater Seattle Area", "name": "Roshini Kesavan", "summary": "Software Engineer 2 at Microsoft" }, { "link": "https://www.linkedin.com/in/a24choi", "location": "San Francisco Bay Area", "name": "Andrew Eugene Choi", "summary": "Engineering @ Coinbase. Ex-Microsoft Snapchat Linkedin IBM BlackBerry. Waterloo ECE Entrance Rank #1" }, { "link": "https://cn.linkedin.com/in/weichungchen", "location": "Shanghai, China", "name": "Wei-Chung Chen", "summary": "Software Engineer at Microsoft" } ]
[]
[ { "activity_status": "Liked by Aakash Radhakrishnan", "link": "https://www.linkedin.com/signup/cold-join", "title": "Come join us at #aws #stepfunctions. https://lnkd.in/dC3qEDFs" }, { "activity_status": "Liked by Aakash Radhakrishnan", "link": "https://www.linkedin.com/signup/cold-join", "title": "It’s been a successful 5 year journey with Standard Chartered Bank , stepping in to 6th year today. Thanks to my team mates and my managers who’ve…" }, { "activity_status": "Liked by Aakash Radhakrishnan", "link": "https://www.linkedin.com/signup/cold-join", "title": "#learningeveryday #backtobasics #cloudarchitecture" } ]
[ { "link": "https://in.linkedin.com/in/aakash-radhakrishnan-545132178", "location": "Chennai", "name": "Aakash Radhakrishnan", "summary": "Writer, Poet, Independent filmmaker" }, { "link": "https://in.linkedin.com/in/aakash-radhakrishnan-04842958", "location": "Bangalore Urban", "name": "Aakash Radhakrishnan", "summary": "Modem Systems - Qualcomm Wireless R&D" }, { "link": "https://in.linkedin.com/in/aakash-radhakrishnan-810172211", "location": "Mumbai", "name": "Aakash Radhakrishnan", "summary": "MBA Marketing sophomore at University of Mumbai" } ]
[]
[ { "name": "Arizona State University - the official ASU Alumni community", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQEM-YcBVfR0Hw/group-logo_image-shrink_92x92/0/1631009141661?e=1647691200&v=beta&t=is4kkFM5_z7qG9XMDnB_QGgt-jeBEZcm_0XJ_5qGbY8", "url": "https://www.linkedin.com/groups/108054" } ]
null
null
null
null
null
null
null
null
4,849
aakash-raj-mathur
https://media-exp1.licdn.com/dms/image/C4D03AQH9iBsYT9A12Q/profile-displayphoto-shrink_200_200/0/1598560987652?e=1652918400&v=beta&t=mHdWR3TJPCzknV53NzO9eatktz54MYCSB7wPAu7cOkM
https://media-exp1.licdn.com/dms/image/C4D16AQEvkixXd4L4Kg/profile-displaybackgroundimage-shrink_200_800/0/1631772437691?e=1652918400&v=beta&t=s6RpR8tp3-K2YRCUoC5tME1grKEvO9DwKG_JpNApiJo
aakash
mathur
aakash mathur
Senior Software Engineer at Microsoft
senior software engineer microsoft
software engineer developing ml solution azure performance data
u
united state america
greater seattle area
null
[ { "company": "Microsoft", "company_linkedin_profile_url": "https://www.linkedin.com/company/microsoft", "description": "ML solutions in Azure performance data", "ends_at": null, "location": "Redmond, Washington, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_100_100/0/1618231291419?e=1655942400&v=beta&t=lzKVkVuf-McwnYzrrz9ib7uQFSgowMUHhH_KDAbw3y0", "starts_at": { "day": 1, "month": 3, "year": 2022 }, "title": "Senior Software Engineer" }, { "company": "Microsoft", "company_linkedin_profile_url": "https://www.linkedin.com/company/microsoft", "description": "ML solutions in Azure performance data\n- Fast Issue Resolution - Attribute high latency to faulty hardware/configuration\n- Reduce AIR (Annual Interruption Rate)", "ends_at": { "day": 31, "month": 3, "year": 2022 }, "location": "United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_100_100/0/1618231291419?e=1655942400&v=beta&t=lzKVkVuf-McwnYzrrz9ib7uQFSgowMUHhH_KDAbw3y0", "starts_at": { "day": 1, "month": 8, "year": 2020 }, "title": "Software Engineer" }, { "company": "Wayfair", "company_linkedin_profile_url": "https://www.linkedin.com/company/wayfair", "description": "I worked building an Automatic Speech Recognition system. \nDeveloped language models to recognize in-domain words (non-conversational/non-english words like furniture model names, catalog attributes, supplier names, etc.) using creative approaches\n\nThe technologies used include but not limited to Python, C++, bash scripting, traditional modeling techniques like N-grams, HMMs, and supervised learning application like Recurrent neural networks.\n\nAdditionally, I led the effort to build a labeled dataset of human translated calls for our language models to train on. Effort include driving tasks with partner engineering teams with multi-team dependency.\n\nPreviously, I have also worked on data modeling for fraud detection in the order processing pipeline, and modeling customer contact behavior to improve customer experience, and brand loyalty.", "ends_at": { "day": 31, "month": 8, "year": 2020 }, "location": "Boston, Massachusetts, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHHS2RPVTXtRw/company-logo_100_100/0/1545086943673?e=1655942400&v=beta&t=pfPEN61kkfFiH2mvmrDOfZw09lkQehqcP-uAfDV6WO8", "starts_at": { "day": 1, "month": 10, "year": 2018 }, "title": "Software Engineer" }, { "company": "Trafficware", "company_linkedin_profile_url": "https://www.linkedin.com/company/cubic-trafficware", "description": "Data Exchange between flagship applications with multi-team dependency\n•\tArchitected Azure cloud solution making data exchange seamless and efficient\n•\tPrevented data loss, created data source to improve accuracy of vehicular traffic simulations\n\nApplication Utilization Reporting System\n•\tImplemented system for customer engagement and feature usage within flagship application\n•\tCreated metrics collection to generate heat-map of feature use to guide pricing, license policy\n\nRefactored large parts of legacy code to get 10X performance increase", "ends_at": { "day": 31, "month": 10, "year": 2018 }, "location": "Sugar Land, Texas, United States (Houston Metro)", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGY8WK755eLGw/company-logo_100_100/0/1541701349775?e=1655942400&v=beta&t=X2TnKO8RFvuh2nQBpunCkEb5iUiklpPFop4es4ihMz8", "starts_at": { "day": 1, "month": 6, "year": 2011 }, "title": "Software Engineer" }, { "company": "Naztec", "company_linkedin_profile_url": "https://www.linkedin.com/company/naztec", "description": "•\tDrove greenfield project from design to deploy to visualize vehicular traffic congestion\n•\tThe application captured accurately the real-time delays and helped pin-point bottlenecks", "ends_at": { "day": 30, "month": 6, "year": 2011 }, "location": "Sugar Land, TX", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQGVRPkBmC_LTw/company-logo_100_100/0/1519870742658?e=1655942400&v=beta&t=U1uSELHWJhQJb6Bpl0SKrPbCv44jqCX7QjsNVy0K9yo", "starts_at": { "day": 1, "month": 7, "year": 2010 }, "title": "Software Engineer" }, { "company": "CougarsCS, University of Houston", "company_linkedin_profile_url": null, "description": "CougarCS is a social and academic organization geared towards Computer Science students of University of Houston. [http://cougarcs.com/]", "ends_at": { "day": 31, "month": 12, "year": 2010 }, "location": null, "logo_url": null, "starts_at": { "day": 1, "month": 8, "year": 2009 }, "title": "Student member" }, { "company": "University of Houston", "company_linkedin_profile_url": "https://www.linkedin.com/company/university-of-houston", "description": null, "ends_at": { "day": 31, "month": 7, "year": 2010 }, "location": "Houston, Texas Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFpzbDnylCDvw/company-logo_100_100/0/1620418633949?e=1655942400&v=beta&t=6m67Cf8qWgeK_QgVWD9rBMGEAc4O0taUzYgWIoHv4VU", "starts_at": { "day": 1, "month": 8, "year": 2008 }, "title": "Instructional Assistant" } ]
[ { "degree_name": "Master of Science", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2010 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFpzbDnylCDvw/company-logo_100_100/0/1620418633949?e=1655942400&v=beta&t=6m67Cf8qWgeK_QgVWD9rBMGEAc4O0taUzYgWIoHv4VU", "school": "University of Houston", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-houston/", "starts_at": { "day": 1, "month": 1, "year": 2008 } }, { "degree_name": "Certification", "description": "From the course introduction: \n\"This machine learning class was the class that had started Coursera. I'm excited to be teaching it again. By the time you finish this class, you'll know how to apply the most advanced machine learning algorithms to such problems as anti-spam, image recognition, clustering, building recommender systems, and many other problems. You'll also know how to select the right algorithm for the right job, as well as become expert at 'debugging' and figuring out how to improve a learning algorithm's performance.\n- Andrew Ng\"", "ends_at": { "day": 31, "month": 12, "year": 2018 }, "field_of_study": "Machine Learning", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHr9suxyJBXMw/company-logo_100_100/0/1635534378574?e=1655942400&v=beta&t=yLHCK5PirJnKSwnOrFg1zNdASnLeZQ1FMMN-RhWYhAc", "school": "Stanford University", "school_linkedin_profile_url": "https://www.linkedin.com/school/stanford-university/", "starts_at": { "day": 1, "month": 1, "year": 2018 } }, { "degree_name": "B.Tech", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2008 }, "field_of_study": "Computer Science and Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQF6hcspfBqstw/company-logo_100_100/0/1519935667371?e=1655942400&v=beta&t=LWFRGnnScj0vLK-nvfPJTWXGrtdOnVzm9hcr2NRVBTo", "school": "Jawaharlal Nehru Technological University", "school_linkedin_profile_url": "https://www.linkedin.com/school/jawaharlal-nehru-technological-university/", "starts_at": { "day": 1, "month": 1, "year": 2004 } } ]
[ "English" ]
[]
[]
[]
[]
[ { "name": "BioInformatics", "number": "-" }, { "name": "Digital Image Processing", "number": "-" }, { "name": "Machine Learning", "number": "-" }, { "name": "Medical Robotics", "number": "-" }, { "name": "Principles of Internetworking", "number": "-" }, { "name": "Software Design", "number": "-" }, { "name": "Ubiquitous Programming (iPhone app development)", "number": "-" } ]
[]
[]
[]
[ { "authority": "Coursera", "display_source": "www.coursera.org", "ends_at": null, "license_number": "BR63E673VWNP", "name": "Machine Learning", "starts_at": { "day": 1, "month": 12, "year": 2018 }, "url": "https://www.coursera.org/account/accomplishments/verify/BR63E673VWNP" } ]
500
[]
[ "Dick Adams\n \n \n\n\n\n \n \n \n \n \n\n \n Aakash was one of the programmers in the Sychro development group. He headed up multiple projects related to upgrades for the HCM modules as well as development for Synchro 9. I have always appreciated his dedication to improving the software, learning new applications, and spending extra time to ensure the software was tested and delivered on schedule. His good nature and team focus was instrumental in collaboration for new features and development. \nIt was a pleasure working with Aakash." ]
[ { "activity_status": "Liked by Aakash Mathur", "link": "https://www.linkedin.com/signup/cold-join", "title": "Hugging Face has been voted #2 in our category on the 2022 #EnterpriseTech30 list! 🥳Thank you to Wing VC for naming Hugging Face as a leading…" }, { "activity_status": "Liked by Aakash Mathur", "link": "https://www.linkedin.com/signup/cold-join", "title": "BREAKING | Welcome to Amazon, James Bond. The tech giant finalized its $8.5 billion acquisition of Hollywood studio MGM, the company said." }, { "activity_status": "Liked by Aakash Mathur", "link": "https://www.linkedin.com/signup/cold-join", "title": "Now that Google Domains is out of beta, I went ahead and treated myself to one: http://decision.wtf yolo" } ]
[ { "link": "https://in.linkedin.com/in/aakash-mathur-86079aa7", "location": "Delhi, India", "name": "Aakash Mathur", "summary": "Analyst at Article1partner" }, { "link": "https://in.linkedin.com/in/aakash-mathur-253338156", "location": "Kota", "name": "Aakash Mathur", "summary": "MTS Oracle India || IIT BHU" }, { "link": "https://in.linkedin.com/in/mathur22aakash", "location": "Bengaluru", "name": "Aakash Mathur", "summary": "Architect at Total Environment Building Systems Pvt Ltd" }, { "link": "https://ca.linkedin.com/in/aakash-mathur-34a38b122", "location": "Greater Toronto Area, Canada", "name": "Aakash Mathur", "summary": "Analyst, Fixed Assets at TD" }, { "link": "https://in.linkedin.com/in/aakash-mathur-b9a209204", "location": "New Delhi", "name": "Aakash Mathur", "summary": "Data Analyst at MobiKwik" } ]
[]
[ { "name": "Selenium Testing", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQGzezj4vLxqOw/group-logo_image-shrink_92x92/0/1632824214275?e=1647691200&v=beta&t=mvLM-8LOs5yi0cUHLUE4DCbmZUe3JaixhYurwLF_IBw", "url": "https://www.linkedin.com/groups/2102114" }, { "name": "Little Flower High School - Hyderabad", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQHLWQDdilMlYg/group-logo_image-shrink_200x200/0/1631436828000?e=1647691200&v=beta&t=skVPfNnJ3TE3q8TuZhsL0r33h2EKBoLgoFAOQk9HsBE", "url": "https://www.linkedin.com/groups/10308191" }, { "name": "The University of Houston Alumni Association", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQEoBhN-pRTPHQ/group-logo_image-shrink_92x92/0/1630998989702?e=1647691200&v=beta&t=2k54Tk0hYJ9N8rAw_q6BwGuHTrWgYKFbbfn0ZM7-7UI", "url": "https://www.linkedin.com/groups/27234" }, { "name": "Mobile Software Development Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQH-XuiryVk2uQ/group-logo_image-shrink_92x92/0/1525133143540?e=1647691200&v=beta&t=m7Ozurn2-aEFfPKISbAAHgyLD8Al-a0OwS-bC9VBnqE", "url": "https://www.linkedin.com/groups/69893" }, { "name": "Leadership & Leadership Development", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQGlmLxn_JfLoA/group-logo_image-shrink_92x92/0/1631006461477?e=1647691200&v=beta&t=dIvIk3ryyPD8CCr3C4wCW_Dvkpjt-OsC6Vz3ha0xW6s", "url": "https://www.linkedin.com/groups/4675681" }, { "name": "Mobile iOS-iPhone-Android Developer", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/6647183" }, { "name": "Agile Leadership Network Houston", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQGgVFK2zjdDbw/group-logo_image-shrink_92x92/0/1631000022182?e=1647691200&v=beta&t=BwTqa-fSdc1VLLcLvRayezgTkT8_jU88OKFYR4XWI3w", "url": "https://www.linkedin.com/groups/1811025" }, { "name": "Android Developer Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGQfLZQpjDYrA/group-logo_image-shrink_200x200/0/1631357995141?e=1647691200&v=beta&t=UrJ_ikLY0zORI6_c6rtqlG6oDYP9POww5zIYsQzxow0", "url": "https://www.linkedin.com/groups/86481" }, { "name": "Houston .NET User Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQE9wsIB_1aIFw/group-logo_image-shrink_200x200/0/1631358112117?e=1647691200&v=beta&t=-kmR20g2GZVoC8D7bMdIfvXXYLmYpH-WwOafCXqtB4o", "url": "https://www.linkedin.com/groups/132626" }, { "name": "University of Houston Alumni - All Campuses", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHzHRuJt0nJKA/group-logo_image-shrink_200x200/0/1631362420433?e=1647691200&v=beta&t=eOHWh5ilHMDZNCOI_rlie9DGXW5qyjeJLHVMuyvjeLc", "url": "https://www.linkedin.com/groups/87027" }, { "name": "Houston Java Users Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGuK1GeCmjuWg/group-logo_image-shrink_92x92/0/1521152356984?e=1647691200&v=beta&t=DrIcaZ-DSwC5JhCqXSiaiWZaNoTHP8yuUMei1-Cy_Cc", "url": "https://www.linkedin.com/groups/41555" }, { "name": "iOS Developers Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFxOYDfViCF6Q/group-logo_image-shrink_200x200/0/1631375447889?e=1647691200&v=beta&t=EIDo3w9O0ccFNFjbtGsk0-hHzybtcwelVILkXTl1qUc", "url": "https://www.linkedin.com/groups/121874" }, { "name": "STARTUP SPECIALISTS NETWORK Entrepreneurs Small Business Startups Jobs Tech Social Media Marketing", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFqHWnNcf7d0Q/group-logo_image-shrink_92x92/0/1631005719255?e=1647691200&v=beta&t=n2WSYzyToXRjWHChfPKYxbEky9E5Y6guKqYg_C1oXxw", "url": "https://www.linkedin.com/groups/56766" }, { "name": "Java Developers", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQH3XVO_VOc2Og/group-logo_image-shrink_200x200/0/1631367059439?e=1647691200&v=beta&t=Py3xFKOwJ8ZAaw2MZiL6O0bgF1lUuKHJcW0lDtLY3nA", "url": "https://www.linkedin.com/groups/70526" } ]
null
null
null
null
null
null
null
null
4,850
aakash-rawal-
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://media-exp1.licdn.com/dms/image/C5616AQHrTnLinYl5fQ/profile-displaybackgroundimage-shrink_200_800/0/1625194016029?e=1652918400&v=beta&t=LNZgssKoP2eMQQQYiVjdIqIhzNgyoqIGxkfRHCMzoo4
aakash
rawal
aakash rawal
Software Engineer at Cisco
software engineer @ cisco | itp @ cu boulder
second-year graduate student university colorado majoring interdisciplinary telecom program ( itp ) focus network engineering next-generation network technology . currently seeking full-time role field network engineering netops engineering development starting may 2021 . international student , coming u ha life-changing experience ha made open new culture taught quickly adapt new change . quick learner apply new knowledge efficiently come solution problem . look forward applying skill learning new one wherever get opportunity . visa status : f-1 opt .
u
united state america
san francisco bay area
null
[ { "company": "Cisco", "company_linkedin_profile_url": "https://www.linkedin.com/company/cisco", "description": null, "ends_at": null, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHIcy_n-VigJA/company-logo_100_100/0/1647476063807?e=1655942400&v=beta&t=XBRKXolKBnVbaHVj4I1ylOhqQxKgJu-aH2gxiVG8DPo", "starts_at": { "day": 1, "month": 6, "year": 2021 }, "title": "Software Engineer" }, { "company": "Stateless", "company_linkedin_profile_url": "https://www.linkedin.com/company/statelessinc", "description": null, "ends_at": { "day": 31, "month": 5, "year": 2021 }, "location": "Boulder, Colorado, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGk-uEax7PSPA/company-logo_100_100/0/1551382450717?e=1655942400&v=beta&t=1JE3t7T-6FGuUPzrnD0PjpuVTrpWVDMX-qvHF3le3ys", "starts_at": { "day": 1, "month": 2, "year": 2021 }, "title": "DevOps Engineer" }, { "company": "Section", "company_linkedin_profile_url": "https://www.linkedin.com/company/section_io", "description": "Member of the Peer review team -evaluate articles by other members to suggest both technical and linguistic revisions on their article.\nFreelance technical writer at Section\nAuthored articles for their engineering education blog on the topics of Computer Networking, Software Defined Networks and DevOps and Automation.", "ends_at": { "day": 31, "month": 1, "year": 2021 }, "location": "Boulder, Colorado, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHjrJGbVIvcOw/company-logo_100_100/0/1554143590906?e=1655942400&v=beta&t=FJsiSq7N4hApDRYvOuG72gPf0UUrvOhxC36Md6KMW4g", "starts_at": { "day": 1, "month": 3, "year": 2020 }, "title": "Technical Writer, Peer Reviewer" }, { "company": "Cohere Cyber Secure", "company_linkedin_profile_url": "https://www.linkedin.com/company/cohere-cybersecure", "description": "I was part of their Cybersecurity and IT team which maintained the IT services provided by Cohere Communications to its clients.\nFacilitated in the development of their SIEM - Wazuh and ELK stack with OpenDistro. This cluster is responsible for fetching and analyzing data from client's assets as well as internal assets. \nCreated numerous Ansible playbooks to automate tasks ranging from application installation to configuration of devices for services like network scanning, and alert monitoring system. As a result, reduced manual tasks by 10-15% by writing automation scripts.", "ends_at": { "day": 31, "month": 8, "year": 2020 }, "location": "New York, New York, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGdEyB56xxfaQ/company-logo_100_100/0/1575667220700?e=1655942400&v=beta&t=KvswzMU6VhNT_mfljme70NdJeKOtjC-oof54A1Sm2cI", "starts_at": { "day": 1, "month": 6, "year": 2020 }, "title": "Cyber/IT Intern" }, { "company": "Aegis Infoware Pvt. Ltd. - India", "company_linkedin_profile_url": "https://www.linkedin.com/company/aegis-infoware-pvt-ltd---india", "description": "Contributed to developing physical networks as per the needs of our clients and configured the existing networks for proper functioning.", "ends_at": { "day": 31, "month": 5, "year": 2019 }, "location": "Ahmedabad , India", "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 2019 }, "title": "Network Intern" }, { "company": "Apex Automation Pvt. Ltd.", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 30, "month": 9, "year": 2018 }, "location": "Ahmedabad, Indi", "logo_url": null, "starts_at": { "day": 1, "month": 8, "year": 2018 }, "title": "Intern" } ]
[ { "degree_name": "Master of Science - MS", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2021 }, "field_of_study": "Telecommunications Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGueVr_GgFPZg/company-logo_100_100/0/1519856474347?e=1655942400&v=beta&t=Y1_OukxvEJS1xxUDyKXMFB-Unw41FUzrLQCtTYwv_Gs", "school": "University of Colorado Boulder", "school_linkedin_profile_url": "https://www.linkedin.com/school/cuboulder/", "starts_at": { "day": 1, "month": 1, "year": 2019 } }, { "degree_name": "Bachelor of Technology - BTech", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2019 }, "field_of_study": "Electrical, Electronics and Communications Engineering", "logo_url": null, "school": "Institute of Technology, Nirma University", "school_linkedin_profile_url": "https://www.linkedin.com/school/institute-of-technology-nirma-university/", "starts_at": { "day": 1, "month": 1, "year": 2015 } } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[ { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "Cisco BGP Essential Training", "starts_at": { "day": 1, "month": 3, "year": 2021 }, "url": "https://www.linkedin.com/learning/cisco-bgp-essential-training" }, { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "Cisco CCNA (200-301) Cert Prep: Network Fundamentals and Access", "starts_at": { "day": 1, "month": 1, "year": 2021 }, "url": "http://www.linkedin.com/learning/cisco-ccna-200-301-cert-prep-network-fundamentals-and-access" }, { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "Get Ready for Your Coding Interview", "starts_at": { "day": 1, "month": 12, "year": 2020 }, "url": "http://www.linkedin.com/learning/get-ready-for-your-coding-interview" }, { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "Learning Docker", "starts_at": { "day": 1, "month": 7, "year": 2020 }, "url": "http://www.linkedin.com/learning/learning-docker-2" }, { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "Learning Ansible", "starts_at": { "day": 1, "month": 5, "year": 2020 }, "url": "http://www.linkedin.com/learning/learning-ansible" }, { "authority": "Cisco", "display_source": "www.youracclaim.com", "ends_at": { "day": 29, "month": 2, "year": 2024 }, "license_number": null, "name": "CCNA", "starts_at": { "day": 1, "month": 2, "year": 2021 }, "url": "https://www.youracclaim.com/badges/a45f59cd-8cc6-447a-aae1-a510648ba158?source=linked_in_profile" }, { "authority": "Juniper Networks", "display_source": "www.youracclaim.com", "ends_at": { "day": 31, "month": 1, "year": 2024 }, "license_number": null, "name": "Juniper Networks Certified Associate, Automation and DevOps (JNCIA-DevOps)", "starts_at": { "day": 1, "month": 1, "year": 2021 }, "url": "https://www.youracclaim.com/badges/99dd6e0c-96bf-4944-a04d-e9e0d4ca4ce3?source=linked_in_profile" } ]
500
[ { "link": "https://www.linkedin.com/in/zohaibyunus", "location": "Seattle, WA", "name": "Zohaib Yunus", "summary": "Network Development Manager at AWS" }, { "link": "https://www.linkedin.com/in/abhishek-singh-gajuri", "location": "San Francisco Bay Area", "name": "Abhishek Singh Gajuri", "summary": "Software Engineer at Facebook" }, { "link": "https://www.linkedin.com/in/krishna-raju-kunadharaju-7973b21a2", "location": "Santa Clara, CA", "name": "Krishna Raju Kunadharaju", "summary": "Software Engineer at Nvidia" }, { "link": "https://www.linkedin.com/in/ganeshmurthy97", "location": "Greater Boston", "name": "Ganesh Murthy Venkateshan", "summary": "Akamai Technologies | Northeastern University '21" }, { "link": "https://www.linkedin.com/in/pratik-narkhede", "location": "Portland, OR", "name": "Pratik Narkhede", "summary": "Soc Design Engineering Intern @Intel | Graduate Student at Portland State University | Ex-Accenture | Photographer" }, { "link": "https://www.linkedin.com/in/vedant-dave", "location": "New York City Metropolitan Area", "name": "Vedant Dave", "summary": "Software Engineer at Amazon" }, { "link": "https://www.linkedin.com/in/karanshashinshah", "location": "Greater Seattle Area", "name": "Karan Shah", "summary": "SDE @ AWS | MS CS @ SJSU" }, { "link": "https://www.linkedin.com/in/rushabh369", "location": "San Francisco Bay Area", "name": "Rushabh Shah", "summary": "Data Scientist - Supply Chain at Tesla" }, { "link": "https://www.linkedin.com/in/pushkar-jaywant-jadhav", "location": "Dallas, TX", "name": "Pushkar Jaywant Jadhav", "summary": "Software Test Engineer at LendingTree | Java | Selenium | TestNG" }, { "link": "https://www.linkedin.com/in/hastpatel", "location": "United States", "name": "Hast Patel", "summary": "Network Engineer at Google" }, { "link": "https://www.linkedin.com/in/aneris", "location": "New York City Metropolitan Area", "name": "Aneri Shah", "summary": "LEED AP BD+C | Energy Analyst | Atelier Ten | Carnegie Mellon University" }, { "link": "https://in.linkedin.com/in/rajarvp", "location": "Kolkata", "name": "Raj Vikramaditya", "summary": "Software Engineer @ Google | Ex-Media.net, Amazon | Youtuber(160K+ Subs) | JGEC" }, { "link": "https://www.linkedin.com/in/parikhabhi007", "location": "Pittsburgh, PA", "name": "Abhishek Parikh", "summary": "Seeking full-time opportunities for May 2022 | Graduate Research and Teaching Assistant at Carnegie Mellon Univesity | Ex-SWE @ Google [x], Infocusp" }, { "link": "https://in.linkedin.com/in/akhilanair", "location": "Mumbai", "name": "Akhila Nair", "summary": "DevOps Engineer @ Tresata | AWS Solution Architect Associate Certified" }, { "link": "https://www.linkedin.com/in/kashishnada", "location": "San Jose, CA", "name": "Kashish Nada", "summary": "Infoblox | Networking | DevOps | Python | Automation | Software Testing | Linux" }, { "link": "https://www.linkedin.com/in/hrishikesh-patil-3011", "location": "Sunnyvale, CA", "name": "Hrishikesh Patil", "summary": "Network Engineer at Google | Ex-Facebook | NCSU" }, { "link": "https://www.linkedin.com/in/aachalasinghan", "location": "College Park, MD", "name": "Aachala Singhan", "summary": "Network Engineer Team Lead at Cisco Meraki" }, { "link": "https://www.linkedin.com/in/dushyant8858", "location": "Dallas, TX", "name": "Dushyant Dubaria", "summary": "Cloud Support Engineer - Containers Specialist @AWS | Excited for Docker, Kubernetes, CI/CD, Networking" }, { "link": "https://www.linkedin.com/in/yash-gangwar", "location": "Raleigh-Durham-Chapel Hill Area", "name": "Yash Gangwar", "summary": "Software Engineer - Infrastructure Platform at Genesys" } ]
[]
[]
[ { "link": "https://in.linkedin.com/in/aakash-rawal-617463218", "location": "Ahmedabad", "name": "Aakash Rawal", "summary": "Student at GLS University" }, { "link": "https://in.linkedin.com/in/aakash-rawal-535a7925", "location": "Delhi, India", "name": "Aakash Rawal", "summary": "Sales Manager at DHL Global Forwarding" }, { "link": "https://in.linkedin.com/in/aakash-rawal", "location": "Noida", "name": "Aakash Rawal", "summary": "Social Media Strategist at Mirchi 🌶 Ex Facebook, Zee, ShareChat, PTC Network" }, { "link": "https://in.linkedin.com/in/aakash-rawal-82670531", "location": "Mumbai", "name": "Aakash Rawal", "summary": "Product Manager Connected Banking, API Banking at ICICI Bank" } ]
[]
[]
null
null
null
null
null
null
null
null
4,854
aakashbalaji
https://media-exp1.licdn.com/dms/image/C4D03AQH4_2cmPf-kag/profile-displayphoto-shrink_200_200/0/1553302895583?e=1652918400&v=beta&t=5xEe3He88ofNbtm6FWF0b2AvN9ljQRhIzPU2K0P6z8M
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakash
b .
aakash b .
Software Development Engineer at Amazon
software development engineer alexa team @ amazon
null
u
united state america
rocky hill
connecticut
[ { "company": "Amazon", "company_linkedin_profile_url": "https://www.linkedin.com/company/amazon", "description": null, "ends_at": null, "location": "Seattle, Washington, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=1655942400&v=beta&t=AVKhS-aqZ8h_yaf-McQWAc1jIlHiawZrjoadhfnNFOM", "starts_at": { "day": 1, "month": 11, "year": 2020 }, "title": "Software Development Engineer" }, { "company": "LoanSnap", "company_linkedin_profile_url": "https://www.linkedin.com/company/loansnap", "description": "Develop and maintain the web, mobile, and back-end applications\n- Rapidly develop features and solutions for the back-end using Python, Django, and GraphQL\n- Update front-end based on customer needs utilizing React js, React Native, Redux, and Apollo", "ends_at": { "day": 29, "month": 2, "year": 2020 }, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGW2_x93uU9bA/company-logo_100_100/0/1565640748877?e=1655942400&v=beta&t=OdRgjsDWR5Xkc3V6tqEL-PMHT-mKfZTMMEDZBma55Gg", "starts_at": { "day": 1, "month": 6, "year": 2019 }, "title": "Full Stack Engineering Intern" }, { "company": "True Ventures", "company_linkedin_profile_url": "https://www.linkedin.com/company/true-ventures", "description": "The TEC fellowship at True is a unique opportunity for college students interested in entrepreneurship to explore the VC and startup space in the bay area. I have the pleasure of speaking with numerous successful entrepreneurs and investors and gaining key insight into their respective industries. True also matches each fellow in a startup where we gain real-time experience working with the team.", "ends_at": { "day": 31, "month": 8, "year": 2019 }, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGjWOgIZplFag/company-logo_100_100/0/1557586884044?e=1655942400&v=beta&t=W0iCVSmuxgOEqp8gPNSCv2Va6xe5CFHRf35sok7YKLY", "starts_at": { "day": 1, "month": 6, "year": 2019 }, "title": "TEC Fellow" }, { "company": "FitTrek (Startup)", "company_linkedin_profile_url": null, "description": "FitTrek is a decentralized data tracking and management tool used to help health insurers view and incentivize healthy fitness habits among their insured.\n- Architect backend on the Ethereum blockchain using Solidity\n- Design robust UI/UX using Figma, and develop it using React\n- Practice skills in customer discovery and acquisition learned through Accelerate UConn, an early stage startup accelerator", "ends_at": { "day": 31, "month": 8, "year": 2019 }, "location": "Hartford, Connecticut Area", "logo_url": null, "starts_at": { "day": 1, "month": 11, "year": 2018 }, "title": "Co-Founder" }, { "company": "Follow", "company_linkedin_profile_url": "https://www.linkedin.com/company/followgroup", "description": "Follow is a startup focused on connecting people in the digital world with ease. I am a Co-Founder and leader developer at Follow.\n- Designed and developed a product based on customer interactions and feedback\n- Sought out key opportunities to secure funding and grow our brand\n- Developed a cross-platform mobile application using React-Native\n- Developed a robust back-end using Firebase", "ends_at": { "day": 30, "month": 6, "year": 2019 }, "location": "Storrs, Connecticut", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHkBsQ7vbNslA/company-logo_100_100/0/1557079921928?e=1655942400&v=beta&t=CKhmCB_y1iwrOtJL8ofkIN_URQkLxPLN-140Gg4KBlw", "starts_at": { "day": 1, "month": 9, "year": 2018 }, "title": "Co-Founder" }, { "company": "Cigna", "company_linkedin_profile_url": "https://www.linkedin.com/company/cigna", "description": "Develop a voice navigation system for android applications:\n- Develop robust mobile, web and back-end applications using React, React Native, Node, and Java\n- Develop comprehensive, speech based, machine learning models using tensor flow\n- Architect a variety of cloud solutions using AWS, GCP, and our private cloud", "ends_at": { "day": 31, "month": 5, "year": 2019 }, "location": "Bloomfield, CT", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHHW4ih0rqUBg/company-logo_100_100/0/1519856411211?e=1655942400&v=beta&t=RTg2VSZVkIuA1aoWCe1341P_kGOhy9YqGnYGqIvW4F8", "starts_at": { "day": 1, "month": 1, "year": 2018 }, "title": "TECDP Intern" }, { "company": "Xamax Industries", "company_linkedin_profile_url": "https://www.linkedin.com/company/xamax-industries", "description": "Developed software and worked with various tools:\n - Automated material testing tasks to increase company efficiency using Python and VBA\n - Worked closely with colleagues to expand and innovate data management systems via MS Access\n - Developed a proprietary system that eliminated need for third party software and decreased annual costs", "ends_at": { "day": 31, "month": 8, "year": 2017 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGuF2DfrAafJA/company-logo_100_100/0/1550777944328?e=1655942400&v=beta&t=I0wKq0yDMutEXrAPQ0dl0eNCqh-tfmesP1zmnA_-rnY", "starts_at": { "day": 1, "month": 12, "year": 2016 }, "title": "Software Engineer" }, { "company": "University of Connecticut", "company_linkedin_profile_url": "https://www.linkedin.com/company/university-of-connecticut", "description": "Design and program a GUI using Python:\n- Developed a GUI for a traffic data collection tool using Python\n- Implemented an innovative design to increase work efficiency based on feedback\n- Closely collaborated with backend team using teamwork, and organization skills", "ends_at": { "day": 30, "month": 6, "year": 2017 }, "location": "Storrs, CT", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQF5xhWVDax-8g/company-logo_100_100/0/1519856224144?e=1655942400&v=beta&t=KX05x-1ywrYJuhNjIfBP-7XRlEZ1K6CE5NzklWyqFKY", "starts_at": { "day": 1, "month": 1, "year": 2017 }, "title": "Software Engineer" }, { "company": "First Robotics", "company_linkedin_profile_url": null, "description": "Lead Programmer for FIRST team 1991\n- Managed programming team using leadership skills\n- Programmed robot with team using Java\n- Worked closely with other divisions in the team to efficiently build robot", "ends_at": { "day": 31, "month": 5, "year": 2016 }, "location": "Hartford, Connecticut Area", "logo_url": null, "starts_at": { "day": 1, "month": 9, "year": 2014 }, "title": "Lead Programmer, Team 1991" } ]
[ { "degree_name": "Bachelor of Science in Engineering", "description": "Computer Science and Engineering major at the University of Connecticut.", "ends_at": { "day": 31, "month": 12, "year": 2020 }, "field_of_study": "Computer Science and Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQF5xhWVDax-8g/company-logo_100_100/0/1519856224144?e=1655942400&v=beta&t=KX05x-1ywrYJuhNjIfBP-7XRlEZ1K6CE5NzklWyqFKY", "school": "University of Connecticut", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-connecticut/", "starts_at": { "day": 1, "month": 1, "year": 2016 } }, { "degree_name": "High School", "description": "Dual enrolled as High School/College student", "ends_at": { "day": 31, "month": 12, "year": 2016 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHgcxtyCUUY7w/company-logo_100_100/0/1543603418128?e=1655942400&v=beta&t=kfcHcwsVMkayJ-rO7XEGshS_JYtaqNIF9_yGGMVBAbg", "school": "University of Hartford", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-hartford/", "starts_at": { "day": 1, "month": 1, "year": 2013 } }, { "degree_name": "High School", "description": "High School, College Dual Enrollment\nRigorous High School Curriculum\nHonor Student", "ends_at": { "day": 31, "month": 12, "year": 2016 }, "field_of_study": null, "logo_url": null, "school": "University High School of Science and Engineering", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2012 } } ]
[ "English", "Tamil" ]
[]
[]
[]
[]
[ { "name": "Computing Basics", "number": "-" }, { "name": "Visual Basic", "number": "-" }, { "name": "Intro to Digital Logic Design", "number": "-" }, { "name": "Intro to Object Oriented Programming", "number": "-" }, { "name": "Java", "number": "-" } ]
[ { "description": "Automated home light using skills in IOT. Added ability to control lights using voice and an Android application built using Kotlin.", "ends_at": { "day": 31, "month": 8, "year": 2017 }, "starts_at": { "day": 1, "month": 6, "year": 2017 }, "title": "Home Control", "url": null } ]
[]
[ { "cause": null, "company": "Action Karate", "company_linkedin_profile_url": "https://www.linkedin.com/company/action-karate", "description": "Instructed beginners in Kenpo Karate.\nWorked with children under 13.", "ends_at": { "day": 30, "month": 9, "year": 2014 }, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQE4hDKoo4GBFQ/company-logo_100_100/0/1571092793363?e=1655942400&v=beta&t=ROmQFQRJ11zYT60iSFGnkJe4HzHgqG_tMx4K4EQtdhw", "starts_at": { "day": 1, "month": 5, "year": 2014 }, "title": "Assistant Kenpo Karate Instructor" }, { "cause": "Health", "company": "American Cancer Society", "company_linkedin_profile_url": "https://www.linkedin.com/company/american-cancer-society", "description": "Assisted in customer communications.", "ends_at": { "day": 30, "month": 9, "year": 2015 }, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFAD46IIzLrmg/company-logo_100_100/0/1635772903534?e=1655942400&v=beta&t=_IRz2WLY04JB-DpzCpVUBH1nKRfzvyovzgy_VwDasSI", "starts_at": { "day": 1, "month": 5, "year": 2015 }, "title": "Administrative Assistant" } ]
[ { "authority": "Amazon Web Services (AWS)", "display_source": "www.youracclaim.com", "ends_at": { "day": 30, "month": 9, "year": 2023 }, "license_number": null, "name": "AWS Certified Solutions Architect – Associate", "starts_at": { "day": 1, "month": 9, "year": 2020 }, "url": "https://www.youracclaim.com/badges/5105628a-f242-4216-8fc4-a51780158f8d?source=linked_in_profile" } ]
500
[ { "link": "https://www.linkedin.com/in/abhinna-adhikari-aba168187", "location": "Greater Boston", "name": "Abhinna Adhikari", "summary": "Software Engineer @ Amazon" }, { "link": "https://www.linkedin.com/in/keyur-k-shah", "location": "Seattle, WA", "name": "Keyur K Shah", "summary": "Software Dev. Engineer at Amazon" }, { "link": "https://www.linkedin.com/in/patel-jay", "location": "Warwick, RI", "name": "Jay Patel", "summary": "Software Engineer at Amazon" }, { "link": "https://www.linkedin.com/in/quinn-vissak", "location": "Nashville Metropolitan Area", "name": "Quinn Vissak", "summary": "SDE II @ AWS" }, { "link": "https://www.linkedin.com/in/jesse-hake-92264659", "location": "Mastic, NY", "name": "Jesse Hake", "summary": "Software Engineer at Softheon" }, { "link": "https://www.linkedin.com/in/parth-patel-0721", "location": "New York, NY", "name": "Parth Patel", "summary": "Experienced Software Engineer Working to Make a More Transparent Rental Process" }, { "link": "https://www.linkedin.com/in/akashbinoj", "location": "West Hartford, CT", "name": "Akash Binoj", "summary": "Honors Computer Science (Data Analytics) and MechEng Student @UConn | Mathematics Minor" }, { "link": "https://www.linkedin.com/in/jkrucinski", "location": "Greater Hartford", "name": "Jacob Krucinski", "summary": "Sophomore CSE major (Mathematics minor) at UConn" }, { "link": "https://www.linkedin.com/in/amaan-moledina", "location": "Greater Hartford", "name": "Amaan M.", "summary": "Associate Software Engineer at Fidelity Investments" }, { "link": "https://www.linkedin.com/in/akash-ponugoti-aa5a99169", "location": "Greater Hartford", "name": "Akash Ponugoti", "summary": "Computer Science & Engineering Student at UConn" }, { "link": "https://www.linkedin.com/in/akashveeragouni", "location": "Seattle, WA", "name": "Akash Veeragouni", "summary": "Data Scientist at Amazon" }, { "link": "https://www.linkedin.com/in/duro", "location": "Rocky Hill, CT", "name": "Andi Duro", "summary": "Associate Consultant at Slalom" }, { "link": "https://www.linkedin.com/in/brandon-d-baker", "location": "Greater Hartford", "name": "Brandon Baker", "summary": "Graduating Senior at the University of Connecticut" }, { "link": "https://www.linkedin.com/in/radhakrishnan-si", "location": "Middletown, CT", "name": "Siddharth Radhakrishnan", "summary": "--" }, { "link": "https://www.linkedin.com/in/yash-modi-13227b1b6", "location": "Manchester, CT", "name": "Yash Modi", "summary": "Student at University of Connecticut" }, { "link": "https://www.linkedin.com/in/akashdesaircnj", "location": "United States", "name": "Akash Desai", "summary": "Information Technology Management Major" }, { "link": "https://www.linkedin.com/in/parth-patel-b24957129", "location": "Storrs, CT", "name": "Parth Patel", "summary": "Student at University of Connecticut" }, { "link": "https://www.linkedin.com/in/kimberlydnguyen", "location": "North Haven, CT", "name": "Kimberly Nguyen", "summary": "Reliability Test Engineer" }, { "link": "https://www.linkedin.com/in/affanso-anglin-2592911a0", "location": "Springfield, Massachusetts Metropolitan Area", "name": "Affanso Anglin", "summary": "Graduate Student at University of Connecticut" } ]
[]
[ { "activity_status": "Liked by Aakash B.", "link": "https://www.linkedin.com/signup/cold-join", "title": "Watching the new Kanye documentary was the equivalent of 3 cups of coffee. This guy was doubted every step of the way but stayed true to his vision…" }, { "activity_status": "Liked by Aakash B.", "link": "https://www.linkedin.com/signup/cold-join", "title": "required reading for the Stamford Startup Studio cohort and staff. Paul Millerd" }, { "activity_status": "Liked by Aakash B.", "link": "https://www.linkedin.com/signup/cold-join", "title": "Our beautiful new Hair Color Bar in Studio City is open! In need of a root touch up or balayage treatment? We’ve got you covered.Madison Reed" } ]
[ { "link": "https://in.linkedin.com/in/akb7", "location": "Chennai", "name": "Aakash B", "summary": "Software Developer" }, { "link": "https://www.linkedin.com/in/aakash-b-700973135", "location": "Bentonville, AR", "name": "Aakash B", "summary": null }, { "link": "https://in.linkedin.com/in/aakashbhardwajdce", "location": "Greater Delhi Area", "name": "Aakash B", "summary": "Product | Growth | Digital Transformation" }, { "link": "https://in.linkedin.com/in/aakash-b-3110b5144", "location": "Palakkadu", "name": "Aakash B", "summary": "Inside Sales and Application Engineer Engineer at AVK Valves India Private Limited" }, { "link": "https://in.linkedin.com/in/aakashb24", "location": "Tamil Nadu, India", "name": "Aakash B.", "summary": null } ]
[]
[]
null
null
null
null
null
null
null
null
4,896
aakashbarbhaya
https://media-exp1.licdn.com/dms/image/C5603AQEcp0bt0kebEQ/profile-displayphoto-shrink_200_200/0/1637545806469?e=1652918400&v=beta&t=DR9OBpbHnemvHdzMi7ju0y1SRL6BVULQjxz4_Ef-VgY
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakash
barbhaya
aakash barbhaya
Software Developer at Amazon
software developer
software engineer experience development microservices currently working amazon foodie organization .
u
united state america
seattle
washington
[ { "company": "Amazon", "company_linkedin_profile_url": "https://www.linkedin.com/company/amazon", "description": null, "ends_at": null, "location": "Greater Seattle Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=1655942400&v=beta&t=AVKhS-aqZ8h_yaf-McQWAc1jIlHiawZrjoadhfnNFOM", "starts_at": { "day": 1, "month": 10, "year": 2018 }, "title": "Software Developer" }, { "company": "Cadence Design Systems", "company_linkedin_profile_url": "https://www.linkedin.com/company/cadence-design-systems", "description": null, "ends_at": { "day": 30, "month": 9, "year": 2018 }, "location": "San Jose, California", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFORFBYBIoPHQ/company-logo_100_100/0/1625530309133?e=1655942400&v=beta&t=Ls2ZY2TLLYfzZv84EzN-TO8qw02g756qhg4lZyr42n4", "starts_at": { "day": 1, "month": 9, "year": 2015 }, "title": "Sr. Application Engineer" }, { "company": "University of Southern California", "company_linkedin_profile_url": "https://www.linkedin.com/company/university-of-southern-california", "description": "Directed research under Prof. Paul Bogdan at Univeristy of Southern California. \nImplementation of Verilog modules for realization of Multifractal Detrended Fluctuation Analysis for non-linear time series that could be used in applications like high speed trading and heart rate monitoring.", "ends_at": { "day": 31, "month": 5, "year": 2015 }, "location": "Greater Los Angeles Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHatTfEv4Af6w/company-logo_100_100/0/1519855864375?e=1655942400&v=beta&t=SJNQIMDMco5SIQwLeVARsdt5YDg6NO5m6sBOuWQd8Dg", "starts_at": { "day": 1, "month": 1, "year": 2015 }, "title": "Graduate Research Student" } ]
[ { "degree_name": "Master’s Degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2015 }, "field_of_study": "Electrical Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHatTfEv4Af6w/company-logo_100_100/0/1519855864375?e=1655942400&v=beta&t=SJNQIMDMco5SIQwLeVARsdt5YDg6NO5m6sBOuWQd8Dg", "school": "University of Southern California", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-southern-california/", "starts_at": { "day": 1, "month": 1, "year": 2013 } }, { "degree_name": "Bachelor of Technology (B.Tech.)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2013 }, "field_of_study": "Electronics and Communications Engineering", "logo_url": null, "school": "Chandubhai S Patel Institute of Technology", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2009 } }, { "degree_name": "High School", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2009 }, "field_of_study": null, "logo_url": null, "school": "St. Kabir School", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2004 } } ]
[ "English", "Gujarati", "Hindi" ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
500
[ { "link": "https://www.linkedin.com/in/dhwanishah9", "location": "San Francisco Bay Area", "name": "Dhwani Shah", "summary": "Engineering Manager at Amazon" }, { "link": "https://www.linkedin.com/in/kapadiakeval", "location": "Boston, MA", "name": "Keval Kapadia", "summary": "Software Development Engineer at Amazon" }, { "link": "https://in.linkedin.com/in/yuvrajvermaa", "location": "Chandigarh, India", "name": "Yuvraj Verma", "summary": "Pursuing BCA at Chandigarh University 🎓 | Infosys Springboard Intern 👨‍💻 | YouTuber" }, { "link": "https://www.linkedin.com/in/juliamolianli", "location": "New York City Metropolitan Area", "name": "Julia Li", "summary": "Software Engineer at Audible, Inc." }, { "link": "https://in.linkedin.com/in/aneesh-kumar-a450a317", "location": "Kollam", "name": "Aneesh Kumar", "summary": "MSc Physics, Diploma in applied electronics" }, { "link": "https://www.linkedin.com/in/raghumundru", "location": "West Des Moines, IA", "name": "Raghu Mundru", "summary": "BI Infrastructure Architect at Dotdash Meredith" }, { "link": "https://in.linkedin.com/in/afsana-saifi-469176b6", "location": "Dehradun", "name": "Afsana Saifi", "summary": "Analytics & Modeling Specialist at Accenture" }, { "link": "https://in.linkedin.com/in/rahul-patel-47765562", "location": "Ahmedabad", "name": "Rahul Patel", "summary": "7+ Years | Freelancer | Blockchain | React | React Native | Node | Laravel | Codeigniter | Core PHP | Mysql | Javascript | HTML5 | Web API" }, { "link": "https://www.linkedin.com/in/hsarangpani", "location": "United States", "name": "Harshavardhan Sarangpani", "summary": "Industrial Engineer | Supply Chain Management | Logistics and Warehousing" }, { "link": "https://in.linkedin.com/in/vivek-parmar", "location": "New Delhi", "name": "Vivek Parmar", "summary": "Senior Research Fellow at Indian Institute of Technology, Delhi" }, { "link": "https://www.linkedin.com/in/hharwani", "location": "Seattle, WA", "name": "Harsh Harwani", "summary": "Software Engineer at Square" }, { "link": "https://www.linkedin.com/in/akashnishar", "location": "Tempe, AZ", "name": "Akash Nishar", "summary": "Graduate CS Student @ ASU" }, { "link": "https://in.linkedin.com/in/shifali-garg-ab19a3213", "location": "Gurugram", "name": "Shifali Garg", "summary": "Lead Associate at WNS Global Services" }, { "link": "https://uk.linkedin.com/in/dishachopra", "location": "London", "name": "Disha C.", "summary": "Market Access Associate at Optellum | MBA | Life Sciences | Ex- GSK Knowledge Centre" }, { "link": "https://www.linkedin.com/in/noelbourke", "location": "Snoqualmie, WA", "name": "Noel Bourke", "summary": "We are Hiring: AWS Tech. Product Managers EC2, ECS, EKS, ELB S3, HPC, EDGE" }, { "link": "https://in.linkedin.com/in/nidhigupta441", "location": "Delhi, India", "name": "Nidhi Gupta", "summary": "Deputy Manager at WNS Global Services" }, { "link": "https://ie.linkedin.com/in/raj-kumar-34739038", "location": "Cork Metropolitan Area", "name": "Raj Kumar", "summary": "investment banking division" }, { "link": "https://in.linkedin.com/in/satish-vaishy-91280593", "location": "Gurgaon", "name": "Satish Vaishy", "summary": "Senior Consultant at PwC India" }, { "link": "https://in.linkedin.com/in/pratibhabansal06", "location": "Gurgaon", "name": "Pratibha Bansal", "summary": "Project Manager, Governance Lead for Wipro" }, { "link": "https://www.linkedin.com/in/pulkitkhemka", "location": "San Jose, CA", "name": "Pulkit Khemka", "summary": "Software Developer at Zeguro" } ]
[]
[ { "activity_status": "Liked by Aakash Barbhaya", "link": "https://www.linkedin.com/signup/cold-join", "title": "As a software Engineer, I noticed a peculiar relationship between a person's LinkedIn description and actual code they put up as example to showcase…" }, { "activity_status": "Liked by Aakash Barbhaya", "link": "https://www.linkedin.com/signup/cold-join", "title": "Last day at Aristocrat.Thank you for all the memories, learning and chance to develop myself towards becoming a better professional.I'll always…" }, { "activity_status": "Liked by Aakash Barbhaya", "link": "https://www.linkedin.com/signup/cold-join", "title": "Some feelings can't be described by mere words, like when you deliver new bags to kids." } ]
[]
[]
[]
null
null
null
null
null
null
null
null
4,899
aakashchauhan
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakash
chauhan
aakash chauhan
Senior Director at Salesforce
senior director salesforce
null
u
united state america
greater philadelphia
null
[ { "company": "Salesforce", "company_linkedin_profile_url": "https://www.linkedin.com/company/salesforce", "description": null, "ends_at": null, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHZ9xYomLW7zg/company-logo_100_100/0/1591198956689?e=1655942400&v=beta&t=ONTqKhUr_7-7OUfXvARKGae5h2LMPgopGqlQVz7z3z0", "starts_at": { "day": 1, "month": 2, "year": 2019 }, "title": "Senior Director" }, { "company": "Salesforce", "company_linkedin_profile_url": "https://www.linkedin.com/company/salesforce", "description": null, "ends_at": { "day": 28, "month": 2, "year": 2019 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHZ9xYomLW7zg/company-logo_100_100/0/1591198956689?e=1655942400&v=beta&t=ONTqKhUr_7-7OUfXvARKGae5h2LMPgopGqlQVz7z3z0", "starts_at": { "day": 1, "month": 3, "year": 2017 }, "title": "Director" }, { "company": "IBM", "company_linkedin_profile_url": "https://www.linkedin.com/company/ibm", "description": null, "ends_at": { "day": 31, "month": 3, "year": 2017 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHnDb1Rq_7PNQ/company-logo_100_100/0/1645010927195?e=1655942400&v=beta&t=F3nev5VrIfWUvP9mfk9Kc_yj90MFaIUHvi56h7NPvxY", "starts_at": { "day": 1, "month": 6, "year": 2015 }, "title": "Analytics Technical Sales Manager, North America" }, { "company": "IBM", "company_linkedin_profile_url": "https://www.linkedin.com/company/ibm", "description": null, "ends_at": { "day": 30, "month": 6, "year": 2015 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHnDb1Rq_7PNQ/company-logo_100_100/0/1645010927195?e=1655942400&v=beta&t=F3nev5VrIfWUvP9mfk9Kc_yj90MFaIUHvi56h7NPvxY", "starts_at": { "day": 1, "month": 1, "year": 2011 }, "title": "Technical Sales SWAT Team Lead, North America" }, { "company": "IBM", "company_linkedin_profile_url": "https://www.linkedin.com/company/ibm", "description": null, "ends_at": { "day": 31, "month": 1, "year": 2011 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHnDb1Rq_7PNQ/company-logo_100_100/0/1645010927195?e=1655942400&v=beta&t=F3nev5VrIfWUvP9mfk9Kc_yj90MFaIUHvi56h7NPvxY", "starts_at": { "day": 1, "month": 8, "year": 2006 }, "title": "Senior Managing Consultant" }, { "company": "SpeechVantage, Inc.", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 31, "month": 8, "year": 2006 }, "location": null, "logo_url": null, "starts_at": { "day": 1, "month": 3, "year": 2005 }, "title": "Software Developer" }, { "company": "Citrix Systems, Inc", "company_linkedin_profile_url": "https://www.linkedin.com/company/citrix", "description": null, "ends_at": { "day": 30, "month": 9, "year": 2004 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFsZYZGhIfwlw/company-logo_100_100/0/1625153245255?e=1655942400&v=beta&t=mOkKCwARmQT6TH0i_LQsPxcez567ec7BqILUKBMSNl0", "starts_at": { "day": 1, "month": 6, "year": 2004 }, "title": "Software Developer Intern" }, { "company": "Rochester Institute of Technology", "company_linkedin_profile_url": "https://www.linkedin.com/company/rochester-institute-of-technology", "description": null, "ends_at": { "day": 31, "month": 5, "year": 2004 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGnICZxLlhERw/company-logo_100_100/0/1551472609697?e=1655942400&v=beta&t=PAH59iE4WzWwziNnxsskjs-69cDXPfH0aE5BLGzW5XE", "starts_at": { "day": 1, "month": 5, "year": 2003 }, "title": "Student Developer" } ]
[ { "degree_name": "MS", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2004 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGnICZxLlhERw/company-logo_100_100/0/1551472609697?e=1655942400&v=beta&t=PAH59iE4WzWwziNnxsskjs-69cDXPfH0aE5BLGzW5XE", "school": "Rochester Institute of Technology", "school_linkedin_profile_url": "https://www.linkedin.com/school/rochester-institute-of-technology/", "starts_at": { "day": 1, "month": 1, "year": 2002 } }, { "degree_name": "BE", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2002 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEjZ0--4h7qPQ/company-logo_100_100/0/1519899405439?e=1655942400&v=beta&t=Hk_Edp6RHpbUGJx9XYGcMemee8pUZBcDQsQ8E13yT54", "school": "The Maharaja Sayajirao University of Baroda", "school_linkedin_profile_url": "https://www.linkedin.com/school/the-maharaja-sayajirao-university-of-baroda/", "starts_at": { "day": 1, "month": 1, "year": 1998 } } ]
[ "English", "Hindi", "Gujarati" ]
[]
[]
[]
[]
[]
[]
[]
[]
[ { "authority": "University of California, Berkeley, Haas School of Business", "display_source": "certificates.emeritus.org", "ends_at": null, "license_number": null, "name": "Artificial Intelligence: Business Strategies and Applications", "starts_at": { "day": 1, "month": 4, "year": 2021 }, "url": "https://certificates.emeritus.org/d6bef396-0078-4fde-93e0-f946b399f749" }, { "authority": "University of California, Berkeley", "display_source": "www.smartcertificate.com", "ends_at": null, "license_number": null, "name": "DATA SCIENCE: BRIDGING PRINCIPLES AND PRACTICE", "starts_at": { "day": 1, "month": 11, "year": 2019 }, "url": "https://www.SmartCertificate.com/SmartCertificate/Default.aspx?O2KrvOaTlKtGNrWRlYBQ9wdTJR5zdem5IU4bbZaIrlmg2vop7Gngxh%2f3Tlartvbd" }, { "authority": "University of Pennsylvania", "display_source": "www.coursera.org", "ends_at": null, "license_number": "39HWJ3VLSVTB", "name": "Introduction to Corporate Finance", "starts_at": null, "url": "https://www.coursera.org/account/accomplishments/verify/39HWJ3VLSVTB" }, { "authority": "University of Pennsylvania", "display_source": "www.coursera.org", "ends_at": null, "license_number": "G8P5CDDRSS", "name": "Introduction to Marketing", "starts_at": null, "url": "https://www.coursera.org/account/accomplishments/verify/G8P5CDDRSS" } ]
500
[ { "link": "https://www.linkedin.com/in/wreich", "location": "Greater Philadelphia", "name": "William Reich", "summary": "Sr. Director at Salesforce" }, { "link": "https://www.linkedin.com/in/venkv", "location": "Seattle, WA", "name": "Venkatesh Vijayaraghavan", "summary": "Director Product Management at Salesforce (Hiring PMs)" }, { "link": "https://www.linkedin.com/in/karlmajer", "location": "Reston, VA", "name": "Karl Majer", "summary": "Senior Director at Salesforce" }, { "link": "https://www.linkedin.com/in/jane-fung-1603021a", "location": "New York, NY", "name": "Jane Fung", "summary": "Director, Business Value Services at Salesforce" }, { "link": "https://www.linkedin.com/in/scottwisniewski", "location": "Greater Seattle Area", "name": "Scott Wisniewski", "summary": "Senior Director at Salesforce" }, { "link": "https://www.linkedin.com/in/abdoulbwane", "location": "Greater Seattle Area", "name": "Abdoul Wane, PMP", "summary": "Director of Technical Program Management Automation at Salesforce" }, { "link": "https://www.linkedin.com/in/subha-sonia-townsend-90a64019", "location": "United States", "name": "Subha Sonia Townsend", "summary": "Senior Director of Product @ Salesforce | Board Member" }, { "link": "https://www.linkedin.com/in/jithendra-kottapalli-5017b639", "location": "San Francisco Bay Area", "name": "Jithendra Kottapalli", "summary": "Senior Director, Data Engineering at Salesforce" }, { "link": "https://www.linkedin.com/in/richnazzaro", "location": "Austin, Texas Metropolitan Area", "name": "Rich Nazzaro", "summary": "Global Success Strategy & Analytics Leader at Salesforce" }, { "link": "https://www.linkedin.com/in/taotao2353", "location": "United States", "name": "Tao Tao", "summary": "Director of Engineering at Databricks - I am hiring!" }, { "link": "https://www.linkedin.com/in/jferg507", "location": "Greater Tampa Bay Area", "name": "Jen Ferguson", "summary": "Champion for #WomenInSales | Global Sales Onboarding Delivery Manager at Salesforce ☁️ | Co-Author, Heels to Deals 👠| LinkedIn Live Hostess + Newsletter | #AmpHerVoice 🔊" }, { "link": "https://www.linkedin.com/in/michael-a-raffaele-esq-1383252a", "location": "Media, PA", "name": "Michael A Raffaele, Esq.", "summary": "Managing Director at Raffaele and Puppio Attorneys at Law" }, { "link": "https://www.linkedin.com/in/afigueiredo", "location": "Watertown, MA", "name": "Antonio Figueiredo", "summary": "Strategic Programs & Architecture at Salesforce" }, { "link": "https://www.linkedin.com/in/ashish-thapliyal-51753210", "location": "Dallas-Fort Worth Metroplex", "name": "Ashish Thapliyal", "summary": "Senior Director, Product Management, Salesforce Customer Data Platform" }, { "link": "https://www.linkedin.com/in/rajivr", "location": "New York City Metropolitan Area", "name": "Rajiv Rajagopalan", "summary": "Senior Director & Regional Head - Americas" }, { "link": "https://www.linkedin.com/in/sujmohanty", "location": "Ashburn, VA", "name": "Sujit Mohanty", "summary": "Senior Director, Solutions Architecture, Public Sector at Chainalysis Inc." }, { "link": "https://www.linkedin.com/in/nickherbold", "location": "Greater Boston", "name": "Nick Herbold", "summary": "Senior Director Platform Delivery at Labviva" }, { "link": "https://www.linkedin.com/in/wguan", "location": "Short Hills, NJ", "name": "Wei Guan", "summary": "Salesforce Certified Technical Architect/Cloud/Big Data" } ]
[ "Damian Marinaccio\n \n \n\n\n\n \n \n \n \n \n\n \n Aakash has one of the best work ethics i have seen. His work for us on Rochester Institute of Technology's Digital Media Library (http://ritdml.rit.edu) was fantastic. He is a very skilled programmer and he was a terrific employee.", "Chris Lerch\n \n \n\n\n\n \n \n \n \n \n\n \n Aakash did an exceptional job for us as a co-op and student employee. He was put in charge of support of our Dspace digital repository and did an exceptional job of supporting the open source code as well as developing additional functionality. He will be a valuable asset to any organization." ]
[ { "activity_status": "Liked by Aakash Chauhan", "link": "https://www.linkedin.com/signup/cold-join", "title": "Over the course of my time at Salesforce, I have worked with hundreds of customers, including leading strategic interventions for our most at-risk…" }, { "activity_status": "Liked by Aakash Chauhan", "link": "https://www.linkedin.com/signup/cold-join", "title": "8 years ago today I embarked on one of the greatest journeys of my career and it has been such an adventurous one! Driving forward with our…" }, { "activity_status": "Liked by Aakash Chauhan", "link": "https://www.linkedin.com/signup/cold-join", "title": "Data teams deserve a better way to collaborate. It's why we're so excited to partner with Atlan on their mission to revolutionize data ops. Congrats…" } ]
[ { "link": "https://in.linkedin.com/in/aakash-chauhan-62886171", "location": "Delhi, India", "name": "Aakash Chauhan", "summary": "Assistant Manager at Goldmedal Electricals Pvt. Ltd." }, { "link": "https://in.linkedin.com/in/aakash-chauhan-9042458a", "location": "Faridabad", "name": "Aakash Chauhan", "summary": "Sr Well Testing Engineer" }, { "link": "https://www.linkedin.com/in/aakash-chauhan-97b4a797", "location": "Wayne, PA", "name": "Aakash Chauhan", "summary": "Senior Recruiter at The Judge Group" }, { "link": "https://ke.linkedin.com/in/aakash-chauhan-617b7ab9", "location": "Kenya", "name": "Aakash Chauhan", "summary": "Managing Director at Cielo Energy Limited" }, { "link": "https://in.linkedin.com/in/aakash-chauhan-32591376", "location": "Anand", "name": "Aakash Chauhan", "summary": "MECHANICAL DESIGN ENGINEER" } ]
[]
[ { "name": "M. S. University of Baroda Alumni", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQGTTgKjPqwyQg/group-logo_image-shrink_200x200/0/1631404929018?e=1647691200&v=beta&t=PPrsne1NAdkWqzUjpuwOwVtEYtH9yd1E8WBIxRkNUmU", "url": "https://www.linkedin.com/groups/88707" }, { "name": "Master Data Management Interest Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGlaV_kHH4hwA/group-logo_image-shrink_200x200/0/1631358794343?e=1647691200&v=beta&t=Mul_-27zpTW9fHVdXeQLH8gZvnzdj_6lljF9-NQoRMY", "url": "https://www.linkedin.com/groups/53314" }, { "name": "Master Data Management Mentoring Group", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/1866196" }, { "name": "Multi-Domain MDM", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFecJu8I0Ooug/group-logo_image-shrink_92x92/0/1631003991423?e=1647691200&v=beta&t=7LopnCUMi6eNzu4NyoiafA988_9bA46DKg6hTVIHdxk", "url": "https://www.linkedin.com/groups/3805619" }, { "name": "Master Data Management Pros", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFap3ZR5fzd6A/group-logo_image-shrink_200x200/0/1631366958007?e=1647691200&v=beta&t=hAQEgci3q-0Vqu7GJm0nZc_Ts3pgMShHJKjx-qHUfaA", "url": "https://www.linkedin.com/groups/113996" }, { "name": "IBM Infosphere MDM for PIM People (Unofficial)", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/3359010" }, { "name": "Master Data Management Professionals", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQHhgRbwXTbV0A/group-logo_image-shrink_200x200/0/1631420462837?e=1647691200&v=beta&t=WIx-td4a4KVYk3CBWeWlm0kXHtHOWDTeptWebi4b-O0", "url": "https://www.linkedin.com/groups/7435363" }, { "name": "Master Data Management MDM", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQH_con8zRinCg/group-logo_image-shrink_92x92/0/1630999726453?e=1647691200&v=beta&t=jPzPrze8833O5PxxkVgkqxkEAYS9LIf7qKr9EZkSybE", "url": "https://www.linkedin.com/groups/51476" }, { "name": "Data Science Central", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFgIrDQ9DzXEw/group-logo_image-shrink_92x92/0/1631005688319?e=1647691200&v=beta&t=lUwqIYR-FMu0MFhDa7mbkZw1QFFVw0fPaDtuBo3kr3w", "url": "https://www.linkedin.com/groups/35222" }, { "name": "IBM Initiate Master Data Service (unofficial)", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5107AQHLza_fcE214g/group-logo_image-shrink_200x200/0/1631426848918?e=1647691200&v=beta&t=kTd2nhEovo_GAFnLnJ6vUKZ8PjwPP07-ryUagvTZWOk", "url": "https://www.linkedin.com/groups/3885484" }, { "name": "IBM Business Intelligence", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGOAHTVvoP0pw/group-logo_image-shrink_200x200/0/1631361901209?e=1647691200&v=beta&t=nXbxZFeHAuZoRqUho1ZGsERTSqUYEGgGfcFY9B6g1zQ", "url": "https://www.linkedin.com/groups/8345382" }, { "name": "Electronics in the Cognitive Era", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFQ_ZPgz3TsMA/group-logo_image-shrink_200x200/0/1631405637366?e=1647691200&v=beta&t=ZdX4nCZjrwbCWQ3cc2dS8ZKYtVTu9rtZyqG5lXBgrWg", "url": "https://www.linkedin.com/groups/2978996" }, { "name": "IBM Consumer Products", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQGpTpeqhGSBqw/group-logo_image-shrink_200x200/0/1631370581918?e=1647691200&v=beta&t=ChEcIfLTUwkNaOGr063Z53VbgPWHxS7PF9jAxYhkcxI", "url": "https://www.linkedin.com/groups/1931332" }, { "name": "IBM Big Data and Analytics", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQG0YPL9tPgKmg/group-logo_image-shrink_200x200/0/1631356913009?e=1647691200&v=beta&t=0nm9t3_7LIi6DRnTkg0yPbKktt08DQjJ83kprZI9ltg", "url": "https://www.linkedin.com/groups/4014567" } ]
null
null
null
null
null
null
null
null
4,911
aakashchitroda
https://media-exp1.licdn.com/dms/image/C5603AQE0kJoj6H_CLw/profile-displayphoto-shrink_200_200/0/1589237334180?e=1652918400&v=beta&t=SZ4F1QD8NS0HVq0hVsQ4rUxikSflxiQyIw8cSGFsa_0
https://media-exp1.licdn.com/dms/image/C5616AQFb9-dXN6LXoA/profile-displaybackgroundimage-shrink_200_800/0/1585171177768?e=1652918400&v=beta&t=wPBp_NHHZhc_C_mpQ--QgBoXc2fz5Ulof0BrVyz4iAM
aakash
chitroda
aakash chitroda
Software Engineer at Cisco
software engineer cisco | 5g | networking | firmware | rtos | embedded
technology hold stark synonymy continuous learning . high school interest music leading inquisitiveness scientific communication music application device playing loud clear sound click button , developed nascent desire shape career prospect intriguing intricacy hardware software integration rendered human activity simpler smarter dimension . childhood knack dismantling every electronic gadget fix working condition reiterated resolve educational professional pursuit towards engineering field . digital era dawning upon realization greater emphasis practical application science technology , strive complete master ’ degree computer engineering san jose state university , turn , fulfilling vision contribute research undertaken worldwide global value addition knowledge . completed undergraduate study electronics engineering diverse curriculum combining theoretical practical dimension programming structural design . subsequent technical work experience embedded software engineer forbes technosys limited rendered intellect programming expertise c/c++ coding documentation along creation user-friendly gui supporting on-going organizational project . celerity learning hardware software communication , worked numerous tool technology including qt creator , ethernet protocol ( tcp/ip ) serial interface ( rs-232 ) . progressing ahead handling diverse practical environment well-versed experience , secured position software engineer larsen & toubro technology service limited . job profile included task writing device driver c language , coding software creating gui using c++ language apart communicating physical layer . ensured resolution issue accomplishing development end-product followed timely delivery . believe simplifying work , also intense involvement task hand becomes priority . objective bring skill company play integral role growth company , grow facing challenge implementing solution along way . envision shape creative thought resonance strategic knowledge gained academic professional experience .
u
united state america
san jose
california
[ { "company": "Cisco", "company_linkedin_profile_url": "https://www.linkedin.com/company/cisco", "description": "Wireless Engg, 5G", "ends_at": null, "location": "Milpitas, California, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHIcy_n-VigJA/company-logo_100_100/0/1647476063807?e=1655942400&v=beta&t=XBRKXolKBnVbaHVj4I1ylOhqQxKgJu-aH2gxiVG8DPo", "starts_at": { "day": 1, "month": 8, "year": 2020 }, "title": "Software Engineer" }, { "company": "Bluescape Software", "company_linkedin_profile_url": "https://www.linkedin.com/company/bluescaper", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2020 }, "location": "San Carlos, California, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEC4dgs-zTFHQ/company-logo_100_100/0/1595794610471?e=1655942400&v=beta&t=Flg3DxwEKIFORJDVK9FwKEabDhFwZk4R3jAflIZ2Gcw", "starts_at": { "day": 1, "month": 7, "year": 2020 }, "title": "Software Engineer" }, { "company": "San Jose State University", "company_linkedin_profile_url": "https://www.linkedin.com/company/san-jose-state-university", "description": "• Develop communication interface for a system using SIM7000A LTE module\n• Integrate and verify new hardware such as STM32F767Zi and Sensor tile module", "ends_at": { "day": 30, "month": 9, "year": 2019 }, "location": "San Jose, California", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHgk30KnIPwxQ/company-logo_100_100/0/1623424377219?e=1655942400&v=beta&t=Cuc9dTv2RYE2Z08a61rRzyjkANmkf7yycAYd4VZ2mQ8", "starts_at": { "day": 1, "month": 7, "year": 2019 }, "title": "Research Assistant" }, { "company": "L&T Technology Services Limited", "company_linkedin_profile_url": "https://www.linkedin.com/company/l&t-technology-services-limited", "description": "• Led team of 2 developers through complete SW Development Lifecycle for embedded SW simulators and provided hands on training in Qt, ensuring all were capable of performing assigned duties to produce embedded software application\n• Enhanced, validated, and delivered software simulators in C/ C++ to provide optimum system performance and drive pathfinding for products to check entire interface in absence of physical hardware\n• Created a data communication procedure for use between device hardware and GUI application with native software and third-party software", "ends_at": { "day": 31, "month": 7, "year": 2018 }, "location": "Mumbai Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQFFdHnl8nr2KA/company-logo_100_100/0/1580388652067?e=1655942400&v=beta&t=j8cEQLP9nCP3RNeDYdWSKgv0ef83NdT3g_CYTo42IhM", "starts_at": { "day": 1, "month": 8, "year": 2016 }, "title": "Software Engineer" }, { "company": "Forbes Technosys Limited", "company_linkedin_profile_url": "https://www.linkedin.com/company/forbes-technosys-limited", "description": "• Assisted in Embedded Firmware Development to produce embedded software using embedded C \n• Developed serial communication protocol for interfacing multiple devices in C/C++ language to remove platform-based dependency", "ends_at": { "day": 31, "month": 8, "year": 2016 }, "location": "Mumbai Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE0Og5AXGkfAw/company-logo_100_100/0/1561010393185?e=1655942400&v=beta&t=lL9rWOPsVfjI_nNZonb-Xh80A-NBzazAGC0AmGA4S60", "starts_at": { "day": 1, "month": 1, "year": 2015 }, "title": "Embedded Software Engineer" }, { "company": "Pcura Consulting Pvt Ltd.", "company_linkedin_profile_url": null, "description": "• Understanding the technological requirement of the clients and provide cost effective solutions by applying electronics skills.\n• Shortlisted the best vendors based on years of experience, quality of product, financial and delivery terms etc. and provide online\nsupport.", "ends_at": { "day": 31, "month": 1, "year": 2014 }, "location": "Mumbai Area, India", "logo_url": null, "starts_at": { "day": 1, "month": 10, "year": 2012 }, "title": "Strategy Consultant" } ]
[ { "degree_name": "Master of Science - MS", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2020 }, "field_of_study": "Computer Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHgk30KnIPwxQ/company-logo_100_100/0/1623424377219?e=1655942400&v=beta&t=Cuc9dTv2RYE2Z08a61rRzyjkANmkf7yycAYd4VZ2mQ8", "school": "San Jose State University", "school_linkedin_profile_url": "https://www.linkedin.com/school/san-jose-state-university/", "starts_at": { "day": 1, "month": 1, "year": 2019 } }, { "degree_name": "Master's degree", "description": "Completed one semester at CSUF and got transferred to SJSU", "ends_at": { "day": 31, "month": 12, "year": 2018 }, "field_of_study": "Computer Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQE398tW-X4SNQ/company-logo_100_100/0/1610559106244?e=1655942400&v=beta&t=teuLRVshBeEGgiCs5nq9AZ8bkzlJfS1w4xn2jzR55eI", "school": "California State University, Fullerton", "school_linkedin_profile_url": "https://www.linkedin.com/school/california-state-university-fullerton/", "starts_at": { "day": 1, "month": 1, "year": 2018 } }, { "degree_name": "Bachelor of Engineering - BE", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2012 }, "field_of_study": "Electrical and Electronics Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGsu_DimiqUow/company-logo_100_100/0/1519905080435?e=1655942400&v=beta&t=Sa0BWs3A0LPDnGfuYVzrG_FCCa5FECl_GGoNw7tAUe0", "school": "University of Mumbai", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-mumbai/", "starts_at": { "day": 1, "month": 1, "year": 2008 } }, { "degree_name": "Higher Secondary Certificate", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2008 }, "field_of_study": "Physical Sciences", "logo_url": null, "school": "Kirti M Dongursee college", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2006 } } ]
[]
[]
[]
[ { "description": "For achieving 100 percent CSI, exploring more feature in Qt, and delivering the deliverables within allocated time line.", "issued_on": { "day": 1, "month": 4, "year": 2018 }, "issuer": "L&T Technology Services", "title": "Star of the Month" } ]
[]
[ { "name": "Advance Computer Architecture", "number": "CMPE 520" }, { "name": "VLSI Testing and Designability", "number": "CMPE 542" }, { "name": "Advanced Computer Design", "number": "CMPE 240" }, { "name": "Data Structures and Algorithms in C++", "number": "CMPE 180A" }, { "name": "Embedded Software", "number": "CMPE 244" }, { "name": "Embedded Systems Application", "number": "CMPE 243" }, { "name": "Embedded Wireless Architecture", "number": "CMPE 245" }, { "name": "Internet Of Things", "number": "-" }, { "name": "System Software", "number": "CMPE 220" }, { "name": "C Programming", "number": "-" }, { "name": "Communication Network", "number": "-" }, { "name": "Computer Organization", "number": "-" }, { "name": "Embedded Systems and Real Time Programming", "number": "-" }, { "name": "Java Programming", "number": "-" }, { "name": "Microprocessor and Microcontroller - I", "number": "-" }, { "name": "Microprocessor and Microcontroller - II", "number": "-" } ]
[ { "description": "•\tDesigned and Developed 2D and 3D graphics engine using NXP LPC 1769 Micro-controller\n•\tImplemented device driver in C for SPI and interface LCD with the LPC 1769 microcontroller using SPI protocol", "ends_at": { "day": 31, "month": 5, "year": 2019 }, "starts_at": { "day": 1, "month": 2, "year": 2019 }, "title": "2D and 3D Graphics Engine using LPC1769", "url": null }, { "description": "•\tDeveloped an autonomous car using Lidar and Ultrasonic sensor for obstacle detection, GPS-compass for navigation, Bluetooth for android app communication, controlled using five NXP LPC1758 connected over a CAN bus using FreeRTOS \n•\tSupported device driver development in C for GPIO, UART, SPI, I2C, and Interrupts for NXP LPC1758 micro-controller\n•\tImplemented obstacle avoidance and GPS navigation algorithm, developed in C, with LIDAR and Ultrasonic senor\n•\tAchieved code coverage of 100% in unit testing", "ends_at": { "day": 31, "month": 5, "year": 2019 }, "starts_at": { "day": 1, "month": 2, "year": 2019 }, "title": "Self driven RC car", "url": "http://socialledge.com/sjsu/index.php/S19:_Tech_Savy" }, { "description": "• Developed and designed simulator to test main IO cards mounted on Single Board Computer\n• Integrated MySQL into code to retrieve and store testing parameters and created adaptive algorithm to communicate with\nProgrammable Logic Controller and Single Board Computer to make sure if component is faulty or not\n• Successfully diagnosed non-usable card using fault simulator and then repaired", "ends_at": { "day": 30, "month": 4, "year": 2018 }, "starts_at": { "day": 1, "month": 2, "year": 2018 }, "title": "Digital and Analog Card Testing Simulator", "url": null }, { "description": "1. Interfaced digital cards with the system using MODBUS TCP protocol.\n2. Developed generic module (Drivers) for reading and writing to and from digital cards and making them reusable.", "ends_at": { "day": 31, "month": 12, "year": 2017 }, "starts_at": { "day": 1, "month": 11, "year": 2017 }, "title": "Digital Card Communication Module", "url": null }, { "description": "1. Designed and developed console application to establish UDP/ TCP link to communicate periodically with remote system.\n2. Developed software to retrieve information of distance object and store it in a file was achieved.", "ends_at": { "day": 31, "month": 10, "year": 2017 }, "starts_at": { "day": 1, "month": 8, "year": 2017 }, "title": "Remote System Management", "url": null }, { "description": "• Developed and verified tracking algorithm associated with SONAR for distance prediction and target tracking based on tracks generated\n• Proposed and implemented dynamic user experience to display last ten tracks of target, tooltip on every target for user to view target parameters and option to delete or modify existing target\n• Performed destructive testing on software module developed, ensuring actual hardware is safe", "ends_at": { "day": 31, "month": 10, "year": 2017 }, "starts_at": { "day": 1, "month": 5, "year": 2017 }, "title": "SONAR Simulator", "url": null }, { "description": "• Interfaced and developed driver libraries on Raspberry Pi for cheque scanner and receipt printer module\n• Designed and implemented data communication between device and Qt based GUI application\n• Project aimed at reducing human error and improving customer interaction by reducing time for service", "ends_at": { "day": 31, "month": 5, "year": 2016 }, "starts_at": { "day": 1, "month": 10, "year": 2015 }, "title": "Cheque Deposit Kiosk", "url": null }, { "description": "The project involved development of Queue management system to manage queue for many sectors. This application was designed and developed on Qt Creator. This tool is a cross platform C, C++ integrated development environment which is part of the SDK for the Qt GUI Application development framework.\n1. Designed a token based traffic management algorithm for transaction management for real time applications using\nRaspberry Pi as developing board.\n2. Developed Linux static library interface in C++ for linking printer.\n3. Development on Raspberry Pi.", "ends_at": { "day": 31, "month": 1, "year": 2016 }, "starts_at": { "day": 1, "month": 6, "year": 2015 }, "title": "Queue Management System", "url": null } ]
[]
[]
[ { "authority": "Rajesh Patkar Institute of Software Engineering", "display_source": null, "ends_at": null, "license_number": null, "name": "Proficiency in C, C++", "starts_at": null, "url": null } ]
500
[ { "link": "https://in.linkedin.com/in/ravinaik-t-295b03138", "location": "Bengaluru", "name": "Ravinaik T", "summary": "Engineer at L&T Technology Services Limited" }, { "link": "https://in.linkedin.com/in/vineeth-chandran-059a42a0", "location": "Bengaluru", "name": "Vineeth Chandran", "summary": "Engineer at CISCO" }, { "link": "https://in.linkedin.com/in/saumya-sahoo-826996201", "location": "Orissa, India", "name": "Saumya Sahoo", "summary": "Student at Kalinga Institute of Industrial Technology, Bhubaneswar" }, { "link": "https://in.linkedin.com/in/chandrasekar-ramasubramanian-a4122353", "location": "Chennai", "name": "Chandrasekar Ramasubramanian", "summary": "Pre-Sales Executive at L&T Technology Services Limited" }, { "link": "https://in.linkedin.com/in/deepak-bk-5b74b529", "location": "Bengaluru", "name": "Deepak BK", "summary": "Program Manager at L&T Technology Services Limited" }, { "link": "https://in.linkedin.com/in/sridhar-muvvala-25320a57", "location": "Bengaluru", "name": "sridhar muvvala", "summary": "Technical Delivery Manager at L&T Technology Services Limited" }, { "link": "https://in.linkedin.com/in/divyesh-marne-3aa959126", "location": "Mumbai", "name": "Divyesh Marne", "summary": "Engineer at L&T Technology Services Limited" }, { "link": "https://de.linkedin.com/in/asish-mishra-983718108", "location": "Frankfurt", "name": "Asish Mishra", "summary": "Passive Safety & Sensorics Software Integration at Continental Engineering Services" }, { "link": "https://in.linkedin.com/in/himanshu-goyal-0b60b15b", "location": "Bengaluru", "name": "Himanshu Goyal", "summary": "Hardware Engineer at Cisco | NIT-Bhopal" }, { "link": "https://in.linkedin.com/in/ajay-kumar-jain-21143a71", "location": "Allahabad", "name": "Ajay Kumar Jain", "summary": "Vice President O&M at \nPrayagraj Power Generation Company" }, { "link": "https://www.linkedin.com/in/venkata-s-rohit-bontha-24265a126", "location": "San Francisco Bay Area", "name": "Venkata S Rohit Bontha", "summary": "Software Dev QA Engineer 2 - Fortinet | SJSU'21" }, { "link": "https://de.linkedin.com/in/anurag-wats-6a561b50", "location": "Greater Munich Metropolitan Area", "name": "Anurag Wats", "summary": "ER&D Services | Platform & Solutions Sales - IOT & AI | Digital Engineering & Transformation | Product Management | Sustainability | Renewable Energy || Member - LTTS CEO Club (2017 - Present) ||" }, { "link": "https://www.linkedin.com/in/kavyamandaliya", "location": "San Jose, CA", "name": "Kavya Mandaliya", "summary": "Software Engineer at Cisco" }, { "link": "https://in.linkedin.com/in/johnson-jose-8a88bb5", "location": "Bengaluru", "name": "Johnson Jose", "summary": "Director at Google" }, { "link": "https://www.linkedin.com/in/shreya-h-shrinivas-profile", "location": "San Jose, CA", "name": "Shreya H Shrinivas", "summary": "Actively seeking full-time opportunities | Python | AWS | Data Analytics - SQL, Tableau | Data Science - ML /AI | MS in Computer Engineering -Data Science." }, { "link": "https://www.linkedin.com/in/mushukla", "location": "San Francisco Bay Area", "name": "Mukul Shukla", "summary": "There are 10 types of people - the ones who understand binary and the others who don't." }, { "link": "https://www.linkedin.com/in/aakassshah", "location": "San Jose, CA", "name": "Aakash Shah", "summary": "Software Development Engineer at Amazon Web Services (AWS)" }, { "link": "https://www.linkedin.com/in/agupta42", "location": "San Francisco Bay Area", "name": "Aditya Gupta", "summary": "Senior Data Engineer at Walmart Global Tech" } ]
[ "Bhargav Dekivadiya\n \n \n\n\n\n \n \n \n \n \n\n \n Aakash is a great colleague and a friend. He is having very good expertise in C, C++, QT and Embedded Application development. I have worked with him for more than 2 years. His problem solving skills and work ethics are remarkable. He works with result oriented approach and gives his 100%.", "Shubham kumar Mishra\n \n \n\n\n\n \n \n \n \n \n\n \n Aakash was my team member at L&T. He is the person with value and vision. The best thing I observed, he knows how to beautify things. Whether that would be works related to projects or things related to social and professional behaviourism. He is just an Ideal assets for any team. A person like him should to be there in team. All the best for your future and this was my honour to work with you and in future I love to work with you again. It would be great for that organisation where you serve next." ]
[ { "activity_status": "Liked by Aakash Chitroda", "link": "https://www.linkedin.com/signup/cold-join", "title": "Best Employee of the Country Goes to... Narendra Modi 🙏🙏Agree?#hardworker #PMOindia #proudindian #madeinindia" }, { "activity_status": "Liked by Aakash Chitroda", "link": "https://www.linkedin.com/signup/cold-join", "title": "Great nerdy post from my peer Siddharth ChawlaPass by value in C - What happens in Vegas, stays in Vegas" }, { "activity_status": "Liked by Aakash Chitroda", "link": "https://www.linkedin.com/signup/cold-join", "title": "Photo" } ]
[ { "link": "https://in.linkedin.com/in/aakash-chitroda-440307147", "location": "Rajkot", "name": "Aakash Chitroda", "summary": "Student at DARSHAN INSTITUTE OF ENGG. & TECH., RAJKOT-MORBI HIGHWAY, HADALA 054" } ]
[]
[ { "name": "Freshers Jobs Entry Level & Mid Level position For BPO,IT, ITES,Airline,Banking,KPO,LPO,Hospitality-", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQGPq6_j43Bp_A/group-logo_image-shrink_200x200/0/1631426694260?e=1647691200&v=beta&t=tj7EwVnTZdq1kIRwQBg2PpVevzzib8-C1jf5ICsP1yM", "url": "https://www.linkedin.com/groups/3710136" }, { "name": "Embedded Internships", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQEmDVtm9SYgsw/group-logo_image-shrink_200x200/0/1631362287351?e=1647691200&v=beta&t=yU7Ykv0rTOsefCYKPFcvK6zOv9p_e6Rbt2xWsG6HX14", "url": "https://www.linkedin.com/groups/6734935" }, { "name": "Defence IQ", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQGsGwzsfCzeyg/group-logo_image-shrink_92x92/0/1521152121347?e=1647691200&v=beta&t=hQ1fH50-R3Jfk4PMNfnmRRR0LdJ2oVxedhh5Ugb73BU", "url": "https://www.linkedin.com/groups/1878638" }, { "name": "Embedded C++", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQGDqiJmrvtZEQ/group-logo_image-shrink_200x200/0/1631373344144?e=1647691200&v=beta&t=UzhInu1KHGbSmYQh0NN1c78vVfqq0X2Gxahrn0khJOo", "url": "https://www.linkedin.com/groups/2658686" }, { "name": "Power Electronics", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQFc7Hjevzj_KQ/group-logo_image-shrink_200x200/0/1631377837056?e=1647691200&v=beta&t=_ee2-mIDW3qVIQ0OGZut05o_Bk-ItwI_JWnZnCNcBVU", "url": "https://www.linkedin.com/groups/147061" }, { "name": "Qt Professional", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5107AQGep2P_oa3UUg/group-logo_image-shrink_200x200/0/1631420423094?e=1647691200&v=beta&t=QPbrOkvR2pU_iR-kW3GBIscYKf4KuIRoPyrXx43kTls", "url": "https://www.linkedin.com/groups/1973844" }, { "name": "Embedded", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQH7GrWO96kZlg/group-logo_image-shrink_200x200/0/1631420410209?e=1647691200&v=beta&t=ifRhjs74nl3jmaNREhHO08EjmC7xXfAW8HxKx-g60bs", "url": "https://www.linkedin.com/groups/37565" }, { "name": "Qt Project", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHybCazPKozKw/group-logo_image-shrink_200x200/0/1631354466340?e=1647691200&v=beta&t=E7lw-aFGqUfP2ww6oJzs-c5672HeJUtmKmk5UweAcJA", "url": "https://www.linkedin.com/groups/1531497" }, { "name": "RaspberryPi", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5107AQG7Pv62tl5YzQ/group-logo_image-shrink_200x200/0/1631432540048?e=1647691200&v=beta&t=POBZyuLnpGzosibVqC4cwoXvLDLexJJz-0jZemS4LSk", "url": "https://www.linkedin.com/groups/4332461" } ]
null
null
null
null
null
null
null
null
4,916
aakashchotrani
https://media-exp1.licdn.com/dms/image/C5603AQH55khd1YRH3A/profile-displayphoto-shrink_200_200/0/1586806195820?e=1652918400&v=beta&t=gjyca4wvE8X65I1Fcy6rGFh_4yP75Xp82Pyz6N70Yo8
https://media-exp1.licdn.com/dms/image/C5616AQFHrAOwtA4nIg/profile-displaybackgroundimage-shrink_200_800/0/1630476498925?e=1652918400&v=beta&t=1pPa-oB_YQ7_jtF0O3og68bCAlnAbOYJKoKwveoRJNU
aakash
chotrani
aakash chotrani
Member Of Technical Staff at Oracle
member technical staff oci ai service oracle
passionate artificial intelligence machine learning
u
united state america
greater seattle area
null
[ { "company": "Oracle", "company_linkedin_profile_url": "https://www.linkedin.com/company/oracle", "description": "• Worked alongside the research team to integrate data pre-processing techniques for multivariate anomaly detection service for OCI cloud.\n• Built backend based on python flask, setup internal build pipelines, logging, unit tests, and performance/load testing.\n• Communicated with external customers for helping them onboard to the service during the pre-LA phase.\n• Started cross-team wide internal brown-bag sessions to promote knowledge sharing across different workstreams.", "ends_at": null, "location": "Seattle, Washington, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQG1QEQ426NXTw/company-logo_100_100/0/1634297700659?e=1655942400&v=beta&t=K5VWsE2Vp9gQ3NPbaBSqwlqvlUTfp3zTSQiANGIxDFU", "starts_at": { "day": 1, "month": 4, "year": 2020 }, "title": "Member Of Technical Staff" }, { "company": "Anko Retail Incorporated", "company_linkedin_profile_url": "https://www.linkedin.com/company/anko-retail-incorporated", "description": "Created RESTful services using Node backend and improved the Angular UI.\nImproved the tools for internal warehouse workers to identify and track the store and warehouse inventory.\nDeveloped a glossary tool for improving the understanding of the system vocabulary.\nCreated and improved integrations with internal and external systems.\nEnsured the application works on various devices used by our clients.", "ends_at": { "day": 30, "month": 4, "year": 2020 }, "location": "Seattle, Washington, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHfdY1WSB6mdA/company-logo_100_100/0/1539300736260?e=1655942400&v=beta&t=hRBYIBrRcMClOKaF_O9ZUCxC9Ij618i3i-jXgKU5EqQ", "starts_at": { "day": 1, "month": 3, "year": 2020 }, "title": "Full Stack Engineer" }, { "company": "Amazon", "company_linkedin_profile_url": "https://www.linkedin.com/company/amazon", "description": "• Developed core test framework for testing the Lumberyard game engine. Automating regression test cases for making the Lumberyard game engine more robust which improves the end customer experience.\n• Created automated Jenkins jobs for deploying the tools and automating the scheduled test jobs to run during the build. Send failure notifications when the job fails.\n• Improved the framework to easily connect and test on PlayStation, Xbox and Nintendo switch.", "ends_at": { "day": 31, "month": 12, "year": 2019 }, "location": "Greater Seattle Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=1655942400&v=beta&t=AVKhS-aqZ8h_yaf-McQWAc1jIlHiawZrjoadhfnNFOM", "starts_at": { "day": 1, "month": 9, "year": 2019 }, "title": "SDET-2" }, { "company": "Crelate", "company_linkedin_profile_url": "https://www.linkedin.com/company/crelate", "description": "Built semantic search feature for searching candidates based on their job titles and suggested keywords by applying NLP to create a machine learning model trained on 5% of resumes and containing vocabulary of 176K words. Search also supports 22K job title synonyms and 2K skill search with autocomplete feature.\n\nImproved the document import by making it asynchronous by using azure async job queue. The preprocessing and parsing were made async to prevent CPU spiking on the web server.\n\nCreated candidate similarity feature based on resume word vectors to compare similarity between candidates and to recommend top 10 candidates based on selected candidate.\n\nImplemented job description key word extractor by implementing RAKE algorithm. \n\nDesigned LSTM network to improve resume parsing by creating a hybrid approach of using regular expressions and deep learning confidence levels to fetch unstructured data. \n\nMachine learning Demo Link : http://machinelearningtool.azurewebsites.net/", "ends_at": { "day": 31, "month": 7, "year": 2019 }, "location": "Greater Seattle Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQG3CgR0IPwYtA/company-logo_100_100/0/1594845802654?e=1655942400&v=beta&t=rBXKR7i8q-gsi0paxMWhUostieAJHZJonH2OiDTQ1Nc", "starts_at": { "day": 1, "month": 7, "year": 2018 }, "title": "ML Software Developer" }, { "company": "iD Tech Camps", "company_linkedin_profile_url": "https://www.linkedin.com/company/id-tech-camps", "description": "Artificial Intelligence and Machine learning instructor for a class of 9 students.\nExploring machine learning with python.\nAcquiring, Preprocessing and Training models for generating predictions.\nTaught deep learning library Tensorflow to create neural networks.\nImage recognition by using MNIST, CIFAR-10 and CIFAR-100 dataset.\nPerforming sentiment analysis using Naive Bayes theorem.\nUsed OpenAI gym for reinforcement learning.", "ends_at": { "day": 31, "month": 7, "year": 2018 }, "location": "Greater Seattle Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQH5bfXV65IRkA/company-logo_100_100/0/1608332151746?e=1655942400&v=beta&t=2FnHMWcZBfdnOzJfXjOc3NsLhKrtowqcufeOPNSUFc8", "starts_at": { "day": 1, "month": 7, "year": 2018 }, "title": "Machine Learning Instructor" }, { "company": "DigiPen Institute of Technology", "company_linkedin_profile_url": "https://www.linkedin.com/company/digipen-institute-of-technology", "description": "Researched and Implemented networked face recognition system.\nCreated course recommendation system for the institute.\nPerformed testing on C++ Machine learning library and wrote documentation.\nWorked on feature engineering and built machine learning models for predicting future lap time for Indy car racing company Andretti autosports.\nWorked on reinforcement learning platform by using Tensorflow and deep Q learning.", "ends_at": { "day": 31, "month": 7, "year": 2018 }, "location": "Redmond, Washington", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQF3XCAeTsiVCw/company-logo_100_100/0/1536857179005?e=1655942400&v=beta&t=QQNPcPHsNZQZIni-k1GxOzkLRTsGhfE23mSsZJYS9Rg", "starts_at": { "day": 1, "month": 6, "year": 2017 }, "title": "Machine Learning Intern" }, { "company": "DigiPen Institute of Technology", "company_linkedin_profile_url": "https://www.linkedin.com/company/digipen-institute-of-technology", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2017 }, "location": "Redmond, Washington", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQF3XCAeTsiVCw/company-logo_100_100/0/1536857179005?e=1655942400&v=beta&t=QQNPcPHsNZQZIni-k1GxOzkLRTsGhfE23mSsZJYS9Rg", "starts_at": { "day": 1, "month": 5, "year": 2017 }, "title": "Teaching Assistant MAT250" }, { "company": "DigiPen Institute of Technology", "company_linkedin_profile_url": "https://www.linkedin.com/company/digipen-institute-of-technology", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2017 }, "location": "Redmond, Washington", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQF3XCAeTsiVCw/company-logo_100_100/0/1536857179005?e=1655942400&v=beta&t=QQNPcPHsNZQZIni-k1GxOzkLRTsGhfE23mSsZJYS9Rg", "starts_at": { "day": 1, "month": 5, "year": 2017 }, "title": "Teaching Assistant MAT256" }, { "company": "DigiPen Institute of Technology", "company_linkedin_profile_url": "https://www.linkedin.com/company/digipen-institute-of-technology", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2017 }, "location": "Redmond,Washington", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQF3XCAeTsiVCw/company-logo_100_100/0/1536857179005?e=1655942400&v=beta&t=QQNPcPHsNZQZIni-k1GxOzkLRTsGhfE23mSsZJYS9Rg", "starts_at": { "day": 1, "month": 5, "year": 2017 }, "title": "Teaching Assistant MAT258" } ]
[ { "degree_name": "Master's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2018 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQF3XCAeTsiVCw/company-logo_100_100/0/1536857179005?e=1655942400&v=beta&t=QQNPcPHsNZQZIni-k1GxOzkLRTsGhfE23mSsZJYS9Rg", "school": "DigiPen Institute of Technology", "school_linkedin_profile_url": "https://www.linkedin.com/school/digipen-institute-of-technology/", "starts_at": { "day": 1, "month": 1, "year": 2016 } }, { "degree_name": "Bachelor's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2016 }, "field_of_study": "Information Technology", "logo_url": null, "school": "ldrp", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2012 } } ]
[ "English", "Hindi", "Gujarati", "Sindhi", "Spanish", "Korean" ]
[]
[]
[]
[]
[ { "name": "Information Technology", "number": "-" }, { "name": "Master's in computer science", "number": "-" } ]
[ { "description": "Launched a tech blogging website to share knowledge with other aspiring software developers. \nBlogs covering basic concepts in computer science across System Design, Databases, Algorithms, Machine Learning, Competitive programming, etc. are posted on this website.\n\nIf you like the blogs please don't forget to subscribe and share with other people.", "ends_at": null, "starts_at": { "day": 1, "month": 6, "year": 2019 }, "title": "Passionate Star", "url": "http://www.passionatestar.com" } ]
[]
[ { "cause": "Science and Technology", "company": "Casual Connect USA", "company_linkedin_profile_url": null, "description": null, "ends_at": null, "logo_url": null, "starts_at": { "day": 1, "month": 8, "year": 2017 }, "title": "Session Hall Volunteer" }, { "cause": "Science and Technology", "company": "DigiPen Institute of Technology", "company_linkedin_profile_url": "https://www.linkedin.com/company/digipen-institute-of-technology", "description": null, "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQF3XCAeTsiVCw/company-logo_100_100/0/1536857179005?e=1655942400&v=beta&t=QQNPcPHsNZQZIni-k1GxOzkLRTsGhfE23mSsZJYS9Rg", "starts_at": { "day": 1, "month": 9, "year": 2018 }, "title": "Alumni Ambassador" } ]
[ { "authority": "Microsoft", "display_source": "www.credly.com", "ends_at": null, "license_number": "H815-1512", "name": "Microsoft Certified Azure AI Engineer Associate", "starts_at": { "day": 1, "month": 3, "year": 2021 }, "url": "https://www.credly.com/badges/0216b7d6-9d82-4808-b935-a4deaad36d9d" }, { "authority": "Microsoft", "display_source": "www.youracclaim.com", "ends_at": null, "license_number": null, "name": "Microsoft Certified: Azure AI Fundamentals", "starts_at": { "day": 1, "month": 12, "year": 2020 }, "url": "https://www.youracclaim.com/badges/14762fb0-9b2e-45c6-a77a-4a21c9873bdd?source=linked_in_profile" }, { "authority": "Microsoft", "display_source": "www.youracclaim.com", "ends_at": null, "license_number": null, "name": "Microsoft Certified: Azure Fundamentals", "starts_at": { "day": 1, "month": 12, "year": 2020 }, "url": "https://www.youracclaim.com/badges/6633cc6c-800b-4ee0-ab02-3bd0cc9922cf?source=linked_in_profile" }, { "authority": "World Education Services", "display_source": "www.youracclaim.com", "ends_at": null, "license_number": "b7380599-1046-4a58-924d-42a4712946fb", "name": "International Academic Evaluation", "starts_at": { "day": 1, "month": 10, "year": 2020 }, "url": "https://www.youracclaim.com/badges/b7380599-1046-4a58-924d-42a4712946fb" }, { "authority": "Lynda.com", "display_source": "www.lynda.com", "ends_at": null, "license_number": null, "name": "Software Testing: Tools", "starts_at": { "day": 1, "month": 9, "year": 2019 }, "url": "http://www.lynda.com/Developer-tutorials/Software-Testing-Tools/5028635-2.html" }, { "authority": "CodeSignal", "display_source": "app.codesignal.com", "ends_at": null, "license_number": null, "name": "CodeSignal Coding Test", "starts_at": { "day": 1, "month": 2, "year": 2019 }, "url": "https://app.codesignal.com/coding-report/bvXbh4vrs85frMyDc-qAQhyfB5XeoKoqncmZXiiYWh" }, { "authority": "MAAC", "display_source": null, "ends_at": null, "license_number": "CTR0512", "name": "Career Program in Game Art and Design,Integration", "starts_at": { "day": 1, "month": 7, "year": 2014 }, "url": null }, { "authority": "Adobe", "display_source": "verify.certiport.com", "ends_at": null, "license_number": "8E4L-uGGA", "name": "Adobe Certified Associate Visual Communication using Adobe Photoshop CS6", "starts_at": { "day": 1, "month": 12, "year": 2013 }, "url": "http://verify.certiport.com" }, { "authority": "TestDome", "display_source": "www.testdome.com", "ends_at": { "day": 31, "month": 12, "year": 2022 }, "license_number": "7ec4583f93d64ae483a88e758f89e15e", "name": "Python", "starts_at": { "day": 1, "month": 12, "year": 2019 }, "url": "https://www.testdome.com/cert/7ec4583f93d64ae483a88e758f89e15e" }, { "authority": "Oracle", "display_source": "www.youracclaim.com", "ends_at": { "day": 30, "month": 11, "year": 2021 }, "license_number": null, "name": "Oracle Cloud Infrastructure Foundations 2020 Certified Associate", "starts_at": { "day": 1, "month": 5, "year": 2020 }, "url": "https://www.youracclaim.com/badges/1d6c8151-1608-46ad-b2eb-43fa557f80fc/linked_in_profile" }, { "authority": "Red Cross Blood Services", "display_source": "classes.redcross.org", "ends_at": { "day": 31, "month": 5, "year": 2020 }, "license_number": "12FT0K", "name": "American Red Cross Adult and Pediatric First Aid/CPR/AED", "starts_at": { "day": 1, "month": 5, "year": 2018 }, "url": "https://classes.redcross.org/Saba/Web/Main/goto/FullCertificate?t=12FT0K" }, { "authority": "Unity Technologies", "display_source": "certification.unity.com", "ends_at": { "day": 30, "month": 6, "year": 2018 }, "license_number": "2016124-17C617", "name": "Unity Certified Developer", "starts_at": { "day": 1, "month": 6, "year": 2016 }, "url": "http://certification.unity.com" } ]
500
[ { "link": "https://www.linkedin.com/in/dieterbohn", "location": "San Francisco Bay Area", "name": "Dieter Bohn", "summary": "Executive Editor, The Verge" }, { "link": "https://www.linkedin.com/in/geneflorin", "location": "Austin, TX", "name": "Gene Florintsev", "summary": "Sr. Principal Engineer, AI Services at Oracle Cloud" }, { "link": "https://www.linkedin.com/in/jevin-jiang", "location": "United States", "name": "Jevin Jiang", "summary": "Software Engineer at Google" }, { "link": "https://in.linkedin.com/in/haribhaskar", "location": "Bengaluru", "name": "Dr Hari Bhaskar", "summary": "A passionate AI enthusiast & researcher building game changing AI/ML platform. Want to talk AI, just give a buzz!" }, { "link": "https://www.linkedin.com/in/nick-singh-tech", "location": "San Francisco Bay Area", "name": "Nick Singh 📕", "summary": "Ex-FB & Google • Author: Ace the Data Science Interview • 81k folks read my daily career tips!" }, { "link": "https://in.linkedin.com/in/sameerhussain7", "location": "Hyderabad", "name": "Sameer Hussain", "summary": "Software Engineer" }, { "link": "https://www.linkedin.com/in/aayush-nitin-shah", "location": "San Francisco Bay Area", "name": "Aayush Nitin Shah", "summary": "Software Engineer @ Doordash | Ex-Yahoo | Ex-OCI" }, { "link": "https://www.linkedin.com/in/sanathb", "location": "Athens, GA", "name": "Sanath Bhat", "summary": "Software Developer 2 - OCI AI Services" }, { "link": "https://www.linkedin.com/in/srinivas-anirudh-10974a49", "location": "Seattle, WA", "name": "Srinivas Anirudh", "summary": "Software Engineer at Oracle" }, { "link": "https://www.linkedin.com/in/ashok-nagarajan", "location": "Hillsboro, OR", "name": "Ashok Nagarajan", "summary": "Principal Member Of Technical Staff at Oracle" }, { "link": "https://www.linkedin.com/in/shantanuspschauhan", "location": "Bellevue, WA", "name": "Shantanu Chauhan MSc, BTech", "summary": "Software Engineer at Visual Concepts | Graduated from DigiPen Institute of Technology with a Masters in CS" }, { "link": "https://www.linkedin.com/in/dhrumilshukla258", "location": "Redmond, WA", "name": "Dhrumil Shukla", "summary": "Software Engineer at Visual Concepts" }, { "link": "https://www.linkedin.com/in/deepakviswanath", "location": "Seattle, WA", "name": "Deepak Viswanath", "summary": "Consulting Member Of Technical Staff at Oracle" }, { "link": "https://www.linkedin.com/in/jigar-mody-78b2733", "location": "Bellevue, WA", "name": "Jigar Mody", "summary": "VP of AI Services at Oracle" }, { "link": "https://www.linkedin.com/in/sriram-ananthakrishnan", "location": "Atlanta, GA", "name": "Sriram Ananthakrishnan", "summary": "Software Engineer 2 at Oracle" }, { "link": "https://www.linkedin.com/in/abhishek-arya93", "location": "Seattle, WA", "name": "Abhishek Arya", "summary": "Senior Member of Technical staff (IC3) @ ORACLE (OCI)" }, { "link": "https://www.linkedin.com/in/quan-yang-26ab26104", "location": "Stanford, CA", "name": "Quan Yang", "summary": "Software Developer at Oracle" }, { "link": "https://www.linkedin.com/in/meghana-ponnuru", "location": "Seattle, WA", "name": "MEGHANA PONNURU", "summary": "Software Developer at Oracle OCI" }, { "link": "https://www.linkedin.com/in/xinchen1207", "location": "New York City Metropolitan Area", "name": "Xin Chen", "summary": "Software Engineer at BlackRock" }, { "link": "https://www.linkedin.com/in/huyilong", "location": "San Francisco Bay Area", "name": "Yilong Hu", "summary": "Senior Software Engineer at Oracle" } ]
[ "Aaron Elder\n \n \n\n\n\n \n \n \n \n \n\n \n Aakash has a sharp mind and a passion for ML. He is hardworking, caring and always learning. During his time with us, Aakash researched several aspects of applying NLP to resume and talent management related problem sets.", "Wilson Attebery\n \n \n\n\n\n \n \n \n \n \n\n \n Before working with Aakash all I knew about machine learning was what you saw in movies. He is able to explain complicated concepts in a clear and straightforward manner that helped me to understand what he was working on and just how powerful the new tool was going to be. In addition to his ability to work across teams, he has a strong drive to get things done and to better understand the why of a problem, not just the how to fix it." ]
[ { "activity_status": "Liked by Aakash Chotrani", "link": "https://www.linkedin.com/signup/cold-join", "title": "great to be part of this. #ociai, #oci #oracle #ai" }, { "activity_status": "Liked by Aakash Chotrani", "link": "https://www.linkedin.com/signup/cold-join", "title": "Feliz Cumpleaños to our favourite Mexican!!! 🎉🇲🇽 #HappyBirthday" }, { "activity_status": "Liked by Aakash Chotrani", "link": "https://www.linkedin.com/signup/cold-join", "title": "There was no turbulence for Heathrow when transitioning to our #cloud for its #HR and #finance needs. https://lnkd.in/gV4igaSg" } ]
[]
[]
[ { "name": "Seattle Tech Hub", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQGv0Vh8hMrwaQ/group-logo_image-shrink_92x92/0/1631001064396?e=1647691200&v=beta&t=up6gxeu5NvWUK2GU8ZTPUCCS3MGQB8Eg7bDFyoxT_J0", "url": "https://www.linkedin.com/groups/12155969" }, { "name": "DigiPen Alumni (North America)", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQEXjFvZpf1pWQ/group-logo_image-shrink_92x92/0/1634077517295?e=1647691200&v=beta&t=wBncsqzK6wQp5IR_6hwGrTbyTNM1DTzgwa_a6Wu5PpM", "url": "https://www.linkedin.com/groups/56153" }, { "name": "Monetization Strategies for Artificial Intelligence (AI) Experts", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHKXH9fnuRs-A/group-logo_image-shrink_200x200/0/1631366499401?e=1647691200&v=beta&t=hHaHcwKuVM-pojtlpbsc6ni4IfLN8u-HQcqAMN_JApE", "url": "https://www.linkedin.com/groups/13562700" }, { "name": "LDRP-ITR Alumni", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFPgnYOdsqEfw/group-logo_image-shrink_92x92/0/1631003383585?e=1647691200&v=beta&t=-wl98SxUDjb1KYMJScnySKDebiirUtYrQLTVo33Iu2M", "url": "https://www.linkedin.com/groups/13874289" }, { "name": "FoggyKitchen Cloud Community ☁️👨🏻‍💻", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQEEtaQwDKf2Pw/group-logo_image-shrink_92x92/0/1630998075329?e=1647691200&v=beta&t=o4ou41yhr-pbaXFsTXqVODYONEnaTiFhBCgzYhBA47o", "url": "https://www.linkedin.com/groups/12380160" } ]
null
null
null
null
null
null
null
null
4,917
aakashdshah
https://media-exp1.licdn.com/dms/image/C5603AQE56ntwX7edIg/profile-displayphoto-shrink_200_200/0/1606831330984?e=1652918400&v=beta&t=41eB1xcZSh1c9aU1OhWdDKU5tcbBStdPNIzVaisfrsI
https://media-exp1.licdn.com/dms/image/C5116AQE8xtSepKXb_A/profile-displaybackgroundimage-shrink_200_800/0/1581917932870?e=1652918400&v=beta&t=eGdbufVTbEQMW3J6UZtgH7-qBkb7rhasNJs13fbvBks
aakash
shah
aakash shah
Software Development Engineer at Amazon Web Services (AWS)
sde @ aws | c grad @ northeastern university
design . code . build . fly . engineer . computer science graduate student khoury college computer science , seeking entry-level software development .
u
united state america
seattle
washington
[ { "company": "Amazon Web Services (AWS)", "company_linkedin_profile_url": "https://www.linkedin.com/company/amazon-web-services", "description": null, "ends_at": null, "location": "Seattle, Washington, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE_4UwvNNtNTQ/company-logo_100_100/0/1640205885683?e=1655942400&v=beta&t=xyvmImbew0YxoHzTtEg1MFLzbAGhEaykLsR0eSlz_MU", "starts_at": { "day": 1, "month": 9, "year": 2021 }, "title": "Software Development Engineer" }, { "company": "Khoury College of Computer Sciences", "company_linkedin_profile_url": "https://www.linkedin.com/company/khoury-college", "description": "Assisted Professor Ian Gorton to teach CS6650 Building Scalable Distributed Systems", "ends_at": { "day": 30, "month": 6, "year": 2021 }, "location": "Boston, Massachusetts, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFpTtdRlfpm8A/company-logo_100_100/0/1605725487605?e=1655942400&v=beta&t=blT_sK7ays7n44mh5ZgBaMw5070kC6qM6328_eT_ZDU", "starts_at": { "day": 1, "month": 5, "year": 2021 }, "title": "Teaching Assistant" }, { "company": "PhAST", "company_linkedin_profile_url": "https://www.linkedin.com/company/phast", "description": "• Built an AWS DynamoDB database and developed AWS Lambdas to support CRUD operations using REST APIs\n• Optimized performance by reducing latency by half, and at the same time doubling the throughput and reducing cloud\nprocessing cost by 25% by identifying bottlenecks and reducing the size of the deployment package by 20%\n• Constructed data acquisition pipeline by implementing cron jobs that upload data daily recorded by microscopes,\ndisplaying results and statistics by processing data using machine learning models in the cloud on the web app\n• Prevented fatal, silent recording failures by implementing blocking warnings, non-blocking indicators in the research GUI\n• Implemented semaphores locking-unlocking system to handle deadlock between asynchronous operations in the GUI.\n• Ensured comfortable experience of database viewing by interpreting browsing flow and making the quality of life changes", "ends_at": { "day": 31, "month": 12, "year": 2020 }, "location": "Boston, Massachusetts, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQH-wqPTSLO-0w/company-logo_100_100/0/1519902236957?e=1655942400&v=beta&t=RtfvrNTraeIVhIQME-xOzR2ME9X9kV43PhYqom32SxU", "starts_at": { "day": 1, "month": 5, "year": 2020 }, "title": "Software Engineer Coop" }, { "company": "Unicode", "company_linkedin_profile_url": "https://www.linkedin.com/company/djunicode", "description": null, "ends_at": { "day": 30, "month": 4, "year": 2019 }, "location": "India", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQFfbWyDcRmlEQ/company-logo_100_100/0/1537031927700?e=1655942400&v=beta&t=JwfspyPtnrRYC3T-AfHMcRgPwx1sRgCkjLsueRyPNEY", "starts_at": { "day": 1, "month": 10, "year": 2017 }, "title": "Student Mentor" } ]
[ { "degree_name": "Master's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2021 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGwTPCvlTQlvw/company-logo_100_100/0/1597690746891?e=1655942400&v=beta&t=jmUiUcOXCU0bADKVWx19mhaN2u38Tqthfncxz9h5c2U", "school": "Northeastern University", "school_linkedin_profile_url": "https://www.linkedin.com/school/northeastern-university/", "starts_at": { "day": 1, "month": 1, "year": 2019 } }, { "degree_name": "Bachelor's of Computer engineering ", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2019 }, "field_of_study": "Bachelor's in Computer engineering ", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFGotxgeKEeeA/company-logo_100_100/0/1595862854792?e=1655942400&v=beta&t=TKr3k5gTD0ZAPVTSFh3oSWQUQ90qK_isWggPmvNrB4Y", "school": "D J Sanghvi College of Engineering", "school_linkedin_profile_url": "https://www.linkedin.com/school/djsce/", "starts_at": { "day": 1, "month": 1, "year": 2015 } } ]
[]
[]
[]
[]
[]
[ { "name": "Algorithms", "number": "CS 5800" }, { "name": "Building Scalable Distributed Systems", "number": "CS6500" }, { "name": "Foundations of Software Engineering", "number": "CS5500" }, { "name": "Information Retrieval", "number": "CS 6200" }, { "name": "Large scale parallel distributed systems", "number": "CS 6240" }, { "name": "Natural Language Processing", "number": "CS 6120" }, { "name": "Program Design Paradigm", "number": "CS 5100" } ]
[ { "description": "Built a configurable multithreaded client to simulate 1 million concurrent purchase requests being sent to the server.\nBuilt a tomcat server using Servlets that would accept purchase information made by the client and temporarily saved purchase information in a durable persistent RabbitMQ queue that could survive server failures.\nProcessed purchase information from RabbitMQ and stored the information to DynamoDB.\nAchieved a throughput of 5619 requests/second with a load balance server with 4 t2-micro Ec2 instances.", "ends_at": { "day": 31, "month": 5, "year": 2021 }, "starts_at": { "day": 1, "month": 1, "year": 2021 }, "title": "Shopping datastore", "url": "https://github.com/akksshah/building-scalable-distributed-systems" }, { "description": "Built a React-based web application using TypeScript where users can engage with other members in the virtual town.\nDeveloped the ability to create private and public towns with a maximum member capacity of 50 per town.\nImplemented the ability to chat or converse through video conferencing using the Twilio API", "ends_at": { "day": 30, "month": 4, "year": 2021 }, "starts_at": { "day": 1, "month": 1, "year": 2021 }, "title": "Covey Town", "url": "https://github.com/akksshah/covey.town" }, { "description": "Set up HBase as an index to store flight plans as an index for quick lookups. \nSet up a map-reduce framework that would develop flight plans using Equi-joins implementation which would scan the HBase for suitable flight plans that would make it possible to develop flight plans with 2 intermediate stops.\nCompared performance with Reduce-Side join implementation and determined that HBase provided faster throughput", "ends_at": { "day": 31, "month": 12, "year": 2020 }, "starts_at": { "day": 1, "month": 10, "year": 2020 }, "title": "Airline Trip Manager", "url": null }, { "description": "Designed and developed an image processing desktop-based photo editor application in java.\nImplemented various image processing filtering techniques like blurring, sharpening, dithering, tiling, grey scaling, dithering, sepia filters.\nApplication built with strict adherence to SOLID design principles and MVC design pattern.", "ends_at": { "day": 31, "month": 12, "year": 2019 }, "starts_at": { "day": 1, "month": 11, "year": 2019 }, "title": "Image Processing Photo Library", "url": null }, { "description": "Aimed to minimize the use of a keyboard and develop a gesture-based system, using a device’s camera.\nAccomplished the task of recognizing gestures and numerical input using the OpenCV library to track a specified colored object.\nCreated a CNN model to train and test the model for the classification of numbers using the MNIST dataset.\nThe developed product was successful in providing the various functionalities of a calculator with added support for a few types of equations.", "ends_at": { "day": 30, "month": 4, "year": 2019 }, "starts_at": { "day": 1, "month": 8, "year": 2018 }, "title": "Computation of Mathematical Equations using Gestures", "url": "https://github.com/akksshah/Computing-mathematical-eqautions-using-visual-input" }, { "description": "Implemented an Extract transform Load (ETL) tool to churn data for Business Analytics using java. \nConstructed dashboards using java server pages to display outputs for different business rules.\nGathered data from different sources and standardized the data to a particular data storage format.\nImplemented Linear regression and K means Machine Learning algorithms to gather interesting insights about the data.", "ends_at": { "day": 31, "month": 1, "year": 2019 }, "starts_at": { "day": 1, "month": 1, "year": 2019 }, "title": "Data Warehouse ETL tool", "url": null }, { "description": "Implemented a python script to develop different models for classifying malicious and benign websites.\nEvaluated the performance of models using measures such as precision, recall, and f1score.\nThe best performing model achieved 95% accuracy with a 0.79 f1 score.", "ends_at": { "day": 31, "month": 10, "year": 2018 }, "starts_at": { "day": 1, "month": 9, "year": 2018 }, "title": "Website Threat Detection", "url": null }, { "description": "Created an end-to-end online store for selling books using bootstrap, Ajax, and php7. \nItems are fetched dynamically from the server using PHP7 and ajax.\nCreated intuitive and interactive UI which is very easy to navigate and use.", "ends_at": { "day": 30, "month": 11, "year": 2017 }, "starts_at": { "day": 1, "month": 10, "year": 2017 }, "title": "Online Book Store - Let's Read", "url": "https://github.com/akksshah/online-Book-Store" }, { "description": "Built an Entity Relationship model for a bus reservation system to handle records of customers, bus routes, Tickets issuance. Built a robust database system to effectively manage data store and provide for best route and bus options based on multiple factors like distance, number of stops between source and destination and offers available on a particular route. The project was implemented using MySQL", "ends_at": { "day": 30, "month": 4, "year": 2017 }, "starts_at": { "day": 1, "month": 1, "year": 2017 }, "title": "Database for a Bus Reservation System", "url": null } ]
[]
[]
[ { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "NLP with Python for Machine Learning Essential Training", "starts_at": { "day": 1, "month": 2, "year": 2020 }, "url": "http://www.linkedin.com/learning/nlp-with-python-for-machine-learning-essential-training" }, { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "React.js Essential Training", "starts_at": { "day": 1, "month": 2, "year": 2020 }, "url": "http://www.linkedin.com/learning/react-js-essential-training-3" }, { "authority": "Microsoft", "display_source": "www.youracclaim.com", "ends_at": null, "license_number": null, "name": "MTA: HTML5 Application Development Fundamentals - Certified 2017", "starts_at": { "day": 1, "month": 8, "year": 2017 }, "url": "https://www.youracclaim.com/badges/642d5a65-d1c6-4157-be11-2905a0e59ad7" } ]
500
[ { "link": "https://www.linkedin.com/in/aasthahurkat", "location": "Seattle, WA", "name": "Aastha Hurkat", "summary": "Software Development Engineer at Amazon Web Services (AWS)" }, { "link": "https://www.linkedin.com/in/christinadunbar06", "location": "Greater Seattle Area", "name": "Christina Dunbar", "summary": "UX Research Manager at AWS, Commerce Platform and Security" }, { "link": "https://www.linkedin.com/in/shreya-desai12", "location": "New York, NY", "name": "Shreya Desai", "summary": "Computer Science Graduate Student at New York University" }, { "link": "https://www.linkedin.com/in/ashwinkatale", "location": "Charlotte, NC", "name": "Ashwin Katale", "summary": "Seeking full-time SDE roles | Computer Science graduate student at University of North Carolina at Charlotte | Former Software Engineer at Larsen & Toubro Infotech" }, { "link": "https://www.linkedin.com/in/guneet-kaur-2109", "location": "Boston, MA", "name": "Guneet Kaur", "summary": "Software Development Engineer at Amazon Web Services (AWS)" }, { "link": "https://www.linkedin.com/in/owencorso", "location": "New York, NY", "name": "Owen Corso", "summary": "Product Manager at Amazon Web Services" }, { "link": "https://www.linkedin.com/in/reynaldo-culp-66917465", "location": "Tampa, FL", "name": "Reynaldo Culp", "summary": "Software Developer at Halfaker and Associates, LLC" }, { "link": "https://www.linkedin.com/in/rohit-jadhav24", "location": "Boston, MA", "name": "Rohit Jadhav", "summary": "Graduate Student at Northeastern University | Engineering Management | Looking for Summer 2022 Co ops in Manufacturing and Product Management: Development" }, { "link": "https://www.linkedin.com/in/trenadhingra", "location": "Boston, MA", "name": "Trena Dhingra", "summary": "Software Engineer | IC2 at Oracle" }, { "link": "https://www.linkedin.com/in/jenniferpearce", "location": "Washington DC-Baltimore Area", "name": "Jennifer Pearce, CDR,CMVR,CSSR", "summary": "Sr Tech Recruiter at Amazon Web Services-Intelligence Community & National Advocate & Speaker Against Drowsy Driving" }, { "link": "https://www.linkedin.com/in/eric-zhang-33a2863a", "location": "Greater Seattle Area", "name": "Eric Zhang", "summary": "Product Manager at Meta, Ex-Amazon" }, { "link": "https://www.linkedin.com/in/dsingh", "location": "Seattle, WA", "name": "Deepak Singh", "summary": "Vice President at Amazon Web Services" }, { "link": "https://www.linkedin.com/in/safal-dawankar", "location": "Los Angeles, CA", "name": "Safal Dawankar", "summary": "MS in Computer Science @ USC 23 | Actively Seeking Summer'22 Internships" }, { "link": "https://www.linkedin.com/in/shiwangi-singh-almryde-92537aa2", "location": "Chicago, IL", "name": "Shiwangi Singh-Almryde", "summary": "Machine Learning Engineer | NLP Data Scientist" }, { "link": "https://cm.linkedin.com/in/nkongyum-prosper-akwo-b10763155", "location": "Cameroon", "name": "Nkongyum Prosper Akwo", "summary": "Big Data Engineer at Orange" }, { "link": "https://www.linkedin.com/in/shannon-mccormack-b316a75", "location": "Greater Seattle Area", "name": "Shannon McCormack", "summary": "Director of International Tax, Amazon Web Services" }, { "link": "https://www.linkedin.com/in/rabiajbaig", "location": "Austin, TX", "name": "Rabia J. Baig", "summary": "Sourcing Recruiter at Amazon Web Services" }, { "link": "https://www.linkedin.com/in/charliecraine", "location": "Greater Cleveland", "name": "Charlie Craine", "summary": "Startups @ Amazon Web Services | Kaggle Grandmaster | Data Scientist | AI Ethicist" }, { "link": "https://www.linkedin.com/in/sai-kheerthana-meda", "location": "Bellevue, WA", "name": "Sai Kheerthana Meda", "summary": "Software Development Engineer at Amazon" } ]
[]
[ { "activity_status": "Liked by Aakash Shah", "link": "https://www.linkedin.com/signup/cold-join", "title": "For the past two months, I have been a part of the Coding4All initiative (https://lnkd.in/eBdXFxdJ), where I have spent two hours on weekends…" }, { "activity_status": "Liked by Aakash Shah", "link": "https://www.linkedin.com/signup/cold-join", "title": "You know the bug is serious when you have to stop the background music to focus 😬" }, { "activity_status": "Liked by Aakash Shah", "link": "https://www.linkedin.com/signup/cold-join", "title": "I have 2 interviews tomorrow. IBM & Adobe. 🎉🎉 I’m so excited to have this opportunity. Wish me luck🤞🏻🍀#softwareengineering #interview" } ]
[ { "link": "https://in.linkedin.com/in/aakash-shah-3b681768", "location": "Ahmedabad", "name": "Aakash Shah", "summary": "GENERAL MERCHANT & COMMISSION AGENT at AADINATH ENTERPRISE" }, { "link": "https://www.linkedin.com/in/aakash-shah-b1850523", "location": "Leawood, KS", "name": "Aakash Shah", "summary": "Orthopaedic Surgeon at Menorah Medical Center -Kansas City Joint Replacement and Sports Medicine Center" }, { "link": "https://in.linkedin.com/in/aakash-shah-89537225", "location": "Mumbai", "name": "Aakash Shah", "summary": "Director at APD Foods India Pvt Ltd" }, { "link": "https://www.linkedin.com/in/aakash-shah-561796100", "location": "Cambridge, MA", "name": "Aakash Shah", "summary": "Advocate & Organizer at Generation Citizen" }, { "link": "https://ca.linkedin.com/in/aakash-shah-74564749", "location": "Vancouver, BC", "name": "Aakash Shah", "summary": "Audit Senior Accountant at KPMG Canada" } ]
[]
[ { "name": "Northeastern University Khoury College of Computer Sciences", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQGx5yjLpXH5rw/group-logo_image-shrink_92x92/0/1631003757494?e=1647691200&v=beta&t=8Hsq35lZacYnGX_PdOIub6sPRfzsEAROJNoYOv_gh_U", "url": "https://www.linkedin.com/groups/1943637" }, { "name": "Global Software Development Collaboration", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFCGuJMwV4-Vg/group-logo_image-shrink_200x200/0/1631374620969?e=1647691200&v=beta&t=psJXhzwdBPzj9fk0Wac9VSPCdbyQJcj7kmp0cwGzoOg", "url": "https://www.linkedin.com/groups/1803698" }, { "name": "GeeksforGeeks", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFxnLrTEhTIxg/group-logo_image-shrink_92x92/0/1641298759039?e=1647691200&v=beta&t=mlOGNxZVybS7Z05hM0MqcJxBS8t0bghN9Wu4YXH9gWo", "url": "https://www.linkedin.com/groups/3990929" }, { "name": "Northeastern University Graduate Student", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFB6oXhmC7FMQ/group-logo_image-shrink_200x200/0/1631365644734?e=1647691200&v=beta&t=zp264myHUPiuXsKVOqQC3MYGkLluul-TSsMCa4JR0Dk", "url": "https://www.linkedin.com/groups/70291" }, { "name": "Northeastern University College of Engineering", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFoGYvmn1HWQQ/group-logo_image-shrink_200x200/0/1631357348542?e=1647691200&v=beta&t=gnkln3r2gvqQt6fiOpev8o4Gl8aAWcbmX6l5Z7JdTeQ", "url": "https://www.linkedin.com/groups/2150005" }, { "name": "DataScienceGO - Professional Network", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQE58MRFMQkxFA/group-logo_image-shrink_200x200/0/1631372213451?e=1647691200&v=beta&t=6XzncRoLtNoKDrc82S7yVU9_WKPDqo4LL-BjR6ij4NQ", "url": "https://www.linkedin.com/groups/12068206" }, { "name": "Artificial Intelligence | Deep Learning | Machine Learning", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFUGHP4Rby2yQ/group-logo_image-shrink_92x92/0/1631005432563?e=1647691200&v=beta&t=eurnQbJ8qgtZ-Ajgpd5F1XJKgj2wDcwxG45dxdyUvjk", "url": "https://www.linkedin.com/groups/45655" }, { "name": "NetGrowth", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQEZpKTWSKh-jg/group-logo_image-shrink_92x92/0/1631001814155?e=1647691200&v=beta&t=Mug8E56eUoCyI6WLm8vX0RjdUmdqgJgih3YRpE9GAwg", "url": "https://www.linkedin.com/groups/8966612" }, { "name": "Amazon Web Services (AWS) Learning Group - LinkedIn Learning", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFLIuNDwFfVSg/group-logo_image-shrink_92x92/0/1630998321065?e=1647691200&v=beta&t=XCLuUaOHUEw0VJ7az2fVgmM9BWr4ES3PXPiuyM3AMY0", "url": "https://www.linkedin.com/groups/13827694" }, { "name": "Northeastern University International Students and Alumni Networking Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQFWnurPPePWRg/group-logo_image-shrink_200x200/0/1631371294602?e=1647691200&v=beta&t=8v0tVQWGoq91gCOaWOQ3TyAX9hmy6kVgj0F-3YhCwBA", "url": "https://www.linkedin.com/groups/8138817" }, { "name": "Northeastern University Employer Engagement and Career Design", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/2173247" }, { "name": "Northeastern University Alumni", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQFZPHuAed-Mzg/group-logo_image-shrink_92x92/0/1630999060598?e=1647691200&v=beta&t=y2FjG_ZToZ1SqVhyTsvlz_pwL4MsLgXxk0cOLono6WM", "url": "https://www.linkedin.com/groups/82654" }, { "name": "Java Developers", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQH3XVO_VOc2Og/group-logo_image-shrink_200x200/0/1631367059439?e=1647691200&v=beta&t=Py3xFKOwJ8ZAaw2MZiL6O0bgF1lUuKHJcW0lDtLY3nA", "url": "https://www.linkedin.com/groups/70526" } ]
null
null
null
null
null
null
null
null
4,927
aakashkanvinde
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://media-exp1.licdn.com/dms/image/C5616AQHfrJrfXCzHjQ/profile-displaybackgroundimage-shrink_200_800/0/1629448744877?e=1652918400&v=beta&t=83heN-SjkayK0IJq1zpEgE_qY72KW10z64E-_yed2Ws
aakash
k .
aakash k .
Software Development Engineer at Amazon
software development engineer amazon care
enterprise software , web application , distributed system enthusiast . thanks taking time look profile .
u
united state america
seattle
washington
[ { "company": "Amazon", "company_linkedin_profile_url": "https://www.linkedin.com/company/amazon", "description": null, "ends_at": null, "location": "Greater Seattle Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=1655942400&v=beta&t=AVKhS-aqZ8h_yaf-McQWAc1jIlHiawZrjoadhfnNFOM", "starts_at": { "day": 1, "month": 7, "year": 2020 }, "title": "Software Development Engineer" }, { "company": "San Jose State University", "company_linkedin_profile_url": "https://www.linkedin.com/company/san-jose-state-university", "description": "• Assist lead professor in conducting enhanced learning experience for students in Web UI Design and Development\n• Assist in design, development, and maintenance of assignments and projects and daily operations\n• Helping in creating and managing a variety of interactive multimedia, graphics and presentations along with grading students’ assignments, projects and conducting demos related to Node.js, React.js, AJAX, MongoDB, MySQL and for User Interface of websites", "ends_at": { "day": 31, "month": 5, "year": 2020 }, "location": "San Jose", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHgk30KnIPwxQ/company-logo_100_100/0/1623424377219?e=1655942400&v=beta&t=Cuc9dTv2RYE2Z08a61rRzyjkANmkf7yycAYd4VZ2mQ8", "starts_at": { "day": 1, "month": 1, "year": 2020 }, "title": "Graduate Teaching Assistant" }, { "company": "Suven Consultants and Technology Pvt.Ltd.", "company_linkedin_profile_url": "https://www.linkedin.com/company/suven-consultants-and-technology-pvt-ltd", "description": "• Developed full stack android application for tracking sales-man on their location & actual order details. \n• Authenticate the salesman and track down the actual location of the order placed.", "ends_at": { "day": 31, "month": 5, "year": 2018 }, "location": "Mumbai Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHp-7kCbt_G7Q/company-logo_100_100/0/1597405867324?e=1655942400&v=beta&t=MLlVNAJE6w9pJGfU9yn884h22UbUE90rf8f6w4x6jr0", "starts_at": { "day": 1, "month": 1, "year": 2018 }, "title": "Android Developer Intern" } ]
[ { "degree_name": "Master's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2020 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHgk30KnIPwxQ/company-logo_100_100/0/1623424377219?e=1655942400&v=beta&t=Cuc9dTv2RYE2Z08a61rRzyjkANmkf7yycAYd4VZ2mQ8", "school": "San Jose State University", "school_linkedin_profile_url": "https://www.linkedin.com/school/san-jose-state-university/", "starts_at": { "day": 1, "month": 1, "year": 2018 } }, { "degree_name": "Bachelor of Engineering", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2017 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGsu_DimiqUow/company-logo_100_100/0/1519905080435?e=1655942400&v=beta&t=Sa0BWs3A0LPDnGfuYVzrG_FCCa5FECl_GGoNw7tAUe0", "school": "University of Mumbai", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-mumbai/", "starts_at": { "day": 1, "month": 1, "year": 2012 } } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[]
500
[ { "link": "https://in.linkedin.com/in/dhruv-telang-249015a9", "location": "Indore", "name": "Dhruv Telang", "summary": "Java Spring-boot developer | serving notice period| Immediate joiner." }, { "link": "https://in.linkedin.com/in/krutika-kochrekar-0b7a61127", "location": "Mumbai", "name": "Krutika Kochrekar", "summary": "Associate 2 at PriceWaterHouseCoopers - Acceleration Center (PwC AC)" }, { "link": "https://www.linkedin.com/in/guptanikita16", "location": "Seattle, WA", "name": "Nikita Gupta", "summary": "Senior Technical Recruiter @Uber | Founder @FAANGPath | Ex-Amazonian | TEDx Speaker | Resume and LinkedIn Coach | Ex-TBWA | Ex-WPP | Entrepreneur" }, { "link": "https://www.linkedin.com/in/khurd-aditi", "location": "Sunnyvale, CA", "name": "Aditi Khurd", "summary": "Software Development Engineer in Test @ Amazon Lab126 | Master's in Computer Engineering" }, { "link": "https://www.linkedin.com/in/samirkamthe", "location": "San Francisco Bay Area", "name": "Samir Kamthe", "summary": "Systems Reliability Engineer at Nutanix.| Ex-PayPal | Ex- Vodafone |\nVCP-DCV 6.5 | ITIL | NCP-MCI | NCM-MCI certified | MS Computer Science-Binghamton University" }, { "link": "https://www.linkedin.com/in/shrey24", "location": "Austin, TX", "name": "Shrey Patel", "summary": "Software Engineer II at Cisco | SJSU Class of 2020" }, { "link": "https://www.linkedin.com/in/harsh2911", "location": "Sunnyvale, CA", "name": "Harsh Patel", "summary": "Software Development Engineer at Amazon" }, { "link": "https://www.linkedin.com/in/pratik-pagade", "location": "San Francisco Bay Area", "name": "Pratik Pagade", "summary": "Software Engineer | Cloud | DevOps | Platform | Kubernetes | Backend | MS in SE from SJSU |☁️1x GCP Certified" }, { "link": "https://www.linkedin.com/in/karandar", "location": "Sunnyvale, CA", "name": "Karan Daryani", "summary": "Software Engineer at Google" }, { "link": "https://www.linkedin.com/in/nehabindle", "location": "Sunnyvale, CA", "name": "Neha Bindle", "summary": "Software Developer Engineer at Alexa Music" }, { "link": "https://www.linkedin.com/in/saket-thakare", "location": "San Francisco Bay Area", "name": "Saket Thakare", "summary": "Software Engineer at Google | SJSU" }, { "link": "https://www.linkedin.com/in/priyankaseth3", "location": "San Francisco Bay Area", "name": "Priyanka S.", "summary": "Engineering Manager at LinkedIn" }, { "link": "https://www.linkedin.com/in/yugabrahmankar", "location": "San Jose, CA", "name": "Yuga Brahmankar", "summary": "Software Development Engineer at Amazon" }, { "link": "https://www.linkedin.com/in/anjali-viramgama", "location": "Seattle, WA", "name": "Anjali Viramgama", "summary": "Software Engineer at Microsoft | FAANG Interview coach | Ex Facebook and AWS" }, { "link": "https://www.linkedin.com/in/saikrishb", "location": "United States", "name": "Saikrishnan B.", "summary": "WE ARE HIRING at Amazon !!! DM me referrals !" }, { "link": "https://www.linkedin.com/in/shwetanshu-rohatgi", "location": "Seattle, WA", "name": "Shwetanshu Rohatgi", "summary": "SDE @ AWS | Ex-SDE Intern @ PayPal | MS in CS @ USC’20" }, { "link": "https://www.linkedin.com/in/zheyu-li", "location": "Seattle, WA", "name": "Zheyu Li", "summary": "SDE @ AWS Connect" }, { "link": "https://www.linkedin.com/in/m-gokul-reddy", "location": "Seattle, WA", "name": "Gokul Reddy Muddarla", "summary": "Software Development Engineer II at Amazon | USC Grad" }, { "link": "https://www.linkedin.com/in/shuai-ma-94b42a103", "location": "Los Angeles, CA", "name": "Shuai Ma", "summary": "Software Development Engineer at Amazon Web Services" }, { "link": "https://www.linkedin.com/in/ramya-dharwada", "location": "San Francisco Bay Area", "name": "Ramya Dharwada", "summary": "Software Development Engineer at Amazon Go" } ]
[]
[]
[ { "link": "https://in.linkedin.com/in/aakash-k-837269172", "location": "Bengaluru", "name": "Aakash K", "summary": "Account Manager at Convin.ai" }, { "link": "https://in.linkedin.com/in/aakash-k-8b9a6764", "location": "Delhi, India", "name": "Aakash k", "summary": "FLY INNOVATIVE EMPLOYMENT SERVICES.PVT.LTD" }, { "link": "https://in.linkedin.com/in/aakash-k-15553b166", "location": "Delhi, India", "name": "Aakash K", "summary": "Senior Software Engineer at Samsung" }, { "link": "https://in.linkedin.com/in/aakash-k-594b95b8", "location": "Pune", "name": "Aakash K", "summary": "Founder at Aakash Clothing Co." }, { "link": "https://in.linkedin.com/in/aakash-k-04002121a", "location": "Mumbai", "name": "Aakash K", "summary": "Founder, Director at AnvilD Healthcare Solutions Pvt. Ltd." } ]
[]
[]
null
null
null
null
null
null
null
null
4,958
aakashkhot
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://media-exp1.licdn.com/dms/image/C4E16AQH3B2RBzogEBQ/profile-displaybackgroundimage-shrink_200_800/0/1554224550208?e=1652918400&v=beta&t=qcHBO4_uf169kduGo2iHlroBDWWoyARoZbawxUhAwUg
aakash
khot
aakash khot
Software Engineer at Microsoft
software engineer microsoft
master ’ degree computer science university cincinnati . currently work full-stack software engineer microsoft sharepoint .
u
united state america
seattle
washington
[ { "company": "Microsoft", "company_linkedin_profile_url": "https://www.linkedin.com/company/microsoft", "description": null, "ends_at": null, "location": "Redmond, Washington, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_100_100/0/1618231291419?e=1655942400&v=beta&t=lzKVkVuf-McwnYzrrz9ib7uQFSgowMUHhH_KDAbw3y0", "starts_at": { "day": 1, "month": 8, "year": 2021 }, "title": "Software Engineer" }, { "company": "Amazon", "company_linkedin_profile_url": "https://www.linkedin.com/company/amazon", "description": null, "ends_at": { "day": 31, "month": 7, "year": 2021 }, "location": "Seattle, Washington, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=1655942400&v=beta&t=AVKhS-aqZ8h_yaf-McQWAc1jIlHiawZrjoadhfnNFOM", "starts_at": { "day": 1, "month": 7, "year": 2020 }, "title": "Software Development Engineer" }, { "company": "Cisco", "company_linkedin_profile_url": "https://www.linkedin.com/company/cisco", "description": null, "ends_at": { "day": 31, "month": 7, "year": 2020 }, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHIcy_n-VigJA/company-logo_100_100/0/1647476063807?e=1655942400&v=beta&t=XBRKXolKBnVbaHVj4I1ylOhqQxKgJu-aH2gxiVG8DPo", "starts_at": { "day": 1, "month": 2, "year": 2020 }, "title": "Software Engineer" }, { "company": "Bottom Line Systems", "company_linkedin_profile_url": "https://www.linkedin.com/company/bottomlinesystems", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2019 }, "location": "Cincinnati, Ohio", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGDdSr8udGBaw/company-logo_100_100/0/1553223693117?e=1655942400&v=beta&t=CnsRE-h5lObgPg7qTO9fY4ulI9bu1i-yaHBWp1XshRQ", "starts_at": { "day": 1, "month": 8, "year": 2019 }, "title": "Developer Intern" }, { "company": "Computer Society of India, Mumbai Chapter", "company_linkedin_profile_url": "https://www.linkedin.com/company/computer-society-of-india-mumbai-chapter", "description": null, "ends_at": { "day": 31, "month": 5, "year": 2017 }, "location": "Navi Mumbai, Maharashtra, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQHZg65ZuQaZ9g/company-logo_100_100/0/1519862569512?e=1655942400&v=beta&t=_QqmZ83z6w5pdlE1Mh4O9tU8zuZ4hD2faze7vPR6J0E", "starts_at": { "day": 1, "month": 8, "year": 2016 }, "title": "Publicity Head" } ]
[ { "degree_name": "Master's degree", "description": "Coursework: Intelligent Data Analysis, Machine Learning, Information Retrieval, Deep Learning, Cloud Computing, Advanced Algorithms, Fundamentals of Leadership, Entrepreneurship and Tech Law.", "ends_at": { "day": 31, "month": 12, "year": 2019 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFypfI41BBsPw/company-logo_100_100/0/1548421972540?e=1655942400&v=beta&t=QWOAFpCX3BsOcyPitdVQvJTjgkHuXXAEdHx4iL13jGA", "school": "University of Cincinnati", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-cincinnati/", "starts_at": { "day": 1, "month": 1, "year": 2018 } }, { "degree_name": "Bachelor of Engineering", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2018 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQEWU9936lI35w/company-logo_100_100/0/1537856747032?e=1655942400&v=beta&t=DmKcYOmrnxkhWE-V_IJF-gu7QpdugtYvqt9RSrUpFgc", "school": "Ramrao Adik Institute of Technology", "school_linkedin_profile_url": "https://www.linkedin.com/school/ramraoadikinstituteoftechnology/", "starts_at": { "day": 1, "month": 1, "year": 2014 } } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[ { "authority": "Coursera", "display_source": null, "ends_at": null, "license_number": null, "name": "Welcome to Machine Learning Foundations: A Case Study Approach", "starts_at": { "day": 1, "month": 12, "year": 2019 }, "url": null }, { "authority": "Udemy", "display_source": null, "ends_at": null, "license_number": null, "name": "Machine Learning A-Z™: Hands-On Python & R In Data Science", "starts_at": { "day": 1, "month": 6, "year": 2019 }, "url": null }, { "authority": "Microsoft", "display_source": null, "ends_at": null, "license_number": null, "name": "Microsoft Technology Associate: Security Fundamentals (MTA)", "starts_at": { "day": 1, "month": 7, "year": 2016 }, "url": null } ]
500
[ { "link": "https://www.linkedin.com/in/prakriti-sinha", "location": "Bellevue, WA", "name": "Prakriti Sinha", "summary": "PM @ Microsoft | Texas A&M University | Ex-Publicis Groupe" }, { "link": "https://www.linkedin.com/in/priya--sharma", "location": "Los Angeles, CA", "name": "Priya Sharma", "summary": "Graduate Student at USC | Software Developer" }, { "link": "https://www.linkedin.com/in/frenysavalia", "location": "Seattle, WA", "name": "Freny Savalia", "summary": "Software Engineer" }, { "link": "https://www.linkedin.com/in/vaishnavi-raju", "location": "Cincinnati, OH", "name": "Vaishnavi Raghavaraju", "summary": "Software Developer Associate" }, { "link": "https://in.linkedin.com/in/chandrakanthreddy-b-a8712b170", "location": "Vellore", "name": "Chandrakanthreddy B", "summary": "Software Intern at Philips || VIT'22" }, { "link": "https://www.linkedin.com/in/youzhang1995-46a78810b", "location": "Pittsburgh, PA", "name": "You (Eugene) Zhang", "summary": "Software Engineer at Amazon Alexa-AI" }, { "link": "https://in.linkedin.com/in/abhishek-khale-a79473205", "location": "Mumbai", "name": "Abhishek Khale", "summary": "Student at Ramrao Adik Institute of Technology" }, { "link": "https://in.linkedin.com/in/shreya-sahu-003", "location": "Jharkhand, India", "name": "Shreya Sahu", "summary": "Content Consultant at CasaOne" }, { "link": "https://pk.linkedin.com/in/muhammad-anas-140a931b8", "location": "Karāchi", "name": "Muhammad Anas", "summary": "Brand Manager | Senior Creative Designer | X Sony" }, { "link": "https://www.linkedin.com/in/ashish95arora", "location": "San Francisco, CA", "name": "Ashish Arora", "summary": "Engineering Manager, Product Analytics at Autodesk" }, { "link": "https://www.linkedin.com/in/sharangcmu", "location": "Greater Seattle Area", "name": "Sharang Kapoor", "summary": "Software Engineer at Google" }, { "link": "https://uk.linkedin.com/in/ankur-modi-320a3727", "location": "Reading", "name": "Ankur Modi", "summary": "Principal Member Of Technical Staff at Oracle" }, { "link": "https://www.linkedin.com/in/vidyavenkiteswaran", "location": "San Francisco, CA", "name": "Vidya Venkiteswaran", "summary": "Software Engineer in Machine Learning at Google" }, { "link": "https://www.linkedin.com/in/niranjan-mirashi", "location": "San Jose, CA", "name": "Niranjan Mirashi", "summary": "Front-End Developer at IBM" }, { "link": "https://www.linkedin.com/in/sheharyar-qureshi-e-i-t-55820b19a", "location": "Washington DC-Baltimore Area", "name": "Sheharyar Qureshi, E.I.T.", "summary": "Engineering Specialist at STV" }, { "link": "https://www.linkedin.com/in/sam-harrelson-521483b9", "location": "Atherton, CA", "name": "Sam Harrelson", "summary": "Product Manager at Amazon" }, { "link": "https://www.linkedin.com/in/jayshah1210", "location": "San Francisco Bay Area", "name": "Jay Shah", "summary": "Software Development Engineer at Amazon Web Services (AWS)" }, { "link": "https://www.linkedin.com/in/neoskywalker7", "location": "Seattle, WA", "name": "Zhen Long", "summary": "Software Development Engineer" }, { "link": "https://www.linkedin.com/in/ketulmehta", "location": "Greater Seattle Area", "name": "Ketul Mehta", "summary": "Software Development Engineer at Amazon" } ]
[ "Michael P.\n \n \n\n\n\n \n \n \n \n \n\n \n Aakash joined my Application Development team as an intern last year.\n\nAlmost immediately he demonstrated his ability to learn technologies that he had never worked with in the past and delivered results in an extremely tight schedule.\n\nHe has a comprehensive combination of talents including: machine learning, front end development (JavaScript, Angular and React) and data technologies. He was capable to integrate technologies such as MongoDB, ElasticSearch, Kibana to produce user interfaces and dashboards with very complex healthcare data. \n\nHe would also be able to validate or reject technologies based on their suitability for the problem to be solved. He's a natural for architecture.\n\nHe never said no to a challenge and would actually ask to be given the toughest problems.\n\nHe's an excellent team player and works well with the product management, architecture and business people effectively. Everyone on the team loved to work with Aakash.\n\nI was very proud to have him as part of my team." ]
[ { "activity_status": "Liked by Aakash Khot", "link": "https://www.linkedin.com/signup/cold-join", "title": "So happy to receive the Best Outgoing Student Award from Chennai School of Music Therapy for the academic year 2019-2020. Thank you for the…" }, { "activity_status": "Liked by Aakash Khot", "link": "https://www.linkedin.com/signup/cold-join", "title": "Sharing our latest async/sync updates for hybrid work including Front Row, Teams Connect, PowerPoint Cameo, and more #MicrosoftTeams…" }, { "activity_status": "Liked by Aakash Khot", "link": "https://www.linkedin.com/signup/cold-join", "title": "I’m happy to share that I’m starting a new position as Senior Software Engineer at Falabella India !!I would like to thank Harsha Kumar for…" } ]
[ { "link": "https://in.linkedin.com/in/aakash-khot-8a90b6201", "location": "Mumbai", "name": "Aakash Khot", "summary": "Attended TOLANI MARITIME INSTITUTE" }, { "link": "https://au.linkedin.com/in/aakash-khot-23b293169", "location": "Melbourne, VI", "name": "Aakash Khot", "summary": "Graduate Valuer at Opteon" }, { "link": "https://in.linkedin.com/in/aakash-khot-ab7906110", "location": "India", "name": "Aakash Khot", "summary": "--" }, { "link": "https://in.linkedin.com/in/aakash-khot-a91782205", "location": "Ahmedabad", "name": "Aakash Khot", "summary": "Student at International Institute of Information Technology Bangalore" } ]
[]
[ { "name": "University of Cincinnati CEAS Graduate Student Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQGNDFbdXLyVPg/group-logo_image-shrink_92x92/0/1630999369396?e=1647691200&v=beta&t=gc7n7EwNeGoXrq6cpSMjOquoc_wx89hKVn0UsSqaOz4", "url": "https://www.linkedin.com/groups/8559493" } ]
null
null
null
null
null
null
null
null
4,961
aakashkshah
https://media-exp1.licdn.com/dms/image/C4E03AQFsCEYUXSy-qg/profile-displayphoto-shrink_200_200/0/1526502321313?e=1652918400&v=beta&t=oKjHXPDT1yjPXXjv-Lg1a8E-5nLQkzq8rVNg5KI6w6Q
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakash
shah
aakash shah
Senior Product Manager at Amazon
product @ amazon
null
u
united state america
seattle
washington
[ { "company": "Amazon", "company_linkedin_profile_url": "https://www.linkedin.com/company/amazon", "description": null, "ends_at": null, "location": "Greater Seattle Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=1655942400&v=beta&t=AVKhS-aqZ8h_yaf-McQWAc1jIlHiawZrjoadhfnNFOM", "starts_at": { "day": 1, "month": 8, "year": 2018 }, "title": "Senior Product Manager" }, { "company": "Duke University - The Fuqua School of Business", "company_linkedin_profile_url": "https://www.linkedin.com/company/fuqua-school-of-business", "description": null, "ends_at": { "day": 31, "month": 5, "year": 2018 }, "location": "Raleigh-Durham, North Carolina Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEn9qHBdXgDsw/company-logo_100_100/0/1544819214941?e=1655942400&v=beta&t=UmOlv6TkPRBOUnlVPvtkKQYiLTVlchumv7dOTEsgodQ", "starts_at": { "day": 1, "month": 7, "year": 2016 }, "title": "MBA Candidate" }, { "company": "Amazon", "company_linkedin_profile_url": "https://www.linkedin.com/company/amazon", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2017 }, "location": "Greater Seattle Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=1655942400&v=beta&t=AVKhS-aqZ8h_yaf-McQWAc1jIlHiawZrjoadhfnNFOM", "starts_at": { "day": 1, "month": 6, "year": 2017 }, "title": "Senior Product Manager Intern" }, { "company": "The Wall Street Journal", "company_linkedin_profile_url": "https://www.linkedin.com/company/the-wall-street-journal", "description": null, "ends_at": { "day": 31, "month": 5, "year": 2016 }, "location": "Greater New York City Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQErTDc9V8YLdg/company-logo_100_100/0/1554387367489?e=1655942400&v=beta&t=W2U7KFqzMH65JTh_tJQ-RgCHogMz0bAOHK8jGCSIsdk", "starts_at": { "day": 1, "month": 7, "year": 2015 }, "title": "Strategy Manager" }, { "company": "The Wall Street Journal", "company_linkedin_profile_url": "https://www.linkedin.com/company/the-wall-street-journal", "description": null, "ends_at": { "day": 30, "month": 6, "year": 2015 }, "location": "Greater New York City Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQErTDc9V8YLdg/company-logo_100_100/0/1554387367489?e=1655942400&v=beta&t=W2U7KFqzMH65JTh_tJQ-RgCHogMz0bAOHK8jGCSIsdk", "starts_at": { "day": 1, "month": 9, "year": 2011 }, "title": "Senior Strategy Analyst" }, { "company": "Huron Consulting Group", "company_linkedin_profile_url": "https://www.linkedin.com/company/huronconsulting", "description": null, "ends_at": { "day": 30, "month": 9, "year": 2011 }, "location": "Greater New York City Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGMbAgnddSb0w/company-logo_100_100/0/1519855903283?e=1655942400&v=beta&t=WqpiosflI0FVPtWbsq4tndOsGYTLIKwYVx7P32iUeIw", "starts_at": { "day": 1, "month": 1, "year": 2008 }, "title": "Strategy Associate" }, { "company": "JP Morgan", "company_linkedin_profile_url": "https://www.linkedin.com/company/jpmorgan", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2007 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEVXhQs3mC56Q/company-logo_100_100/0/1630056226107?e=1655942400&v=beta&t=QvD7BcNvpajYiaZNnBJXGLYTSSkGryHyoYhQWMQ95xA", "starts_at": { "day": 1, "month": 5, "year": 2007 }, "title": "Analyst" } ]
[ { "degree_name": "Master of Business Administration (M.B.A.)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2018 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEn9qHBdXgDsw/company-logo_100_100/0/1544819214941?e=1655942400&v=beta&t=UmOlv6TkPRBOUnlVPvtkKQYiLTVlchumv7dOTEsgodQ", "school": "Duke University - The Fuqua School of Business", "school_linkedin_profile_url": "https://www.linkedin.com/school/fuqua-school-of-business/", "starts_at": { "day": 1, "month": 1, "year": 2016 } }, { "degree_name": null, "description": null, "ends_at": { "day": 31, "month": 12, "year": 2018 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFOUwnFSsqtAA/company-logo_100_100/0/1630285202114?e=1655942400&v=beta&t=VMK44loYlUu1dgcAFbMwrLKz64s4139a49vH3Abb4l0", "school": "Melbourne Business School", "school_linkedin_profile_url": "https://www.linkedin.com/school/melbourne-business-school/", "starts_at": { "day": 1, "month": 1, "year": 2018 } }, { "degree_name": null, "description": null, "ends_at": { "day": 31, "month": 12, "year": 2008 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFa4W8Vhbcypg/company-logo_100_100/0/1519855924241?e=1655942400&v=beta&t=H9d-23i1YVfe1mH1i_qdtIoRGtSfSiZm3PeQgheda4o", "school": "NYU Stern School of Business", "school_linkedin_profile_url": "https://www.linkedin.com/school/nyu-stern-school-of-business/", "starts_at": { "day": 1, "month": 1, "year": 2004 } } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[]
500
[ { "link": "https://www.linkedin.com/in/malav-jiwan-30138359", "location": "Seattle, WA", "name": "Malav Jiwan", "summary": "Senior Product Manager - Tech at Amazon" }, { "link": "https://uk.linkedin.com/in/prashantjain10", "location": "United Kingdom", "name": "Prashant Jain", "summary": "Product | Amazon | INSEAD" }, { "link": "https://www.linkedin.com/in/maithri-baljapalli", "location": "Seattle, WA", "name": "Maithri Baljapalli", "summary": "Product at Amazon Prime Video" }, { "link": "https://www.linkedin.com/in/mayumikato", "location": "Seattle, WA", "name": "Mayumi Kato", "summary": "Senior Product Manager at Amazon" }, { "link": "https://www.linkedin.com/in/amit-kumar-74775a16", "location": "Seattle, WA", "name": "Amit Kumar", "summary": "Senior Product Manager @ Amazon | MIT Sloan" }, { "link": "https://www.linkedin.com/in/brennan-earley-9a1a8627", "location": "Seattle, WA", "name": "Brennan Earley", "summary": "Product @ Gopuff" }, { "link": "https://www.linkedin.com/in/melissachanhk", "location": "San Francisco, CA", "name": "Melissa Chan", "summary": "Product @ Uber Eats" }, { "link": "https://www.linkedin.com/in/daniel-agostinelli", "location": "San Francisco, CA", "name": "Daniel Agostinelli", "summary": "Product Strategy @ Meta" }, { "link": "https://www.linkedin.com/in/alicia-sun-392682140", "location": "United States", "name": "Alicia Sun", "summary": "Product Manager at Intuit" }, { "link": "https://www.linkedin.com/in/jian-zheng-8a307919", "location": "United States", "name": "Jian Zheng", "summary": "Product Manager @ Airbnb | Mentor" }, { "link": "https://www.linkedin.com/in/stuart-mumley-99403014", "location": "New York, United States", "name": "Stuart Mumley", "summary": "Chief Product Owner at Macquarie Group" }, { "link": "https://www.linkedin.com/in/tifchang", "location": "New York, NY", "name": "Tiffany Chang", "summary": "Product @ Atlassian" }, { "link": "https://www.linkedin.com/in/brianatz", "location": "Greater Chicago Area", "name": "Brian Atz", "summary": "Product Management Leader | ex-BCG" }, { "link": "https://www.linkedin.com/in/inkychang", "location": "Mountain View, CA", "name": "Inky (Yin-Chi) Chang", "summary": "Product Manager at Meta | ex Amazon, BCG" }, { "link": "https://www.linkedin.com/in/kristen-bilowus", "location": "New York, NY", "name": "Kristen Bilowus", "summary": "Product at Disney" }, { "link": "https://www.linkedin.com/in/vyommittal", "location": "Bellevue, WA", "name": "Vyom Mittal", "summary": "Sr. PMT at Amazon | Michigan Ross MBA | IIT Bombay" }, { "link": "https://www.linkedin.com/in/arpit19", "location": "San Francisco Bay Area", "name": "Arpit Agrawal", "summary": "Product at Faire | Harvard MBA | Passionate about technology" }, { "link": "https://www.linkedin.com/in/girishb239", "location": "Seattle, WA", "name": "Girish Shashikant Bhanware", "summary": "Sr. PMT-ES at Amazon | Cornell MBA | IIT Kharagpur" }, { "link": "https://www.linkedin.com/in/amanpreetsarora", "location": "Seattle, WA", "name": "Amanpreet Singh Arora", "summary": "Head of Product - Storefront Selection, Amazon Prime Video | Product Management | Amazon" } ]
[]
[ { "activity_status": "Liked by Aakash Shah", "link": "https://www.linkedin.com/signup/cold-join", "title": "I had the opportunity to watch the incredibly strong and talented Naomi Osaka play tennis yesterday. As I was watching her play, I reflected upon…" }, { "activity_status": "Liked by Aakash Shah", "link": "https://www.linkedin.com/signup/cold-join", "title": "After nine and a half years, today marks my last day with KPMG. I am grateful for the many friendships, professional opportunities, and fond…" }, { "activity_status": "Liked by Aakash Shah", "link": "https://www.linkedin.com/signup/cold-join", "title": "I get a lot of questions about how to develop and execute a content strategy that’s brand aligned AND brand building. I’ll be sharing my pro tips for…" } ]
[ { "link": "https://in.linkedin.com/in/aakash-shah-3b681768", "location": "Ahmedabad", "name": "Aakash Shah", "summary": "GENERAL MERCHANT & COMMISSION AGENT at AADINATH ENTERPRISE" }, { "link": "https://www.linkedin.com/in/aakash-shah-b1850523", "location": "Leawood, KS", "name": "Aakash Shah", "summary": "Orthopaedic Surgeon at Menorah Medical Center -Kansas City Joint Replacement and Sports Medicine Center" }, { "link": "https://in.linkedin.com/in/aakash-shah-89537225", "location": "Mumbai", "name": "Aakash Shah", "summary": "Director at APD Foods India Pvt Ltd" }, { "link": "https://www.linkedin.com/in/aakash-shah-561796100", "location": "Cambridge, MA", "name": "Aakash Shah", "summary": "Advocate & Organizer at Generation Citizen" }, { "link": "https://ca.linkedin.com/in/aakash-shah-74564749", "location": "Vancouver, BC", "name": "Aakash Shah", "summary": "Audit Senior Accountant at KPMG Canada" } ]
[]
[]
null
null
null
null
null
null
null
null
4,967
aakashlahoti
https://media-exp1.licdn.com/dms/image/C4D03AQF4c2XLSOAw2A/profile-displayphoto-shrink_200_200/0/1630169945389?e=2147483647&v=beta&t=3IvCaO5PRpIUwR72LYFEHg8btr81f5ufsRs_su68bY8
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakash
lahoti
aakash lahoti
Software Engineer at Google
machine learning , cmu | iit kanpur
pursuing master machine learning carnegie mellon university ( expected graduation : dec'22 ) . graduated indian institute technology , kanpur 2020 , majoring computer science engineering .
u
united state america
pittsburgh
pennsylvania
[ { "company": "Google", "company_linkedin_profile_url": "https://www.linkedin.com/company/google", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2021 }, "location": "Bengaluru, Karnataka, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHiNSL4Or29cg/company-logo_100_100/0/1519856215226?e=1655942400&v=beta&t=I3wjgj0XaOvOEEijwV-l2GdsHMNBE4TuNLd2LaE2S2Y", "starts_at": { "day": 1, "month": 8, "year": 2020 }, "title": "Software Engineer" } ]
[ { "degree_name": "Master's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2022 }, "field_of_study": "Machine Learning", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHuB0Kghi5Syw/company-logo_100_100/0/1574428478747?e=1655942400&v=beta&t=Ihqh1iu5PaROiDXpeWUQlbZWYhrNzS4tN3d89Cr7Bkc", "school": "Carnegie Mellon University", "school_linkedin_profile_url": "https://www.linkedin.com/school/carnegie-mellon-university/", "starts_at": { "day": 1, "month": 1, "year": 2021 } }, { "degree_name": "Bachelor of Technology - BTech", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2020 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQEhNteRFbyBdQ/company-logo_100_100/0/1581071973102?e=1655942400&v=beta&t=717claQfP5KKxnRVrayhjRm0xyJIQKmRjnQ4Xd3Yy2s", "school": "Indian Institute of Technology, Kanpur", "school_linkedin_profile_url": "https://www.linkedin.com/school/indian-institute-of-technology-kanpur/", "starts_at": { "day": 1, "month": 1, "year": 2016 } } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[]
323
[ { "link": "https://www.linkedin.com/in/adarsh-jaiswal-aj", "location": "Buffalo, NY", "name": "Adarsh Jaiswal", "summary": "Incoming SWE Intern @ Twitter | University at Buffalo | Ex-FICO" }, { "link": "https://in.linkedin.com/in/keshav22bansal", "location": "Kanpur", "name": "Keshav Bansal", "summary": "Quantitative Strategist at Quadeye" }, { "link": "https://in.linkedin.com/in/deepak-kumar-b8a3bb37", "location": "Bengaluru", "name": "Deepak Kumar", "summary": "Software Engineer at Google" }, { "link": "https://in.linkedin.com/in/sankalan-palchowdhury-343a7760", "location": "North Delhi", "name": "Sankalan Palchowdhury", "summary": "Direct Dictorate Student at ETH Zürich" }, { "link": "https://in.linkedin.com/in/utkarsh-maken-94b24a168", "location": "Dhanbad", "name": "Utkarsh Maken", "summary": "Quantitative Analyst at Kivi Capital || CSE at IIT Kanpur" }, { "link": "https://in.linkedin.com/in/saksham-jain-081815169", "location": "South Delhi", "name": "Saksham Jain", "summary": "Quadeye | IIT Delhi | Australian National University" }, { "link": "https://uk.linkedin.com/in/parv-mor-2786a716b", "location": "London", "name": "Parv Mor", "summary": "Options market-making at Citadel Securities" }, { "link": "https://in.linkedin.com/in/aditya-agrawal-033734201", "location": "Gwalior", "name": "Aditya Agrawal", "summary": "MnC Sophomore, IIT Delhi" }, { "link": "https://in.linkedin.com/in/medha-kant-9b884a152", "location": "South Delhi", "name": "Medha Kant", "summary": "SDE at AppDynamics" }, { "link": "https://in.linkedin.com/in/surajmehta07", "location": "Bhopal", "name": "Suraj Kumar", "summary": "Sophomore at CSE MANIT" }, { "link": "https://in.linkedin.com/in/maxentropy", "location": "Kanpur Nagar", "name": "Harshit Sharma", "summary": "Quant Researcher | CSE@IITK | CFA L2 Candidate" }, { "link": "https://in.linkedin.com/in/divyanshu-mittal-711650140", "location": "Kota", "name": "Divyanshu Mittal", "summary": "Member Technical Staff at Oracle | IIT Kanpur" }, { "link": "https://www.linkedin.com/in/tanayasija", "location": "Pittsburgh, PA", "name": "Tanay Asija", "summary": "Masters student in Electrical and Computer Engineering | Carnegie Mellon | Seeking internship in software engineering roles for Summer 2022" }, { "link": "https://in.linkedin.com/in/muskan-himmatsinghka-1525bb187", "location": "Jharkhand, India", "name": "Muskan Himmatsinghka", "summary": "Senior Undergrad CSE, IIT Delhi | Summer Analyst at Goldman Sachs" }, { "link": "https://in.linkedin.com/in/arpit--gupta", "location": "Delhi, India", "name": "Arpit Gupta", "summary": "Quantitative Strategist | Gold Medallist, IIT Kanpur'20 | Former Research Fellow at Max Planck Institute for Software Systems" }, { "link": "https://in.linkedin.com/in/arpanmangal", "location": "Delhi, India", "name": "Arpan Mangal", "summary": "Quantitative Trader | CSE IIT Delhi" }, { "link": "https://in.linkedin.com/in/sukriti-gupta-iitd", "location": "South Delhi", "name": "Sukriti Gupta", "summary": "Trading System Analyst, AlphaGrep Securities | CSE'21, IIT Delhi" }, { "link": "https://in.linkedin.com/in/karanganesan", "location": "Chennai", "name": "Karan Ganesan", "summary": "3D/AR @ Flipkart Camera" }, { "link": "https://in.linkedin.com/in/urvashi-dhar-6075a3175", "location": "Delhi, India", "name": "Urvashi Dhar", "summary": "Associate at BCG | IIT Delhi" } ]
[]
[ { "activity_status": "Liked by Aakash Lahoti", "link": "https://www.linkedin.com/signup/cold-join", "title": "Hey folks!I am elated to share that I have accepted an internship at Apple as a Software Engineer intern, in the Cellular Firmware team at San…" }, { "activity_status": "Liked by Aakash Lahoti", "link": "https://www.linkedin.com/signup/cold-join", "title": "I am really not sure, what is the issue going on with Ola and Uber and if you are also facing the same issue.These companies started with a vision…" }, { "activity_status": "Liked by Aakash Lahoti", "link": "https://www.linkedin.com/signup/cold-join", "title": "This bride shared a moment from her special day to surprise her best friend ❤️(Via tiktok: danacaye)" } ]
[ { "link": "https://in.linkedin.com/in/aakash-lahoti-1085a5155", "location": "Kanpur Nagar", "name": "Aakash Lahoti", "summary": "Student at Indian Institute of Technology, Kanpur" }, { "link": "https://in.linkedin.com/in/aakash-lahoti-63740294", "location": "India", "name": "Aakash Lahoti", "summary": "--" }, { "link": "https://in.linkedin.com/in/aakash-lahoti-267602208", "location": "Gurugram", "name": "Aakash Lahoti", "summary": "--" }, { "link": "https://in.linkedin.com/in/aakash-lahoti-491317126", "location": "Pune", "name": "Aakash Lahoti", "summary": "CA | Unilever | ex ITC | PwC | CFA L2" } ]
[]
[ { "name": "Monetization Strategies for Artificial Intelligence (AI) Experts", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHKXH9fnuRs-A/group-logo_image-shrink_200x200/0/1631366499401?e=1647691200&v=beta&t=hHaHcwKuVM-pojtlpbsc6ni4IfLN8u-HQcqAMN_JApE", "url": "https://www.linkedin.com/groups/13562700" } ]
null
null
null
null
null
null
null
null
4,973
aakashnagar
https://media-exp1.licdn.com/dms/image/C4E03AQEoX7frspodJg/profile-displayphoto-shrink_200_200/0/1582824291644?e=1652918400&v=beta&t=8kz8E2GPq4G17LtyVkFG7Cg_jjQBdYRdNJePmOFQsgE
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakash
nagar
aakash nagar
Senior Consultant at Deloitte
test automation | sdet | qa
• 11 year core experience test automation development , manual , database , etl , api mobile testing • extensive experience integration , system , smoke , regression , user acceptance testing ( uat ) , assembly , e2e , soapui web-service testing • well versed requirement analysis , identifying gap , test process , test strategy , test plan , defect management , handling risk management , test estimation , test schedule , qa documentation , test design/execution • proven ability lead & manage multiple complex project deliver product crunched timeline • proficient test automation framework , selenium webdriver , java , junit , testng , jbehave , cucumber , maven , bdd , tdd , git , jenikns hp uft / qtp ( using vb & descriptive programming ) • strong knowledge software development life cycle , software testing life cycle , test methodology , agile/waterfall , continuous integration continuous delivery • experience collaborating building strong relationship client , product owner , business analyst , development / qa team involving multiple vendor • excellent leadership , mentoring , interpersonal , analytical problem solving skill
u
united state america
chicago
illinois
[ { "company": "Deloitte", "company_linkedin_profile_url": "https://www.linkedin.com/company/deloitte", "description": null, "ends_at": null, "location": "Chicago, Illinois, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHda-o9KT2w5Q/company-logo_100_100/0/1625689676984?e=1655942400&v=beta&t=K54SakIleVkuat9eYB3sswjYqaguwzGCMxKycahvNkc", "starts_at": { "day": 1, "month": 10, "year": 2021 }, "title": "Senior Consultant" }, { "company": "TransUnion", "company_linkedin_profile_url": "https://www.linkedin.com/company/transunion", "description": null, "ends_at": { "day": 31, "month": 10, "year": 2021 }, "location": "Greater Chicago Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEhuW9feKhk4g/company-logo_100_100/0/1646126924887?e=1655942400&v=beta&t=yBX-boen2lmVXR8XKloZiHIzn_944FkI8ujVWawiI1o", "starts_at": { "day": 1, "month": 5, "year": 2018 }, "title": "Consultant - Test Automation & Quality Assurance" }, { "company": "Accenture", "company_linkedin_profile_url": "https://www.linkedin.com/company/accenture", "description": "CLIENT: Leading Insurance Major\n\n• Lead the testing efforts, manage tasks, resources, test deliverable, provide test estimations, metrics\n•Perform functional, regression, smoke, white box, grey box, exploratory, usability, api, e2e, negative, database, web-services, performance and user acceptance testing (UAT) in the Agile development model\n• Design, develop and executed the entire QA process and deliverable of test plan, test scenarios, test cases, test strategy, prepared traceability matrix based on User Stories and ensured sufficient test coverage is obtained\n•Identify areas of automation for the client and perform feasibility/suitability analysis\n•Design the automation framework, build reusable components, object repository, implement page objects using Selenium WebDriver, Java, Junit, Cucumber, Maven, Sql, Git for the application\n•Responsible for code review, maintaining coding standards, code refactoring and design patterns\n• Automated 95% of regression test suite reducing the manual effort by 92% with significant cost savings\n•Successfully transformed Test Automation suite into an Agile Behavior Driven Development (BDD) model\n•Integrate automation scripts (Selenium WebDriver) with Continuous Integration tool Jenkins\n•Automate SOAP test cases and perform web-services regression testing\n•Represent Quality Assurance team in daily scrum calls and provide test team updates\n•Review production defects, perform analysis, recommend & implement process improvement\n•Successfully reduced 25% costs incurred for the new joiners by creating project knowledge resources\n•Received recognition for coaching and mentoring 60+ QA members with a goal of forming an innovative and a team-oriented work environment\n•Facilitate team meetings and collaborate with stakeholders regarding project plan, status, testing needs, project risks and clarifications\n•Handle risks & issues with timely escalations to Project Management and suggest mitigation plans for the risks", "ends_at": { "day": 31, "month": 5, "year": 2018 }, "location": "Bloomington/Normal, Illinois Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHjvfNL_2AXIw/company-logo_100_100/0/1628018657141?e=1655942400&v=beta&t=X1Na4U8_Mqq9Vclubz2t-Wi5aomAsz_saSSRlpDjupU", "starts_at": { "day": 1, "month": 4, "year": 2015 }, "title": "Senior Quality Assurance Analyst / Test Automation Senior Analyst" }, { "company": "Accenture", "company_linkedin_profile_url": "https://www.linkedin.com/company/accenture", "description": "CLIENT: Leading Telecom Major\n\n•\tLead offshore team based in Mumbai (India) and Manila (Philippines)\n•\tResponsible for analyzing business requirements, identified gaps, analyzed change request impact, designed & executed test scenarios\n•\tPerformed test planning, test estimations, defect reporting & tracking\n•\tAnalyzed feasibility to automate test cases & provided Estimations for automation efforts\n•\tDesigned Test Automation Framework, Libraries, Re-usable Functions, Regular Expressions and Object repositories for Automation in Selenium WebDriver using Java and HP UFT using Descriptive programming\n•\tSuccessfully collaborated with Clients, Requirement Engineers, Development and QA teams\n•\tAwarded as “Stellar” by Accenture for excellent performance", "ends_at": { "day": 30, "month": 4, "year": 2015 }, "location": "Mumbai Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHjvfNL_2AXIw/company-logo_100_100/0/1628018657141?e=1655942400&v=beta&t=X1Na4U8_Mqq9Vclubz2t-Wi5aomAsz_saSSRlpDjupU", "starts_at": { "day": 1, "month": 3, "year": 2012 }, "title": "Senior Quality Assurance Analyst / Test Automation Senior Analyst" }, { "company": "Accenture", "company_linkedin_profile_url": "https://www.linkedin.com/company/accenture", "description": "CLIENT: Leading Telecom Major\n\n• Performed Functional, Regression, End to End (E2E), Assembly, Smoke & User Acceptance testing and reported bugs.\n• Executed Automated & Manual test cases from HP ALM (Quality Center).\n• Designed test scripts, function libraries, modularized automation scripts, regular expressions, object repositories, recovery scenarios & error handling using Descriptive programming in HP UFT.\n• Analyzed test results, prepared test execution status reports and reported bugs.", "ends_at": { "day": 29, "month": 2, "year": 2012 }, "location": "Mumbai Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHjvfNL_2AXIw/company-logo_100_100/0/1628018657141?e=1655942400&v=beta&t=X1Na4U8_Mqq9Vclubz2t-Wi5aomAsz_saSSRlpDjupU", "starts_at": { "day": 1, "month": 11, "year": 2010 }, "title": "Quality Assurance Analyst / Test Automation Analyst" } ]
[]
[ "English", "Hindi" ]
[]
[]
[ { "description": "Awarded as “Stellar” by Accenture for excellent performance", "issued_on": { "day": 1, "month": 11, "year": 2013 }, "issuer": "Accenture", "title": "Stellar" } ]
[]
[]
[]
[]
[]
[ { "authority": "Coursera", "display_source": "www.coursera.org", "ends_at": null, "license_number": "3KM3TZXHXLQP", "name": "STAT 420: Statistical Modeling in R", "starts_at": { "day": 1, "month": 7, "year": 2019 }, "url": "https://www.coursera.org/account/accomplishments/verify/3KM3TZXHXLQP" }, { "authority": "Accenture", "display_source": null, "ends_at": null, "license_number": null, "name": "Agile Foundation", "starts_at": { "day": 1, "month": 8, "year": 2017 }, "url": null }, { "authority": "BCS, The Chartered Institute for IT", "display_source": null, "ends_at": null, "license_number": null, "name": "BCS ISEB Foundation Certificate in Business Analysis", "starts_at": { "day": 1, "month": 7, "year": 2014 }, "url": null }, { "authority": "HP", "display_source": null, "ends_at": null, "license_number": null, "name": "HP AIS – Functional Testing v11.x (HP UFT 11)", "starts_at": { "day": 1, "month": 10, "year": 2011 }, "url": null }, { "authority": "HP", "display_source": null, "ends_at": null, "license_number": null, "name": "HP Application Lifecycle Management 11.x (HP ALM / Quality Center 11)", "starts_at": { "day": 1, "month": 9, "year": 2011 }, "url": null }, { "authority": "Scaled Agile, Inc.", "display_source": "community.scaledagile.com", "ends_at": { "day": 31, "month": 10, "year": 2020 }, "license_number": "37466820-3655", "name": "SAFe® 4 DevOps Practitioner", "starts_at": { "day": 1, "month": 10, "year": 2019 }, "url": "https://community.scaledagile.com/apex/PrintAchievement?aid=a0t0W00000D8RDYQA3&aaid=a0r0W00000FLAYpQAP" } ]
398
[ { "link": "https://in.linkedin.com/in/lokesh-venugopal-4372a316", "location": "Chennai", "name": "Lokesh Venugopal", "summary": "Manager IT - Salesforce CRM" }, { "link": "https://www.linkedin.com/in/gautam-ramachandruni", "location": "San Jose, CA", "name": "Gautam Ramachandruni", "summary": "Software Engineer in Test at Adobe" }, { "link": "https://www.linkedin.com/in/farazamiruddin", "location": "New York City Metropolitan Area", "name": "Faraz Ahmad", "summary": "Senior Software Engineer @ Netflix" }, { "link": "https://in.linkedin.com/in/shrishti-saxena-647863196", "location": "Jaipur", "name": "Shrishti Saxena", "summary": "Digital marketing Enthusiastic and open for good opportunity in Social Media Optimization/Marketing Profile." }, { "link": "https://in.linkedin.com/in/shristi-saxena-b8590b157", "location": "Gurgaon", "name": "Shristi Saxena", "summary": "assistant manager food and beverage sales at westin gurgoan" }, { "link": "https://in.linkedin.com/in/shrishti-saxena-16952773", "location": "Gurugram", "name": "Shrishti Saxena", "summary": "O365, Exchange, AD SERVER" }, { "link": "https://in.linkedin.com/in/shrishti-saxena-71223114a", "location": "Uttar Pradesh, India", "name": "Shrishti Saxena", "summary": "Analyst at Capgemini" }, { "link": "https://in.linkedin.com/in/aakanksha-agarwal8603", "location": "Gurugram", "name": "Aakanksha Agarwal", "summary": "ACCENTURE | SPJIMR | EBS | HMEL | PANJAB UNIVERSITY | OIL AND GAS" }, { "link": "https://de.linkedin.com/in/kuldeep-yadav-111a2a83", "location": "Filderstadt", "name": "Kuldeep Yadav", "summary": "System Engineer, Software Developer(C++)" }, { "link": "https://in.linkedin.com/in/shashank-gahoi-16b1331a", "location": "Delhi, India", "name": "Shashank Gahoi", "summary": "at Zeel infotech Pvt. Ltd." }, { "link": "https://in.linkedin.com/in/utkarsh-awasthi-67a69561", "location": "Ghaziabad", "name": "Utkarsh Awasthi", "summary": "Associate Consultant at HCL Technologies" }, { "link": "https://in.linkedin.com/in/meghna-gupta-2833b456", "location": "New Delhi", "name": "Meghna Gupta", "summary": "Lead Project Engineer at C-DAC, Mumbai" }, { "link": "https://in.linkedin.com/in/manisha-garg-5b464562", "location": "Bengaluru", "name": "Manisha Garg", "summary": "Senior Member Of Technical Staff at Oracle" }, { "link": "https://in.linkedin.com/in/sandesh-jawke-47a7454b", "location": "Thane", "name": "Sandesh Jawke", "summary": "Senior Quality Analyst @ TEKGEMINUS TECHNOLOGY PVT LTD" }, { "link": "https://in.linkedin.com/in/sharukh-shaikh-83411575", "location": "Mumbai", "name": "Sharukh Shaikh", "summary": "Software Test Consultant at Intellect Design Arena." }, { "link": "https://www.linkedin.com/in/krishna-patnam-53103b35", "location": "Columbus, Ohio Metropolitan Area", "name": "Krishna Patnam", "summary": "Senior Analyst at Abercrombie & Fitch Co." }, { "link": "https://www.linkedin.com/in/keshav-tyagi", "location": "San Francisco Bay Area", "name": "Keshav Tyagi", "summary": "Analytics professional with 6+ years of experience| Business Analytics" }, { "link": "https://www.linkedin.com/in/akankshamish", "location": "Atlanta, GA", "name": "Akanksha Mishra", "summary": "Marketing Data Science @ Home Depot | Duke Fuqua 2020" }, { "link": "https://www.linkedin.com/in/saininitinkr", "location": "New York City Metropolitan Area", "name": "Nitin Saini", "summary": "Senior Data Analyst at Compass | Built a successful IoT SaaS company" } ]
[]
[ { "activity_status": "Liked by Aakash Nagar", "link": "https://www.linkedin.com/signup/cold-join", "title": "I am excited to share that I have successfully achieved my PMP certification from the Project Management Institute with Above Target scores. I want…" }, { "activity_status": "Liked by Aakash Nagar", "link": "https://www.linkedin.com/signup/cold-join", "title": "Small small happiness - They always create an impact. :) :) You feel empowered when you are appreciated!Thank You! #deloitteconsulting…" }, { "activity_status": "Liked by Aakash Nagar", "link": "https://www.linkedin.com/signup/cold-join", "title": "Photo" } ]
[ { "link": "https://au.linkedin.com/in/aakash-nagar-0b935519b", "location": "Sydney, NS", "name": "Aakash Nagar", "summary": "Be a part of shaping the future of digital experiences" }, { "link": "https://au.linkedin.com/in/aakash-nagar", "location": "South Melbourne, VI", "name": "Aakash Nagar", "summary": "Digital Marketing: E-commerce & Email Marketing Expert | SEO Specialist" }, { "link": "https://www.linkedin.com/in/aakash01", "location": "Seattle, WA", "name": "Aakash Nagar", "summary": "SDE 2 at Amazon" }, { "link": "https://in.linkedin.com/in/aakashnagar97", "location": "Rajkot", "name": "Aakash Nagar", "summary": "MEAN stack developer at Elluminati Inc" } ]
[]
[]
null
null
null
null
null
null
null
null
4,997
aakashparikh
https://media-exp1.licdn.com/dms/image/C5603AQHImgW0Ue_FRw/profile-displayphoto-shrink_200_200/0/1593023828264?e=1652918400&v=beta&t=3cJ5ryJMWuGCDzsquIbMvJ0DLXB9YYcO2Nw4Lz45bGk
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakash
parikh
aakash parikh
Software Engineer at Meta
software engineer facebook | uc berkeley ms/ba eec
'm full stack engineer backend , data machine learning skill working reducing harm emerging integrity problem meta ( facebook ) . previously , completed ba computer science uc berkeley wa involved research polypedal lab fhl vive center enhanced reality . send message 'd like connect !
u
united state america
san francisco bay area
null
[ { "company": "Meta", "company_linkedin_profile_url": "https://www.linkedin.com/company/meta", "description": "Helping reduce harms on Facebook for emerging Integrity problems in key areas (civic, priority countries, health, global events and crises)\n\n2021 - present: Central Integrity- Ecosystems \n2020: Civic Integrity", "ends_at": null, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFdNatYGiBelg/company-logo_100_100/0/1636138753911?e=1655942400&v=beta&t=iII2Ir6i3VLBquR9oU7teq0NeAN4MJ94Ul_MfQsBXlA", "starts_at": { "day": 1, "month": 7, "year": 2020 }, "title": "Software Engineer" }, { "company": "University of California, Berkeley", "company_linkedin_profile_url": "https://www.linkedin.com/company/uc-berkeley", "description": "I studied intelligent scene generation and augmentation for AR/VR at the FHL Vive Center For Enhanced Reality while supervised by Dr. Allen Yang", "ends_at": { "day": 30, "month": 6, "year": 2020 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGF8uB7vUoJ0Q/company-logo_100_100/0/1639585476982?e=1655942400&v=beta&t=_1dF9Fien_w4m3xBPJDFmuaaTYrpuJ-OvhSx7K3zZoM", "starts_at": { "day": 1, "month": 9, "year": 2019 }, "title": "Graduate Student Researcher @ FHL Vive Center For Enhanced Reality" }, { "company": "University of California, Berkeley", "company_linkedin_profile_url": "https://www.linkedin.com/company/uc-berkeley", "description": "I developed bio-inspired robotic and computer simulation models for legged burrowing at the PolyPEDAL Lab and was advised by Professor Robert Full", "ends_at": { "day": 30, "month": 6, "year": 2020 }, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGF8uB7vUoJ0Q/company-logo_100_100/0/1639585476982?e=1655942400&v=beta&t=_1dF9Fien_w4m3xBPJDFmuaaTYrpuJ-OvhSx7K3zZoM", "starts_at": { "day": 1, "month": 8, "year": 2017 }, "title": "Graduate Student Researcher @ PolyPedal Lab" }, { "company": "Facebook", "company_linkedin_profile_url": "https://www.linkedin.com/company/facebook", "description": "Civic Integrity Data Infra", "ends_at": { "day": 31, "month": 8, "year": 2019 }, "location": "Greater New York City Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHi-wrXiQcbxw/company-logo_100_100/0/1635988509026?e=1655942400&v=beta&t=Ckz3JQlXnoxQCf35l5zZ27IpbQiMJbSfw-a43e6-O2I", "starts_at": { "day": 1, "month": 6, "year": 2019 }, "title": "Software Engineer Intern" }, { "company": "Facebook", "company_linkedin_profile_url": "https://www.linkedin.com/company/facebook", "description": "Ads Interfaces Infra & Speed", "ends_at": { "day": 31, "month": 8, "year": 2018 }, "location": "Menlo Park, California", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHi-wrXiQcbxw/company-logo_100_100/0/1635988509026?e=1655942400&v=beta&t=Ckz3JQlXnoxQCf35l5zZ27IpbQiMJbSfw-a43e6-O2I", "starts_at": { "day": 1, "month": 5, "year": 2018 }, "title": "Software Engineering Intern" }, { "company": "PayPal", "company_linkedin_profile_url": "https://www.linkedin.com/company/paypal", "description": "Financial Instruments", "ends_at": { "day": 31, "month": 8, "year": 2017 }, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGgcRYcsEA95g/company-logo_100_100/0/1593617920398?e=1655942400&v=beta&t=gSPHIE0e3WFZuzJr2g3IESTqdeypPISrW6331kh7qB4", "starts_at": { "day": 1, "month": 5, "year": 2017 }, "title": "Software Engineer Intern" }, { "company": "First Robotics Team 2854", "company_linkedin_profile_url": null, "description": "Led a team in the First Robotics Competition (FRC) to build and ship a robot in 6 weeks.\n• Highlights: Judge’s Award 2013, Best Engineering Project 2015\n• Developed and mentored 4 First Technical Challenge (FTC) teams, growing club from 40 to 100+ students", "ends_at": { "day": 31, "month": 5, "year": 2016 }, "location": "San Francisco Bay Area", "logo_url": null, "starts_at": { "day": 1, "month": 8, "year": 2012 }, "title": "President and Team Captain" } ]
[ { "degree_name": "Master of Science - MS", "description": "• Coursework: Deep Reinforcement Learning, Virtual Reality and Immersive Computing, Deep Neural Networks; Fundamentals of Business, Personal Finance(Haas MBA); Product Management (School of Information)\n• Thesis: Robotic and Computer Simulated Burrowing inspired by Mole Crabs\n• Advised by Prof. Robert Full", "ends_at": null, "field_of_study": "Electrical Engineering and Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGF8uB7vUoJ0Q/company-logo_100_100/0/1639585476982?e=1655942400&v=beta&t=_1dF9Fien_w4m3xBPJDFmuaaTYrpuJ-OvhSx7K3zZoM", "school": "University of California, Berkeley", "school_linkedin_profile_url": "https://www.linkedin.com/school/uc-berkeley/", "starts_at": null }, { "degree_name": "Bachelor's degree", "description": "• Selected Coursework: Machine Learning, Artificial Intelligence, Robotics I & II, Algorithms, Graphics, Operating Systems, Security, Signals and Systems, Probability and Random Processes\n• Minor in Electrical Engineering\n• Upsilon Pi Epsilon- Computer Science Honor Society", "ends_at": null, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGF8uB7vUoJ0Q/company-logo_100_100/0/1639585476982?e=1655942400&v=beta&t=_1dF9Fien_w4m3xBPJDFmuaaTYrpuJ-OvhSx7K3zZoM", "school": "University of California, Berkeley", "school_linkedin_profile_url": "https://www.linkedin.com/school/uc-berkeley/", "starts_at": null }, { "degree_name": null, "description": null, "ends_at": null, "field_of_study": null, "logo_url": null, "school": "Evergreen Valley High School", "school_linkedin_profile_url": null, "starts_at": null } ]
[]
[]
[]
[]
[]
[]
[]
[]
[ { "cause": null, "company": "Boy Scout Troop 296", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 31, "month": 12, "year": 2016 }, "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 2009 }, "title": "Eagle Scout" } ]
[]
500
[ { "link": "https://www.linkedin.com/in/ammar-husain", "location": "San Jose, CA", "name": "Ammar Husain", "summary": "Software Engineer at Meta" }, { "link": "https://www.linkedin.com/in/martin-lee-go-bears", "location": "Berkeley, CA", "name": "Martin Lee", "summary": "Software Development Engineer at Amazon" }, { "link": "https://www.linkedin.com/in/kayla-tran", "location": "San Jose, CA", "name": "Kayla Tran", "summary": "Software Engineer at Microsoft" }, { "link": "https://www.linkedin.com/in/adrian-fan-3ba3ab120", "location": "Menlo Park, CA", "name": "Adrian Fan", "summary": "Machine Learning Engineer at Facebook" }, { "link": "https://www.linkedin.com/in/vishal-damojipurapu-3b0a4b129", "location": "San Jose, CA", "name": "Vishal Damojipurapu", "summary": "Software Engineer at Equinix" }, { "link": "https://ca.linkedin.com/in/jun-yu-david-ju-071ba9a2", "location": "Vancouver, BC", "name": "Jun Yu David Ju", "summary": "Software Engineer at Meta" }, { "link": "https://www.linkedin.com/in/harun-gunaydin", "location": "Mountain View, CA", "name": "Harun Gunaydin", "summary": "Machine Learning @ FB" }, { "link": "https://www.linkedin.com/in/utsawkumar", "location": "San Francisco Bay Area", "name": "Utsaw Kumar", "summary": "Software Engineering Manager, Machine Learning at Facebook" }, { "link": "https://www.linkedin.com/in/theklam", "location": "San Francisco Bay Area", "name": "Kalvin Lam", "summary": "SWE @ Coinbase | Brown CS (BS + MS)" }, { "link": "https://www.linkedin.com/in/neelesh-dodda", "location": "San Jose, CA", "name": "Neelesh D.", "summary": "CTO @ DiscreetAI | Software Engineer II @ AWS AI" }, { "link": "https://www.linkedin.com/in/minh-phuong-nguyen-01794126", "location": "United States", "name": "Minh Phuong Nguyen", "summary": "Machine Learning Engineer at Facebook" }, { "link": "https://www.linkedin.com/in/jaykudva", "location": "San Jose, CA", "name": "Jay K.", "summary": "Product @ Elude | CS & Economics @ UC Berkeley" }, { "link": "https://www.linkedin.com/in/lidraco", "location": "San Francisco Bay Area", "name": "Draco Li", "summary": "CS ' 22 @ Georgia Tech" }, { "link": "https://www.linkedin.com/in/isabel-suizo-b67b56190", "location": "San Francisco Bay Area", "name": "Isabel Suizo", "summary": "SWE Intern @ Nextdoor" }, { "link": "https://www.linkedin.com/in/ryan-chang-5b2269167", "location": "San Jose, CA", "name": "Ryan Chang", "summary": "Incoming SDE Intern at Amazon | CS @ UCR '23" }, { "link": "https://www.linkedin.com/in/puneet-cheema", "location": "San Francisco Bay Area", "name": "Puneet Cheema", "summary": "Product @ Visa" }, { "link": "https://www.linkedin.com/in/alvin-lim-a71519201", "location": "San Jose, CA", "name": "Alvin Lim", "summary": "Assembly Planner at Sierra Circuits" }, { "link": "https://www.linkedin.com/in/lisa-zhuojun-hou", "location": "Seattle, WA", "name": "Lisa(Zhuojun) Hou", "summary": "Software Engineer at Facebook" } ]
[]
[]
[ { "link": "https://in.linkedin.com/in/aakash-parikh-283065a5", "location": "Mumbai", "name": "Aakash Parikh", "summary": "BCG | IIM Bangalore | IIT Roorkee" }, { "link": "https://in.linkedin.com/in/aakash-parikh-93b484a", "location": "Mumbai", "name": "Aakash Parikh", "summary": "Derivatives Trader and Investment Manager" }, { "link": "https://in.linkedin.com/in/aakash-parikh-39280049", "location": "Jamnagar", "name": "Aakash Parikh", "summary": "Reliance Industries Ltd. Fire Manager" }, { "link": "https://in.linkedin.com/in/aakash-parikh-7935773b", "location": "Vadodara", "name": "Aakash Parikh", "summary": "Vice President - Sales at Dhyey Consulting Services Pvt. Ltd." } ]
[]
[]
null
null
null
null
null
null
null
null
5,015
aakashrathore
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakash
rathore
aakash rathore
Software Engineer at Google
googler
aakashrathore.com | software engineer , tech enthusiast , gamer .
u
united state america
greater seattle area
null
[ { "company": "Google", "company_linkedin_profile_url": "https://www.linkedin.com/company/google", "description": null, "ends_at": null, "location": "Greater Seattle Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHiNSL4Or29cg/company-logo_100_100/0/1519856215226?e=1655942400&v=beta&t=I3wjgj0XaOvOEEijwV-l2GdsHMNBE4TuNLd2LaE2S2Y", "starts_at": { "day": 1, "month": 7, "year": 2018 }, "title": "Software Engineer" }, { "company": "University of Arizona", "company_linkedin_profile_url": "https://www.linkedin.com/company/uarizona", "description": "Department: Facilities Management\n\n•\tDeveloped a large scale application to maintain university’s transportation services with C# for the back-end and AngularJS. Achieved 4x faster results by reducing the API calls, normalizing the database and using caching.\n•\tDeveloped an offline content syncing model for the mobile application, using Apache Cordova and PouchDB.\n•\tCreated a java based subscription management tool using AWS APIs to automate the existing SNS workflow.", "ends_at": { "day": 31, "month": 5, "year": 2018 }, "location": "Tucson, Arizona Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE14g3Bkn8dTQ/company-logo_100_100/0/1614987713189?e=1655942400&v=beta&t=dd8alxoBlnoNS6dzWF75ZFtOgmC4ovh8z11N6Y43A68", "starts_at": { "day": 1, "month": 8, "year": 2017 }, "title": "Student Software Developer" }, { "company": "University of Arizona", "company_linkedin_profile_url": "https://www.linkedin.com/company/uarizona", "description": "TA for CSC460 Database Design, CSC 372 Comparative Programming Languages and CSC337 Web Programming\n•\tHelped answer questions from hundreds of students about assignments using Piazza, emails and office hours\n•\tHelped students in debugging their programs and professor in grading and running the class.", "ends_at": { "day": 31, "month": 5, "year": 2018 }, "location": "Tucson, Arizona Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE14g3Bkn8dTQ/company-logo_100_100/0/1614987713189?e=1655942400&v=beta&t=dd8alxoBlnoNS6dzWF75ZFtOgmC4ovh8z11N6Y43A68", "starts_at": { "day": 1, "month": 1, "year": 2017 }, "title": "Teaching Assistant" }, { "company": "University of Arizona", "company_linkedin_profile_url": "https://www.linkedin.com/company/uarizona", "description": "Department: Astronomy Department\n\n•\tDeveloped an interactive timeline tool from scratch for a research project ran by PhD Students using LAMP stack.\n•\tAchieved 95x faster and better search results on teachastronmy.com (~10k users) by redesigning the index. Rewrote the indexing code in Java using JSOUP to retrieve information by scraping data from the web, and SOLR to index it.\n•\tPerformed data analysis and researched on the use of SVM and Naïve Bayes Algorithms for classifications.", "ends_at": { "day": 31, "month": 5, "year": 2017 }, "location": "Tucson, Arizona Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE14g3Bkn8dTQ/company-logo_100_100/0/1614987713189?e=1655942400&v=beta&t=dd8alxoBlnoNS6dzWF75ZFtOgmC4ovh8z11N6Y43A68", "starts_at": { "day": 1, "month": 3, "year": 2016 }, "title": "Student Full Stack Developer" }, { "company": "Dash 360 Inc.", "company_linkedin_profile_url": null, "description": "•\tAnalyzed technical problems and handled product design as well as project management to develop Dash360’s project management portal in MVC5 Framework.\n•\tUsed Active Directory Federation Services to develop a single sign on services based on client’s needs.\n•\tRedesigned the backend to handle the growing demand of the service. Reduced the backend response time by using asynchronous processes, analyzing the possible future requirements, changing the schema, improving error handling and reducing the number of API calls.", "ends_at": { "day": 31, "month": 8, "year": 2017 }, "location": "Tucson, Arizona Area", "logo_url": null, "starts_at": { "day": 1, "month": 5, "year": 2017 }, "title": "Software Engineer Intern" } ]
[ { "degree_name": "Bachelor of Science (B.S.)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2018 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE14g3Bkn8dTQ/company-logo_100_100/0/1614987713189?e=1655942400&v=beta&t=dd8alxoBlnoNS6dzWF75ZFtOgmC4ovh8z11N6Y43A68", "school": "University of Arizona", "school_linkedin_profile_url": "https://www.linkedin.com/school/uarizona/", "starts_at": { "day": 1, "month": 1, "year": 2014 } } ]
[ "English", "Hindi", "Japanese" ]
[]
[]
[]
[]
[ { "name": "Algorithms", "number": "CSC445" }, { "name": "Analysis of Discrete Structures", "number": "345" }, { "name": "Computer Organization", "number": "252" }, { "name": "Introduction to Discrete Structures", "number": "245" }, { "name": "Object-Oriented Programming & Design", "number": "335" }, { "name": "Operating Systems", "number": "CSC452" }, { "name": "Operating Systems", "number": "CSC452" }, { "name": "Program Design & Development", "number": "227" }, { "name": "Systems Programming and Unix", "number": "352" }, { "name": "C++", "number": "-" } ]
[ { "description": "•\tCo-founded Startup Chaat to provide new entrepreneurs a platform to advertise, and showcase their startups. Learned about industrial marketing and its need in the field of Computer Science. \n•\tIncreased to 10k+ followers on Facebook in 2.5 weeks using creative ads and marketing.", "ends_at": null, "starts_at": { "day": 1, "month": 2, "year": 2017 }, "title": "CO-FOUNDER OF STARTUP CHAAT: PODCASTS ON ENTREPRENEURS AND STARTUPS", "url": "http://startupchaat.com" }, { "description": "• Developed a Restaurant Billing System in C++.", "ends_at": null, "starts_at": { "day": 1, "month": 12, "year": 2013 }, "title": "Restaurant Management System", "url": null }, { "description": "Designed backend that can be integrated with any VR system for remote healthcare in third world countries to allow doctors to be anywhere in the world and still provide healthcare to under privileged patients. Used accessible technologies and volunteer services to implement a cost-efficient system.\nCreated a web app to implement a queuing and matching system based on location, language and availability.", "ends_at": null, "starts_at": { "day": 1, "month": 1, "year": 2018 }, "title": "DOCMATCH FOR HACKATHON - BEST HUMANITARIAN PROJECT AWARD BY AMAZON", "url": null }, { "description": "Lead Programmer of an interactive java based game using Swing (JAVA UI Framework) and Threads. Played a key role in improving the performance of the multithread system by incorporating a scheduler.", "ends_at": null, "starts_at": { "day": 1, "month": 4, "year": 2015 }, "title": "Pokemon Safari Game", "url": "https://github.com/aakashrathore/ARiderPokemon.git" }, { "description": "• Created a java based subscription management program for the end-user using available AWS APIs", "ends_at": null, "starts_at": null, "title": "AWS SNS", "url": "http://github.com/aakashrathore" }, { "description": "•\tHacked Amazon Alexa on Raspberry Pi to perform vowel space analysis on user’s speech to detect mental disorders.\n•\tDeveloped an Alexa skill to start a conversation with the user and collect voice signals.", "ends_at": null, "starts_at": null, "title": "Hackathon Depression Detector", "url": "http://github.com/aakashrathore" }, { "description": "• Developed personal portfolio website plus blog using MEAN Stack.", "ends_at": null, "starts_at": null, "title": "Personal portfolio Website with Blog (In Progress)", "url": null } ]
[]
[ { "cause": "Science and Technology", "company": "University of Arizona", "company_linkedin_profile_url": "https://www.linkedin.com/company/uarizona", "description": "• Volunteered for the Hack Arizona management team\n• Learned how to organize an event at a large scale while managing teams\nwith more than 15 people", "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE14g3Bkn8dTQ/company-logo_100_100/0/1614987713189?e=1655942400&v=beta&t=dd8alxoBlnoNS6dzWF75ZFtOgmC4ovh8z11N6Y43A68", "starts_at": null, "title": "Hackathon Management team" } ]
[]
500
[]
[]
[ { "activity_status": "Liked by Aakash Rathore", "link": "https://www.linkedin.com/signup/cold-join", "title": "During a 10-hour flight, she was heading from Seoul, Korea, to San Francisco, USA. This mother distributed more than 200 passengers on the plane a…" }, { "activity_status": "Liked by Aakash Rathore", "link": "https://www.linkedin.com/signup/cold-join", "title": "I just earned my Registered Scrum Master™ credential from Agile Education by Scrum Inc.™ 🎉 #RegisteredScrum #AgileEducation" }, { "activity_status": "Liked by Aakash Rathore", "link": "https://www.linkedin.com/signup/cold-join", "title": "I am very excited to be in my first day at the College of Science at The University of Arizona Career Center. To help share resources, opportunities,…" } ]
[ { "link": "https://de.linkedin.com/in/aakaash003", "location": "Germany", "name": "Aakash Rathore", "summary": "Systems Engineer | eVTOL Aficionado | Electric Flight Enthusiast" }, { "link": "https://in.linkedin.com/in/aakash-data-engineer", "location": "Bengaluru", "name": "Aakash Rathore", "summary": null }, { "link": "https://in.linkedin.com/in/aakash-rathore-a0aba5b2", "location": "Kota", "name": "AAKASH RATHORE", "summary": "B.Tech (Mech.) | E-Commerce | Sales And Marketing | Operations | Procurement | Vendor Management | Vendor Development | CRM | Automobile | Catalogue | GoMechanic | Ex Boodmo.com" }, { "link": "https://in.linkedin.com/in/aakash-rathore-84b487221", "location": "Indore", "name": "Aakash Rathore", "summary": "Associate Consultant Intern" } ]
[]
[]
null
null
null
null
null
null
null
null
5,037
aakashsachdeva
https://media-exp1.licdn.com/dms/image/C5103AQFrzUy08LCnPA/profile-displayphoto-shrink_200_200/0/1581965701942?e=1652918400&v=beta&t=iOdvOtYDCjeGd7_DeeizdoXGjRg1XMnn77wtZwbiJug
https://media-exp1.licdn.com/dms/image/C5116AQGGMxlIxHH6vw/profile-displaybackgroundimage-shrink_200_800/0/1563180498459?e=1652918400&v=beta&t=2CbLnlIviHAzNTOJKazQoqeLfhka53_HmLRI3pQ1cHQ
aakash
sachdeva
aakash sachdeva
Software Development Engineer at Amazon
software development engineer amazon | texas & '21
graduate student texas & university ms-mis program worked one half year gemalto , thales company software development engineer . experience involves creating project using java , python , sql , resolving critical customer issue root cause analysis troubleshooting . developing real-world solution transform business optimization performance drive motivation . inquisitive , self-motivated team player love solving business problem using analytical technical skill . thrive following quality – • collaboration – communicating , respecting , motivating helping team member • persistence – finding solution problem matter challenging • time management – always scheduling time achieving desired goal skill - python | java | c | c++ | sql | bash scripting | oracle | mysql | sql server | mongodb | linux | agile methodology | business intelligence | data analysis | tableau | powerbi | jupyter notebook | jira | confluence proven experience creating tremendous positive impact team proactive behavior commitment project ignite spark award . skill explore learn new technology job ha always put healthy position take new challenge kept ahead peer . additionally , experience volunteering team leadership position made better team player instilled confidence step forward take lead situation demand . ’ high energy team player goal-oriented person . ’ wait next challenge industry !
u
united state america
college station
texas
[ { "company": "Amazon", "company_linkedin_profile_url": "https://www.linkedin.com/company/amazon", "description": null, "ends_at": null, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=1655942400&v=beta&t=AVKhS-aqZ8h_yaf-McQWAc1jIlHiawZrjoadhfnNFOM", "starts_at": { "day": 1, "month": 6, "year": 2021 }, "title": "Software Development Engineer" }, { "company": "Texas A&M University", "company_linkedin_profile_url": "https://www.linkedin.com/company/texas-a&m-university", "description": "• Mentored students coaching towards better understanding in Business Information Security and IT Security Controls; articulate & help in hands on MS Excel, Access & HTML\n• Evaluated coursework & developed end to end insights to improve student performance; provided reviews and feedback to 1000+ students", "ends_at": null, "location": "Bryan/College Station, Texas Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQH0AwblDTN6-g/company-logo_100_100/0/1519855923386?e=1655942400&v=beta&t=Kfl7C2m-u4GdJKWokTd0E6SMwd3iE1zcg_Bn_IQUwp8", "starts_at": { "day": 1, "month": 8, "year": 2019 }, "title": "Graduate Assistant - Teaching" }, { "company": "EY", "company_linkedin_profile_url": "https://www.linkedin.com/company/ernstandyoung", "description": "• Performed duplicate analysis on document sets to provide percentage similarity reducing document review\n• Analyzed & created search term reports on risk helping reduce documents for review from millions to thousands\n• Automated capacity reports after proposing the steps of information using Python\n• Provided analytical solutions & creative presentations to clients for return to work after Covid in deadline driven environment", "ends_at": { "day": 31, "month": 8, "year": 2020 }, "location": "Dallas, Texas, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQGpRhkpxp5A9A/company-logo_100_100/0/1561962168715?e=1655942400&v=beta&t=lJgbWsh_PieJTnK0gv5fAkcEzL9_Gw63dDrVrJp1r3w", "starts_at": { "day": 1, "month": 7, "year": 2020 }, "title": "Data Analytics Technology Intern" }, { "company": "Thales", "company_linkedin_profile_url": "https://www.linkedin.com/company/thales", "description": "• Implemented SQL scripts to optimize, transform and migrate corrected data improving efficiency by 10% for customers\n• Solved production issues through exploratory data analysis and data correction; saved 1M for clients\n• Optimized Migration component using Python and Java to skip 1000s of card profiles, card content and files based on configurations which improved performance\n• Developed stored procedures and triggers to deliver Migration component in Agile methodology which provided migration of large data for 20+ customers\n• Created core services with team in RUM component and delivered project to more than 50 customers\n• Built non regression and unit test cases in java; validated new modules and corrected issues\n• Analyzed customer data, wrote PL/SQL scripts and provided code bug fixes to solve >40 critical issues\n• Collaborated with cross functional teams, product owners and clients to deliver quality product using agile methodology\n• Developed projects in Sprint and coordinated with different teams at global locations in India, Singapore, France, and Beijing", "ends_at": { "day": 31, "month": 7, "year": 2019 }, "location": "Noida", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEmnUAXTuLkJQ/company-logo_100_100/0/1530178704654?e=1655942400&v=beta&t=lhGvArmxIWGoqZpA1uSK2SQOLmpCzHwLC7zr_uCn_Es", "starts_at": { "day": 1, "month": 6, "year": 2018 }, "title": "Software Engineer" }, { "company": "Thales", "company_linkedin_profile_url": "https://www.linkedin.com/company/thales", "description": "• Researched AOTA project, aimed at managing smart card and all its files remotely through server enabling telecom operators to manage 2G, 3G and LTE operations\n• Developed and validated services for push and pull modes in cards and upgrading from 2G/3G to 4G solution\n• Worked on Oracle SQL to handle data related queries and resolve issues\n• Created automated non regression tests to test already working module", "ends_at": { "day": 31, "month": 5, "year": 2018 }, "location": "Noida Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEmnUAXTuLkJQ/company-logo_100_100/0/1530178704654?e=1655942400&v=beta&t=lhGvArmxIWGoqZpA1uSK2SQOLmpCzHwLC7zr_uCn_Es", "starts_at": { "day": 1, "month": 2, "year": 2018 }, "title": "Intern" }, { "company": "MothersonSumi INfotech & Designs Ltd. (MIND)", "company_linkedin_profile_url": "https://www.linkedin.com/company/mothersonsumi-infotech-designs-ltd-mind", "description": "• Worked on a web-based application using ASP.NET, involved methodologies, tools and technologies of EDI (Electronic Data Interchange)\n• Learnt about secure way of exchanging 1000+ documents\n• Resolved issues and improved existing system by modifying PL/SQL scripts", "ends_at": { "day": 31, "month": 12, "year": 2017 }, "location": "Noida Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQHAB_4PrYHE4g/company-logo_100_100/0/1572413452292?e=1655942400&v=beta&t=tYYQ5EGLAckbIiZYs-4ub1nywbSfKZCFHQZFoKRzfm8", "starts_at": { "day": 1, "month": 8, "year": 2017 }, "title": "Intern" }, { "company": "MothersonSumi INfotech & Designs Ltd. (MIND)", "company_linkedin_profile_url": "https://www.linkedin.com/company/mothersonsumi-infotech-designs-ltd-mind", "description": "• Designed a website to display information and top 10 latest news about an organization \n• Built new module to serve as a common platform for 10,000 employees to save their information, activities, achievements and tasks", "ends_at": { "day": 31, "month": 7, "year": 2017 }, "location": "Noida Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQHAB_4PrYHE4g/company-logo_100_100/0/1572413452292?e=1655942400&v=beta&t=tYYQ5EGLAckbIiZYs-4ub1nywbSfKZCFHQZFoKRzfm8", "starts_at": { "day": 1, "month": 6, "year": 2017 }, "title": "Web Developer Intern" }, { "company": "Jaypee Institute of Information Technology", "company_linkedin_profile_url": "https://www.linkedin.com/company/jiit62128", "description": "• Recruited new members through interviews and built a team to participate in competitions and won awards\n• Organized 2 huge events of Converge Street Play, JYC Acting Play and brought sponsors and judges", "ends_at": { "day": 30, "month": 6, "year": 2017 }, "location": "Noida Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQHTAh8kvQEY2Q/company-logo_100_100/0/1543003170234?e=1655942400&v=beta&t=O3VlxLUfhXjY7iuKeFC9Hi_QvWys23NFEeo7lJn_wl4", "starts_at": { "day": 1, "month": 8, "year": 2016 }, "title": "President of Dramatics Society" } ]
[ { "degree_name": "Master of Science - MS", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2021 }, "field_of_study": "Management Information Systems", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQH0AwblDTN6-g/company-logo_100_100/0/1519855923386?e=1655942400&v=beta&t=Kfl7C2m-u4GdJKWokTd0E6SMwd3iE1zcg_Bn_IQUwp8", "school": "Texas A&M University", "school_linkedin_profile_url": "https://www.linkedin.com/school/texas-a&m-university/", "starts_at": { "day": 1, "month": 1, "year": 2019 } }, { "degree_name": "Bachelor's of Technology", "description": "• Led the Dramatics team as president of society\n• Participated in various acting and fashion events\n• Volunteered for organizing cultural fests and various events", "ends_at": { "day": 31, "month": 12, "year": 2018 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQFpR8qejjH3Yg/company-logo_100_100/0/1520909933499?e=1655942400&v=beta&t=Uztk-bAfXSaol6mzvejHCpizfZ-EgrMCfkp4Xby77gg", "school": "Jaypee Institute Of Information Technology", "school_linkedin_profile_url": "https://www.linkedin.com/school/jaypee-institute-of-information-technology/", "starts_at": { "day": 1, "month": 1, "year": 2014 } }, { "degree_name": "Intermediate - CBSE", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2014 }, "field_of_study": "Science Stream", "logo_url": null, "school": "Milton Public School, Agra", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2012 } }, { "degree_name": "High School - ICSE", "description": null, "ends_at": null, "field_of_study": "94.6%", "logo_url": null, "school": "St. Peter's College, Agra", "school_linkedin_profile_url": null, "starts_at": null } ]
[ "English", "Hindi" ]
[ { "description": null, "ends_at": null, "org_name": "Indian Graduate Students Association (IGSA)", "starts_at": { "day": 1, "month": 2, "year": 2020 }, "title": "Senior Director, IT" }, { "description": null, "ends_at": null, "org_name": "Texas A&M Data Analytics Club", "starts_at": { "day": 1, "month": 8, "year": 2019 }, "title": "-" }, { "description": null, "ends_at": { "day": 31, "month": 12, "year": 2018 }, "org_name": "Agra Vikas Manch - Volunteering", "starts_at": { "day": 1, "month": 8, "year": 2014 }, "title": "-" }, { "description": null, "ends_at": { "day": 31, "month": 5, "year": 2018 }, "org_name": "Abhivyakti - Dramatics", "starts_at": { "day": 1, "month": 8, "year": 2014 }, "title": "President" }, { "description": null, "ends_at": { "day": 30, "month": 6, "year": 2015 }, "org_name": "Panache - Fashion Society", "starts_at": { "day": 1, "month": 8, "year": 2014 }, "title": "-" } ]
[ { "description": null, "name": "Prediction of Consumer Behaviour using Random Forest Algorithm", "published_on": { "day": 1, "month": 11, "year": 2018 }, "publisher": "IEEE", "url": "https://ieeexplore.ieee.org/document/8597070" } ]
[ { "description": null, "issued_on": { "day": 1, "month": 8, "year": 2019 }, "issuer": "Texas A&M University (Mays Business School)", "title": "Financial Aid Award" }, { "description": "Won best paper award in 5th IEEE Uttar Pradesh Section International Conference on Electrical, Electronics and Computer Engineering for paper entitled Prediction of Consumer Behaviour using Random Forest Algorithm", "issued_on": { "day": 1, "month": 11, "year": 2018 }, "issuer": "IEEE", "title": "Best Paper Award" }, { "description": "Received Ignite the Spark award for creating a tremendous positive impact in the team through my proactive behavior and commitment to the project", "issued_on": { "day": 1, "month": 10, "year": 2018 }, "issuer": "Gemalto", "title": "Ignite the Spark" }, { "description": "Received Bachelors of Technology degree with Honors in Computer Science & Engineering based on my academic background", "issued_on": { "day": 1, "month": 6, "year": 2018 }, "issuer": "Jaypee Institute of Information Technology", "title": "Honors Degree" }, { "description": "Won championship award in Math and Science state competition", "issued_on": { "day": 1, "month": 2, "year": 2014 }, "issuer": "-", "title": "UP Genius Award" } ]
[]
[]
[]
[ { "date_on": { "day": 1, "month": 9, "year": 2018 }, "description": null, "name": "GRE", "score": "324" }, { "date_on": { "day": 1, "month": 6, "year": 2018 }, "description": null, "name": "TOEFL", "score": "113" } ]
[ { "cause": "Social Services", "company": "Agra Vikas Manch", "company_linkedin_profile_url": null, "description": "Mentored unprivileged children and taught them elementary Math, English and Science\n\nOrganized medical camps for children like blood donation and eye check up", "ends_at": { "day": 31, "month": 12, "year": 2018 }, "logo_url": null, "starts_at": { "day": 1, "month": 8, "year": 2014 }, "title": "Volunteer" } ]
[]
500
[ { "link": "https://www.linkedin.com/in/ravishagupta", "location": "Arlington, VA", "name": "Ravisha Gupta", "summary": "Data Engineer at Mastercard | Ex-Data Scientist at Mays Innovation Research Center | TAMU MS-MIS 2021" }, { "link": "https://www.linkedin.com/in/pragnya-kulkarni", "location": "Bryan, TX", "name": "Pragnya Kulkarni", "summary": "MS-MIS Texas A&M University" }, { "link": "https://www.linkedin.com/in/porwalpriyanshu", "location": "Austin, TX", "name": "Priyanshu Porwal", "summary": "Data Analyst at Meta (formerly Facebook) | Texas A&M '21" }, { "link": "https://www.linkedin.com/in/tania-manhas", "location": "Cupertino, CA", "name": "Tania Manhas MS, MBA", "summary": "Data Engineer at Amazon | MS-MIS Texas A&M University" }, { "link": "https://www.linkedin.com/in/naghma-as", "location": "Bryan, TX", "name": "Naghma Alli Shaik", "summary": "Software Development Engineer at Amazon | Software Engineer Intern at Visa | MCS in Texas A&M University | RBS | CEG" }, { "link": "https://www.linkedin.com/in/shipratyagi-tamu", "location": "Seattle, WA", "name": "Shipra Tyagi", "summary": "Business Intelligence Engineer at Amazon" }, { "link": "https://www.linkedin.com/in/moumitamukherjee14", "location": "College Station, TX", "name": "Moumita Mukherjee", "summary": "Texas A&M University | Software Engineer | Product Management |" }, { "link": "https://www.linkedin.com/in/chirag-karkera", "location": "Seattle, WA", "name": "Chirag Karkera", "summary": "Business Intelligence Engineer at Amazon | MS-MIS at Texas A&M University" }, { "link": "https://www.linkedin.com/in/paras-vashisht", "location": "Bryan, TX", "name": "Paras Vashisht", "summary": "MS MIS Texas A&M University | Ex-Deloitte" }, { "link": "https://www.linkedin.com/in/tanvee-bagalkar", "location": "Brookline, MA", "name": "Tanvee Vinayak Bagalkar", "summary": "Business Intelligence Engineer at Amazon || TAMU - MIS '21" }, { "link": "https://www.linkedin.com/in/shaista-ambreen", "location": "College Station, TX", "name": "Shaista Ambreen", "summary": "MS in CS at Texas A&M University | Ex - Qualcomm | NIT Durgapur" }, { "link": "https://www.linkedin.com/in/akjuturub04", "location": "Bryan, TX", "name": "Amruth Kumar", "summary": "Masters in Computer Science, Texas A&M University" }, { "link": "https://www.linkedin.com/in/harshita-chaudhary", "location": "College Station, TX", "name": "Harshita Chaudhary", "summary": "Software Developer at Twitter" }, { "link": "https://www.linkedin.com/in/pahul-singh-156047131", "location": "Evanston, IL", "name": "Pahul Singh", "summary": "Graduate Research Assistant at Northwestern University" }, { "link": "https://www.linkedin.com/in/rohini-joshi-8a11b3143", "location": "Bryan, TX", "name": "Rohini Joshi", "summary": "Graduate Assistant Researcher at Global Supply Chain Lab, TAMU | Graduate Student at Mays Business School | MS-MIS, 2023 | MITx Micromasters in Statistics and Data Science | Data Analytics | Business Intelligence" }, { "link": "https://www.linkedin.com/in/mdaliejaz", "location": "Seattle, WA", "name": "Muhammad Ali Ejaz", "summary": "Software Development Manager, hiring SDE1s and SDE2s" }, { "link": "https://www.linkedin.com/in/uditpilania", "location": "College Station, TX", "name": "Udit Pilania", "summary": "Master's at Texas A&M University" }, { "link": "https://www.linkedin.com/in/salonithakkar", "location": "Whippany, NJ", "name": "Saloni Thakkar", "summary": "Data Engineer | Data Scientist | Women in Technology" }, { "link": "https://www.linkedin.com/in/oosalawu", "location": "Alexandria, VA", "name": "Olajide Salawu", "summary": "Cloud Architect | 5x AWS Certified" }, { "link": "https://www.linkedin.com/in/izunna-okpala", "location": "Cincinnati, OH", "name": "Izunna Okpala", "summary": "PhD Researcher | Digital Futures Fellow" } ]
[]
[]
[ { "link": "https://in.linkedin.com/in/aakash-sachdeva-34482b176", "location": "Delhi, India", "name": "Aakash Sachdeva", "summary": "Quality Assurance Specialist Trust and Safety ( Quality Coach)" }, { "link": "https://in.linkedin.com/in/aakash-sachdeva-9b3856143", "location": "New Delhi", "name": "Aakash Sachdeva", "summary": "Packaging Technologist | IIP, Delhi" }, { "link": "https://in.linkedin.com/in/aakash-sachdeva", "location": "Noida", "name": "Aakash Sachdeva", "summary": "Data Science Trainee @ Ecom Express | Operations Research | Co-Founder IIESA |👨‍🎓 Industrial Engineering @ IIT Delhi" }, { "link": "https://in.linkedin.com/in/aakash-sachdeva-a98855109", "location": "Ghaziabad", "name": "Aakash Sachdeva", "summary": "Anaplan Consultant at Deloitte" } ]
[]
[]
null
null
null
null
null
null
null
null
5,045
aakashsrinivasan
https://media-exp1.licdn.com/dms/image/C5603AQFNcE8nGNQVeg/profile-displayphoto-shrink_200_200/0/1590539596476?e=1652918400&v=beta&t=ueN4SSm26RByAl3KCBsfmbj6r6cvxFgOv3DHCY2i0oU
https://media-exp1.licdn.com/dms/image/C5616AQFVHfs7WQtncw/profile-displaybackgroundimage-shrink_200_800/0/1618983587362?e=1652918400&v=beta&t=fiq_iTP_qPfrUUnNNqmOKxo-WTtfRbL-FWr6VgeDs9g
aakash
srinivasan
aakash srinivasan
Senior Director at Salesforce
agile coach & trainer
experienced agile transformation leader co-founder two agile training service company ( www.simpliaxis.com & www.scrumatics.com ) based washington , usa .
u
united state america
seattle
washington
[ { "company": "Salesforce", "company_linkedin_profile_url": "https://www.linkedin.com/company/salesforce", "description": null, "ends_at": null, "location": "Seattle, Washington, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHZ9xYomLW7zg/company-logo_100_100/0/1591198956689?e=1655942400&v=beta&t=ONTqKhUr_7-7OUfXvARKGae5h2LMPgopGqlQVz7z3z0", "starts_at": { "day": 1, "month": 11, "year": 2020 }, "title": "Senior Director" }, { "company": "SimpliAxis", "company_linkedin_profile_url": "https://www.linkedin.com/company/simpliaxis-inc", "description": "www.simpliaxis.com", "ends_at": null, "location": "Seattle, Washington, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFx_msuufqVlw/company-logo_100_100/0/1598341013888?e=1655942400&v=beta&t=dG-YAnvDJEukG2WsCpQoxQmm2ppnjrSCi6QqljHMvlc", "starts_at": { "day": 1, "month": 3, "year": 2021 }, "title": "Co-Founder" }, { "company": "Scrumatics", "company_linkedin_profile_url": "https://www.linkedin.com/company/scrumatics-llc", "description": "www.scrumatics.com", "ends_at": null, "location": "Seattle, Washington, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQG_s0iFRpLVjA/company-logo_100_100/0/1545964625849?e=1655942400&v=beta&t=XbB0I-pZz0xgZXDWoakAhLoPp6dqz3S0Oo-oZaJXA-A", "starts_at": { "day": 1, "month": 1, "year": 2017 }, "title": "Co-Founder" }, { "company": "Consultant (Various clients)", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 31, "month": 12, "year": 2016 }, "location": "United States", "logo_url": null, "starts_at": { "day": 1, "month": 11, "year": 2009 }, "title": "Senior Management Consultant" }, { "company": "Infosys", "company_linkedin_profile_url": "https://www.linkedin.com/company/infosys", "description": null, "ends_at": { "day": 31, "month": 7, "year": 2007 }, "location": "India", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHS0k_nLjbnKA/company-logo_100_100/0/1625111766048?e=1655942400&v=beta&t=_b8eB1amUsPIWGQQrld7_RXII7y7ZwTsYOC0NUptzBQ", "starts_at": { "day": 1, "month": 8, "year": 2005 }, "title": "Software Engineer" } ]
[ { "degree_name": "Master's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2009 }, "field_of_study": "Electrical Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFAyZ5pXkHL9Q/company-logo_100_100/0/1597671966100?e=1655942400&v=beta&t=jIZwHEq4IOlt-akteEHG9msVudZCRBN5Wxkuz9qVzEs", "school": "Syracuse University", "school_linkedin_profile_url": "https://www.linkedin.com/school/syracuse-university/", "starts_at": { "day": 1, "month": 1, "year": 2007 } }, { "degree_name": "Bachelor's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2005 }, "field_of_study": "Electronics and Communication Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEXLsH7UX9uMw/company-logo_100_100/0/1519865269158?e=1655942400&v=beta&t=A8DkvtSozacTw7aXChbN-wvrxmiFcqmEMIgn6oGpHVw", "school": "Visvesvaraya Technological University", "school_linkedin_profile_url": "https://www.linkedin.com/school/visvesvaraya-technological-university/", "starts_at": { "day": 1, "month": 1, "year": 2001 } } ]
[]
[]
[ { "description": null, "name": "Evolution of Agile in the World of Remote Work", "published_on": { "day": 26, "month": 10, "year": 2021 }, "publisher": "Agile Heroes Summit", "url": "https://theagileheroessummit.com/" }, { "description": "Moderated a panel discussion on \"Future of Work\" with a few thought leaders in the Agile space as part of the 2021 Agile Summit at University of New Hampshire.", "name": "Future of Work", "published_on": { "day": 1, "month": 4, "year": 2021 }, "publisher": "University of New Hampshire - Peter T. Paul College of Business and Economics", "url": "https://paulcollege.unh.edu/agile-summit-speakers" }, { "description": null, "name": "Building agility in an organization's DNA", "published_on": { "day": 1, "month": 4, "year": 2018 }, "publisher": "Scrum Alliance - Global Scrum Gathering 2018 (Minneapolis)", "url": "https://www.scrumalliance.org/courses-events/events/global-scrum-gathering/2018/minneapolis-2018/schedule-program" }, { "description": null, "name": "Zorro Circles of Inspection and Adaptation", "published_on": { "day": 1, "month": 10, "year": 2016 }, "publisher": "Southern Fried Agile 2016", "url": "https://sfa2016.sched.org/speaker/aakash_srinivasan.1tislh6d" }, { "description": null, "name": "Weaving the Fabric of Product Prototyping", "published_on": { "day": 1, "month": 9, "year": 2016 }, "publisher": "Agile Nova", "url": "https://www.meetup.com/agilenova/events/232691246/" }, { "description": null, "name": "Calibrating Planning in Agile", "published_on": { "day": 1, "month": 7, "year": 2016 }, "publisher": "Agile Professionals, VA", "url": "http://www.meetup.com/Agile-Professionals/events/232392587/" }, { "description": null, "name": "Business Agility Through Customer Collaboration", "published_on": { "day": 1, "month": 6, "year": 2016 }, "publisher": "Tri Agile 2016", "url": "http://triagile.com/speakers/aakash-srinivasan/" }, { "description": null, "name": "Zorro Circles: Retrospectives for Excellence", "published_on": { "day": 1, "month": 6, "year": 2016 }, "publisher": "ADC West 2016", "url": "https://adcwest.techwell.com/speakers/aakash-srinivasan" }, { "description": null, "name": "Calibrating Planning in Agile", "published_on": { "day": 1, "month": 5, "year": 2016 }, "publisher": "Heart of Agile 2016", "url": "http://www.genesisconsulting.com/events/heart-of-agile" }, { "description": null, "name": "Weaving The Fabric of Product Prototyping", "published_on": { "day": 1, "month": 5, "year": 2016 }, "publisher": "Big Apple Scrum Day 2016", "url": "http://www.bigapplescrumday.org/#!speakers/jhsi0" }, { "description": null, "name": "How To Design Your Own Retrospective", "published_on": { "day": 1, "month": 4, "year": 2016 }, "publisher": "Scrum Alliance - Global Scrum Gathering 2016 (Orlando)", "url": "https://www.scrumalliance.org/courses-events/events/global-gatherings/2016/orlando-2016/schedule-and-program" }, { "description": null, "name": "Characteristics of Agile Reflections", "published_on": { "day": 1, "month": 3, "year": 2016 }, "publisher": "Innovate Virginia 2016", "url": "http://s611422584.onlinehome.us/sessions/characteristics-of-agile-reflections/" }, { "description": null, "name": "The Zorro Circles of Retrospectives", "published_on": { "day": 1, "month": 2, "year": 2016 }, "publisher": "DC Area Scaled Agilists", "url": "http://bit.ly/1V4X0gI" }, { "description": "Testimonial from Michael Bonamassa (Organizer, DC Area Scrum Users Group):\n\nThanks for the excellent presentation on “The Importance of User Stories” at our DC SAFe Users Group Meetup. Your presentation was very well received and the material was great and highly relevant to teams wanting to establish agility. I particularly like the way you masterfully weaved in real world examples to illustrate the points you were making throughout. It was great that the audience engaged and your ability to work through the questions and comments while still maintaining the focus and pace of the presentation was great. I hope we have another chance to see you present at a future meetup.", "name": "The Importance of User Stories", "published_on": { "day": 1, "month": 11, "year": 2015 }, "publisher": "DC Area SAFe Users Group", "url": "http://www.meetup.com/DC-Area-SAFe-Users-Group/events/225934825/" }, { "description": null, "name": "Valuing Flexibility Over Predictability by Investing in User Stories", "published_on": { "day": 1, "month": 9, "year": 2015 }, "publisher": "Learning Tree Scrum User Group", "url": "http://members.scrumalliance.org/events/1216-learning-tree-fall-user-group-meeting-discover-the-importance-of-user-stories" }, { "description": "Testimonial from Pawin Chawanasunthornpot (Organizer, Agile Professionals):\n\n“Aakash and Vivek came to present about “How to design your own Retrospective” which provide an inside of how everyone who works with Agile teams can customize and adapt their own Retrospective based on a good set of principles collected from Agile experts. They were very well prepared and also provided handouts to the audiences which were useful for later practices. The presentation was informative. Both Aakash and Vivek worked well together as presenters and showed great passion in the Agile space.”", "name": "How To Design Your Own Retrospective", "published_on": { "day": 1, "month": 8, "year": 2015 }, "publisher": "Agile Professionals", "url": "http://www.meetup.com/Agile-Professionals/events/222818519/" }, { "description": null, "name": "State of Scrum 2015", "published_on": { "day": 1, "month": 8, "year": 2015 }, "publisher": "Agile Chicago Style", "url": "http://agilechicagostyle.libsyn.com/discussing-the-state-of-scrum" }, { "description": null, "name": "The Customer Can Always Be Right", "published_on": { "day": 1, "month": 8, "year": 2015 }, "publisher": "Agile 2015", "url": "http://agile2015.sched.org/speaker/aakash_srinivasan.1tislh6d#.VcAYqpNViko" }, { "description": null, "name": "The Reality of Agile Coaching and Training - Insights From the Trenches", "published_on": { "day": 1, "month": 7, "year": 2015 }, "publisher": "Agile Chicago Style", "url": "http://agilechicagostyle.com/2015/07/29/agile-training-and-coaching-with-aakash-srinivasan/" }, { "description": "Testimonial from Pamela McCoy (Organizer, Baltimore Agile):\n\nOn behalf of Baltimore Agile in Columbia, I wanted to take this opportunity to say thank you for presenting at Connections Education on June 4, 2015. The topic of your choice was awesome. The invaluable information you imparted in to the audience was well received, thoroughly enjoyed, and appreciated. Thank you for taking time out of your schedule to continue to educate people on Agile best practices. You did an outstanding job!", "name": "Effective Product Ownership for an agile business", "published_on": { "day": 1, "month": 6, "year": 2015 }, "publisher": "Baltimore Agile", "url": "http://www.meetup.com/BMore-Agile-in-MD/events/222404213/" }, { "description": "Testimonial from Harlan Bennett (President, IIBA DC): \n\nAakash presented this topic to our group of business analysis professionals. Great presentation combined with great presence made for an engaging and insightful evening on the benefits of an agile mindset and how it empowers product owners and organizations to be successful when agility is fully embraced. Aakash was able to demonstrate to our group how we each can fit into the \"agile model\" and how we can bring immediate benefits to our various organizations. There were many insights and techniques that I know our members will use to bring additional success to their companies. \n\nI would personally recommend Aakash to show you the benefits of Agile!", "name": "The Impact of True Product Ownership", "published_on": { "day": 1, "month": 5, "year": 2015 }, "publisher": "IIBA DC", "url": "https://www.youtube.com/watch?v=7371SGR4N7Q" }, { "description": null, "name": "The Art of Agile Planning", "published_on": { "day": 1, "month": 4, "year": 2015 }, "publisher": "Agile Indy", "url": "http://agileindy2015.sched.org/event/5df2bbaeca73cd860dc927b735a3c5b0" }, { "description": null, "name": "Achieving Agility - is it an art? or science?", "published_on": { "day": 1, "month": 3, "year": 2015 }, "publisher": "Illionis Regional Agile Users Group", "url": null }, { "description": null, "name": "Agile Immersive Lab", "published_on": { "day": 1, "month": 3, "year": 2015 }, "publisher": "Illionis Regional Agile Users Group", "url": "http://bit.ly/1db8a37" }, { "description": "Testimonial from Brian Sjoberg (Organizer, Washington DC Scrum User Group):\n\nAs the organizer of the DC Scrum User Group I see many presentations. Some great, some not so great. Maria and Aakash were on the great side, they did a fantastic job presenting on the topic of “The Customer CAN Always Be Right”. They were able to give concrete examples that engaged the audience. Additionally they provided the audience with some techniques to help ensure their customers are always right. I talked to a few members after the presentation and they were complimentary and said that it was a very useful presentation.", "name": "Realizing Business Agility through Customer Collaboration", "published_on": { "day": 1, "month": 2, "year": 2015 }, "publisher": "Washington DC Scrum User Group", "url": "https://www.youtube.com/watch?v=EPNcIQN1Z1w" }, { "description": null, "name": "Planning Agile Releases", "published_on": { "day": 1, "month": 12, "year": 2014 }, "publisher": "Pampered Chef, IL", "url": "https://www.youtube.com/watch?v=Te39dgHADr0" }, { "description": null, "name": "The Pursuit of Enterprise Agility", "published_on": { "day": 1, "month": 11, "year": 2014 }, "publisher": "Scrum Alliance", "url": "https://www.scrumalliance.org/community/articles/2014/november/the-pursuit-of-enterprise-agility" }, { "description": null, "name": "Agile Retrospectives: Why They Matter", "published_on": { "day": 1, "month": 2, "year": 2014 }, "publisher": "Scrum Alliance", "url": "http://www.scrumalliance.org/community/articles/2014/february/agile-retrospectives-why-they-matter" }, { "description": null, "name": "The Burden of True Agility", "published_on": { "day": 1, "month": 9, "year": 2013 }, "publisher": "Scrum Alliance", "url": "http://www.scrumalliance.org/community/articles/2013/september/the-burden-of-true-agility-(1)" } ]
[]
[]
[]
[]
[]
[ { "cause": null, "company": "Scrum Alliance", "company_linkedin_profile_url": "https://www.linkedin.com/company/scrum-alliance", "description": null, "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEtNtj0qEDpIw/company-logo_100_100/0/1584463589788?e=1655942400&v=beta&t=kka49bgfQUiNfeBK6IGbH44-UHPhslnmsK4LTuvr40I", "starts_at": null, "title": "Reviewer-Global Scrum Gathering: 2019 (Austin), 2018(MN), 2016(Munich, Shanghai), 2015(Orlando, Phx)" }, { "cause": null, "company": "Agile Alliance", "company_linkedin_profile_url": "https://www.linkedin.com/company/agilealliance", "description": null, "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEVXMQ_HArooQ/company-logo_100_100/0/1624913379930?e=1655942400&v=beta&t=TNjgqm8D-Gx6rLJ0yV9Jz7LG611wSHFbM2IqR4Q-PFo", "starts_at": null, "title": "Volunteer - Agile 2015" } ]
[ { "authority": "Project Management Institute", "display_source": null, "ends_at": null, "license_number": null, "name": "Agile Certified Practitioner (License: 1578715), Project Management Professional (License: 1508061)", "starts_at": null, "url": null }, { "authority": "Scrum Alliance", "display_source": "www.scrumalliance.org", "ends_at": null, "license_number": null, "name": "CST, CSP-SM, CSP-PO, CSM, A-CSM, CSPO, A-CSPO, CSD, A-CSD, Scrum Foundations Educator, CAL 1", "starts_at": null, "url": "https://www.scrumalliance.org/community/profile/asrinivasa11" }, { "authority": "Agility Health", "display_source": null, "ends_at": null, "license_number": null, "name": "Certified Agility Health Facilitator", "starts_at": null, "url": null }, { "authority": "LeSS.works", "display_source": "less.works", "ends_at": null, "license_number": null, "name": "Certified LeSS Practitioner", "starts_at": null, "url": "https://less.works/profiles/aakash-srinivasan" }, { "authority": "Six Sigma", "display_source": null, "ends_at": null, "license_number": "103241", "name": "Certified Six Sigma Green Belt", "starts_at": null, "url": null }, { "authority": "Conteneo Inc.", "display_source": null, "ends_at": null, "license_number": null, "name": "Innovation Games Certified Collaboration Architect", "starts_at": null, "url": null }, { "authority": "LeanKanban University", "display_source": "edu.leankanban.com", "ends_at": null, "license_number": null, "name": "Kanban Coaching Professional Masterclass", "starts_at": null, "url": "http://edu.leankanban.com/users/aakash-srinivasan" }, { "authority": "Scaled Agile, Inc.", "display_source": "www.scaledagileacademy.com", "ends_at": null, "license_number": null, "name": "SAFe Program Consultant (SPC)", "starts_at": null, "url": "http://www.scaledagileacademy.com/members/?id=21034074" }, { "authority": "Bowperson Publishing and Training", "display_source": "bowperson.com", "ends_at": null, "license_number": null, "name": "Training From The Back Of The Room - Certified Trainer", "starts_at": null, "url": "http://bowperson.com/certified-trainers/" } ]
500
[ { "link": "https://ca.linkedin.com/in/robindymond", "location": "Calgary, AB", "name": "Robin Dymond", "summary": "Certified Scrum Trainer®, Agile Coach, Transformation Advisor: Helping people & companies make change that sticks" }, { "link": "https://in.linkedin.com/in/sutap", "location": "Pune", "name": "Sutap Choudhury", "summary": "Coach | Consultant | Change Agent - Agile, Lean, TOC, Organizational Transformation | Speaker | Writer | Learner" }, { "link": "https://www.linkedin.com/in/donny-hearne-69230044", "location": "Greater Indianapolis", "name": "Donny Hearne", "summary": "Salesforce Agile Coach, Director" }, { "link": "https://www.linkedin.com/in/vivekangiras", "location": "Washington DC-Baltimore Area", "name": "Vivek Angiras, CST", "summary": "Co-Founder at SimpliAxis" }, { "link": "https://www.linkedin.com/in/stevespearman", "location": "Denver, CO", "name": "Steve Spearman, CST", "summary": "CST and Agile Coach at Full Spectrum Agile" }, { "link": "https://www.linkedin.com/in/rajkasturi", "location": "Glen Mills, PA", "name": "Raj Kasturi, CST®", "summary": "Certified Scrum Trainer, Agile Coach, Speaker, Author, Volunteer" }, { "link": "https://in.linkedin.com/in/cstapeksha", "location": "Bengaluru", "name": "Apeksha Patel", "summary": "Chief Product Officer at Leanpitch, Board Member Agile Alliance, Certified Scrum Trainer (CST), AKT" }, { "link": "https://www.linkedin.com/in/berniemaloney", "location": "San Francisco Bay Area", "name": "🖖🏼 Bernie Maloney, CST", "summary": "Accelerating untapped Genius in Leaders, Organizations & Teams | Agile Leadership Coach" }, { "link": "https://www.linkedin.com/in/helenebryan", "location": "San Francisco Bay Area", "name": "Helene Graham Bryan", "summary": "Director, Agile Delivery" }, { "link": "https://www.linkedin.com/in/bonsyyelsangi", "location": "United States", "name": "Bonsy Yelsangi", "summary": "Certified Scrum Trainer and Published Author" }, { "link": "https://www.linkedin.com/in/agilebrain", "location": "Washington DC-Baltimore Area", "name": "Kim Brainard", "summary": "Certified Scrum Trainer (CST), Speaker, Facilitator, and a passion for people" }, { "link": "https://www.linkedin.com/in/miljanbajic", "location": "San Diego, CA", "name": "Miljan Bajic", "summary": "Organizational Coach (CEC), Trainer (CST), and Consultant" }, { "link": "https://in.linkedin.com/in/amit-kulkarni-cst", "location": "Mumbai", "name": "Amit Kulkarni, CST", "summary": "Certified Scrum Trainer (CST), at World of Agile and Effective Project Management Consultancy" }, { "link": "https://in.linkedin.com/in/vijaybandaru", "location": "Hyderabad", "name": "Vijay Bandaru", "summary": "Certified Scrum Trainer (CST), Certified Enterprise Coach (CEC), Certified Team Coach (CTC). ICF-ACC, CAL1, Certified Executive & Team Coach (Marshall Goldsmith), TBR Certified" }, { "link": "https://www.linkedin.com/in/soumya-mangalore-pmp-pmi-acp-spc-csm-68199387", "location": "Renton, WA", "name": "Soumya Mangalore, PMP, PMI-ACP, SPC, CSM", "summary": "Agile Program Manager at Wells Fargo| Actively Seeking Full time Opportunities" }, { "link": "https://www.linkedin.com/in/mariamatarelli", "location": "Tampa, FL", "name": "Maria Matarelli", "summary": "Executive Agile Coach & Global Strategist | Certified Scrum Trainer (CST)" }, { "link": "https://www.linkedin.com/in/danielvacanti", "location": "Miami-Fort Lauderdale Area", "name": "Daniel Vacanti", "summary": "Co-Founder ProKanban.org and Co-Author of the Kanban Guide" }, { "link": "https://www.linkedin.com/in/carolclark", "location": "Fort Lauderdale, FL", "name": "Carol Clark", "summary": "Give Me 90 Days - I’ll Turn Your Org Into A Revenue Generating MACHINE" } ]
[ "Abidemi Olatokunbo,PMP®,CSM®\n \n \n\n\n\n \n \n \n \n \n\n \n I would rate his Scrum Master training program 10/10. \nI really got so much values than the money I paid and really thankful for Coach Aakash. He is indeed a Subject Matter Expert when it comes to Agile Practice. He gave more than what I paid for. Real practical approach to Agile project delivery. Thank you, Aakash. Trust me, I will keep recommending you to anyone who asks for advice on Agile training. You are very good at what you do 👏", "Alicia Thompson, PMP®, CSM®\n \n \n\n\n\n \n \n \n \n \n\n \n Aakash is more than a facilitator. I met Aakash back in 2020 when I sent employees to his various Agile training sessions. Our employees always had raving reviews. I finally got the opportunity to experience his wisdom for myself during a Scrum Master class in which he so thoroughly and expertly facilitated. Aakash was patient and went above and beyond what was even needed to pass the course but to ensure each person was prepared for the real world of scrum. I left feeling empowered and with an additional wealth of knowledge you can only get from someone who is well read and truly cares about people, their development and their contribution in whatever field they are in. I would recommend Aakash a thousand times over. He puts his whole heart into what he does. Hats off to you Aakash and keep on being a trailblazer." ]
[ { "activity_status": "Shared by Aakash Srinivasan", "link": "https://www.linkedin.com/signup/cold-join", "title": "Zohar Mann I enjoyed your talk on Coaching teams on Agile transformation at The Agile Heroes Summit!For those of you who missed it, check out (see…" }, { "activity_status": "Liked by Aakash Srinivasan", "link": "https://www.linkedin.com/signup/cold-join", "title": "Delighted to share that I am now a Certified Scrum Product Owner 😊😊 Thank you Valerio Zanini, CST, CPIT for making the course super engaging and…" } ]
[ { "link": "https://www.linkedin.com/in/aakash-srinivasan-0023a5206", "location": "San Ramon, CA", "name": "Aakash Srinivasan", "summary": "Computer Science student at DVC" }, { "link": "https://www.linkedin.com/in/aakash-srinivasan-141924193", "location": "Los Angeles Metropolitan Area", "name": "Aakash Srinivasan", "summary": "UCLA CS | SWE-ML Intern @ Google | CS @ IIT Madras | Ex-Adobe Research | Machine Learning" }, { "link": "https://www.linkedin.com/in/aakashsrini", "location": "United States", "name": "Aakash Srinivasan", "summary": null }, { "link": "https://www.linkedin.com/in/aakash-bharadwaj", "location": "Hyattsville, MD", "name": "Aakash Srinivasan", "summary": "MBA Candidate 2023 | Smith Fellow | ROMBA Fellow | University of Maryland - Robert H. Smith School of Business | Lean Six Sigma Black Belt" } ]
[]
[ { "name": "The Project Manager Network - #1 Group for Project Managers", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/37888" }, { "name": "Project Manager Community - Best Group for Project Management", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGrRS0NYN5Luw/group-logo_image-shrink_92x92/0/1631006769782?e=1647691200&v=beta&t=m7ri6rh6-lChQhgQ_A7SvuhlUg9axoXBgD53Te3BxmA", "url": "https://www.linkedin.com/groups/35313" }, { "name": "Consultants Network | Part of Consultancy.org", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQHrA2jML5LbBA/group-logo_image-shrink_92x92/0/1631006025757?e=1647691200&v=beta&t=T7h9W6GtjlzungDXQd3eoFgE0CK42sHASOLCw_zxUKw", "url": "https://www.linkedin.com/groups/40103" }, { "name": "Infosys Global Alumni Network.", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQExJsOj2ZMSVQ/group-logo_image-shrink_200x200/0/1631374806162?e=1647691200&v=beta&t=1lzRD3MglYBnR_T2wg0bFDnEFCnGPW7KZ0GqGLQ5jcE", "url": "https://www.linkedin.com/groups/43243" }, { "name": "On Startups - The Community For Entrepreneurs", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQEpOgpQbQSzlw/group-logo_image-shrink_92x92/0/1631005705998?e=1647691200&v=beta&t=aHvAr9Ot4A3Oi76jR3cr-adgXCEZJlHdqmY2CVBXKY0", "url": "https://www.linkedin.com/groups/2877" }, { "name": "PMI Credentialed PMPs", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQF_RWj15Us9kQ/group-logo_image-shrink_200x200/0/1631379829924?e=1647691200&v=beta&t=Mp2lfomOK7XrIq427IewNHrFKzBYK6UhoU6XLziJjDs", "url": "https://www.linkedin.com/groups/40431" } ]
null
null
null
null
null
null
null
null
5,061
aakashucf
https://media-exp1.licdn.com/dms/image/C4E03AQGJWRkYDobAfw/profile-displayphoto-shrink_200_200/0/1576680349644?e=1652918400&v=beta&t=Ka9bNDetO3iggc_hV-6ho_dwrWLxUiexSGuC1BvjH7I
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakash
patel
aakash patel
Consultant at Deloitte
consultant deloitte
aakash consultant deloitte client experience healthcare industry . ha implementation experience infor 's hcm module focus talent acquisition , transition management , talent growth , infor technology .
u
united state america
orlando
florida
[ { "company": "Deloitte", "company_linkedin_profile_url": "https://www.linkedin.com/company/deloitte", "description": "Lead Talent Acquisition, Onboarding, and Performance Management", "ends_at": null, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHda-o9KT2w5Q/company-logo_100_100/0/1625689676984?e=1655942400&v=beta&t=K54SakIleVkuat9eYB3sswjYqaguwzGCMxKycahvNkc", "starts_at": { "day": 1, "month": 8, "year": 2020 }, "title": "Consultant" }, { "company": "Deloitte", "company_linkedin_profile_url": "https://www.linkedin.com/company/deloitte", "description": "Infor technologist", "ends_at": { "day": 31, "month": 8, "year": 2020 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHda-o9KT2w5Q/company-logo_100_100/0/1625689676984?e=1655942400&v=beta&t=K54SakIleVkuat9eYB3sswjYqaguwzGCMxKycahvNkc", "starts_at": { "day": 1, "month": 7, "year": 2018 }, "title": "Business Technology Analyst" }, { "company": "Citi", "company_linkedin_profile_url": "https://www.linkedin.com/company/citi", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2017 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEUQ2ki2bwfQQ/company-logo_100_100/0/1625150931567?e=1655942400&v=beta&t=UvsHddN8WX0XJBcKeDdv7jIpsFJPqr-3wM60zdCevPg", "starts_at": { "day": 1, "month": 6, "year": 2017 }, "title": "Summer Technology Analyst" }, { "company": "University of Central Florida - College of Business Administration", "company_linkedin_profile_url": "https://www.linkedin.com/company/ucf-college-of-business", "description": "• Publication: Do Alpha Males Deliver Alpha? Testosterone and Hedge Funds\n• Streamlining the retrieval and processing of large data sets by programming Python scripts\n\nResearch Paper:\nhttps://ssrn.com/abstract=3100645", "ends_at": { "day": 30, "month": 4, "year": 2017 }, "location": "Department of Finance", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFuJq59mmGVzA/company-logo_100_100/0/1519908581997?e=1655942400&v=beta&t=QiPui6zYleL60wYvwL93IieTNmVo553np_YyLeztQgA", "starts_at": { "day": 1, "month": 1, "year": 2017 }, "title": "Undergraduate Research Assistant" } ]
[ { "degree_name": "Computer Science, Finance Minor", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2018 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQERdqvS3PNJSg/company-logo_100_100/0/1519865950068?e=1655942400&v=beta&t=-5es7rdaw8ASYMPVvNOi_Gyn4J0FJTRrUmIADfm6KYo", "school": "University of Central Florida", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-central-florida/", "starts_at": { "day": 1, "month": 1, "year": 2013 } }, { "degree_name": "Summer School", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2018 }, "field_of_study": "FM230 - Alternative Investments", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQE9zOcrL1Oxug/company-logo_100_100/0/1625128826504?e=1655942400&v=beta&t=apBKALPl2CltnnihSCRNW4Qiyf3OylrLDKMHRDXU07E", "school": "The London School of Economics and Political Science (LSE)", "school_linkedin_profile_url": "https://www.linkedin.com/school/london-school-of-economics/", "starts_at": { "day": 1, "month": 1, "year": 2018 } } ]
[]
[ { "description": "• Founder: Florida Epsilon Colony (2014)\n• Eminent Recorder commonly known as: Secretary (2014-2015)\n• Health & Safety commonly known as: Risk Manager (2016)\n• Graduate of the 81st John O. Moseley Leadership School (2016)\n• Founder: Florida Epsilon Chapter (2018)\n• Alumni Chairman (2018)", "ends_at": { "day": 31, "month": 12, "year": 2018 }, "org_name": "Sigma Alpha Epsilon Fraternity", "starts_at": { "day": 1, "month": 1, "year": 2014 }, "title": "Executive Board Member" } ]
[]
[]
[]
[ { "name": "Alternative Investments", "number": "FM230" }, { "name": "Business Finance", "number": "FIN 3403" }, { "name": "Calculus III", "number": "MAC 2313" }, { "name": "Computer Architecture", "number": "EEL 4768" }, { "name": "Computer Logic and Organization", "number": "CDA 3103" }, { "name": "Computer Science II", "number": "COP 3503C" }, { "name": "Differential Equations", "number": "MAP 2302" }, { "name": "Discrete Structures II", "number": "COT 4210" }, { "name": "Financial Accounting", "number": "ACG 2021" }, { "name": "Financial Derivatives", "number": "FIN 4533" }, { "name": "Financial Markets", "number": "FIN 3303" }, { "name": "Human & Technology Interaction", "number": "CAP 4104" }, { "name": "International Financial Management", "number": "FIN 4604" }, { "name": "Investment Analysis", "number": "FIN 3504" }, { "name": "Numerical Calculus", "number": "COT 4500" }, { "name": "Operating Systems", "number": "COP 4600" }, { "name": "Personal Finance and Investments", "number": "FIN 2100" }, { "name": "Physics II for Scientists and Engineers", "number": "PHY 2049C" }, { "name": "Processes of Object-Oriented Programming", "number": "COP 4331C" }, { "name": "Programming Languages", "number": "COP 4020" }, { "name": "Programming with C", "number": "COP 3223" }, { "name": "Security in Computing", "number": "CIS 3360" }, { "name": "Senior Design 1", "number": "COP 4934" }, { "name": "Senior Design 2", "number": "COP 4935" }, { "name": "Systems Software", "number": "COP 3402" }, { "name": "Topics in Cybersecurity", "number": "CIS 4940" } ]
[]
[]
[ { "cause": null, "company": "Acumen", "company_linkedin_profile_url": "https://www.linkedin.com/company/acumen-fund", "description": null, "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQGdkSHj6mAhOA/company-logo_100_100/0/1519855990351?e=1655942400&v=beta&t=WcVHYnXrKb-4J7gT4xaSoOd6K9tFBwWIXtKaPkI_Km0", "starts_at": { "day": 1, "month": 1, "year": 2020 }, "title": "Next Ambassador" }, { "cause": "Education", "company": "University of Central Florida - College of Engineering & Computer Science", "company_linkedin_profile_url": "https://www.linkedin.com/company/ucfcecs", "description": "• Manage endowment fund for scholarships \n• Enrich undergraduate experiences by increasing alumni engagement with students", "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQF6WB1fIMXoZg/company-logo_100_100/0/1519874513145?e=1655942400&v=beta&t=k6npzWexLtT-a8611bPv0q2tHgqHXqPDfQUfq0tC2wk", "starts_at": { "day": 1, "month": 5, "year": 2018 }, "title": "Alumni Board Member" } ]
[ { "authority": "Infor", "display_source": "www.certmetrics.com", "ends_at": null, "license_number": null, "name": "Landmark Developer", "starts_at": { "day": 1, "month": 6, "year": 2020 }, "url": "https://www.certmetrics.com/infor/public/badge.aspx?i=3&t=c&d=2020-06-24&ci=IN00128335" } ]
500
[ { "link": "https://www.linkedin.com/in/stanley-sylverain-mba-msbm-488730112", "location": "Orlando, FL", "name": "Stanley Sylverain, MBA, MSBM", "summary": "Manager, Sports Training and Competition at Special Olympics Florida" }, { "link": "https://www.linkedin.com/in/akash-chaparala-979608172", "location": "Atlanta Metropolitan Area", "name": "Akash Chaparala", "summary": "Finance and CIS Major" }, { "link": "https://www.linkedin.com/in/lily-fender-5338831a2", "location": "Orlando, FL", "name": "Lily Fender", "summary": "University of Central Florida Accounting and Finance" }, { "link": "https://www.linkedin.com/in/zreynolds99", "location": "Atlanta Metropolitan Area", "name": "Zachary Reynolds", "summary": "Tax Digital Consulting Associate at Grant Thornton" }, { "link": "https://www.linkedin.com/in/ethanfogt", "location": "Orlando, FL", "name": "Ethan Fogt", "summary": "Incoming Tax Associate at Grant Thornton LLP (US) | MSA Student at the University of Central Florida | Graduate Teaching Assistant" }, { "link": "https://www.linkedin.com/in/lindsay-amoroso-33291b180", "location": "Dallas, TX", "name": "Lindsay Amoroso", "summary": "Financial Management Associate at Lockheed Martin" }, { "link": "https://www.linkedin.com/in/abdon-orrostieta-86131a102", "location": "Orlando, FL", "name": "Abdon Orrostieta, MHA", "summary": "Staff I Consultant" }, { "link": "https://www.linkedin.com/in/staciesparks", "location": "Erlanger, KY", "name": "Stacie Sparks, SPHR", "summary": "Management Consultant" }, { "link": "https://www.linkedin.com/in/kelli-joseph-energy", "location": "Washington, DC", "name": "Kelli Joseph, PhD", "summary": "Electricity Markets | Regulatory Power Market Strategy | Wholesale and Retail Electricity | Finance | Climate Policy | Decarbonization | Clean Energy Transition" }, { "link": "https://www.linkedin.com/in/james-galloway-md-mba-67653827", "location": "Bernardsville, NJ", "name": "James Galloway, MD, MBA", "summary": "Director Medical Affairs" }, { "link": "https://ca.linkedin.com/in/don-macpherson-01347544", "location": "Vancouver, BC", "name": "Don MacPherson", "summary": "Partner, National Leader Accounting & Internal Controls, Regulatory & Legal Support | Risk Advisory | advising dynamic companies of all sizes" }, { "link": "https://www.linkedin.com/in/richardmedaugh", "location": "Alexandria, KY", "name": "Richard Medaugh", "summary": "Passionate executive, thoughtful teammate" }, { "link": "https://www.linkedin.com/in/kat-vila-69324554", "location": "Fort Lauderdale, FL", "name": "Kat Vila", "summary": "Sr System Analyst SCM Systems at Memorial Healthcare System" }, { "link": "https://ca.linkedin.com/in/kaitlynalyssahendricks", "location": "Toronto, ON", "name": "Kaitlyn Hendricks, CHRP", "summary": "Certified Human Resources Professional" }, { "link": "https://www.linkedin.com/in/kaylablee", "location": "New York City Metropolitan Area", "name": "Kayla Lee, PhD", "summary": "Strategic Alliances and Ecosystem Development at IBM Quantum" }, { "link": "https://www.linkedin.com/in/kendallwoods", "location": "New York, NY", "name": "Kendall Woods", "summary": "Financial Management Associate at Citi" }, { "link": "https://www.linkedin.com/in/oliviamarcey", "location": "Washington DC-Baltimore Area", "name": "Olivia Marcey", "summary": "Snowflake Sales Engineer" }, { "link": "https://www.linkedin.com/in/natalie-lewis-273092a9", "location": "New York, NY", "name": "Natalie Lewis", "summary": "MBA Candidate at Columbia Business School" } ]
[]
[ { "activity_status": "Liked by Aakash Patel", "link": "https://www.linkedin.com/signup/cold-join", "title": "As we mark another #piday, it reminds us of an embedded message the Greek symbol is representative of: infinite possibilities similar to the pi’s…" }, { "activity_status": "Liked by Aakash Patel", "link": "https://www.linkedin.com/signup/cold-join", "title": "Started a new position as Project Leader at Boston Consulting Group (BCG)" }, { "activity_status": "Liked by Aakash Patel", "link": "https://www.linkedin.com/signup/cold-join", "title": "It's no surprise motivational quotes, videos, and individual brands have a massive audience, my guess is > 100m impressions/day. People want to…" } ]
[ { "link": "https://au.linkedin.com/in/aakash-patel-93949b7a", "location": "Adelaide, SA", "name": "Aakash Patel", "summary": "Electronics Software and Control Systems Engineer at Supashock" }, { "link": "https://in.linkedin.com/in/aakash-patel-b69942101", "location": "Surat", "name": "Aakash patel", "summary": "Mechanical Engineer at UNITED PHOSPHATE PRIVATE LIMITED" }, { "link": "https://in.linkedin.com/in/aakash-patel-46210851", "location": "Surat", "name": "aakash patel", "summary": "director at aakash group" }, { "link": "https://ca.linkedin.com/in/aakashpatel0902", "location": "Cambridge, ON", "name": "Aakash Patel", "summary": "Consultant at CGI" }, { "link": "https://in.linkedin.com/in/aakash-patel-95b2923a", "location": "Surat", "name": "Aakash Patel", "summary": "Event Managment" } ]
[]
[ { "name": "Lawson / Infor Connections", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQGus_h4ELohJg/group-logo_image-shrink_200x200/0/1631368043355?e=1647691200&v=beta&t=RH14JLEPJviEvZsJ0G4q1XR0einP80ajjcykqGG7wtk", "url": "https://www.linkedin.com/groups/27008" }, { "name": "York Finance Conference delegates 2016", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQFJd26498bSHg/group-logo_image-shrink_200x200/0/1631369269410?e=1647691200&v=beta&t=qUALdvSSgxTKkKZ34P4ypsqZCwxWfKyoBXtpChmzteg", "url": "https://www.linkedin.com/groups/8485251" }, { "name": "Sigma Alpha Epsilon Alumni Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5107AQHVWcZUU3rLtw/group-logo_image-shrink_200x200/0/1631435500735?e=1647691200&v=beta&t=cUmmFkUTFmhJNQGApRny2B3ZteJE74p-hhWbo1rrc-4", "url": "https://www.linkedin.com/groups/38068" }, { "name": "Deloitte US", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQF_oW9yo109AQ/group-logo_image-shrink_92x92/0/1546958851828?e=1647691200&v=beta&t=Z5sJGdklw1jSJg_heIrmTShvPE8yHrobKvV237JMsGE", "url": "https://www.linkedin.com/groups/3727918" }, { "name": "Sigma Alpha Epsilon of the Florida Epsilon chapter.", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHvMlXeHwxLfQ/group-logo_image-shrink_92x92/0/1631007706943?e=1647691200&v=beta&t=5UjI16N54aQi5svlfp6N89RUiLGzySBK5xuhIGxkD68", "url": "https://www.linkedin.com/groups/8838446" }, { "name": "Sigma Alpha Epsilon", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFAe3saZ61eIw/group-logo_image-shrink_200x200/0/1631361548131?e=1647691200&v=beta&t=I0AL29AR-0YoKZZ62HFbzMg3XfC9_DQsT0955YlQaww", "url": "https://www.linkedin.com/groups/40043" }, { "name": "Infor Lawson S3/GHR", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQEFcDi4LGd0hg/group-logo_image-shrink_200x200/0/1631435353002?e=1647691200&v=beta&t=Hav-Zx-_xOH_5hB1vZV6rrmZVRIskFasUvoN8RvZpbk", "url": "https://www.linkedin.com/groups/57134" } ]
null
null
null
null
null
null
null
null
5,074
aakassshah
https://media-exp1.licdn.com/dms/image/C5603AQEQsfcmNSKVNg/profile-displayphoto-shrink_200_200/0/1615924763367?e=1652918400&v=beta&t=1BXWDOzVrttAKMyWuuchoCQIVE9LLSO3bZqSi9mm2os
https://media-exp1.licdn.com/dms/image/C5616AQEhGk8frUNNrQ/profile-displaybackgroundimage-shrink_200_800/0/1615924956647?e=1652918400&v=beta&t=qKCaan51JYmDZYLjqeHOlXxACw9fO9m5dVFcUEddcHg
aakash
shah
aakash shah
Software Development Engineer at Amazon Web Services (AWS)
software development engineer amazon web service ( aws )
experience : * distributed programming * cloud development * design , implement service oriented architecture , software system , application * embedded system programming programming language : * python * typescript * c
u
united state america
san jose
california
[ { "company": "Amazon Web Services (AWS)", "company_linkedin_profile_url": "https://www.linkedin.com/company/amazon-web-services", "description": "* Cloud development\n• Design, implementation, testing and deployment of low latency distributed back-end software architecture and edge computing.\n• Building software and information systems to manage vehicle data and handle broad automotive use cases at global scale.\n• Creating new OS and Language agnostic SDKs and other toolkits to support third-party developers building innovative applications leveraging the designed platform.", "ends_at": null, "location": "California, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE_4UwvNNtNTQ/company-logo_100_100/0/1640205885683?e=1655942400&v=beta&t=xyvmImbew0YxoHzTtEg1MFLzbAGhEaykLsR0eSlz_MU", "starts_at": { "day": 1, "month": 2, "year": 2021 }, "title": "Software Development Engineer" }, { "company": "Cisco", "company_linkedin_profile_url": "https://www.linkedin.com/company/cisco", "description": "• Embedded Linux Firmware development for Cisco UCS Virtual Interface Card and DCN development\n• ASIC validation of feature modules (DATAPATH, VLAN, QOS, NetFlow, PTP)\n• Performance tuning and benchmarking of UCS blade and rack servers\n• Developed libraries, tools for automation framework and automated team’s lab network infrastructure\n• Redesigned and implemented the framework to make available for other developers and community\n• Developed unit tests to validate features introduced in adapter firmware and libraries\n• Implemented Ansible framework to automate stateless machine cluster", "ends_at": { "day": 28, "month": 2, "year": 2021 }, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHIcy_n-VigJA/company-logo_100_100/0/1647476063807?e=1655942400&v=beta&t=XBRKXolKBnVbaHVj4I1ylOhqQxKgJu-aH2gxiVG8DPo", "starts_at": { "day": 1, "month": 7, "year": 2017 }, "title": "Software Engineer" }, { "company": "San Jose State University", "company_linkedin_profile_url": "https://www.linkedin.com/company/san-jose-state-university", "description": "• Engaged in teaching coursework of Mathematics to a given case load of student athletes.\n• Provided academic support by continuous supervision, capitalized academic integrity and maintained grades.", "ends_at": { "day": 30, "month": 6, "year": 2017 }, "location": "San jose", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHgk30KnIPwxQ/company-logo_100_100/0/1623424377219?e=1655942400&v=beta&t=Cuc9dTv2RYE2Z08a61rRzyjkANmkf7yycAYd4VZ2mQ8", "starts_at": { "day": 1, "month": 1, "year": 2017 }, "title": "Instructional student tutor" }, { "company": "Cisco", "company_linkedin_profile_url": "https://www.linkedin.com/company/cisco", "description": "• Automated framework to increase productivity and quality\n• Implemented higher-level libraries on top of the Cisco UCS and CIMC SDKs in python for servers, chassis, adaptor policies, boot policies, QoS, SAN\n• Added features, classes and methods to existing libraries and upgraded to support newer version of SDK\n• Automated firmware upgrade, repetitive tasks, testing, configuration management using libraries\n• Implemented tunneling to set up internal network as a requirement of automation\n• Creating an automation orchestration tool for VXLAN cluster with ESXi based development and management servers which uses vCenter Appliance and vSphere client", "ends_at": { "day": 31, "month": 12, "year": 2016 }, "location": "San Jose, California", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHIcy_n-VigJA/company-logo_100_100/0/1647476063807?e=1655942400&v=beta&t=XBRKXolKBnVbaHVj4I1ylOhqQxKgJu-aH2gxiVG8DPo", "starts_at": { "day": 1, "month": 6, "year": 2016 }, "title": "Software Engineer Intern" }, { "company": "San Jose State University", "company_linkedin_profile_url": "https://www.linkedin.com/company/san-jose-state-university", "description": "• Engaged in teaching coursework of Mathematics to a given case load of student athletes.\n• Provided academic support by continuous supervision, capitalized academic integrity and maintained grades.", "ends_at": { "day": 31, "month": 5, "year": 2016 }, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHgk30KnIPwxQ/company-logo_100_100/0/1623424377219?e=1655942400&v=beta&t=Cuc9dTv2RYE2Z08a61rRzyjkANmkf7yycAYd4VZ2mQ8", "starts_at": { "day": 1, "month": 1, "year": 2016 }, "title": "Instructional Student Tutor" } ]
[ { "degree_name": "Master’s Degree", "description": "Pursuing my Masters in Computer Engineering with the specialization Networking.", "ends_at": { "day": 31, "month": 12, "year": 2017 }, "field_of_study": "Computer Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHgk30KnIPwxQ/company-logo_100_100/0/1623424377219?e=1655942400&v=beta&t=Cuc9dTv2RYE2Z08a61rRzyjkANmkf7yycAYd4VZ2mQ8", "school": "San Jose State University", "school_linkedin_profile_url": "https://www.linkedin.com/school/san-jose-state-university/", "starts_at": { "day": 1, "month": 1, "year": 2015 } }, { "degree_name": "Bachelor’s Degree", "description": "Did my Bachelors in Instrumentation & Control Engineering.", "ends_at": { "day": 31, "month": 12, "year": 2015 }, "field_of_study": "Instrumentation Technology/Technician", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFMzvEt3q8xpA/company-logo_100_100/0/1519928650144?e=1655942400&v=beta&t=Mv6f-OANG1ENXXpW4opvOIIOzSj3JDeiCKjD5PZgiHA", "school": "Nirma University, Ahmedabad, Gujarat, India", "school_linkedin_profile_url": "https://www.linkedin.com/school/nirma-university-ahmedabad-gujarat-india/", "starts_at": { "day": 1, "month": 1, "year": 2011 } } ]
[]
[]
[]
[]
[]
[ { "name": "Computer Programming in C", "number": "2CE101" }, { "name": "Computer Programming in C++", "number": "2CE102" }, { "name": "Digital Technique", "number": "2IC203" }, { "name": "Micro Controller and Its Application", "number": "2IC301" }, { "name": "Advance Computer Design(Using Verilog)", "number": "CMPE 240" }, { "name": "Broadcast Communications (High-Speed Network Communication)", "number": "EE-283" }, { "name": "Computer Architecture (MIPS)", "number": "CMPE 200" }, { "name": "Computer Network Design(OSI Layers)", "number": "CMPE 206" }, { "name": "Digital Design", "number": "CMPE 180-90" }, { "name": "Introduction to Operating Systems", "number": "CMPE 180-94" }, { "name": "Network Architecture & Protocol", "number": "CMPE 208" }, { "name": "Network Programming & Applications (Socket Programming and SDN)", "number": "CMPE 207" }, { "name": "Object oriented Programming Using C++", "number": "CMPE 180-92" }, { "name": "System Software", "number": "CMPE 220" }, { "name": "Technical Writing", "number": "CMPE 294" } ]
[ { "description": "•\tDeployed MPLS protocol on all interfaces of the created network topology using handshake signals\n•\tConfigured label range, MPLS hello message and hold time for all routers as per the requirements\n•\tEstablished LDP connection between router interfaces and provided MD5 authentication", "ends_at": null, "starts_at": { "day": 1, "month": 1, "year": 2017 }, "title": "Simulation of MPLS Label Distribution Protocol using GNS3", "url": null }, { "description": "•\tEstablished communication between different inter and Intra VLANs by enabling routing functionalities\n•\tEstablished OpenFlow communication between switch and controller", "ends_at": null, "starts_at": { "day": 1, "month": 1, "year": 2017 }, "title": "VLAN configuration for Arista 7050T switch", "url": null }, { "description": "• Developed a media storage application using a client-server model with the help of AWS in Linux.\n• Performed operations (uploading, downloading) on META files from client to server using rsync protocol.\n• Added a backup server which automatically stored the files uploaded on the main server.", "ends_at": null, "starts_at": { "day": 1, "month": 1, "year": 2016 }, "title": "Dual Server Storage Using Cloud", "url": null }, { "description": "• Designed an I2C Master-Slave serial bus interface and examined the connection between them\n• Created a Flash Memory Interface for read-write operations on Slave side\n• Provided a test-bench input file of Flash Memory commands on Master side", "ends_at": { "day": 31, "month": 5, "year": 2016 }, "starts_at": { "day": 1, "month": 1, "year": 2016 }, "title": "Flash Memory Design Using I2C Master-Slave Bus Interface in Verilog", "url": null }, { "description": "• Created a peer-to-peer META file sharing system by exchanging message formats using TCP protocol.\n• Optimized the communication overhead (NAT) using STUN protocol and provided efficiency and reliability.\n• Improved security using Secure Hash Algorithm (SHA1) or Message Digest Algorithm (MD5).", "ends_at": { "day": 31, "month": 5, "year": 2016 }, "starts_at": { "day": 1, "month": 2, "year": 2016 }, "title": "Peer-to-peer File Transfer System Using Amazon Web Services(AWS) EC2", "url": null }, { "description": "• Analyzed the conventional protocol; debugged the flaws in terms of battery draining and low performance.\n• Modified LEACH protocol to improve network lifetime and optimized the rate of data delivery.", "ends_at": { "day": 31, "month": 12, "year": 2015 }, "starts_at": { "day": 1, "month": 8, "year": 2015 }, "title": "Low Energy Adaptive Clustering Hierarchy (LEACH) Protocol", "url": null }, { "description": "• Built a shift register in Object-Oriented Programming with g++ compiler.\n• Added features such as left-right shift, vacant bits, sizing, base-conversations using Vector STL container.", "ends_at": { "day": 31, "month": 12, "year": 2015 }, "starts_at": { "day": 1, "month": 8, "year": 2015 }, "title": "Shift Register Using C++ Language", "url": null } ]
[]
[]
[]
500
[ { "link": "https://www.linkedin.com/in/vigneshgoutham", "location": "San Jose, CA", "name": "Vignesh Goutham", "summary": "Software Development Engineer at Amazon Web Services (AWS)" }, { "link": "https://www.linkedin.com/in/mugdhapatil93", "location": "San Jose, CA", "name": "Mugdha Patil", "summary": "Software Development Engineer I at Amazon Web Services (AWS)" }, { "link": "https://www.linkedin.com/in/jigar-soni-a4b72511b", "location": "Greater Seattle Area", "name": "Jigar Soni", "summary": "Software Development Engineer at Amazon Web Services (AWS)" }, { "link": "https://in.linkedin.com/in/kaushal-thakkar-1bbb2a115", "location": "Bengaluru", "name": "Kaushal Thakkar", "summary": "Software Development Engineer II at Amazon Web Services" }, { "link": "https://in.linkedin.com/in/dharmesh-singh-0415aa102", "location": "Bengaluru", "name": "Dharmesh Singh", "summary": "Software Developer @ AWS" }, { "link": "https://www.linkedin.com/in/srinivas-anudeep-chitta-5b391a1a2", "location": "San Jose, CA", "name": "Srinivas Anudeep Chitta", "summary": "Pursuing Graduate Degree in Software Engineering \n@SanJose State University ||actively seeking Spring22 internship/CoOp" }, { "link": "https://www.linkedin.com/in/rajanpatel299", "location": "Seattle, WA", "name": "Rajan Patel", "summary": "Senior Software Engineer at TikTok" }, { "link": "https://www.linkedin.com/in/pratyusha-palaparthi", "location": "San Jose, CA", "name": "Pratyusha Palaparthi", "summary": "Actively looking for full-stack/software developer full-time positions" }, { "link": "https://in.linkedin.com/in/rakshit-mehta-0739a88a", "location": "Rajkot", "name": "Rakshit Mehta", "summary": "Software Software Developer II at Amazon" }, { "link": "https://www.linkedin.com/in/khanjanbhankhar", "location": "Hillsboro, OR", "name": "Khanjan Bhankhar", "summary": "Software Engineer at Intel Corporation" }, { "link": "https://in.linkedin.com/in/panthak-sharma", "location": "Ahmedabad", "name": "Panthak Sharma", "summary": "Application Engineer at Oracle" }, { "link": "https://in.linkedin.com/in/yagnik-suthar-aa327960", "location": "Ahmedabad", "name": "Yagnik Suthar", "summary": "Senior Software Engineer at Simform | Swift | SwiftUI | Objective C" }, { "link": "https://in.linkedin.com/in/shreeya-makwana-756b87179", "location": "Bengaluru", "name": "Shreeya Makwana", "summary": "Silicon Engineer at Google" }, { "link": "https://in.linkedin.com/in/sakshi-garg-70588146", "location": "Bengaluru", "name": "Sakshi Garg", "summary": "Software Engineer at Google" }, { "link": "https://in.linkedin.com/in/viranchi-parikh-3aba0019a", "location": "Ahmedabad", "name": "Viranchi Parikh", "summary": "Engineer at L&T Technology Services Limited" }, { "link": "https://in.linkedin.com/in/vyomagajjar", "location": "Bengaluru", "name": "Vyoma Gajjar", "summary": "Data Scientist @ IBM Data Science & AI Elite Team || OpenGroup Certified Data Scientist - Level 2 Expert || AI-ML Data Science Mentor || IBM Deep Learning Practitioner || UMD-Smith School of Business Alum || Ex-Samsung" }, { "link": "https://in.linkedin.com/in/shishir-sompura-0b32954b", "location": "Bengaluru", "name": "Shishir Sompura", "summary": "Software Engineer at Apple" }, { "link": "https://www.linkedin.com/in/hastpatel", "location": "United States", "name": "Hast Patel", "summary": "Network Engineer at Google" } ]
[]
[]
[ { "link": "https://in.linkedin.com/in/aakash-shah-3b681768", "location": "Ahmedabad", "name": "Aakash Shah", "summary": "GENERAL MERCHANT & COMMISSION AGENT at AADINATH ENTERPRISE" }, { "link": "https://www.linkedin.com/in/aakash-shah-b1850523", "location": "Leawood, KS", "name": "Aakash Shah", "summary": "Orthopaedic Surgeon at Menorah Medical Center -Kansas City Joint Replacement and Sports Medicine Center" }, { "link": "https://in.linkedin.com/in/aakash-shah-89537225", "location": "Mumbai", "name": "Aakash Shah", "summary": "Director at APD Foods India Pvt Ltd" }, { "link": "https://www.linkedin.com/in/aakash-shah-561796100", "location": "Cambridge, MA", "name": "Aakash Shah", "summary": "Advocate & Organizer at Generation Citizen" }, { "link": "https://ca.linkedin.com/in/aakash-shah-74564749", "location": "Vancouver, BC", "name": "Aakash Shah", "summary": "Audit Senior Accountant at KPMG Canada" } ]
[]
[ { "name": "IBM Research", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHPZWmp39VdQw/group-logo_image-shrink_200x200/0/1631357434679?e=1647691200&v=beta&t=LN43RILpiEY2d9bD1nMVCqoV20wETR5u46tHD24LqzA", "url": "https://www.linkedin.com/groups/1201047" }, { "name": "Microsoft Kinect Projects", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQHcjmkG56QmVQ/group-logo_image-shrink_200x200/0/1631438313439?e=1647691200&v=beta&t=OKWCa3cokx8fevPH5ZHCzxdtq-erurMliW0Ngph-Ato", "url": "https://www.linkedin.com/groups/3964475" }, { "name": "HPE Careers: Students & Graduates", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQFpu1f5dsOVJA/group-logo_image-shrink_200x200/0/1631006733483?e=1647691200&v=beta&t=EHU34Xoakm2bnnUKZM3g-PcgewpTSzQA0vBowKi_mvg", "url": "https://www.linkedin.com/groups/7412027" }, { "name": "Automation and Control Engineers with PLC/SCADA/DCS/Drives/Panels/Robotics", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGH4-HKxnworg/group-logo_image-shrink_92x92/0/1630998843513?e=1647691200&v=beta&t=6I63m0QscwmCr1nsOm7p3QgYX_3HA1Rj61Sreeo2FOg", "url": "https://www.linkedin.com/groups/882177" }, { "name": "C, Linux and Networking", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFwUQOgBI0QEg/group-logo_image-shrink_200x200/0/1631426118784?e=1647691200&v=beta&t=qlY_aC3fqohWTs0pU1KNxzBd-Po0--7EfKJka-RxMC4", "url": "https://www.linkedin.com/groups/3067360" }, { "name": "WSJ Noted. Adviser Network", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQFpJ0llF69J1w/group-logo_image-shrink_92x92/0/1631006269317?e=1647691200&v=beta&t=Nmlvws8ZJo8ccKpvOyOY3NurtFy1vNCQfN370qQlo4w", "url": "https://www.linkedin.com/groups/4093806" }, { "name": "Purdue Student Government", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFnCgjqrb37oQ/group-logo_image-shrink_200x200/0/1631395032054?e=1647691200&v=beta&t=o9bbOrTnY2T37LU5If_KgHKHLDO4PaXnd3JCE87ECKE", "url": "https://www.linkedin.com/groups/4460496" }, { "name": "Intel Student Lounge", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHLrc2FZBJIzw/group-logo_image-shrink_92x92/0/1525123154760?e=1647691200&v=beta&t=4sv-2YRy6G6_VW9cliaTpVE8CD-PtGG0w6QY_jYc488", "url": "https://www.linkedin.com/groups/3686572" }, { "name": "Embedded Systems Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQHcuWhn4MV7sw/group-logo_image-shrink_200x200/0/1631381131625?e=1647691200&v=beta&t=9_b4mAnjvbpN4hhmwEIes9dGfW89D0mUqbRMx7F2jas", "url": "https://www.linkedin.com/groups/71510" }, { "name": "Instrumentation Technicians", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/2175414" }, { "name": "Intern World", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQH2VrUGoMf2Ag/group-logo_image-shrink_200x200/0/1631370772114?e=1647691200&v=beta&t=UFLixzNt6TurFTltlsFJmSiY3J_qaPh4G4GKoEJad30", "url": "https://www.linkedin.com/groups/4505436" }, { "name": "RBC4Students", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQEvIEr65aLGDQ/group-logo_image-shrink_92x92/0/1637073957279?e=1647691200&v=beta&t=qpNtJoHQxsWYhX0bfGcl9KIWY5Ss7-QNXEg4n17TS9g", "url": "https://www.linkedin.com/groups/3919783" }, { "name": "Instrument Engineers", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFWJeEkwA5u1w/group-logo_image-shrink_200x200/0/1631429194051?e=1647691200&v=beta&t=YGw6sKjrCVOSfCmHYkPrAnQAlNgH_2z22uTi63SlQkU", "url": "https://www.linkedin.com/groups/1719367" }, { "name": "Programming Languages ,Compilers and Interpreters", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQF33goUE1nMKQ/group-logo_image-shrink_200x200/0/1631372693692?e=1647691200&v=beta&t=DsKN5ybcPJHiMb8ApIF74inw4qaZIryiBnIZ5jW_r5o", "url": "https://www.linkedin.com/groups/2788874" } ]
null
null
null
null
null
null
null
null
5,082
aakifhussaini
https://media-exp1.licdn.com/dms/image/C5603AQHuxsh0E8MkMg/profile-displayphoto-shrink_200_200/0/1613604919798?e=2147483647&v=beta&t=htJi35h3QK-Pww1pNkD18NEQxLvLthIz5MOBKnISmig
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakif
hussaini
aakif hussaini
Software Development Engineer at Amazon
sde amazon | b.s . computer engineering uci
null
u
united state america
los angeles
california
[ { "company": "Amazon", "company_linkedin_profile_url": "https://www.linkedin.com/company/amazon", "description": null, "ends_at": null, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=1655942400&v=beta&t=AVKhS-aqZ8h_yaf-McQWAc1jIlHiawZrjoadhfnNFOM", "starts_at": { "day": 1, "month": 2, "year": 2021 }, "title": "Software Development Engineer" } ]
[ { "degree_name": "Bachelors", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2020 }, "field_of_study": "Computer Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEuZlXAuo608Q/company-logo_100_100/0/1570207210620?e=1655942400&v=beta&t=cTRr6-g8fQi6n7eB3D3eLMDQKdo2xCsf04vPOZ-hngo", "school": "UC Irvine", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-california-irvine/", "starts_at": { "day": 1, "month": 1, "year": 2016 } } ]
[ "English", "Urdu" ]
[]
[]
[]
[]
[]
[]
[]
[]
[ { "authority": "HackerRank", "display_source": "www.hackerrank.com", "ends_at": null, "license_number": null, "name": "Problem Solving (Intermediate) Certificate", "starts_at": { "day": 1, "month": 10, "year": 2020 }, "url": "https://www.hackerrank.com/certificates/82e6f1aed1f4" } ]
326
[ { "link": "https://www.linkedin.com/in/nathalie-gonzalez-79572b3a", "location": "New York, NY", "name": "Nathalie Gonzalez", "summary": "Freelance Costume Design/Fashion Styling www.nathaliemarie.com" }, { "link": "https://www.linkedin.com/in/ruby-miller-33b09b68", "location": "Marquette, MI", "name": "Ruby Miller", "summary": "Director of Development, Revolve CC" }, { "link": "https://www.linkedin.com/in/pcrone", "location": "South Lebanon, OR", "name": "Paula M. Crone, DO", "summary": "Dean, College of Osteopathic Medicine of the Pacific, COMP-Northwest, Western University of Health Sciences" }, { "link": "https://www.linkedin.com/in/mpatelmasini", "location": "Cambridge, MA", "name": "Maia Patel Masini", "summary": "Student at Harvard University" }, { "link": "https://www.linkedin.com/in/steven-henriksen-39800b6", "location": "Pomona, CA", "name": "Steven Henriksen", "summary": "Professor Emeritus: Western Univ. of Health Sciences COMP Med. Sch.; Senior Advisor to the Provost" }, { "link": "https://www.linkedin.com/in/draytoncharvey", "location": "Los Angeles, CA", "name": "Drayton Harvey", "summary": "M.D.-Ph.D. Candidate, Subramanyan Lab" }, { "link": "https://www.linkedin.com/in/yizhi-cassie-jiang", "location": "Rochester, NY", "name": "Yizhi (Cassie) Jiang", "summary": "Software Engineer at Gorbel Inc." }, { "link": "https://www.linkedin.com/in/john-t-pham-d-o-23a643b", "location": "South Lebanon, OR", "name": "John T. Pham, D.O.", "summary": "Vice Dean of Western University of Health Sciences COMP-Northwest at Western University of Health Sciences" }, { "link": "https://www.linkedin.com/in/fiona-golden", "location": "New York, NY", "name": "Fiona Golden", "summary": "Research, Writing, Marketing, Administration, and Video Production" }, { "link": "https://www.linkedin.com/in/judah-smith-704202202", "location": "New York, NY", "name": "Judah Smith", "summary": "Community Web3 Developer at Guapcoin | Student at Adelphi University" }, { "link": "https://www.linkedin.com/in/duanjeffrey", "location": "Unionville, CT", "name": "Jeffrey Duan", "summary": "Incoming SDE Intern @ Amazon | STEM Scholar Math & CS @ UConn" }, { "link": "https://www.linkedin.com/in/shawnherveyjumper", "location": "Ann Arbor, MI", "name": "Shawn Hervey-Jumper", "summary": "Associate Professor at University of California, San Francisco" }, { "link": "https://www.linkedin.com/in/surya-dev-0b11a8231", "location": "New York, NY", "name": "Surya Dev", "summary": "Technical Project Manager" }, { "link": "https://www.linkedin.com/in/myronisaiahbryant", "location": "Atlanta, GA", "name": "Myron Isaiah Bryant ☁", "summary": "Solution Engineer at Salesforce.org" }, { "link": "https://www.linkedin.com/in/camila-sinelli", "location": "Greater Orlando", "name": "Camila Sinelli", "summary": "Incoming Explore Intern @ Microsoft | CS @ UCF" }, { "link": "https://www.linkedin.com/in/james-zheng-yi-0b783130", "location": "Houston, TX", "name": "James (Zheng) Yi", "summary": "Emerging Technologies - AI/ML, IOT, HPC, Quantum Computing, Blockchain - at Amazon Web Services (AWS)" }, { "link": "https://www.linkedin.com/in/azarieacameron", "location": "Orlando, FL", "name": "Azariea Cameron", "summary": "Web Designer" }, { "link": "https://www.linkedin.com/in/justin-xie-67b074169", "location": "Austin, TX", "name": "Justin Xie", "summary": "CS @ UT Austin" }, { "link": "https://www.linkedin.com/in/kritigoyal16", "location": "Madison, WI", "name": "Kriti Goyal", "summary": "MSCS, UW Madison | MLE, Apple | Amazon" }, { "link": "https://www.linkedin.com/in/hmemmi", "location": "San Francisco Bay Area", "name": "Haythem Memmi", "summary": "Software Engineer at Apple" } ]
[]
[]
[]
[]
[]
null
null
null
null
null
null
null
null
5,141
aakpapunam
https://media-exp1.licdn.com/dms/image/C5603AQFnjp5c3BrAgA/profile-displayphoto-shrink_200_200/0/1517459299063?e=1652918400&v=beta&t=A_ebVqM2pO-iCQ0Fw5gr3g0DfnKM1gjy3NEhDe_1ul8
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
ama
akpapunam
ama akpapunam
Associate at Goldman Sachs
associate goldman sachs
null
u
united state america
new york
new york
[ { "company": "Goldman Sachs", "company_linkedin_profile_url": "https://www.linkedin.com/company/goldman-sachs", "description": "Global Markets Division", "ends_at": null, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHm5bYK6emQSg/company-logo_100_100/0/1595518030728?e=1655942400&v=beta&t=fILQGpUSWzYYIAy6rroY7QdU_jCr1Ud9n6iK_hMA1k4", "starts_at": { "day": 1, "month": 12, "year": 2020 }, "title": "Associate" }, { "company": "Goldman Sachs", "company_linkedin_profile_url": "https://www.linkedin.com/company/goldman-sachs", "description": "Securities Division", "ends_at": { "day": 31, "month": 12, "year": 2020 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHm5bYK6emQSg/company-logo_100_100/0/1595518030728?e=1655942400&v=beta&t=fILQGpUSWzYYIAy6rroY7QdU_jCr1Ud9n6iK_hMA1k4", "starts_at": { "day": 1, "month": 12, "year": 2018 }, "title": "Senior Analyst" }, { "company": "Goldman Sachs", "company_linkedin_profile_url": "https://www.linkedin.com/company/goldman-sachs", "description": "Collateral Management", "ends_at": { "day": 31, "month": 12, "year": 2018 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHm5bYK6emQSg/company-logo_100_100/0/1595518030728?e=1655942400&v=beta&t=fILQGpUSWzYYIAy6rroY7QdU_jCr1Ud9n6iK_hMA1k4", "starts_at": { "day": 1, "month": 2, "year": 2018 }, "title": "Analyst" }, { "company": "Barbarian", "company_linkedin_profile_url": "https://www.linkedin.com/company/barbarian", "description": null, "ends_at": { "day": 31, "month": 1, "year": 2018 }, "location": "Greater New York City Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQExKd71LUXp1A/company-logo_100_100/0/1622818351859?e=1655942400&v=beta&t=Y_ZnQMe6R9DqRhe-I5eko-P1oMwo_zcYw4c_k0dUBtg", "starts_at": { "day": 1, "month": 2, "year": 2016 }, "title": "Finance Coordinator" }, { "company": "Barbarian", "company_linkedin_profile_url": "https://www.linkedin.com/company/barbarian", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2015 }, "location": "Greater New York City Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQExKd71LUXp1A/company-logo_100_100/0/1622818351859?e=1655942400&v=beta&t=Y_ZnQMe6R9DqRhe-I5eko-P1oMwo_zcYw4c_k0dUBtg", "starts_at": { "day": 1, "month": 5, "year": 2015 }, "title": "Finance Intern" }, { "company": "MultiChoice", "company_linkedin_profile_url": "https://www.linkedin.com/company/multichoicegroup", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2014 }, "location": "Nigeria", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQF5PWmFsywE-w/company-logo_100_100/0/1541408307040?e=1655942400&v=beta&t=SSddfT-sbme9OL81pFjxotCRBB896ayY1w1pfLnj0JA", "starts_at": { "day": 1, "month": 1, "year": 2014 }, "title": "Marketing Intern" } ]
[ { "degree_name": "Master’s Degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2016 }, "field_of_study": "International Politics and International Business", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQF6TmzLkch0dQ/company-logo_100_100/0/1561566354660?e=1655942400&v=beta&t=r124YsAgZw3h7dsF0vOzexg0zy8oSXN8XNsK3Wyu_KI", "school": "New York University", "school_linkedin_profile_url": "https://www.linkedin.com/school/new-york-university/", "starts_at": { "day": 1, "month": 1, "year": 2014 } }, { "degree_name": "Economics with Politics BSc", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2013 }, "field_of_study": "Economics", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQHEvRVx_GsmBQ/company-logo_100_100/0/1519856822387?e=1655942400&v=beta&t=iMrtFo0P3xkBSlDDn8kRfBpMHDxa56BdVX2wDQjj-z8", "school": "Loughborough University", "school_linkedin_profile_url": "https://www.linkedin.com/school/loughborough-university/", "starts_at": { "day": 1, "month": 1, "year": 2010 } }, { "degree_name": "Economics, Law, English Language and Literature Combined, Math AS", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2010 }, "field_of_study": "A Level", "logo_url": null, "school": "De Aston School", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2008 } } ]
[ "English", "French", "Yoruba" ]
[]
[]
[]
[]
[ { "name": "American Politics", "number": "-" }, { "name": "Civil War", "number": "-" }, { "name": "Country Risk Analysis", "number": "-" }, { "name": "Global Finance", "number": "-" }, { "name": "Marketing", "number": "-" }, { "name": "Multinational Corporations", "number": "-" }, { "name": "Natural Resource Conflicts", "number": "-" }, { "name": "Political Economy of International Trade", "number": "-" }, { "name": "British Government and Politics", "number": "-" }, { "name": "Comparative Banking", "number": "-" }, { "name": "Criminology and Social Policy", "number": "-" }, { "name": "Data Analysis", "number": "-" }, { "name": "Developments in European Government and Politics", "number": "-" }, { "name": "Economics of the Welfare State", "number": "-" }, { "name": "International Economics Relations", "number": "-" }, { "name": "International Trade", "number": "-" }, { "name": "Macroeconomics", "number": "-" }, { "name": "Microeconomics", "number": "-" }, { "name": "Monetary Theory and Policy", "number": "-" }, { "name": "Public Finance", "number": "-" }, { "name": "Quantitative Economics", "number": "-" }, { "name": "US Government", "number": "-" } ]
[]
[]
[ { "cause": "Education", "company": "Nigeria Higher Education Foundation (NHEF)", "company_linkedin_profile_url": "https://www.linkedin.com/company/nigerian-higher-education-foundation", "description": null, "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQG2miZWUqB0oQ/company-logo_100_100/0/1519898879716?e=1655942400&v=beta&t=mMkXTtc_dfhVLcmJNMf86VC4zFEAD4onUFTYLtovyv0", "starts_at": null, "title": "Volunteer" } ]
[]
482
[ { "link": "https://www.linkedin.com/in/michael-paulino", "location": "New York City Metropolitan Area", "name": "Michael Paulino", "summary": "Investment Banking Associate at Goldman Sachs" }, { "link": "https://uk.linkedin.com/in/navina-gandhi-b78904100", "location": "London", "name": "Navina Gandhi", "summary": "Prime Brokerage Associate at Goldman Sachs" }, { "link": "https://www.linkedin.com/in/matthew-sweeney-8b9224a3", "location": "New York City Metropolitan Area", "name": "Matthew Sweeney", "summary": "Associate at Goldman Sachs" }, { "link": "https://www.linkedin.com/in/briana-izquierdo-b27358b5", "location": "New York City Metropolitan Area", "name": "Briana Izquierdo", "summary": "Associate at Goldman Sachs" }, { "link": "https://www.linkedin.com/in/douglas-futch-057268b0", "location": "New York City Metropolitan Area", "name": "Douglas Futch", "summary": "Associate at Goldman Sachs" }, { "link": "https://www.linkedin.com/in/joanne-chang-80668688", "location": "New York, NY", "name": "Joanne Chang", "summary": "Investment Banking Analyst at Goldman Sachs" }, { "link": "https://www.linkedin.com/in/raven-rohadfox-61b777105", "location": "Bayonne, NJ", "name": "Raven Rohadfox", "summary": "Associate at Goldman Sachs" }, { "link": "https://www.linkedin.com/in/george-makris-cfa-cipm-a6909438", "location": "New York City Metropolitan Area", "name": "George Makris, CFA, CIPM", "summary": "Vice President at Goldman Sachs" }, { "link": "https://www.linkedin.com/in/clairemxu", "location": "New York, NY", "name": "Claire Xu", "summary": "Investment Banking Analyst at Goldman Sachs" }, { "link": "https://in.linkedin.com/in/sabiha-khan-80704b78", "location": "Bengaluru", "name": "Sabiha Khan", "summary": "Associate at Goldman Sachs\n\nCollateral Mangement I India Broker Dealers I Equities Middle Office" }, { "link": "https://www.linkedin.com/in/victor-aba-97551051", "location": "Salt Lake City, UT", "name": "Victor Aba", "summary": "Senior Associate at Goldman Sachs" }, { "link": "https://www.linkedin.com/in/paige-adabla-825464a7", "location": "New York, NY", "name": "Paige Adabla", "summary": "Associate at Goldman Sachs" }, { "link": "https://www.linkedin.com/in/oeruchalu", "location": "New York City Metropolitan Area", "name": "Obi Eruchalu", "summary": "Vice President - Equities Derivatives Engineering at Goldman Sachs" }, { "link": "https://uk.linkedin.com/in/seun-toye-kayode-73645554", "location": "London", "name": "Seun Toye-Kayode", "summary": "Vice President, Head of Launch With GS EMEA at Goldman Sachs" }, { "link": "https://www.linkedin.com/in/daniel-ayomide-fashakin-491b0b22", "location": "New York City Metropolitan Area", "name": "Daniel Ayomide Fashakin", "summary": "Vice President at Goldman Sachs" }, { "link": "https://www.linkedin.com/in/steven-juskin-a2711928", "location": "New York City Metropolitan Area", "name": "Steven Juskin", "summary": "Vice President | Risk Manager, Global Markets Division at Goldman Sachs" }, { "link": "https://uk.linkedin.com/in/toni-adeeyo-7a99b54b", "location": "United Kingdom", "name": "Toni Adeeyo", "summary": "Chief Operating Officer || Compliance Officer" }, { "link": "https://www.linkedin.com/in/tykapitzky", "location": "Chicago, IL", "name": "Ty Kapitzky", "summary": "Strategic Finance at SoFi | MBA Candidate at Chicago Booth" }, { "link": "https://www.linkedin.com/in/williammfeng", "location": "Portland, Oregon Metropolitan Area", "name": "William \"Bill\" Feng", "summary": "Global Marketplace Strategy at Nike" }, { "link": "https://www.linkedin.com/in/israel-olugbade", "location": "United States", "name": "Israel Olugbade", "summary": "Associate at Goldman Sachs | CFA Level III candidate" } ]
[]
[ { "activity_status": "Liked by Ama Akpapunam", "link": "https://www.linkedin.com/signup/cold-join", "title": "After 11 years, last week was my last at Goldman Sachs. Thank you to all the friends and colleagues I met along the way who helped make my time at…" }, { "activity_status": "Liked by Ama Akpapunam", "link": "https://www.linkedin.com/signup/cold-join", "title": "New Year, New Challenge!Through various waves of lockdown over the last year, I had contemplated the best way to further my academic learning and…" }, { "activity_status": "Liked by Ama Akpapunam", "link": "https://www.linkedin.com/signup/cold-join", "title": "After 3 long months of dealing with a huge loss, trying to process grief and working full time, I am thrilled to announce I have passed both the…" } ]
[]
[]
[ { "name": "Microsoft Excel Users", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQHx55vmtEYv7A/group-logo_image-shrink_200x200/0/1631434518179?e=1647691200&v=beta&t=2BSOIK6o2T1Gq4iXmyRwIojpy3jJbAxKXKpvn-Kx1Uk", "url": "https://www.linkedin.com/groups/44008" }, { "name": "Nigeria Business Communities | Trading Oil Gas IT ICT Agribusiness Banking Startups Tech Jobs Retail", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHVhbYTgT5Bbw/group-logo_image-shrink_92x92/0/1637920665429?e=1647691200&v=beta&t=Y6sn2WU1Ect2dAEpxolw2EHWcSLlQF6sgjYkmI7_FwI", "url": "https://www.linkedin.com/groups/137682" }, { "name": "Africa Oil & Gas Industry - Import | Export | Trading", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFYz-iYF1TlNA/group-logo_image-shrink_92x92/0/1630998676558?e=1647691200&v=beta&t=VFW7e_OhKtrhJTyGpn0ALl53fcri-Hmqofc8rvsqDfg", "url": "https://www.linkedin.com/groups/129219" }, { "name": "NYU Alumni Association", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFZiXAb9nAnKA/group-logo_image-shrink_92x92/0/1633459325375?e=1647691200&v=beta&t=Q2qu-uyXCxxV56RU_k5qmOG4e-j972gIAUpNvdX-NQQ", "url": "https://www.linkedin.com/groups/8303984" } ]
null
null
null
null
null
null
null
null
5,192
aakriti-endlaw
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakriti
e .
aakriti e .
Senior Associate at PwC
cybersecurity & privacy senior associate pwc
null
u
united state america
chantilly
virginia
[ { "company": "PwC", "company_linkedin_profile_url": "https://www.linkedin.com/company/pwc", "description": null, "ends_at": null, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFgGCanagq95g/company-logo_100_100/0/1625142822638?e=1655942400&v=beta&t=sOaG4cgn17ThraFzja1ifC_CwN1ZGAMgq2EjdSUXPZg", "starts_at": { "day": 1, "month": 1, "year": 2022 }, "title": "Senior Associate" } ]
[ { "degree_name": "Master of Science - MS", "description": null, "ends_at": null, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQF6TmzLkch0dQ/company-logo_100_100/0/1561566354660?e=1655942400&v=beta&t=r124YsAgZw3h7dsF0vOzexg0zy8oSXN8XNsK3Wyu_KI", "school": "New York University", "school_linkedin_profile_url": "https://www.linkedin.com/school/new-york-university/", "starts_at": { "day": 1, "month": 1, "year": 2020 } }, { "degree_name": "Bachelor of Science - BS", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2019 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQEqP3qWiv-ZEw/company-logo_100_100/0/1519856326478?e=1655942400&v=beta&t=Rt6Fx846WDyE9sz5DCUCFOhLfWMMloiiUubupgr5zbY", "school": "George Mason University", "school_linkedin_profile_url": "https://www.linkedin.com/school/george-mason-university/", "starts_at": { "day": 1, "month": 1, "year": 2015 } } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[ { "authority": "PwC", "display_source": "www.youracclaim.com", "ends_at": { "day": 30, "month": 9, "year": 2021 }, "license_number": null, "name": "Digital Acumen", "starts_at": { "day": 1, "month": 9, "year": 2019 }, "url": "https://www.youracclaim.com/badges/1af634c2-163b-4fa7-8dbf-0edd52728679/linked_in_profile" } ]
228
[ { "link": "https://www.linkedin.com/in/brooke-jones-48a545114", "location": "Denver, CO", "name": "Brooke Jones", "summary": "Manager, Cybersecurity & Privacy at PwC" }, { "link": "https://www.linkedin.com/in/hasmitha-ganesh-b9617b7b", "location": "Brooklyn, NY", "name": "Hasmitha Ganesh", "summary": "MS in MOT at NYU | Seeking summer internship-2022 |" }, { "link": "https://www.linkedin.com/in/mckenzie-munro", "location": "New York City Metropolitan Area", "name": "McKenzie Munro", "summary": "Cyber Defense Consultant at PwC" }, { "link": "https://www.linkedin.com/in/ming-yuan-shan", "location": "Seattle, WA", "name": "Ming Yuan Shan", "summary": "MSCS student at Northeastern University" }, { "link": "https://www.linkedin.com/in/arpansharma9011", "location": "New York City Metropolitan Area", "name": "Arpan Sharma", "summary": "Program Analyst at Deloitte | M.S. Management of Technology, NYU" }, { "link": "https://www.linkedin.com/in/ferennie", "location": "Saratoga, CA", "name": "Ferennie Liu", "summary": "Student studying Business Technology Management at NYU Tandon School of Engineering" }, { "link": "https://www.linkedin.com/in/jtnyc", "location": "New York, NY", "name": "Jorge Torres", "summary": "Management of Technology Student at NYU" }, { "link": "https://www.linkedin.com/in/hmbarry", "location": "Columbus, OH", "name": "Hannah Barry", "summary": "Associate IT Auditor at Schellman" }, { "link": "https://www.linkedin.com/in/mariam-bouzihay-137724166", "location": "Brooklyn, NY", "name": "Mariam Bouzihay", "summary": "MOT student at NYU Tandon School of Engineering" }, { "link": "https://www.linkedin.com/in/daniel-a-pohlman", "location": "United States", "name": "Daniel Pohlman", "summary": "Sr. Scientist I, Engineering at AbbVie" }, { "link": "https://www.linkedin.com/in/katherine-chunyi-zhu-81017084", "location": "New York, NY", "name": "Katherine (Chunyi) Zhu", "summary": "MS in Management of Technology at NYU Tandon School of Engineering" }, { "link": "https://www.linkedin.com/in/awadha", "location": "Brooklyn, NY", "name": "Awadh Ahmed", "summary": "Data Analyst | BI Developer | Data Scientist" }, { "link": "https://www.linkedin.com/in/matthewlazor", "location": "Washington, DC", "name": "Matthew Lazor, CFP®", "summary": "Financial Planner at Creative Planning" }, { "link": "https://www.linkedin.com/in/alexandra-contreras-1067026", "location": "New York, NY", "name": "Alexandra Contreras", "summary": "Associate Manager, Global Diversity, Equity & Inclusion at Colgate-Palmolive" }, { "link": "https://www.linkedin.com/in/akshayambre8980", "location": "Brooklyn, NY", "name": "Akshay Ambre", "summary": "| Graduate Student at NYU | Actively seeking for Internship 2022|" }, { "link": "https://www.linkedin.com/in/dailin-ji", "location": "New York City Metropolitan Area", "name": "Dailin Ji", "summary": "Management of Technology Grad Student at NYU Tandon | Actively looking for summer internship 2022" }, { "link": "https://www.linkedin.com/in/harleenk13", "location": "Brooklyn, NY", "name": "Harleen Kaur", "summary": "Graduate Teaching Assistant at NYU | Incoming Product Engineering Intern at Next Jump | Experienced Business Analyst | Product Management | Economics | Tech Strategy | Operations Management" }, { "link": "https://www.linkedin.com/in/sourabh-gujar", "location": "Greater Chicago Area", "name": "Sourabh Gujar", "summary": "Cybersecurity & Privacy Senior Associate at PwC" } ]
[]
[]
[ { "link": "https://in.linkedin.com/in/aakriti-e-learning", "location": "Delhi, India", "name": "Aakriti E-Learning", "summary": "Instructor at Udemy | QA & Agile Coach" } ]
[]
[]
null
null
null
null
null
null
null
null
5,213
aakritivagrawal
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakriti
agrawal
aakriti agrawal
Software Development Engineer at Amazon
software development engineer ii amazon
null
u
united state america
greater seattle area
null
[ { "company": "Amazon", "company_linkedin_profile_url": "https://www.linkedin.com/company/amazon", "description": null, "ends_at": { "day": 30, "month": 6, "year": 2019 }, "location": "Greater Seattle Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=1655942400&v=beta&t=AVKhS-aqZ8h_yaf-McQWAc1jIlHiawZrjoadhfnNFOM", "starts_at": { "day": 1, "month": 3, "year": 2017 }, "title": "Software Development Engineer" }, { "company": "NVIDIA", "company_linkedin_profile_url": "https://www.linkedin.com/company/nvidia", "description": "Developed tool automation for: string localization, android string validation, and stress testing the out-of-box-experience and over-the-air update for shield TV.", "ends_at": { "day": 31, "month": 8, "year": 2016 }, "location": "Santa Clara, California", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFDs6GbpvE3zA/company-logo_100_100/0/1561949205873?e=1655942400&v=beta&t=jgULdCi6Edb1aJTr5PRXC68Zo18x-UpNboXqFaq0KRk", "starts_at": { "day": 1, "month": 5, "year": 2016 }, "title": "Summer Intern" }, { "company": "Samsung Electronics", "company_linkedin_profile_url": "https://www.linkedin.com/company/samsung-electronics", "description": "• Optimized Input-Framework for better touch experience that includes analysis of all input parameters such as touch, soft and hard keys\n• Improved time complexity in android (reducing time for application installation and launch) through optimizations in priority values based on the usage pattern.\n• Performed in-depth comparative analysis of Dalvik VM and Android RunTime (ART)\n• Analysis of open source issues reported for android, checking authenticity of the issues and fixing it.", "ends_at": { "day": 31, "month": 7, "year": 2015 }, "location": "Bangalore, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEiexDt2WV9qg/company-logo_100_100/0/1603708147443?e=1655942400&v=beta&t=GejAY-mTslTM9-P3ts0r1SEIJ7HsFDfQ4llc3XZAsRs", "starts_at": { "day": 1, "month": 7, "year": 2014 }, "title": "Software Engineer" }, { "company": "Samsung Electronics", "company_linkedin_profile_url": "https://www.linkedin.com/company/samsung-electronics", "description": "• Worked on multitasking in android (e.g.: opening 2 windows at the same time and working on them)\n• Worked to improve time complexity in android (reducing time for application installation and launch)", "ends_at": { "day": 30, "month": 6, "year": 2014 }, "location": "Bengaluru Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEiexDt2WV9qg/company-logo_100_100/0/1603708147443?e=1655942400&v=beta&t=GejAY-mTslTM9-P3ts0r1SEIJ7HsFDfQ4llc3XZAsRs", "starts_at": { "day": 1, "month": 12, "year": 2013 }, "title": "Student Intern" } ]
[ { "degree_name": "Master of Science (M.S.)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2017 }, "field_of_study": "Computer and Information Sciences, General", "logo_url": null, "school": "University of Florida", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2015 } }, { "degree_name": "Bachelor’s Degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2014 }, "field_of_study": "Computer Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQH66KkTTZFJ2A/company-logo_100_100/0/1583383285167?e=1655942400&v=beta&t=bykz-Owl1WmtFxGC7Ag10nNBirNXxceXHnEzpUo3DNk", "school": "Manipal Institute of Technology", "school_linkedin_profile_url": "https://www.linkedin.com/school/manipal-institute-of-technology/", "starts_at": { "day": 1, "month": 1, "year": 2010 } } ]
[ "English", "Hindi" ]
[]
[]
[]
[]
[]
[ { "description": "Implemented a compiler for the functional language RPAL. It comprised of lexical analyzer, recursive descent parser and semantic analyzer for the language.", "ends_at": { "day": 30, "month": 4, "year": 2016 }, "starts_at": { "day": 1, "month": 2, "year": 2016 }, "title": "Complier for functional language RPAL (C++, STL)", "url": null }, { "description": "Implemented a significant part of Facebook APIs including Page, Post friend list,picture and album sharing along with a client simulator. \nData sharing between the users was based on the user's privacy settings.\nImplemented the digital signature for authenticating users and data encryption using RSA and AES encryption algorithms to avoid any kind of security breach.", "ends_at": { "day": 31, "month": 12, "year": 2015 }, "starts_at": { "day": 1, "month": 11, "year": 2015 }, "title": "Facebook simulation with data security using AKKA actors and REST API", "url": null }, { "description": "Created a distributed, multi-core implementation to mine bitcoins using Akka actor model and SHA-256.On receiving request from server, client allocates work to several workers and generated as many as possible bit coins.", "ends_at": null, "starts_at": { "day": 1, "month": 9, "year": 2015 }, "title": "Bitcoin Mining using SCALA", "url": null }, { "description": "Implemented an asynchronous gossip algorithm simulator for group communication and push sum algorithm simulator for aggregate computation and determined their convergence for various topologies like line, 3D and Imperfect 3D.", "ends_at": null, "starts_at": { "day": 1, "month": 9, "year": 2015 }, "title": "Gossip Simulator using SCALA", "url": null } ]
[]
[]
[]
500
[ { "link": "https://in.linkedin.com/in/kaushal-9b148766", "location": "Bengaluru", "name": "Kaushal .", "summary": "AVP at Wells Fargo" }, { "link": "https://www.linkedin.com/in/sanya-ralhan-52053467", "location": "Atlanta, GA", "name": "Sanya Ralhan", "summary": "Security Software Engineer II at Microsoft" }, { "link": "https://www.linkedin.com/in/divyaawatramani", "location": "Gainesville, FL", "name": "Divya Awatramani", "summary": "Software Engineer at Apple" }, { "link": "https://www.linkedin.com/in/viknat", "location": "San Francisco, CA", "name": "Vikram Natarajan", "summary": "Software Engineer at Nuro" }, { "link": "https://ca.linkedin.com/in/gurpratap-singh-0a386b63", "location": "St Catharines, ON", "name": "Gurpratap Singh", "summary": "Information Technology Consultant at Ministry of Transportation - Ontario" }, { "link": "https://www.linkedin.com/in/surya-phaneeth", "location": "Torrance, CA", "name": "Surya Phaneeth Ravipati", "summary": "Cloud Engineer at Amazon Web Services (AWS)" }, { "link": "https://www.linkedin.com/in/parth-patel-752a0ba4", "location": "Los Angeles Metropolitan Area", "name": "Parth Patel", "summary": "Supply Chain operations professional" }, { "link": "https://www.linkedin.com/in/ashitsood", "location": "San Diego, CA", "name": "Ashit Sood", "summary": "Senior Software Engineer at Qualcomm" }, { "link": "https://ca.linkedin.com/in/dominic-andrade-82767831", "location": "Greater Toronto Area, Canada", "name": "Dominic Andrade", "summary": "Business Analyst at GFL Environmental Inc." }, { "link": "https://www.linkedin.com/in/ishwardeepkohli", "location": "Greater Lansing", "name": "Ishwardeep Kohli", "summary": "Broad MBA 2021 | Marketing, Human Resources & Strategic Management" }, { "link": "https://www.linkedin.com/in/sukanyasmeher", "location": "White Plains, NY", "name": "Sukanya S M.", "summary": "Member of Technical Staff at HYPRES | Design Engineer | Superconductor Circuits" }, { "link": "https://ca.linkedin.com/in/gupta-samarth", "location": "Halifax, NS", "name": "Samarth Gupta", "summary": "Duck Creek Developer | Masters in Computing and Data Analytics" }, { "link": "https://www.linkedin.com/in/sphoorthibhuvaneswar", "location": "Seattle, WA", "name": "Sphoorthi Bhuvaneswar", "summary": "Data Storyteller | Business Strategy | Finance Lead at AWS" }, { "link": "https://www.linkedin.com/in/dakshjayaswal", "location": "Pittsburgh, PA", "name": "Daksh Jayaswal", "summary": "Graduate Research Assistant at The University of Toledo" }, { "link": "https://www.linkedin.com/in/alden-fernandes", "location": "Austin, TX", "name": "Alden Charles Fernandes", "summary": "Senior Application Engineer at GOODIX Technology INC." }, { "link": "https://www.linkedin.com/in/mengyunlv", "location": "San Francisco Bay Area", "name": "Mengyun Lv", "summary": "Senior Software Engineer at Netflix" }, { "link": "https://www.linkedin.com/in/nan-jiang-5676ba35", "location": "Seattle, WA", "name": "Nan Jiang", "summary": "Software Development Engineer at Amazon" }, { "link": "https://www.linkedin.com/in/xinwei-li", "location": "Seattle, WA", "name": "Xinwei Li", "summary": "Software Development Engineer at Amazon" } ]
[]
[]
[ { "link": "https://www.linkedin.com/in/aakritiagrawal", "location": "Lincoln, NE", "name": "Aakriti Agrawal", "summary": "Sr Data Governance Specialist at Ameritas | Co-Founder of Girls Code Lincoln" }, { "link": "https://in.linkedin.com/in/aakritiagrawal2701", "location": "Maharashtra, India", "name": "Aakriti Agrawal", "summary": "Accounts Payable | Credit Underwriter | Invoice Processing | Disbursement | Cashier" }, { "link": "https://in.linkedin.com/in/aakriti-agrawal-41b17248", "location": "Bengaluru", "name": "Aakriti Agrawal", "summary": "Flipkart | Booz & Co | IIM-A" }, { "link": "https://ae.linkedin.com/in/aakriti--agrawal", "location": "Dubai, United Arab Emirates", "name": "Aakriti A.", "summary": "Associate at Boston Consulting Group (BCG) | INSEAD MIM | Nestlé" }, { "link": "https://in.linkedin.com/in/aakriti-agrawal-26724b142", "location": "Noida", "name": "Aakriti Agrawal", "summary": "BHU LLB 2024. Literature graduate." } ]
[]
[]
null
null
null
null
null
null
null
null
5,253
aakvenk
https://media-exp1.licdn.com/dms/image/C5603AQEqWUsszESOIw/profile-displayphoto-shrink_200_200/0/1519335079986?e=1652918400&v=beta&t=NRV9p_qn5dtUrAv8ZWgu_nLR2-3oKnbCxXXKe0o_oks
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aakash
venkatesan
aakash venkatesan
Software Development Engineer at Amazon
software development engineer
null
u
united state america
denver
colorado
[ { "company": "Amazon", "company_linkedin_profile_url": "https://www.linkedin.com/company/amazon", "description": null, "ends_at": null, "location": "Denver, Colorado, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=1655942400&v=beta&t=AVKhS-aqZ8h_yaf-McQWAc1jIlHiawZrjoadhfnNFOM", "starts_at": { "day": 1, "month": 8, "year": 2021 }, "title": "Software Development Engineer" }, { "company": "Sensor Network Laboratory, Mapleseed Project, University of Michigan", "company_linkedin_profile_url": null, "description": "Managed a team of students by organizing collaborative efforts to design, develop and test software in C for embedded sensors and PCB prototypes, allowing for passive collection of atmospheric data.", "ends_at": { "day": 31, "month": 12, "year": 2020 }, "location": "Ann Arbor, Michigan", "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 2018 }, "title": "Software Development Team Lead" }, { "company": "Capital One", "company_linkedin_profile_url": "https://www.linkedin.com/company/capital-one", "description": "Designed and implemented Jenkins CI/CD automated unit testing framework in Groovy for dynamic tile validation. Reduced Jenkins job duration by around 80%. Improved unit test speeds by around 50% through parallel execution.\n\nUsed CSS, Javascript, Splunk and Handlebars to develop interactive Splunk and HTML reports detailing unit test execution results. Integrated pipeline with Slack to notify feature teams of Jenkins job completion and unit test execution results.", "ends_at": { "day": 31, "month": 8, "year": 2020 }, "location": "Chicago, Illinois", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQF0OgQyRZ9yAA/company-logo_100_100/0/1635782717682?e=1655942400&v=beta&t=pYpPU1IlTEdDV6goe_woBcnYIeCkXhMF3W8W1rVNiUs", "starts_at": { "day": 1, "month": 6, "year": 2020 }, "title": "Software Engineer Intern" }, { "company": "National Institute of Standards and Technology (NIST)", "company_linkedin_profile_url": "https://www.linkedin.com/company/nist", "description": "Quantum Nanophotonics Group (Summer 2019):\n\nDeveloped a SQL database and accompanying web server and web page using Javascript, Python, Flask and JQuery to vastly improve the performance of storage and analysis of experimental data. \n\nCreated command line interface library in C++ to allow for remote automation of experimental efforts to study neuromorphic computing, mitigating need for researchers to conduct experiments in lab.\n\nDesigned a Slackbot to notify researchers of abnormal temperatures in experimental cryogenic chambers.\n\n\nMolecular Biophotonics Group (Summer 2018):\n\nProgrammed interfaces in C/C++ for equipment such as motors, servo-pneumatic valves, flip-mirrors and optical instruments in a complex lab environment, allowing for automation of data collection.\n\nAutomated Differential Absorption LIDAR (DIAL) experiment to collect greenhouse gas data in Boulder, CO by managing threading of concurrent instrument processes and scheduling scans to collect LIDAR data.", "ends_at": { "day": 31, "month": 8, "year": 2019 }, "location": "Boulder, Colorado", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFoqF4hVw8g0Q/company-logo_100_100/0/1583761031846?e=1655942400&v=beta&t=taC6pDmb1fKrutanli0lL4RWtKL_H1tWLj8qU5SmlIM", "starts_at": { "day": 1, "month": 5, "year": 2018 }, "title": "Software Engineering Intern" }, { "company": "NCAR - The National Center for Atmospheric Research", "company_linkedin_profile_url": "https://www.linkedin.com/company/national-center-for-atmospheric-research", "description": null, "ends_at": { "day": 31, "month": 7, "year": 2016 }, "location": "Boulder, Colorado", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEnVlHy57NSiw/company-logo_100_100/0/1519856538133?e=1655942400&v=beta&t=Iz-eBCvz1g_GND5fiqAR8nLHL858tmzboI174Nph5QY", "starts_at": { "day": 1, "month": 6, "year": 2016 }, "title": "Summer Research Intern" } ]
[ { "degree_name": "Bachelors of Science and Engineering", "description": "Graduated with honors, Magna Cum Laude", "ends_at": { "day": 31, "month": 12, "year": 2020 }, "field_of_study": "Electrical and Computer Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFGfERBPGurCg/company-logo_100_100/0/1519856309184?e=1655942400&v=beta&t=o8Br35Pgc_I5bZlgRXbswiWXP028ab5WkiGanT9EN34", "school": "University of Michigan", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-michigan/", "starts_at": { "day": 1, "month": 1, "year": 2017 } }, { "degree_name": "International Baccalaureate Diploma", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2017 }, "field_of_study": null, "logo_url": null, "school": "Fairview High School", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2013 } } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[]
383
[ { "link": "https://www.linkedin.com/in/shuyuan276", "location": "San Diego, CA", "name": "Shuyuan Wang", "summary": "CS" }, { "link": "https://www.linkedin.com/in/mikeyoukhanna", "location": "Peoria, AZ", "name": "Mike Youkhanna", "summary": "Undergrad Student at Arizona State University studying business data analytics" }, { "link": "https://www.linkedin.com/in/ariel-blue-stevenson-205157175", "location": "Chicago, IL", "name": "Ariel Blue Stevenson", "summary": "Research Associate at Clinical Outcomes Solutions" }, { "link": "https://www.linkedin.com/in/devi-shreeram-davuluri-720733179", "location": "Schenectady, NY", "name": "Devi Shreeram Davuluri", "summary": "Pre Medicine Student at the University at Albany" }, { "link": "https://www.linkedin.com/in/nelson-xuzhi-zhang", "location": "Ann Arbor, MI", "name": "Xuzhi Zhang", "summary": "Quantitative Research Engineer at Citadel" }, { "link": "https://www.linkedin.com/in/aarontwong", "location": "New York City Metropolitan Area", "name": "Aaron T. Wong", "summary": "Software Engineer at Capital One" }, { "link": "https://www.linkedin.com/in/dennis-fung-wu-98ab3a221", "location": "Richmond, TX", "name": "Dennis Fung Wu", "summary": "Student at University of Houston\nC.T. Bauer College of Business\nMajor in Business Management and Administration" }, { "link": "https://www.linkedin.com/in/kirafahmy", "location": "Chicago, IL", "name": "Kira Fahmy", "summary": "Associate Producer at WTTW/Chicago PBS" }, { "link": "https://www.linkedin.com/in/aashna-patel-20b73814b", "location": "Chicago, IL", "name": "Aashna Patel", "summary": "Software Engineer" }, { "link": "https://www.linkedin.com/in/madelinelefevour", "location": "Greater Chicago Area", "name": "Madeline LeFevour", "summary": "Decision Analytics Associate at ZS" }, { "link": "https://www.linkedin.com/in/stephen-seitz-b9032265", "location": "Greater Chicago Area", "name": "Stephen Seitz", "summary": "MBA, Northwestern Kellogg School of Management /\nCurrent Software Developer, Aspiring Product Manager" }, { "link": "https://www.linkedin.com/in/vanka-bhavyasri", "location": "Kansas City, MO", "name": "Bhavyasri Vanka", "summary": "Current Computer Science Graduate Student || Former Graduate Research Assistant @UMKC School of Computing and Engineering" }, { "link": "https://www.linkedin.com/in/douglas-bodhaine-b2225a206", "location": "Louisville Metropolitan Area", "name": "Douglas Bodhaine", "summary": "Incoming Project Manager Intern for AM Mechanical" }, { "link": "https://www.linkedin.com/in/anusha-bohra", "location": "Portland, Oregon Metropolitan Area", "name": "Anusha Bohra", "summary": "CSE @ UM | Incoming Software Engineer at Microsoft" }, { "link": "https://www.linkedin.com/in/anjalisingh12", "location": "Detroit Metropolitan Area", "name": "Anjali Singh", "summary": "Incoming Summer Associate @ BCG | CS & Math @ MIT" }, { "link": "https://www.linkedin.com/in/rodney-otto-14b627126", "location": "Nashville, TN", "name": "Rodney Otto", "summary": "Software development engineer at Amazon" }, { "link": "https://www.linkedin.com/in/drew-demorat-7a37471b7", "location": "Bethlehem, PA", "name": "Drew DeMorat", "summary": "Student Athlete at Lehigh University" }, { "link": "https://www.linkedin.com/in/christian-pepe-609", "location": "Ann Arbor, MI", "name": "Christian Pepe", "summary": "Motivated undergraduate student in the Naval Architecture and Marine Engineering program." }, { "link": "https://uk.linkedin.com/in/jot-kaur-971582176", "location": "London", "name": "Jot Kaur", "summary": "Currently employed at Barclays" }, { "link": "https://www.linkedin.com/in/alex-kremer-72abb81ba", "location": "St Joseph, MI", "name": "Alex Kremer", "summary": "Recent Graduate of the University of Michigan" } ]
[]
[]
[ { "link": "https://in.linkedin.com/in/aakash-venkatesan-2b5b551a6", "location": "Chennai", "name": "Aakash Venkatesan", "summary": "Student at Lovely Professional University" }, { "link": "https://in.linkedin.com/in/aakash-kumar-venkatesan-1087881b8", "location": "Srirangam", "name": "Aakash Kumar Venkatesan", "summary": "Student at kumaraguru collage of Technology" }, { "link": "https://se.linkedin.com/in/aakash-venkatesan-9150531b4", "location": "Gothenburg Metropolitan Area", "name": "Aakash Venkatesan", "summary": "Project Engineer at Chalmers formula student" }, { "link": "https://in.linkedin.com/in/aakash-venkatesan-6683ab151", "location": "India", "name": "Aakash Venkatesan", "summary": "--" } ]
[]
[]
null
null
null
null
null
null
null
null
5,305
aalam
https://media-exp1.licdn.com/dms/image/C4E03AQFAHjOboHxApA/profile-displayphoto-shrink_200_200/0/1541451490328?e=1652918400&v=beta&t=vMA2PL-PIYEXwylibjqajo_LT-MZIWqFI87cq_TO4X0
https://media-exp1.licdn.com/dms/image/C4E16AQGg5gbJhwt1aQ/profile-displaybackgroundimage-shrink_200_800/0/1627516244654?e=1652918400&v=beta&t=nS3Pxh87rdeqqztutpd5KgJ1FfxYWKlap2z1AQ18EH8
adnan
.
adnan .
Software Engineer at Capital One
software engineer @ capital one | m.s . c @ gt - 05/23
null
u
united state america
washington dc-baltimore area
null
[ { "company": "Capital One", "company_linkedin_profile_url": "https://www.linkedin.com/company/capital-one", "description": null, "ends_at": null, "location": "Richmond, Virginia, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQF0OgQyRZ9yAA/company-logo_100_100/0/1635782717682?e=1655942400&v=beta&t=pYpPU1IlTEdDV6goe_woBcnYIeCkXhMF3W8W1rVNiUs", "starts_at": { "day": 1, "month": 10, "year": 2021 }, "title": "Software Engineer" }, { "company": "Actalent", "company_linkedin_profile_url": "https://www.linkedin.com/company/actalentservices", "description": "Worked on features for GWT application and corresponding back-end services.\nRefactored features to integrate new models.\nPerformed regression tests and fixed UI bugs in a modulith (OSGi) application.", "ends_at": { "day": 31, "month": 10, "year": 2021 }, "location": "Washington DC-Baltimore Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFqsRl3wX1d2Q/company-logo_100_100/0/1631628816936?e=1655942400&v=beta&t=Qs1gWcF06bjvjTZb0r5smYT_MPpBb-Tl6lO9t6fMolo", "starts_at": { "day": 1, "month": 5, "year": 2021 }, "title": "Software Engineer II" }, { "company": "Cerner Corporation", "company_linkedin_profile_url": "https://www.linkedin.com/company/cerner-corporation", "description": "Built release pipeline with Jenkins for all micro services using the common platform.\nCreated containerized node apps with unit tests to bridge GitHub and Jira as well as enforcing platform wide rules on pull requests.\nBuilt custom tool to interact with GitHub API and enforce common standards throughout different GitHub organizations for the private GitHub instance.\nCreated and maintained automated CI/CD pipelines using Jenkins (both freestyle and pipeline script with shared library).\nConducted PoC to analyze migration from AccuRev to Git.\nDeveloped custom Gradle plugin, and tasks to enhance build pipeline.\nManaged Linux nodes to host docker containers using docker swarm.\nMentored new engineers and guided them to use best practices for test driven development.", "ends_at": { "day": 31, "month": 5, "year": 2021 }, "location": "Malvern, Pennsylvania, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFhl8AcPx-NOA/company-logo_100_100/0/1565019754592?e=1655942400&v=beta&t=G7NgK6kEu8js1hGegDQ7tVcfERY7bSKnXXG6RaxcYZw", "starts_at": { "day": 1, "month": 6, "year": 2019 }, "title": "Software Engineer" }, { "company": "Send Me A Trainer", "company_linkedin_profile_url": "https://www.linkedin.com/company/sendmeatrainer", "description": "Helped fix bugs in both mobile apps, API and the CMS to get to beta.\nGuided fellow interns with the debugging process as the intern team leader.\nConfigured the test server for the team which increased productivity and efficiency via faster feedback.\nAfter reaching beta, worked on new features based on customer feedback.", "ends_at": { "day": 31, "month": 8, "year": 2018 }, "location": "Washington D.C. Metro Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHzuUJqPAZE4Q/company-logo_100_100/0/1519911493600?e=1655942400&v=beta&t=gSC6y-Tsnqab7pPmQKooC3hZodgh_RuNVd5T2VI6fWM", "starts_at": { "day": 1, "month": 6, "year": 2018 }, "title": "Software Development Intern" } ]
[ { "degree_name": "Master of Science - MS", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2023 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFuhLQoh5_7yA/company-logo_100_100/0/1640110531895?e=1655942400&v=beta&t=t6hv3VkTbxBHi3miWHi47DnWfnM2XkyFZLiRy8WZdnI", "school": "Georgia Institute of Technology", "school_linkedin_profile_url": "https://www.linkedin.com/school/georgia-institute-of-technology/", "starts_at": { "day": 1, "month": 1, "year": 2021 } }, { "degree_name": "Bachelor’s Degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2019 }, "field_of_study": "Computer Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQEqP3qWiv-ZEw/company-logo_100_100/0/1519856326478?e=1655942400&v=beta&t=Rt6Fx846WDyE9sz5DCUCFOhLfWMMloiiUubupgr5zbY", "school": "George Mason University", "school_linkedin_profile_url": "https://www.linkedin.com/school/george-mason-university/", "starts_at": { "day": 1, "month": 1, "year": 2015 } } ]
[ "Bengali", "English" ]
[]
[]
[]
[]
[]
[ { "description": "An IoT device capable of collecting GPS data for travel analysis. Purpose of this project is to create a platform that streamlines the development and deployment of remote IoT devices.", "ends_at": null, "starts_at": { "day": 1, "month": 5, "year": 2020 }, "title": "IoT Tracking device", "url": "https://iottracker-ui.herokuapp.com/?id=test" }, { "description": "Web application for betting on stock price movement. Pull real-time data and automatically reflect the result on the user's account using cron scripts.", "ends_at": { "day": 31, "month": 8, "year": 2018 }, "starts_at": { "day": 1, "month": 7, "year": 2018 }, "title": "Stock Game Webapp", "url": "https://github.com/AlwaysUP/stock-game-webapp" }, { "description": "Rest API for workout routines. Either accepts data from the user or retrieves it depending on the call to the API.", "ends_at": null, "starts_at": { "day": 1, "month": 8, "year": 2018 }, "title": "Workout Routine API", "url": "https://github.com/AlwaysUP/routine_api" } ]
[]
[]
[ { "authority": "Amazon Web Services (AWS)", "display_source": "www.credly.com", "ends_at": { "day": 28, "month": 2, "year": 2025 }, "license_number": null, "name": "AWS Certified Solutions Architect – Associate", "starts_at": { "day": 1, "month": 2, "year": 2022 }, "url": "https://www.credly.com/badges/0b41cf20-ee8d-48de-9bc9-52c48dbbcec4?source=linked_in_profile" }, { "authority": "CompTIA", "display_source": "www.certmetrics.com", "ends_at": { "day": 30, "month": 6, "year": 2024 }, "license_number": "038WDQYN33R4QE3M", "name": "Security+", "starts_at": { "day": 1, "month": 6, "year": 2018 }, "url": "https://www.certmetrics.com/comptia/public/verification.aspx?code=038WDQYN33R4QE3M" }, { "authority": "CompTIA", "display_source": "www.certmetrics.com", "ends_at": { "day": 30, "month": 6, "year": 2023 }, "license_number": "5Q91J68G4LB11DS1", "name": "CompTIA Advanced Security Practitioner (CASP)", "starts_at": { "day": 1, "month": 6, "year": 2020 }, "url": "https://www.certmetrics.com/comptia/public/verification.aspx?code=5Q91J68G4LB11DS1" } ]
157
[]
[]
[]
[ { "link": "https://my.linkedin.com/in/adnanazmi93", "location": "Greater Kuala Lumpur", "name": "Adnan A.", "summary": "Associate at Accenture" }, { "link": "https://www.linkedin.com/in/adnan-a-28100b64", "location": "Washington DC-Baltimore Area", "name": "Adnan A", "summary": "Operations Controller, Manager, Field Tech" }, { "link": "https://kw.linkedin.com/in/adnan-awad-16338347", "location": "Kuwait", "name": "Adnan Awad", "summary": "Business Consultant" }, { "link": "https://www.linkedin.com/in/adnan104", "location": "United States", "name": "Adnan A.", "summary": "IT @ PlanetScale. Popular Phishing Target." }, { "link": "https://in.linkedin.com/in/adnan10", "location": "Delhi, India", "name": "Adnan A.", "summary": "McKinsey | Nomura | IIM Bangalore | ZS | IIT Roorkee" } ]
[]
[]
null
null
null
null
null
null
null
null
5,349
aalieyahfinley
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aalieyah
finley
aalieyah finley
Technology Consultant at EY
technology consultant ey
null
u
united state america
atlanta
georgia
[ { "company": "EY", "company_linkedin_profile_url": "https://www.linkedin.com/company/ernstandyoung", "description": null, "ends_at": null, "location": "Atlanta, Georgia, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQGpRhkpxp5A9A/company-logo_100_100/0/1561962168715?e=1655942400&v=beta&t=lJgbWsh_PieJTnK0gv5fAkcEzL9_Gw63dDrVrJp1r3w", "starts_at": { "day": 1, "month": 1, "year": 2022 }, "title": "Technology Consultant" }, { "company": "EY", "company_linkedin_profile_url": "https://www.linkedin.com/company/ernstandyoung", "description": "As a Tech Risk intern, I was responsible for helping to strengthen the internal controls and business performance of IT clients. I accomplished this by collaborating with onshore and client teams to evaluate clients’ IT environment and controls, utilizing SOX and SOC Compliance methodologies to report control deficiencies and opportunities, and preparing, executing, and documenting test procedures and results based on control requirements. As a result, clients at EY were able to meet industry standards and strengthen trust with their customers, the public, and stakeholders.", "ends_at": { "day": 31, "month": 8, "year": 2021 }, "location": "Birmingham, Alabama, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQGpRhkpxp5A9A/company-logo_100_100/0/1561962168715?e=1655942400&v=beta&t=lJgbWsh_PieJTnK0gv5fAkcEzL9_Gw63dDrVrJp1r3w", "starts_at": { "day": 1, "month": 6, "year": 2021 }, "title": "Technology Risk Consulting Intern" }, { "company": "Protective Life", "company_linkedin_profile_url": "https://www.linkedin.com/company/protective-life", "description": "As an Innovation Intern, I was responsible for assisting in the Innovation department’s efforts to create and implement new systems and processes. I accomplished this by researching and analyzing venture capitals using Pitchbook to create an executive summary to present at annual Stakeholder meeting to Executive Leadership, planning roundtables to discuss problem areas and solutions of due diligence in the organization, and by building guides and documentation for the virtual Talks @ Protective Series resulting in 40% participation increase. As a result, Protective Life was able to continue serving employees with simple and effective operations.", "ends_at": { "day": 31, "month": 7, "year": 2020 }, "location": "Birmingham, Alabama, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGOwUNCASAMTQ/company-logo_100_100/0/1637705718790?e=1655942400&v=beta&t=SOwHojPOp1_BhT0zbpvt1T3TdT3Ufjj7hmlR6x3amHA", "starts_at": { "day": 1, "month": 6, "year": 2020 }, "title": "Innovation Intern" }, { "company": "Asa H. Bean Undergraduate Student Services Center", "company_linkedin_profile_url": null, "description": "As a Student Assistant, I was responsible for working with the College of Business to implement an efficient system of presenting majors to freshman students taking the Introduction to Business course. I achieved this by communicating with the Director of Advising & the Coordinator of the Intro to Business course on freshman student needs and demands, coordinating faculty to shoot videos discussing their areas of study, and researching and creating graphics supporting skills and information needed for each program. As a result, first time students' knowledge about programs and specialties offered were effectively delivered and retained.", "ends_at": { "day": 29, "month": 2, "year": 2020 }, "location": "The University of Alabama", "logo_url": null, "starts_at": { "day": 1, "month": 5, "year": 2019 }, "title": "Student Assistant" }, { "company": "The University of Alabama", "company_linkedin_profile_url": "https://www.linkedin.com/company/university-of-alabama", "description": "As a Peer Advisor, I was responsible for working with the College of Business advisor and mentees to enhance first-time student access to campus resources. I did this by interacting and developing meaningful relationships with the Crimson Edge program's students, conducting meetings with higher education professionals to develop retention strategies, and increasing student confidence of achieving necessary requirements to enter upper level courses. This ensured that first time students thrived in the university setting and were given opportunity to make the most out of their experience socially and academically.", "ends_at": { "day": 31, "month": 12, "year": 2019 }, "location": "Capstone Center for Student Success", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFxedRB7q9Ceg/company-logo_100_100/0/1608312804397?e=1655942400&v=beta&t=KkGqdfrkFVYUdCKKyERBhVofICFusGYmIBosKMDpBkE", "starts_at": { "day": 1, "month": 5, "year": 2019 }, "title": "Peer Advisor" }, { "company": "Ferguson Student Center", "company_linkedin_profile_url": "https://www.linkedin.com/company/ferguson-student-center", "description": "As a Conference Coordinator, I was responsible for completing room reservations and its setups, as well as serving as a point of reference at the Information Desk. I did this by planning, designing, and executing daily events, implementing measures of safety and security of facility, furnishings, equipment, and guests, assisting in clerical and everyday tasks for efficiency of programs, and maintaining university knowledge.This ensured that events at the student center are safely supported, and visitors of the university were aided in their tour.", "ends_at": { "day": 31, "month": 5, "year": 2019 }, "location": "The University of Alabama", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEePH2ZSH1JIA/company-logo_100_100/0/1541791942367?e=1655942400&v=beta&t=CZSfZDBWShOJztMjLlJFCJ1licqClpASHam5Ya5Hozk", "starts_at": { "day": 1, "month": 1, "year": 2019 }, "title": "Conference Coordinator" }, { "company": "The University of Alabama", "company_linkedin_profile_url": "https://www.linkedin.com/company/university-of-alabama", "description": "As an Orientation Leader, I was responsible for assisting new University of Alabama students in achieving higher education aspirations. I did this by fostering student relations through small group activities and nightly programs, assisting in the transitioning process of high school and transferring students to the Culverhouse College of Business, and serving as a reference of knowledge to university and the College of Business requirements. This ensured that new University of Alabama students could confidently start their year with knowledge of culture and resources.", "ends_at": { "day": 31, "month": 8, "year": 2018 }, "location": "Tuscaloosa, Alabama Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFxedRB7q9Ceg/company-logo_100_100/0/1608312804397?e=1655942400&v=beta&t=KkGqdfrkFVYUdCKKyERBhVofICFusGYmIBosKMDpBkE", "starts_at": { "day": 1, "month": 10, "year": 2017 }, "title": "Avanti Orientation Leader" } ]
[ { "degree_name": "Bachelor's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2021 }, "field_of_study": "Management Information Systems", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFxedRB7q9Ceg/company-logo_100_100/0/1608312804397?e=1655942400&v=beta&t=KkGqdfrkFVYUdCKKyERBhVofICFusGYmIBosKMDpBkE", "school": "The University of Alabama", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-alabama/", "starts_at": { "day": 1, "month": 1, "year": 2017 } }, { "degree_name": "Master's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2021 }, "field_of_study": "Management Information Systems", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFxedRB7q9Ceg/company-logo_100_100/0/1608312804397?e=1655942400&v=beta&t=KkGqdfrkFVYUdCKKyERBhVofICFusGYmIBosKMDpBkE", "school": "The University of Alabama", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-alabama/", "starts_at": { "day": 1, "month": 1, "year": 2020 } } ]
[]
[]
[]
[ { "description": null, "issued_on": { "day": 1, "month": 7, "year": 2018 }, "issuer": "The Office of Orientation and Special Programs", "title": "Diane Thompson Extra Mile Award" }, { "description": null, "issued_on": { "day": 1, "month": 3, "year": 2018 }, "issuer": "University of Alabama Black Faculty and Staff Association", "title": "Sandral Hullet Award" } ]
[]
[]
[]
[]
[ { "cause": null, "company": "Women in Technology (WIT)", "company_linkedin_profile_url": "https://www.linkedin.com/company/women-in-technology", "description": null, "ends_at": { "day": 31, "month": 5, "year": 2021 }, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGyPwytDz4Eow/company-logo_100_100/0/1574305440512?e=1655942400&v=beta&t=HE0fSnzWVIdC3gvEBHpt5uDcOhKOd2N1CMPLd-n8H4k", "starts_at": { "day": 1, "month": 5, "year": 2020 }, "title": "Vice President, Finance" }, { "cause": "Education", "company": "University of Alabama Office of First Year Experience and Retention Initiatives", "company_linkedin_profile_url": null, "description": "As an Ignite UA Intern, I was responsible for developing leadership qualities and skills in second semester freshman students. I did this by facilitating engaging conversations, connecting students to other peers and faculty, and exploring valuable traits and skills.This allowed students to go into the end of their Freshman year as well as the beginning of their Sophomore year with pride and confidence in their abilities, knowledge in their roles on campus, and goals to achieve during their time as University of Alabama students.", "ends_at": { "day": 31, "month": 3, "year": 2019 }, "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 2019 }, "title": "Ignite UA Intern" }, { "cause": "Children", "company": "University of Alabama Dance Marathon", "company_linkedin_profile_url": "https://www.linkedin.com/company/uadm", "description": null, "ends_at": { "day": 31, "month": 3, "year": 2019 }, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFcxBDbiPx2zA/company-logo_100_100/0/1519878147638?e=1655942400&v=beta&t=v99Efoa6YJW6u_mOwPDjZm3dHvQre0MJjSTlVt5RGns", "starts_at": { "day": 1, "month": 4, "year": 2018 }, "title": "Assistant Director of First Year Relations" }, { "cause": "Education", "company": "University of Alabama Office of First Year Experience and Retention Initiatives", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 31, "month": 8, "year": 2019 }, "logo_url": null, "starts_at": { "day": 1, "month": 10, "year": 2018 }, "title": "Camp 1831 A-Team Member/Counselor" } ]
[]
350
[ { "link": "https://www.linkedin.com/in/garethsnorris", "location": "Arlington, VA", "name": "Gareth Norris", "summary": "Consulting Staff at EY" }, { "link": "https://www.linkedin.com/in/claire-wallerick", "location": "St Paul, MN", "name": "Claire Wallerick", "summary": "Incoming Technology Consultant Intern (Cloud & Digital) at PwC | Accelerated Master's in Management Information Systems" }, { "link": "https://www.linkedin.com/in/james-pitard", "location": "Tuscaloosa, AL", "name": "James Pitard", "summary": "Honors Finance and Economics Student at UA | Incoming Transfer Pricing Associate at BDO" }, { "link": "https://www.linkedin.com/in/emma-drew-", "location": "Tuscaloosa, AL", "name": "Emma Drew", "summary": "Honors Chemical Engineering Student at The University of Alabama" }, { "link": "https://www.linkedin.com/in/carolinebonhaus", "location": "Greater Tuscaloosa Area", "name": "Caroline Bonhaus", "summary": "MBA Candidate at The University of Alabama Manderson School of Business" }, { "link": "https://www.linkedin.com/in/amit-bhatia-a379b9221", "location": "Alpharetta, GA", "name": "Amit Bhatia", "summary": "Seasoned Accounts Manager with strong flair of Sales, Enterprise Resource Management, SaaS and Cloud Technologies" }, { "link": "https://www.linkedin.com/in/tristanpcollins", "location": "Tuscaloosa, AL", "name": "Tristan Collins", "summary": "Undergraduate MIS Student at the University of Alabama" }, { "link": "https://www.linkedin.com/in/elena-selounski-aba58227", "location": "Atlanta, GA", "name": "Elena Selounski", "summary": "Senior Manager at EY" }, { "link": "https://www.linkedin.com/in/aaron-t-roe", "location": "Tuscaloosa, AL", "name": "Aaron Roe", "summary": "MBA Candidate at the University of Alabama with a focus of study in Financial Engineering" }, { "link": "https://www.linkedin.com/in/natasha-szulczewski-", "location": "Tuscaloosa, AL", "name": "Natasha Szulczewski", "summary": "Honors College MIS student at The University of Alabama & Software Engineer Intern at The Nine Tuscaloosa" }, { "link": "https://www.linkedin.com/in/anna-beyer-37702b18b", "location": "Overland Park, KS", "name": "Anna Beyer", "summary": "Assurance Staff at EY" }, { "link": "https://www.linkedin.com/in/cole-moscovic-716b5413b", "location": "Davisburg, MI", "name": "Cole Moscovic", "summary": "Assurance Staff at EY" }, { "link": "https://www.linkedin.com/in/drew-caruthers-56447914b", "location": "Atlanta, GA", "name": "Drew Caruthers", "summary": "Assurance Staff at EY" }, { "link": "https://www.linkedin.com/in/haley-rath", "location": "Metro Jacksonville", "name": "Haley Rath, CPA", "summary": "Assurance Staff at EY" }, { "link": "https://www.linkedin.com/in/jacksonsweatt", "location": "Franklin, TN", "name": "Jackson Sweatt", "summary": "Assurance Staff at EY" }, { "link": "https://www.linkedin.com/in/spencer-kayes-22142b139", "location": "Nashville, TN", "name": "Spencer Kayes", "summary": "Assurance Staff at EY" }, { "link": "https://www.linkedin.com/in/olajumoke-ajiniran-2b1b30175", "location": "Washington DC-Baltimore Area", "name": "Olajumoke Ajiniran", "summary": "Associate Technical Trainer (Cloud Computing) | 2x AWS Certified | Certified Scrum Master" }, { "link": "https://www.linkedin.com/in/laura-jennings-4891b9b7", "location": "San Francisco Bay Area", "name": "Laura Jennings", "summary": "Manager, Claim Readiness at athenahealth" } ]
[]
[ { "activity_status": "Liked by Aalieyah Finley", "link": "https://www.linkedin.com/signup/cold-join", "title": "In my daily standup meeting, I heard the term \"swim lane\" again and I am constantly reminded that the UA MIS department taught us objectives that are…" }, { "activity_status": "Liked by Aalieyah Finley", "link": "https://www.linkedin.com/signup/cold-join", "title": "Hey EY! You just Hired Aalieyah Finley to be a Technology Consultant in Atlanta - GA. We are so thrilled for Aalieyah to join EY! Aalieyah said she…" }, { "activity_status": "Liked by Aalieyah Finley", "link": "https://www.linkedin.com/signup/cold-join", "title": "Hi, everyone!I am excited to announce that this past week I started my new role as a Practice Administrator for McKinsey & Company's McKinsey…" } ]
[]
[]
[ { "name": "Manderson Graduate School of Business", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQHK-b4cS1vC-w/group-logo_image-shrink_92x92/0/1631008440306?e=1647691200&v=beta&t=rr1tgS6WDcey73ALDd0LZdGaglWILsAQoA8MbwpewVo", "url": "https://www.linkedin.com/groups/36420" }, { "name": "Alabama UA-MIS Alumni", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQEqAeGsCb_X7Q/group-logo_image-shrink_200x200/0/1631374989387?e=1647691200&v=beta&t=f8Mj40R_XHb9EXVwo9jxLEvSSEl_gTc1LV1DD_zFOZE", "url": "https://www.linkedin.com/groups/133670" } ]
null
null
null
null
null
null
null
null
5,681
aaliomer
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
ayad
.
ayad .
Software Engineer at Google
software engineering architect
software engineer solid computer science foundation , 9+ year programming experience hobby profession . currently work focus advanced technology ( iot , deep learning , graph , genomics ) building system make healthcare system work better everyone .
u
united state america
greater boston
null
[ { "company": "Google", "company_linkedin_profile_url": "https://www.linkedin.com/company/google", "description": null, "ends_at": null, "location": "Greater Boston Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHiNSL4Or29cg/company-logo_100_100/0/1519856215226?e=1655942400&v=beta&t=I3wjgj0XaOvOEEijwV-l2GdsHMNBE4TuNLd2LaE2S2Y", "starts_at": { "day": 1, "month": 7, "year": 2019 }, "title": "Software Engineer" }, { "company": "UnitedHealth Group", "company_linkedin_profile_url": "https://www.linkedin.com/company/unitedhealth-group", "description": null, "ends_at": { "day": 30, "month": 6, "year": 2019 }, "location": "Boston, Massachusetts", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHFsVkm-0t4fA/company-logo_100_100/0/1643414338931?e=1655942400&v=beta&t=WnLGqZbq1ibMjVLxW_bLVSWXPZCJ3bHB-X3BNh4zFxk", "starts_at": { "day": 1, "month": 6, "year": 2017 }, "title": "Lead Software Engineer" }, { "company": "UnitedHealth Group", "company_linkedin_profile_url": "https://www.linkedin.com/company/unitedhealth-group", "description": null, "ends_at": { "day": 30, "month": 6, "year": 2017 }, "location": "Greater Boston Area, Philadelphia, PA", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHFsVkm-0t4fA/company-logo_100_100/0/1643414338931?e=1655942400&v=beta&t=WnLGqZbq1ibMjVLxW_bLVSWXPZCJ3bHB-X3BNh4zFxk", "starts_at": { "day": 1, "month": 6, "year": 2016 }, "title": "Senior Technology Associate (Software Enginering)" }, { "company": "L-3", "company_linkedin_profile_url": "https://www.linkedin.com/company/l3", "description": null, "ends_at": { "day": 30, "month": 6, "year": 2016 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEvplZGXaoq6g/company-logo_100_100/0/1565612855061?e=1655942400&v=beta&t=0It8__Fz9UL_LBZpcca9rJvBVzqSbqNIh-pgVqaidA8", "starts_at": { "day": 1, "month": 1, "year": 2016 }, "title": "Software Engineer" }, { "company": "PJM Interconnection", "company_linkedin_profile_url": "https://www.linkedin.com/company/pjm-interconnection", "description": null, "ends_at": { "day": 30, "month": 9, "year": 2015 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGKGgjsiwQxIg/company-logo_100_100/0/1519855987210?e=1655942400&v=beta&t=x9UsQVB-Jr07bV3oLscW1gX9WdvuDqPaUX7qAaO-P3E", "starts_at": { "day": 1, "month": 5, "year": 2015 }, "title": "Development and Integration engineer (COOP)" }, { "company": "Proscape Technologies", "company_linkedin_profile_url": "https://www.linkedin.com/company/proscape-technologies", "description": null, "ends_at": { "day": 28, "month": 2, "year": 2015 }, "location": "Horsham, Pennsylvania", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQHigvRWF_LTgA/company-logo_100_100/0/1519856953154?e=1655942400&v=beta&t=tw02801f3vnEweIXlWiGZdSJxUmaPyaPe4BcBR4Aubo", "starts_at": { "day": 1, "month": 10, "year": 2014 }, "title": "Software Engineer" }, { "company": "Delta T Group", "company_linkedin_profile_url": "https://www.linkedin.com/company/deltatgroupinc", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2014 }, "location": "Greater Philadelphia Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQEZwc5OaevR0A/company-logo_100_100/0/1519887540902?e=1655942400&v=beta&t=g7gZhYOIPbRoYrKQf7onoD7cdyhFDDNxKDhn6Pr11Ms", "starts_at": { "day": 1, "month": 1, "year": 2011 }, "title": "T.S.S, Residential Counselor." }, { "company": "Atlantic Wireless LLC", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 31, "month": 1, "year": 2012 }, "location": "Greater Philadelphia Area", "logo_url": null, "starts_at": { "day": 1, "month": 6, "year": 2008 }, "title": "Operations Manager and Co-ownder" } ]
[ { "degree_name": "Bachelor of Science (BS)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 1900 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQG_TuUQir2LKQ/company-logo_100_100/0/1519856443501?e=1655942400&v=beta&t=n3hDOMnbkTcWh766AlBoGC2XwYiZyeU0kzTrmaZhN1k", "school": "Temple University", "school_linkedin_profile_url": "https://www.linkedin.com/school/templeuniversity/", "starts_at": { "day": 1, "month": 1, "year": 1900 } }, { "degree_name": "Master of Business Administration - MBA", "description": "The rise of education cost is unsustainable. As demand for higher education increases, the limited supply will drive higher cost and lower quality. University of the People is the first tuition free accredited university that attempts to address this issue. \nI could not help but attempt to test this model and become one of its early advocates and adopters. \nVisit http://www.uopeople.edu/ for more information", "ends_at": { "day": 31, "month": 12, "year": 2020 }, "field_of_study": "Business Administration and Management, General", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGKIPNIn2r2EQ/company-logo_100_100/0/1519863542584?e=1655942400&v=beta&t=WGMEbQbozhTOIYd1ip3RScBz0cA2CXwzzh9ykC8MHR8", "school": "University of the People", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-the-people/", "starts_at": { "day": 1, "month": 1, "year": 2017 } }, { "degree_name": "AI Nanodegree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2018 }, "field_of_study": "Artificial Intelligence", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGAbiASb657Fg/company-logo_100_100/0/1639683820896?e=1655942400&v=beta&t=VoAj7tltPTdUB0DrFxCI7Tut4a3ckoMlfyLkHDu8OyU", "school": "Udacity", "school_linkedin_profile_url": "https://www.linkedin.com/school/udacity/", "starts_at": { "day": 1, "month": 1, "year": 2018 } } ]
[ "English" ]
[]
[]
[]
[]
[]
[]
[]
[]
[ { "authority": "-", "display_source": null, "ends_at": null, "license_number": null, "name": "Certification in Software Development", "starts_at": null, "url": null } ]
338
[ { "link": "https://www.linkedin.com/in/aminamckenzie", "location": "Los Angeles, CA", "name": "Amina McKenzie", "summary": "Ads Finance | CG&E at Google" }, { "link": "https://www.linkedin.com/in/elisedear", "location": "Erie, CO", "name": "Elise Dear", "summary": "Software Configurator at Google" }, { "link": "https://www.linkedin.com/in/ajnickmom", "location": "Peoria, AZ", "name": "Pamela Rose", "summary": "Campaign Specialist at Google" }, { "link": "https://www.linkedin.com/in/priyankaramdas", "location": "New York City Metropolitan Area", "name": "Priyanka Ramdas", "summary": "Global Product Lead, YouTube New Environments" }, { "link": "https://id.linkedin.com/in/diselfly", "location": "Jambi", "name": "Selvi Selvi", "summary": "Consulting Project Manager | Vendor Management | English Tutor" }, { "link": "https://id.linkedin.com/in/axelwidjaja", "location": "Jakarta", "name": "axel widjaja", "summary": "Creative and Brand Planner" }, { "link": "https://ke.linkedin.com/in/samuel-ouma-othieno-079300133", "location": "Bungoma", "name": "Samuel Ouma Othieno", "summary": "Software Developer at KRA" }, { "link": "https://www.linkedin.com/in/dixyalamichhane", "location": "Greater Seattle Area", "name": "Dixya Lamichhane", "summary": "Software engineer II at Microsoft" }, { "link": "https://il.linkedin.com/in/nathaniel-massil-4934b1142", "location": "Israel", "name": "nathaniel massil", "summary": "--" }, { "link": "https://bd.linkedin.com/in/ashikur-rahman-1248919b", "location": "Bangladesh", "name": "Ashikur Rahman", "summary": "CTO at Fashol" }, { "link": "https://www.linkedin.com/in/nataliae", "location": "Redmond, WA", "name": "Natalia Estevez", "summary": "Software Engineer at Microsoft" }, { "link": "https://www.linkedin.com/in/kathryn-nichols-47410468", "location": "Greater Boston", "name": "Kathryn Nichols", "summary": "Sr. Front End Software Engineer at PerkinElmer, Inc." }, { "link": "https://www.linkedin.com/in/adebayooluwaseyi91", "location": "Seattle, WA", "name": "Oluwaseyi Adebayo", "summary": "Senior Data Scientist at Microsoft" }, { "link": "https://www.linkedin.com/in/krzysztof-konopka-59051a185", "location": "Greater Boston", "name": "Krzysztof Konopka", "summary": "Software Engineer" }, { "link": "https://www.linkedin.com/in/alexanderjwong", "location": "San Francisco Bay Area", "name": "Alexander Wong", "summary": "Senior Software Engineer at Shipt" }, { "link": "https://www.linkedin.com/in/skeswa", "location": "New York, NY", "name": "Sandile Keswa", "summary": "Senior Software Engineer at Google" }, { "link": "https://www.linkedin.com/in/maddy-hay-3a7086b0", "location": "Los Angeles Metropolitan Area", "name": "Maddy Hay", "summary": "Senior Scrum Master at Foundation Medicine" }, { "link": "https://www.linkedin.com/in/nicholas-hess-a4720a123", "location": "Boston, MA", "name": "Nicholas Hess", "summary": "Senior Software Engineer at Optum" }, { "link": "https://www.linkedin.com/in/fumengyao5544", "location": "Mountain View, CA", "name": "Mengyao (Emily) Fu", "summary": "Software Engineer at Google" }, { "link": "https://www.linkedin.com/in/qiyaoqin", "location": "Sunnyvale, CA", "name": "Qiyao Qin", "summary": "Senior Software Engineer at Robinhood" } ]
[]
[ { "activity_status": "Liked by Ayad A.", "link": "https://www.linkedin.com/signup/cold-join", "title": "Don't they take those Mac Pro back. What's the use?Give us money instead!Hum ko tho ijjat bhi nahi milti" }, { "activity_status": "Liked by Ayad A.", "link": "https://www.linkedin.com/signup/cold-join", "title": "We are excited to announce that Terrence Tan is joining Pipe17 as a senior member of our front end development team. We are investing heavily in our…" }, { "activity_status": "Liked by Ayad A.", "link": "https://www.linkedin.com/signup/cold-join", "title": "The results of the AI in Healthcare survey that Optum just published are very exciting! My AI team has been relentlessly focused on the experience…" } ]
[ { "link": "https://iq.linkedin.com/in/ayad-a-saleh-48b745184", "location": "Arbil, Iraq", "name": "Ayad A.Saleh", "summary": "Sales Manager at Jotun Middle East, India and Africa (MEIA)" }, { "link": "https://ae.linkedin.com/in/ayad-a-7b9179215", "location": "Dubai", "name": "Ayad A", "summary": "Public Relations Officer at al taj tourism" }, { "link": "https://iq.linkedin.com/in/ayad-a-yass-b37a12a4", "location": "Salah Ad Din, Iraq", "name": "Ayad A Yass", "summary": "IT Infrastructure Expert at EarthLink Telecommunications" }, { "link": "https://iq.linkedin.com/in/ayad-a-salam-80ab29160", "location": "Baghdad", "name": "Ayad A_salam", "summary": "MEP Dpt. Manger at 67rockwell Health & Care" }, { "link": "https://iq.linkedin.com/in/ayad-a-1397791a1", "location": "Baghdad", "name": "Ayad A.", "summary": "--" } ]
[ { "author": "By Ayad A.", "image_url": "https://media-exp1.licdn.com/dms/image/C4E12AQE0jMpBRUqj2A/article-cover_image-shrink_423_752/0/1546537764655?e=1652918400&v=beta&t=CCIIlmqaXpRp9yixCxUw-hIMwwEmQx1NB5g1LcbRqxA", "link": "https://www.linkedin.com/pulse/functional-programming-object-oriented-ayad-aliomer", "published_date": { "day": 3, "month": 1, "year": 2019 }, "title": "Functional Programming is Object Oriented" }, { "author": "By Ayad A.", "image_url": "https://media-exp1.licdn.com/dms/image/C4E12AQHgN1QISJuj7w/article-cover_image-shrink_423_752/0/1543125711898?e=1652918400&v=beta&t=4zZ_V2HPkUXLK1xHwZ6ZP9C2iWR66BvJY_hyVcyJNM4", "link": "https://www.linkedin.com/pulse/graph-data-modeling-normalization-ayad-aliomer", "published_date": { "day": 2, "month": 1, "year": 2018 }, "title": "Graph Data Modeling and Normalization" } ]
[]
null
null
null
null
null
null
null
null
5,707
aalipour
https://media-exp1.licdn.com/dms/image/C4E03AQFR9fgwa9wE7A/profile-displayphoto-shrink_200_200/0/1570932725512?e=2147483647&v=beta&t=FVud9ZCalyFnzyJlwOuiBXcNSAZkB0qcCpW8Ius8SYM
https://media-exp1.licdn.com/dms/image/C4D16AQENt9XC70HcTw/profile-displaybackgroundimage-shrink_200_800/0/1614662272714?e=1652918400&v=beta&t=Xh7syCUq0ePpyI071fcQm924KmbgBPS44T2Jj5n5cco
afshin
alipour
afshin alipour
Research Assistant at The University of Texas at Dallas
phd candidate mechanical engineering
interested experienced design mem device , control system , mechatronic system , fabrication macro microscale . able obtain work authorization u .
u
united state america
richardson
texas
[ { "company": "The University of Texas at Dallas", "company_linkedin_profile_url": "https://www.linkedin.com/company/university-of-texas-at-dallas", "description": "Design, fabrication, characterization, and control of MEMS nanopositioners\nImplementation of non-raster AFM scanning patterns\nFabrication of integrated AFM tips", "ends_at": null, "location": "Richardson, Texas, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEBYU4_oEvArQ/company-logo_100_100/0/1601995944632?e=1655942400&v=beta&t=AnRV7ij_akzXcvgdMZPP4Q-b1r7Jm9AZckJIW0bMGxs", "starts_at": { "day": 1, "month": 1, "year": 2017 }, "title": "Research Assistant" }, { "company": "The University of Texas at Dallas", "company_linkedin_profile_url": "https://www.linkedin.com/company/university-of-texas-at-dallas", "description": "Linear systems", "ends_at": { "day": 30, "month": 4, "year": 2017 }, "location": "Richardson, Texas", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEBYU4_oEvArQ/company-logo_100_100/0/1601995944632?e=1655942400&v=beta&t=AnRV7ij_akzXcvgdMZPP4Q-b1r7Jm9AZckJIW0bMGxs", "starts_at": { "day": 1, "month": 1, "year": 2017 }, "title": "Teaching Assistant" }, { "company": "University of Tehran", "company_linkedin_profile_url": "https://www.linkedin.com/company/university-of-tehran", "description": "Dynamics", "ends_at": { "day": 30, "month": 4, "year": 2014 }, "location": "Tehran, Iran", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQE-NIX4SUSCOg/company-logo_100_100/0/1519885781062?e=1655942400&v=beta&t=e4q8VGnZXLlrYIj8Fm4lDGUo9fVnsT4QQyLAvS6D-MU", "starts_at": { "day": 1, "month": 1, "year": 2014 }, "title": "Teaching Assistant" } ]
[ { "degree_name": "Doctor of Philosophy - PhD", "description": "Design, fabrication and control of microelectromechanical systems", "ends_at": { "day": 31, "month": 12, "year": 2020 }, "field_of_study": "Mechanical Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEBYU4_oEvArQ/company-logo_100_100/0/1601995944632?e=1655942400&v=beta&t=AnRV7ij_akzXcvgdMZPP4Q-b1r7Jm9AZckJIW0bMGxs", "school": "The University of Texas at Dallas", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-texas-at-dallas/", "starts_at": { "day": 1, "month": 1, "year": 2017 } }, { "degree_name": "Master of Science - MS", "description": "Design, fabrication and control of a novel lower-limb rehabilitation robot", "ends_at": { "day": 31, "month": 12, "year": 2016 }, "field_of_study": "Mechanical Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQE-NIX4SUSCOg/company-logo_100_100/0/1519885781062?e=1655942400&v=beta&t=e4q8VGnZXLlrYIj8Fm4lDGUo9fVnsT4QQyLAvS6D-MU", "school": "University of Tehran", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-tehran/", "starts_at": { "day": 1, "month": 1, "year": 2013 } }, { "degree_name": "Bachelor of Science - BS", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2013 }, "field_of_study": "Mechanical Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGrlmqIRZgzCQ/company-logo_100_100/0/1526880355374?e=1655942400&v=beta&t=zKqZX9pw2WMqgiOv4GNltwXnz_WAMLOVCEwwg1g9JwM", "school": "Amirkabir University of Technology - Tehran Polytechnic", "school_linkedin_profile_url": "https://www.linkedin.com/school/amirkabir-university-of-technology---tehran-polytechnic/", "starts_at": { "day": 1, "month": 1, "year": 2009 } } ]
[ "English", "Persian (Farsi)" ]
[]
[ { "description": "In this article, we replace the Z axis of the piezotube of a conventional Ultrahigh-Vacuum (UHV) Scanning Tunneling Microscope (STM) with a one-degree-of-freedom Microelectromechanical-System (MEMS) nanopositioner. As a result, a hybrid system is realized in which motions in the XY plane are carried out by the piezotube, while the MEMS device performs the Z-axis positioning with a smaller footprint and higher sensitivity. With the proposed system and a feedback loop, STM imaging is conducted on an H-passivated Si (100)-2×1 sample in a UHV condition, demonstrating that this on-chip STM is conducive to atomic precision scanning tunneling microscopy.", "name": "Atomic precision imaging with an on-chip scanning tunneling microscope integrated into a commercial ultrahigh vacuum STM system", "published_on": { "day": 25, "month": 6, "year": 2021 }, "publisher": "Journal of Vacuum Science & Technology B", "url": "https://avs.scitation.org/doi/abs/10.1116/6.0001107" }, { "description": "In this paper, we demonstrate an Atomic Force Microscope (AFM) cantilever array featuring three active microcantilevers for parallel imaging in tapping mode (TM). The cantilevers are equipped with on-chip piezoelectric actuation/sensing elements in addition to an electrothermal actuator to enable z-axis positioning. To minimize vibrational coupling in the array, the cantilevers are designed with different dimensions to have distinct resonant frequencies. The measured resonant frequencies of the cantilevers are 29.9 kHz, 35.6 kHz, and 35.08 kHz. The electrical cross-coupling is successfully mitigated. Three tapping mode AFM images are obtained through subsequent use of the cantilevers in the array.", "name": "Design, Fabrication and Characterization of Active Atomic Force Microscope Cantilever Arrays", "published_on": { "day": 15, "month": 3, "year": 2021 }, "publisher": "2021 IEEE 34th International Conference on Micro Electro Mechanical Systems (MEMS)", "url": "https://ieeexplore.ieee.org/abstract/document/9375345" }, { "description": "Slow Z-axis dynamics of Scanning Tunneling Microscope (STM) is a key contributing factor to the slow scan speed of this instrument. A great majority of STM systems use piezotube nanopositioners for scanning. The piezotube bulkiness along with the mass of STM tip assembly restrict the overall Z-axis bandwidth of the system to about 1kHz. This limited bandwidth slows down the STM response to the sample topography changes. In this paper, we report a microfabrication process to build a Microelectromechanical-System (MEMS) nanopositioner for Z-axis positioning in STM with a tenfold bandwidth, and a similar range of motion. The MEMS device features an integrated nanometer-sharp in-plane Si tip, compatible with conventional batch fabrication processes. In addition, a novel electrical isolation technique is developed to electrically isolate the tip from the rest of this device. This enables us to provide a separate routing for tunneling current signal, enabling potential applications in parallelism. The fabricated MEMS device achieves 1.6μ m motion with its first in-plane resonance beyond 10kHz. The capability of this MEMS nanopositioner to replace the Z-axis of STMs is demonstrated through establishing controlled and stable tunneling current on a graphite sample in ambient conditions.", "name": "A MEMS Nanopositioner With Integrated Tip for Scanning Tunneling Microscopy", "published_on": { "day": 1, "month": 1, "year": 2021 }, "publisher": "Journal of Microelectromechanical Systems", "url": "https://ieeexplore.ieee.org/abstract/document/9336220/" }, { "description": "Atomic force microscope (AFM) is a powerful instrument, which has been successfully employed in a myriad of applications from imaging to lithography, over the last decades. Despite its widespread use, low throughput of the AFM remains one of its major limitations along with slow scan rates in tapping mode. In this work, we propose a microfabricated cantilever array composed of five cantilevers, each equipped with on-chip piezoelectric displacement sensors and an actuator for parallel imaging in tapping mode. The cantilevers are designed to have separate resonance frequencies in order to effectively minimize the vibrational coupling. The measured resonance frequencies range from 85.34 kHz to 107.78 kHz, and more than 5 kHz resonant frequency separation is achieved in the neighboring cantilevers. Vibrational coupling is mitigated by over two orders of magnitude compared to arrays with identical cantilevers. The common feedthrough problem in this type of active system is addressed by configuring the displacement sensors differentially. Finally, one of the cantilevers in the array is successfully employed for tapping mode AFM imaging.", "name": "Design, Fabrication, and Characterization of a Piezoelectric AFM Cantilever Array", "published_on": { "day": 19, "month": 8, "year": 2019 }, "publisher": "2019 IEEE Conference on Control Technology and Applications (CCTA)", "url": "https://ieeexplore.ieee.org/abstract/document/8920686" }, { "description": "Limited Z-axis bandwidth of piezotube scanners employed in conventional Scanning Tunneling Microscopes (STMs) has been a major limiting factor in achieving high scan speeds in STM applications. Slow Z-axis dynamics of typical piezotube scanners combined with the weight of the STM tip/tip holder assembly, that the scanner has to carry, substantially limit the achievable Z-axis bandwidth in both imaging and lithography modes. To tackle this issue, we propose a high bandwidth microelectromechanical-system-based nanopositioner to be integrated into an existing STM scanner. The device is designed to replace the STM tip and fine Z-positioning mechanisms in the conventional STM setup, while providing an order of magnitude higher bandwidth in Z axis. The device is microfabricated using double silicon-on-isolator technology, and standard cleanroom processes. Experiments show that tunneling current between the device tip and a highly ordered pyrolytic graphite sample can be successfully established and maintained in air using the proposed device in a feedback loop. Results indicate that the proposed device uniquely combines a very high resolution and a large stroke with a substantially larger Z-axis bandwidth compared to that of conventional STM piezotube scanners, enabling higher scanning speeds in STM operations.", "name": "A high bandwidth microelectromechanical system-based nanopositioner for scanning tunneling microscopy", "published_on": { "day": 31, "month": 7, "year": 2019 }, "publisher": "Review of Scientific Instruments", "url": "https://aip.scitation.org/doi/full/10.1063/1.5109900" }, { "description": "This paper presents the design and characterization of a microelectromechanical systems (MEMS)-based probe scanner proposed to function as an on-chip atomic force microscope (AFM). The device comprises an in-plane stage with electrostatic actuators and electrothermal displacement sensors. The stage is able to precisely position an AFM probe over a sample to perform tapping-mode AFM imaging. For implementation, a standard silicon-on-insulator (SOI) microfabrication process is used. In a previously reported design, the embedded AFM probe featured only one piezoelectric transducer for simultaneous actuation and sensing, making its use in imaging problematic. To address this issue, the new design features separate actuation and sensing AlN piezoelectric transducers. An extra electrode is also incorporated on the probe that enables canceling the electrical feedthrough from the actuation to sensing. To accommodate the extra signal routing paths, mechanical design of the probe scanner is modified. Device characterization reveals an in-plane displacement range of 8 μm × 7 μm with a bandwidth of up to 2.7 kHz. The frequency-domain behavior of the AFM probe is also studied and feedthrough cancellation is performed at the resonant frequency of 127.35 kHz.", "name": "Design and Characterization of a MEMS Probe Scanner for On-chip Atomic Force Microscopy", "published_on": { "day": 1, "month": 7, "year": 2019 }, "publisher": "2019 International Conference on Manipulation, Automation and Robotics at Small Scales (MARSS)", "url": "https://ieeexplore.ieee.org/abstract/document/8860968" }, { "description": "Atomic force microscope (AFM) provides a unique possibility in nanoscience research and development for interrogation and manipulation of matter at nanoscale. Miniaturization of AFM significantly reduces the manufacturing cost and breaks the barrier to widespread adoption of this scientific instrument. This paper presents the characterization and control of a novel microelectromechanical system (MEMS)-based AFM. For in-plane motion, the device is equipped with a micro stage with integrated electrostatic actuators and electrothermal sensors. For use in taping-mode AFM imaging, a microcantilever is embedded within the device, featuring a piezoelectric layer for actuation. Positive position feedback (PPF) controller is used to attenuate the highly resonant dynamics of the stage. Scanning performance of device is evaluated by tracking a raster pattern where a 50 Hz triangular signal is applied to the actuators along the X axis. To reduce the tracking error, turnaround points of triangular signal are smoothed by using an optimization method. Moreover, the closed-loop bandwidth is increased with inversion-based feedforward technique. A 50Hz optimal reference signal combined with an inversion-based feedforward technique results in a fivefold decrease in root mean square of tracking error compared with triangular reference signal.", "name": "A Feedback Controlled MEMS Probe Scanner for On-chip AFM", "published_on": { "day": 1, "month": 1, "year": 2019 }, "publisher": "IFAC-PapersOnLine", "url": "https://www.sciencedirect.com/science/article/pii/S2405896319316817" }, { "description": "We demonstrate the application of the internal model principle in tracking a sequential cycloid trajectory to achieve video-rate atomic force microscope (AFM) imaging. To generate a sequential cycloid pattern, one axis of the nanopositioner traces a sinusoidal signal superimposed on a slow triangular wave. Discontinuities at turning points induce large peaks in the steady-state tracking error. To address this issue, a smooth trajectory is designed to reduce the magnitude of error by 60 nm compared with the triangular wave. This trajectory reduces the magnitude of error 10 times. The tracking controller includes the dynamics of the harmonic waveforms and the ramp signal as well as higher order harmonics of the scanning frequency, and an integrator to cope with the system nonlinearities at low frequencies. We perform experiments on a two degree of freedom microelectromechanical system nanopositioner at various scanning frequencies ranging from 500 to 2580 Hz within a scan area of 5 μm x 10 μm. The root-mean-square value of tracking error remains below 6.1 nm with a pitch size of 44.2 nm. We acquire time-lapse AFM images in contact mode at scan rates as high as 20 frames per second.", "name": "Video-Rate Non-Raster AFM Imaging With Cycloid Trajectory", "published_on": { "day": 13, "month": 12, "year": 2018 }, "publisher": "IEEE Transactions on Control Systems Technology", "url": "https://ieeexplore.ieee.org/abstract/document/8575120" }, { "description": "We report sequential atomic force microscope (AFM) imaging with a cycloid scan pattern where one lateral axis of the nanopositioner follows a sinusoid superimposed on a slow triangular signal. Due to the abrupt slope change in a triangular signal, large peaks appear in the tracking error. To smoothen the sharp turning points and reduce the error, an optimization technique is employed. To achieve a highperformance tracking, we utilized an internal model controller which includes a model of the reference signals while additional internal models are also added to the controller to deal with the system nonlinearities. The experiment is conducted on a two degrees of freedom microelectromechanical system nanopositioner within a scan area of 5 μm×10 μm and the pitch size of 44.2 nm as the scanning time is 80.6 msec. The peak of tracking error in x-axis is negligible due to the optimal trajectory while the root mean square value of tracking error is obtained as 4.9 nm and 4.4 nm for x- and y-axis, respectively. A sequence of contact mode constant height AFM images are acquired at 12.4 fps.", "name": "Sequential Cycloid Scanning for Time-resolved Atomic Force Microscopy", "published_on": { "day": 3, "month": 9, "year": 2018 }, "publisher": "2018 IEEE/ASME International Conference on Advanced Intelligent Mechatronics (AIM)", "url": "https://ieeexplore.ieee.org/abstract/document/8452302" }, { "description": "We demonstrate high-performance tracking of a cycloid trajectory for video-rate atomic force microscopy imaging by employing internal model control. To acquire sequential images using cycloid scanning, the stage needs to follow a slow periodic triangular wave superimposed on a sinusoidal signal along one axis with the remaining axis tracking a purely sinusoidal signal. The sharp turnarounds in the triangular signal result in a large tracking error. We utilize a trapezoidal signal to address this issue. To obtain high-precision positioning, the controller comprises the internal model of harmonic waveforms and the ramp signal plus additional integrator to compensate for stage nonlinearities. The controller is implemented on a two degree of freedom microelectromechanical system nanopositioner and operated at scan frequencies ranging from 500 Hz to 2580 Hz in a window size of 5 μm by 10 μm. While the pitch size of the trajectory is set to be 46 nm, the RMS value of tracking error remains below 7 nm. The highest scan rate of 20 frames per second is achieved at f=2580 Hz with the maximum transient tracking error of 15 nm.", "name": "Internal Model Control of Cycloid Trajectory for Video-Rate AFM Imaging with a SOI-MEMS Nanopositioner", "published_on": { "day": 27, "month": 6, "year": 2018 }, "publisher": "2018 Annual American Control Conference (ACC)", "url": "https://ieeexplore.ieee.org/abstract/document/8431682" }, { "description": "Continuous passive motion (CPM) is a treatment used to prevent stiffness of a joint caused by injury or surgery. Applying this method by rehabilitation robots improves the accuracy of the motion in addition to the length of the training. In addition, ankle is an important joint which has to stand the body weight and tolerate large forces during daily activities and exercise. In this paper, a rehabilitation robot is designed and fabricated with three generalized coordinates to make foot inversion-eversion (I/E). To test the device, CPM is then implemented on the I/E motion of the ankle. The results show that the robot can move the joint in the desired path accurately.", "name": "A rehabilitation robot for continuous passive motion of foot inversion-eversion", "published_on": { "day": 26, "month": 10, "year": 2016 }, "publisher": "2016 4th International Conference on Robotics and Mechatronics (ICROM)", "url": "https://ieeexplore.ieee.org/abstract/document/7886763" }, { "description": "In this research, influences of intermolecular interactions on the behavior of nanobeams are studied. A sudden applied voltage actuates the clamped-clamped nanobeam. The effects of electrostatic actuation, intermolecular forces, midplane stretching, fringing field effect and residual stress are considered. Initially, the governing equation is nondimensionalized and the partial differential equation of motion is converted to a nonlinear ordinary differential equation by means of Galerkin’s method. Afterwards, the nonlinear ordinary differential equation of motion is solved by means of homotopy analysis method. To validate the model, the response of a sample beam was compared with literature. Finally, the effects of various parameters on the nonlinear frequency of the response are studied. The results indicate that the nonlinear frequency of oscillations significantly decreases by increasing intermolecular effects.", "name": "Analytical solution to nonlinear behavior of electrostatically actuated nanobeams incorporating van der Waals and Casimir forces", "published_on": { "day": 1, "month": 6, "year": 2015 }, "publisher": "Scientia Iranica. Transaction F", "url": "http://scientiairanica.sharif.edu/article_3723.html" } ]
[ { "description": null, "issued_on": { "day": 1, "month": 8, "year": 2021 }, "issuer": "-", "title": "Beecherl merit-based fellowship for graduate students at Eric Jonsson School" }, { "description": null, "issued_on": { "day": 1, "month": 8, "year": 2020 }, "issuer": "-", "title": "Beecherl merit-based fellowship for graduate students at Eric Jonsson School" }, { "description": null, "issued_on": { "day": 1, "month": 8, "year": 2019 }, "issuer": "-", "title": "Beecherl merit-based fellowship for graduate students at Eric Jonsson School" } ]
[ { "application_number": "139550140003005549", "description": "Stationary robotic trainers are lower limb rehabilitation robots which often incorporate an exoskeleton attached to a stationary base. The aim is to recover range of motion (ROMs), increase muscles strength and reduce joint stiffness. The issue observed in the stationery trainers which (simultaneously) involve knee and ankle-foot complex joints is that they restrict the natural motion of ankle-foot in rehabilitation trainings due to the insufficient degrees of freedom (DOFs) of these trainers. We propose a new stationary knee-ankle-foot rehabilitation robot with all necessary DOFs including knee flexion/extension (F/E) in addition to ankle plantarflexion/dorsiflexion (P/D), ankle-foot abduction-adduction (AB/AD) and foot supination/pronation (S/P). As a result, true natural motion of ankle-foot complex can be realized while knee is also incorporated in the rehabilitation trainings.", "issued_on": { "day": 31, "month": 7, "year": 2016 }, "issuer": "Iran", "patent_number": "139550140003005549", "title": "An Active 4-DOF Rehabilitation Robot for Simultaneous Rehabilitation of Knee and Ankle", "url": "http://ipm.ssaa.ir/Search-Result?page=1&DecNo=139550140003005549&RN=90896" } ]
[ { "name": "Advanced Dynamics", "number": "-" }, { "name": "Advanced Measurement Methods", "number": "-" }, { "name": "Advanced Vibrations", "number": "-" }, { "name": "Estimation & System Identification", "number": "-" }, { "name": "Haptics", "number": "-" }, { "name": "Linear Systems", "number": "-" }, { "name": "Nonlinear Control Systems", "number": "-" }, { "name": "Computer Aided Design (CAD)", "number": "-" }, { "name": "Convex Optimization (Audited)", "number": "-" }, { "name": "Engineering Optimization", "number": "-" }, { "name": "Introduction to MEMS", "number": "-" }, { "name": "Machine Learning (Audited)", "number": "-" }, { "name": "Modeling and Simulation", "number": "-" }, { "name": "Optimal Control and Dynamic Programing", "number": "-" }, { "name": "Robust Control", "number": "-" }, { "name": "Torbumachines", "number": "-" } ]
[ { "description": "The aim of this project is to develop new MEMS nanopositioners which can replace the currently piezo-electric nanopositioners used for scanning probe microscopy. As the result, not only artifacts existing in piezo actuators like creep and hysteresis will be eliminated, but also the microscopy can be achieved at higher speeds due to miniaturizing.", "ends_at": null, "starts_at": { "day": 1, "month": 4, "year": 2018 }, "title": "High-bandwidth MEMS nanopositioners for scanning probe microscopy", "url": null }, { "description": "The scanning probe microscope is a miniaturized atomic force microscope (AFM) which has both actuation and sensing mechanisms on-chip. Therefore, AFM throughput can increase not only due to having higher bandwidth, but also due to use as an array. In this project, we characterized the mechanical properties of a novel scanning probe microscope with on-chip feedthrough cancellation mechanism, including static response, frequency response of the system and sensors, sensor calibration factors, and mode shapes of its cantilever using tools such as laser doppler vibrometer and FFT analyzer.", "ends_at": { "day": 31, "month": 8, "year": 2019 }, "starts_at": { "day": 1, "month": 11, "year": 2018 }, "title": "Characterization of a novel scanning probe microscope with on-chip feedthrough cancellation", "url": null }, { "description": "In this project, we developed a novel endoscopic robot by combining two previous pieces of work. The developed robot consisted of a novel joint which made it possible for the robot to switch its operation mode between insertion/removal and operational configurations. As a result, the robot was able to carry various types of operation instruments. In addition, the robot's linkage was made up of rotatable snake-bone-like segments which produced rotation for the robot by using just two strings. As a result, workspace of the robot increased compared to similar counterparts.", "ends_at": { "day": 31, "month": 12, "year": 2018 }, "starts_at": { "day": 1, "month": 10, "year": 2018 }, "title": "Design and 3D-printing of a novel natural orifice transluminal endoscopic surgery robot", "url": null }, { "description": "Parallel atomic force microscopy can be realized by arrays of active cantilevers which contain both on-chip actuation and sensing. However, having identical tips for all cantilevers in the same array is challenging. In addition, adding tips to the cantilevers one by one is not economical and can be time consuming, In this project, an active cantilever array was designed and fabricated where integrated tip were realized during fabrication of the array. As a result, consistency among the tips was guaranteed.", "ends_at": { "day": 30, "month": 9, "year": 2018 }, "starts_at": { "day": 1, "month": 5, "year": 2018 }, "title": "Fabrication of integrated tips of active cantilevers for atomic force microscopy", "url": null }, { "description": "One method to increase the speed of currently available atomic force microscopes (AFM) is to scan the sample surface with a non-raster pattern. In this projects, we implemented a novel non-raster pattern, i.e. cycloid, which consists of sinusoidal waves in X and Y directions, and we could achieve AFM image rates as high as 20 fps.", "ends_at": { "day": 30, "month": 6, "year": 2018 }, "starts_at": { "day": 1, "month": 3, "year": 2017 }, "title": "Video-rate atomic force microscopy", "url": null }, { "description": "In this project, I used dynamic programming and approximate dynamic programming methods\nto design an automatic feedback controller for landing the booster stage of a reusable rocket. The project was inspired by the SpaceX efforts to develop a set of new technologies for an orbital launch system that may be reused many times in a manner similar to the reusability of aircraft, which would dramatically reduce costs of various space missions.", "ends_at": { "day": 31, "month": 5, "year": 2018 }, "starts_at": { "day": 1, "month": 3, "year": 2018 }, "title": "Stochastic optimal control of a rocket landing", "url": null }, { "description": "A linkage is a closed-loop chain of rigid bodies jointed to each other. Four-bar mechanism is the simplest and the most commonly used type of linkages which consists of four rigid links connected to each other with revolute joints. Path generation synthesis which was the subject of this study is to determine the lengths of links and the position of two fixed joints in such a way that a specific point defined on plane attached to the coupler link generates a desired curve. \nAn objective function was defined which measured the closeness of generated curve to the desired path. Minimization of this objective function would result in an optimal linkage which approximates the desired path. In this project, we used an evolutionary algorithm (Differential Evolution) to perform the optimization process for the approximate synthesis of the four-bar mechanism.", "ends_at": { "day": 31, "month": 12, "year": 2017 }, "starts_at": { "day": 1, "month": 10, "year": 2017 }, "title": "Optimization of four-bar path generator linkages", "url": null }, { "description": "Through my master thesis, we developed a new four degree-of-freedom (DOF) stationary-based robot for simultaneous rehabilitation of knee and ankle. Sufficient DOFs of the robot makes the ankle recover in its natural and unconstrained trajectory which is beneficial for gait recovery. In addition, incorporating knee joint as well as ankle joint makes it possible to apply different patterns of stretching. The robot was designed and fabricated, and a rehabilitation training (continuous passive motion) was successfully given to a subject using the robot.", "ends_at": { "day": 31, "month": 7, "year": 2016 }, "starts_at": { "day": 1, "month": 9, "year": 2014 }, "title": "Design, fabrication, and control of a novel robot for simultaneous ankle and knee rehabilitation", "url": null }, { "description": "In this project, the behavior of electrostatically actuated nanobeams was studied. Initially, the governing equation was nondimensionalized and the partial differential equation of motion was converted to a nonlinear ordinary differential equation by means of Galerkin’s method. Afterwards, the nonlinear ordinary differential equation of motion was solved by means of homotopy analysis method. To validate the model, the response of a sample beam was compared with literature. Finally, the effects of various parameters on the nonlinear frequency of the response were studied. The results indicated that the nonlinear frequency of oscillations significantly decreases by increasing intermolecular effects.", "ends_at": { "day": 30, "month": 6, "year": 2014 }, "starts_at": { "day": 1, "month": 2, "year": 2014 }, "title": "Investigation of vibration behavior of nanobeams using homotopy analysis method", "url": null }, { "description": "In this project, we aimed to use the linear systems analysis to actively control the suspension systems. First, we developed a three degrees of freedom model of a vehicle suspension system. After obtaining the state space representation, we designed a reduced order observer for the system's states. Then, a controller was designed to reject the perturbations in the system based on state feedback and output feedback methods.", "ends_at": { "day": 31, "month": 12, "year": 2013 }, "starts_at": { "day": 1, "month": 10, "year": 2013 }, "title": "Suspension control of a four-wheel vehicle", "url": null } ]
[]
[]
[]
322
[ { "link": "https://ca.linkedin.com/in/vahid-nourian-4b5995bb", "location": "Waterloo, ON", "name": "Vahid Nourian", "summary": "Graduate Research and Teaching Assistant" }, { "link": "https://www.linkedin.com/in/aarizhazari", "location": "Greater Houston", "name": "Aariz Hazari", "summary": "Mechanical Engineer" }, { "link": "https://ir.linkedin.com/in/alireza-abdollahi", "location": "Iran", "name": "Alireza Abdollahi", "summary": "PhD candidate in electrical engineering – control (Aerial robotics field) at Sharif University of Technology" }, { "link": "https://www.linkedin.com/in/edmund-narh-458015184", "location": "San Francisco Bay Area", "name": "Edmund Narh", "summary": "Student at UC Berkeley College of Engineering" }, { "link": "https://www.linkedin.com/in/edmund-narh-b2b81382", "location": "San Francisco Bay Area", "name": "Edmund Narh", "summary": "Mechanical Engineer" }, { "link": "https://www.linkedin.com/in/mohammadreza-mahmoudi-556059b3", "location": "United States", "name": "Mohammadreza Mahmoudi", "summary": "Arizona State University" }, { "link": "https://www.linkedin.com/in/masoud-arabghahestani-2b3b74131", "location": "Lexington, KY", "name": "Masoud Arabghahestani", "summary": "Application and Design Engineer| Engineering Analyst | Lean Operation Certified | Outdoor Enthusiast" }, { "link": "https://nl.linkedin.com/in/hadibalaghi", "location": "Eindhoven", "name": "Hadi Balaghiinaloo", "summary": "Mechatronic Design Engineer | Being part of progress @ASML" }, { "link": "https://www.linkedin.com/in/rayna-alizadeh", "location": "Greater Fayetteville, AR Area", "name": "Rayna Alizadeh", "summary": "Research assistant at University of Arkansas" }, { "link": "https://ca.linkedin.com/in/ptajik", "location": "Vancouver, BC", "name": "Peyman Tajik, EIT", "summary": "Construction Officer at BC Hydro" }, { "link": "https://www.linkedin.com/in/jerryklai", "location": "Danville, CA", "name": "Jerry Lai", "summary": "Instrument Reliability Engineer at Corteva Agriscience" }, { "link": "https://www.linkedin.com/in/arie-belldegrun-3a50501a4", "location": "Los Angeles, CA", "name": "arie belldegrun", "summary": "Chairman Of The Board at Allogene Therapeutics" }, { "link": "https://www.linkedin.com/in/speice-ruby-9803801b4", "location": "Camden, SC", "name": "Speice Ruby", "summary": "Sales Manager at Shenzhen Letton Digital Technology Co., Limited" }, { "link": "https://ir.linkedin.com/in/atefeh-yari-546b61174", "location": "Iran", "name": "atefeh yari", "summary": "Chemistry student" }, { "link": "https://in.linkedin.com/in/arjun-bavalia-0148821b7", "location": "Gurugram", "name": "Arjun Bavalia", "summary": "Senior Creative Designer at Studio34 Designart (P) Ltd." }, { "link": "https://www.linkedin.com/in/dianamaronen", "location": "Salt Lake City Metropolitan Area", "name": "Diana Maronen", "summary": "Sr. Recruiter, Professional Recruitment at Disney Parks, Experiences and Products (DPEP) #WeChangeLives #DisneyRecruiting #Disney" }, { "link": "https://ir.linkedin.com/in/sina-kazemi-8b7271a8", "location": "Iran", "name": "sina kazemi", "summary": "student" }, { "link": "https://ir.linkedin.com/in/sepehr-maleki-27abbb198", "location": "Tehran, Iran", "name": "Sepehr Maleki", "summary": "Teaching Assistant at University of Tabriz" }, { "link": "https://ir.linkedin.com/in/tohid-moradi-art-55bb14169", "location": "Iran", "name": "Tohid Moradi_ART", "summary": "A Freelance Art Teacherمدرس خوشنویسی با خودکار" } ]
[]
[ { "activity_status": "Liked by Afshin Alipour", "link": "https://www.linkedin.com/signup/cold-join", "title": "I'm Russian. And I don't have words.I didn't choose this president. No one from my friends and family and everyone I know voted for him.People in…" }, { "activity_status": "Liked by Afshin Alipour", "link": "https://www.linkedin.com/signup/cold-join", "title": "یکی از مواردی که در سال‌های گذشته بی‌نهایت برای من کارساز بوده، مهارت‌های زبان انگلیسی است. تسلط به مهارت‌های گفتاریِ زبان انگلیسی به من کمک کرد تا…" }, { "activity_status": "Liked by Afshin Alipour", "link": "https://www.linkedin.com/signup/cold-join", "title": "I am pleased to share our recent paper in Journal of Coatings as part of a collaboration between UNLV, Politecnico di Milano, and Iowa State…" } ]
[ { "link": "https://ir.linkedin.com/in/afshin-alipour-9891b5176", "location": "Mashhad County", "name": "Afshin Alipour", "summary": "Co-founder Arya Vending" }, { "link": "https://www.linkedin.com/in/afshin-alipour-b8ab4b1ab", "location": "Marietta, GA", "name": "Afshin Alipour", "summary": "Car tech at Edvoyles" }, { "link": "https://www.linkedin.com/in/afshin-alipour-161985133", "location": "United States", "name": "Afshin Alipour", "summary": "--" } ]
[]
[ { "name": "Mechanical Engineering Internships in California, USA", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5107AQHc9o7mnKnD_w/group-logo_image-shrink_200x200/0/1631422350985?e=1647691200&v=beta&t=2dX5DgQAhwMFbAU0qQ0AdzArYEQmEXO-kPfMwT5KREI", "url": "https://www.linkedin.com/groups/6632581" }, { "name": "Microelectromechanical Systems (MEMS) Networking", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFKlfZrGjebkw/group-logo_image-shrink_200x200/0/1631411209480?e=1647691200&v=beta&t=JcLu3kaxrku_Qv8Lhi9qWQTD5tuMgnTUt2J2K_4Q8eQ", "url": "https://www.linkedin.com/groups/123714" } ]
null
null
null
null
null
null
null
null
5,709
aaliyah-dunn
https://media-exp1.licdn.com/dms/image/C4E03AQECryRR9mT9dw/profile-displayphoto-shrink_200_200/0/1558995580554?e=1652918400&v=beta&t=ViO3SVu5zY7YoUDGlBxDZxDEaD1yUTQf95fbVtFQnk8
https://media-exp1.licdn.com/dms/image/C5616AQF2FU3dwceVaA/profile-displaybackgroundimage-shrink_200_800/0/1646454297100?e=1652918400&v=beta&t=gAtYH7f4pxH-t5b_jo9ULJp32-5nh3cFT7V_f20VkOE
aaliyah
dunn
aaliyah dunn
Sales Associate at Target
finance major aspiring financial advisor
enthusiastic professional individual experience cash handling providing exceptional customer service . working target two year experience ha taught good customer service bring customer buying experience also company 's image bottom-line . throughout time far working establishment demonstrated strong communication skill also proven ability work effectively hectic environment multitask .
u
united state america
greater orlando
null
[ { "company": "Target", "company_linkedin_profile_url": "https://www.linkedin.com/company/target", "description": "•\tOrganize the storefront by stocking shelves, appealingly arranging merchandise, and maintaining product displays to create a smooth shopping experience. \n•\t Interact and/or engage with customers to find what they’re looking for to maintain customer satisfaction. Also, informing the customer on our Target Circle offers such as discounted coupons for both in-store and online and our Red Card. \n•\tFrequently called upon to assist with tasks on the sales floor such as price change on products, staging new products and displays, etc.", "ends_at": null, "location": "Orlando, Florida, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGUjozudTh0yg/company-logo_100_100/0/1519856213195?e=1655942400&v=beta&t=slrGpDaH7DmHlUMJB1FS16H9Pldtd2pxFsNpXsFrTKw", "starts_at": { "day": 1, "month": 10, "year": 2019 }, "title": "Sales Associate" }, { "company": "Chick-fil-A-Franchise", "company_linkedin_profile_url": "https://www.linkedin.com/company/chick-fil-a-franchise", "description": "•\tProvides a positive dining experience with fair, friendly, and courteous customer service.\n•\tMaintained customer satisfaction by providing continuous drink refills to customers as needed and consist stock of condiments and utensils for customers. \n•\tRegister sales on cash register by effectively and efficiently taking customer orders to their satisfaction and/or specification.", "ends_at": { "day": 30, "month": 4, "year": 2020 }, "location": "Orlando, Florida Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFZi84hN9swqw/company-logo_100_100/0/1519880349627?e=1655942400&v=beta&t=PZHfT5O2bzrAKw6rvY-hfG1ufEMlzxdfFobRY1m6B6M", "starts_at": { "day": 1, "month": 11, "year": 2018 }, "title": "Cashier" } ]
[ { "degree_name": "Finance", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2025 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQERdqvS3PNJSg/company-logo_100_100/0/1519865950068?e=1655942400&v=beta&t=-5es7rdaw8ASYMPVvNOi_Gyn4J0FJTRrUmIADfm6KYo", "school": "University of Central Florida", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-central-florida/", "starts_at": { "day": 1, "month": 1, "year": 2022 } }, { "degree_name": "Associate of Arts - AA", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2021 }, "field_of_study": "Business Administration and Management, General", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFVx6cj0kTirA/company-logo_100_100/0/1568233944383?e=1655942400&v=beta&t=fE_00t-KLYJMxiYzgt3QKCp8dDleO9RIOMfbVAQp4CE", "school": "Valencia College", "school_linkedin_profile_url": "https://www.linkedin.com/school/valencia-college/", "starts_at": { "day": 1, "month": 1, "year": 2019 } } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[]
5
[ { "link": "https://www.linkedin.com/in/courtney-rogers-608554114", "location": "Redmond, WA", "name": "Courtney Rogers", "summary": "Business Manager at Derflan, Inc." }, { "link": "https://www.linkedin.com/in/tayleur-white-65567373", "location": "Lawrenceville, GA", "name": "Tayleur White", "summary": "PhD Candidate at University of Alabama at Birmingham" }, { "link": "https://www.linkedin.com/in/courtney-faison-8123b583", "location": "Norfolk, VA", "name": "Courtney Faison", "summary": "HIM Director/ Privacy Officer, RHIT at Kempsville Center for Behavioral Health" }, { "link": "https://www.linkedin.com/in/william-eberhardt-netengineer", "location": "Chesapeake, VA", "name": "William Eberhardt , CCNP", "summary": "BS Cyber and Network Security, Security +, CCNA, CCNP, JNCIA JunOS and Cloud -- Looking for a Remote Network Engineer Role" }, { "link": "https://www.linkedin.com/in/averi-harless-a0b155162", "location": "Cullowhee, NC", "name": "Averi Harless", "summary": "Sales Representative at State Farm ®" }, { "link": "https://www.linkedin.com/in/kristal-vu-616309138", "location": "Los Angeles, CA", "name": "Kristal Vu", "summary": "Service Coordinator at Harbor Regional Center" }, { "link": "https://www.linkedin.com/in/karleybaisch", "location": "Louisville, KY", "name": "Karley Baisch, CSA", "summary": "Client Support Analyst | Helping companies reach their goals through strategic energy & sustainability services." }, { "link": "https://www.linkedin.com/in/sanya-manchanda", "location": "New York City Metropolitan Area", "name": "Sanya Manchanda", "summary": "Incoming Application and Program Analyst at Deloitte" }, { "link": "https://www.linkedin.com/in/lisestern", "location": "Appleton, WI", "name": "Lise Stern", "summary": "Front Desk Representative with extensive experience looking to become a Front Office Manager. I have experience working with Hilton, Hyatt, IHG, Radisson and others." }, { "link": "https://www.linkedin.com/in/makenzie-elick", "location": "Tempe, AZ", "name": "Makenzie Elick", "summary": "Assistant Manager at Amazing Lash Studio" }, { "link": "https://www.linkedin.com/in/horheyleon", "location": "Chula Vista, CA", "name": "Jorge Leon", "summary": "Cashier at High Flying Foods" }, { "link": "https://www.linkedin.com/in/aboubacar-traore-149728104", "location": "Bronx, NY", "name": "Aboubacar Traore", "summary": "Student at University at Buffalo" }, { "link": "https://www.linkedin.com/in/mary-whitehead-9091b330", "location": "Greater Fort Wayne", "name": "Mary Whitehead", "summary": "I'm Hard At Work I Just Got Promoted As Of February 9th, 2021" }, { "link": "https://www.linkedin.com/in/janai-rowe-7b6a84106", "location": "Mooresville, NC", "name": "Janai Rowe", "summary": "Molecular Technologist at Atrium Health" }, { "link": "https://www.linkedin.com/in/eric-richard-516ab349", "location": "Palm Coast, FL", "name": "Eric Richard", "summary": "Customer Service | Conflict Resolution | Copywriting | Editing | Data Entry | Desktop Publishing | Documentation | Graphic Design | Presentations | Recordkeeping | Verbal Communication | Written Communication" }, { "link": "https://www.linkedin.com/in/alana-comey", "location": "Durham, NH", "name": "Alana Comey", "summary": "Audit Associate at KPMG" }, { "link": "https://www.linkedin.com/in/julie-ohara-2950a451", "location": "Greater Boston", "name": "Julie OHara", "summary": "Cashier at Compass Group USA" }, { "link": "https://www.linkedin.com/in/sarah-weissman-931b27128", "location": "Troy, NY", "name": "Sarah Weissman", "summary": "Junior Mathemetician at Mahlet Consulting" }, { "link": "https://www.linkedin.com/in/isabella-rashid-le-bars", "location": "San Diego County, CA", "name": "Isabella Rashid-Le Bars", "summary": "Experience Coordinator at Blueboard Inc." } ]
[]
[ { "activity_status": "Shared by Aaliyah Dunn", "link": "https://www.linkedin.com/signup/cold-join", "title": "Just finished the course “Business Analysis Foundations”! Check it out: https://lnkd.in/giXmhRRJ" }, { "activity_status": "Liked by Aaliyah Dunn", "link": "https://www.linkedin.com/signup/cold-join", "title": "Today may be #BookLoversDay, but Valencia College celebrates our love of literature every day. In fact, some of our faculty and staff have taken…" }, { "activity_status": "Liked by Aaliyah Dunn", "link": "https://www.linkedin.com/signup/cold-join", "title": "This is Konya Plummer. The first UCF student-athlete to compete on soccer’s biggest stage, the Women's World Cup, while still enrolled in…" } ]
[ { "link": "https://www.linkedin.com/in/aaliyah-dunn-044565209", "location": "Schenectady, NY", "name": "Aaliyah Dunn", "summary": "--" }, { "link": "https://www.linkedin.com/in/aaliyah-dunn-455295173", "location": "Wichita, Kansas Metropolitan Area", "name": "Aaliyah Dunn", "summary": "Student at Southeastern Louisiana University" }, { "link": "https://jm.linkedin.com/in/aaliyah-dunn-78a815218", "location": "Kingston", "name": "Aaliyah Dunn", "summary": "Student at Merl Grove High School" }, { "link": "https://uk.linkedin.com/in/aaliyah-dunn-9b7265153", "location": "United Kingdom", "name": "Aaliyah Dunn", "summary": "--" } ]
[]
[]
null
null
null
null
null
null
null
null
5,762
aaliyaholmo
https://media-exp1.licdn.com/dms/image/C4E03AQF9BGxcx2DHLw/profile-displayphoto-shrink_200_200/0/1616311501944?e=2147483647&v=beta&t=MMyL2bdau22AkWJCyqBWEhA01q5LA0t_5D4CfdSFUsE
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aaliyah
olmo
aaliyah olmo
Agent at New York Life Insurance Company
agent new york life insurance company
licensed agent new york life insurance company offer variety product help meet number insurance financial need , including , limited college funding , retirement , managing cost extended period care lifetime income strategy . please contact help fully analyze need recommend appropriate solution . neither new york life insurance company , agent , provides tax , legal , accounting advice . please consult tax , legal , accounting professional making decision . testimonial site based individual ’ experience may representative experience customer . testimonial guarantee future performance success . licensed jurisdiction . 99 hawley lane , suite 1400 , stratford , ct 06614
u
united state america
stamford
connecticut
[ { "company": "New York Life Insurance Company", "company_linkedin_profile_url": "https://www.linkedin.com/company/newyorklife", "description": "Agent licensed to sell insurance through New York Life Insurance Company.", "ends_at": null, "location": "Stratford, Connecticut, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFphKpPVUR_sg/company-logo_100_100/0/1519856520363?e=1655942400&v=beta&t=9Y-EZZK0eZu8QbcZHCZGc0EtgXn8XemYzXAtCMM1WQk", "starts_at": { "day": 1, "month": 3, "year": 2021 }, "title": "Agent" }, { "company": "Bankers Life", "company_linkedin_profile_url": "https://www.linkedin.com/company/bankers-life-and-casualty", "description": "As the foremost experts in Comprehensive Medicare/Medical Planning so that our clients can rest easy knowing that they have suitably protected themselves from the devastating pitfalls of poor planning. This disiplined and purposeful approach will serve as the foundation to all other retirement and legacy planning we may provide.", "ends_at": { "day": 28, "month": 2, "year": 2021 }, "location": "Danbury, Connecticut, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHR3SpKyhXdlA/company-logo_100_100/0/1519856315340?e=1655942400&v=beta&t=Eqd42PFQwEuAUUj4-fkV8NGErT4S5_ilkVzBDOBh-kY", "starts_at": { "day": 1, "month": 10, "year": 2020 }, "title": "Insurance Agent" }, { "company": "Society Billiards + Bar", "company_linkedin_profile_url": "https://www.linkedin.com/company/society-billiards-bar", "description": "Utilizing fresh ingredients to mix and prepare various infusions to prepare and serve alcoholic and non-alcoholic beverages in a fast paced & high volume environment.", "ends_at": { "day": 31, "month": 3, "year": 2020 }, "location": "New York, New York, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHb0rdyeEQezg/company-logo_100_100/0/1583354147075?e=1655942400&v=beta&t=DyXCh6d_pJreomxT1C741U_JC0nCIIi0qMDJ7PrNXE8", "starts_at": { "day": 1, "month": 8, "year": 2019 }, "title": "Bartender" }, { "company": "The Slope Lounge & Restaurant", "company_linkedin_profile_url": "https://www.linkedin.com/company/theslopelounge", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2019 }, "location": "Brooklyn, New York, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGLl0YH95Jczg/company-logo_100_100/0/1540999636579?e=1655942400&v=beta&t=IES8s4UQJ1Wo-byx9cJKDH_wqsMgUe6Hg5k974GUrd8", "starts_at": { "day": 1, "month": 8, "year": 2018 }, "title": "Bartender" }, { "company": "Brooklyn Brewhouse", "company_linkedin_profile_url": "https://www.linkedin.com/company/brooklyn-brewhouse", "description": null, "ends_at": { "day": 30, "month": 11, "year": 2018 }, "location": "Brooklyn, New York, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHBo6gFII5msw/company-logo_100_100/0/1572117275229?e=1655942400&v=beta&t=jxBo6iVXy8WljHa6JiV3yrMFN6PVwDwlXIy_F7KoyR8", "starts_at": { "day": 1, "month": 10, "year": 2017 }, "title": "Server" }, { "company": "St. Joseph's College", "company_linkedin_profile_url": "https://www.linkedin.com/company/sjcny", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2017 }, "location": "Brooklyn, New York, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQEcu0QEXGqguA/company-logo_100_100/0/1519891001406?e=1655942400&v=beta&t=mSBu93hC7K63waJdSSKe6E_Y4a2QuPCgC9cnjOrWJLw", "starts_at": { "day": 1, "month": 2, "year": 2015 }, "title": "Information Technology Help Desk Support" } ]
[ { "degree_name": "Psychology", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2017 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQEcu0QEXGqguA/company-logo_100_100/0/1519891001406?e=1655942400&v=beta&t=mSBu93hC7K63waJdSSKe6E_Y4a2QuPCgC9cnjOrWJLw", "school": "St. Joseph's College", "school_linkedin_profile_url": "https://www.linkedin.com/school/sjcny/", "starts_at": { "day": 1, "month": 1, "year": 2014 } }, { "degree_name": null, "description": null, "ends_at": { "day": 31, "month": 12, "year": 2014 }, "field_of_study": null, "logo_url": null, "school": "Martin Luther High School", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2013 } }, { "degree_name": null, "description": null, "ends_at": { "day": 31, "month": 12, "year": 2013 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFmLDfG9FfU9g/company-logo_100_100/0/1519915826249?e=1655942400&v=beta&t=70Q5A0hLakpFVy-VWdERH-h0INDsjwrhmu2j_EHsX08", "school": "Vermont Academy", "school_linkedin_profile_url": "https://www.linkedin.com/school/vermont-academy/", "starts_at": { "day": 1, "month": 1, "year": 2010 } } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[ { "authority": "New York State Department of Financial Services", "display_source": null, "ends_at": null, "license_number": null, "name": "Insurance Agent Life, Accident and Health", "starts_at": { "day": 1, "month": 10, "year": 2020 }, "url": null }, { "authority": "State of Connecticut Insurance Department", "display_source": null, "ends_at": null, "license_number": null, "name": "Insurance Agent, Accident, Health, Life", "starts_at": { "day": 1, "month": 9, "year": 2020 }, "url": null } ]
54
[ { "link": "https://www.linkedin.com/in/naomi-pace-newyorklife", "location": "New York City Metropolitan Area", "name": "Naomi Pace", "summary": "Dedicated Agent with New York Life driven to helping people achieve the financial security and peace of mind they seek." }, { "link": "https://www.linkedin.com/in/yamila-yafar-79506239", "location": "New York City Metropolitan Area", "name": "Yamila Yafar", "summary": "Agent licensed to sell insurance through New York Life Insurance Company." }, { "link": "https://www.linkedin.com/in/jorge-l-diaz-pacheco-7677a439", "location": "New York, NY", "name": "JORGE L. DIAZ PACHECO", "summary": "Agent / Broker at New York Life Insurance Company" }, { "link": "https://www.linkedin.com/in/madison-kirch-333275139", "location": "New York City Metropolitan Area", "name": "Madison Kirch", "summary": "Senior Associate, Product Owner" }, { "link": "https://www.linkedin.com/in/bradley-harmon-71b51791", "location": "New York, NY", "name": "Bradley Harmon", "summary": "Life Insurance Agent at New York Life Insurance Company" }, { "link": "https://www.linkedin.com/in/william-berry-b65900140", "location": "East Setauket, NY", "name": "William Berry", "summary": "Fincial advisor at New York Life Insurance Company" }, { "link": "https://www.linkedin.com/in/ray-micek-53788b37", "location": "New York, NY", "name": "Ray Micek", "summary": "Corporate Vice President at New York Life" }, { "link": "https://www.linkedin.com/in/taylor-m-blewett-b98846173", "location": "Keyport, NJ", "name": "Taylor M. Blewett", "summary": "Senior Benefit Specialist at Winston Benefits Inc" }, { "link": "https://www.linkedin.com/in/david-marino-8a668693", "location": "Red Bank, NJ", "name": "David Marino", "summary": "My passion is to help people protect themselves and their families so they can enjoy their lives for years to come" }, { "link": "https://www.linkedin.com/in/haniel-morales-bab34a1a5", "location": "Toms River, NJ", "name": "Haniel Morales", "summary": "Sales Professional at Lester Glenn Auto Group" }, { "link": "https://www.linkedin.com/in/lori-alagna-04697b34", "location": "United States", "name": "Lori Alagna", "summary": "--" }, { "link": "https://www.linkedin.com/in/jamielwilliams", "location": "United States", "name": "Jamie Williams", "summary": "Sr. Financial Advisor, JPMorgan Securities, LLC" }, { "link": "https://www.linkedin.com/in/lyubov-pylyponyuk-938625126", "location": "New York, NY", "name": "Lyubov Pylyponyuk", "summary": "Paralegal at Abrams Garfinkel Margolis Bergson, LLP (AGMB)" }, { "link": "https://www.linkedin.com/in/latasha-cosby-woods-49079315", "location": "West Haven, CT", "name": "Latasha Cosby-Woods", "summary": "Independent Distributor for Latasha's Body Shape wear, LLC" }, { "link": "https://www.linkedin.com/in/thomas-honan-98564420a", "location": "United States", "name": "Thomas Honan", "summary": "Financial Advisor at Allied Wealth Partners" }, { "link": "https://www.linkedin.com/in/latisha-porcher-643861170", "location": "New York City Metropolitan Area", "name": "Latisha Porcher", "summary": "Jewelry Consultant at Traci Lynn Jewelry" }, { "link": "https://www.linkedin.com/in/latasha-mcclain-2b757bb5", "location": "New Haven, CT", "name": "Latasha mcclain", "summary": "retention clerk at SR business systems" }, { "link": "https://www.linkedin.com/in/cynthia-goss-b34b3413", "location": "Stamford, CT", "name": "Cynthia Goss", "summary": null } ]
[]
[ { "activity_status": "Shared by Aaliyah Olmo", "link": "https://www.linkedin.com/signup/cold-join", "title": "At New York Life, we know that deciding which life insurance is right for your family can be complicated. That is why you will have a trusted guide…" }, { "activity_status": "Posted by Aaliyah Olmo", "link": "https://www.linkedin.com/signup/cold-join", "title": "“Science provides an understanding of a universal experience. Arts provide a universal understanding of a personal experience.\" —Mae Jemison. Knowing…" }, { "activity_status": "Shared by Aaliyah Olmo", "link": "https://www.linkedin.com/signup/cold-join", "title": "Everybody deserves the opportunity to enjoy life. What was a time that brought you joy?" } ]
[]
[]
[]
null
null
null
null
null
null
null
null
5,946
aaliyahwelcher
https://media-exp1.licdn.com/dms/image/C5103AQHmcmMKlRSGCw/profile-displayphoto-shrink_200_200/0/1517361150696?e=1652918400&v=beta&t=PGEiBEc2QiCgW6cUKOYabzKGb063RcrlrnMXX2shQLs
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aaliyah
welcher
aaliyah welcher
Sales Associate at Target
sale associate target
experience waitress fast paced restaurant . able multi-task professional attitude work ethic . experience customer service , posse ability effectively manage time prioritize task . reliable driven maintain customer satisfaction .
u
united state america
fayetteville
north carolina
[ { "company": "Target", "company_linkedin_profile_url": "https://www.linkedin.com/company/target", "description": "•\tGreeted customers; responded to questions and requests promptly in a friendly and courteous manner.\n•\tRecorded and processed customer transactions accurately while adhering to company policy and procedures; issued sales discount cards.\n•\tAssisted with stocking, inventory, housekeeping, ticketing, folding, recovery, organization and maintenance of various departments and fitting rooms.\n•\tAssembled online orders according to customer specifications and prepared merchandise for shipping. \n•\tApplied training to perform duties proficiently, to provide exceptional service, ensuring a pleasant customer experience.", "ends_at": { "day": 31, "month": 12, "year": 2019 }, "location": "Greensboro/Winston-Salem, North Carolina Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGUjozudTh0yg/company-logo_100_100/0/1519856213195?e=1655942400&v=beta&t=slrGpDaH7DmHlUMJB1FS16H9Pldtd2pxFsNpXsFrTKw", "starts_at": { "day": 1, "month": 8, "year": 2018 }, "title": "Sales Associate" }, { "company": "Aeropostale", "company_linkedin_profile_url": null, "description": "Greeting customers, ringing up purchases, providing customer assistance, and offering product knowledge. Stay informed of current fashion trends and helping customers put together outfits. Maintain store appearance, letting customers know about sales deals and where to find items. Unpacking shipment and putting them on the floor, ringing up sales and handling card transactions", "ends_at": { "day": 31, "month": 8, "year": 2018 }, "location": "Greensboro/Winston-Salem, North Carolina Area", "logo_url": null, "starts_at": { "day": 1, "month": 12, "year": 2017 }, "title": "Sales Associate" }, { "company": "Journeys", "company_linkedin_profile_url": null, "description": "Meet and exceed sales goals and standards of performance\nProvide a fun, full-service shopping experience to customers\nStay informed of current fashion trends\nMaintain store appearance and stock room organization\nRetrieve shoe of customers choice and suggest other options\nRinging up sales and handling card transactions", "ends_at": { "day": 31, "month": 3, "year": 2018 }, "location": "Greensboro/Winston-Salem, North Carolina Area", "logo_url": null, "starts_at": { "day": 1, "month": 11, "year": 2017 }, "title": "Sales Associate" }, { "company": "Simply Better Thai", "company_linkedin_profile_url": null, "description": "Assist customers in the in-store check-out process. Main duties include ringing up sales, handling car transactions, returning refunds, bagging items, collecting payment and giving appropriate change. Maintaining receipts, records and withdrawals.", "ends_at": { "day": 31, "month": 8, "year": 2017 }, "location": "Fayetteville, North Carolina Area", "logo_url": null, "starts_at": { "day": 1, "month": 5, "year": 2017 }, "title": "Cashier" }, { "company": "Simply Better Thai", "company_linkedin_profile_url": null, "description": "•\tGreeted customers, answered questions and offered assistance with meal choices, providing prompt and courteous service. \n•\tTook customer order and presented requested food and beverages in a timely and sequential manner.\n•\tProvided assistance through call-in service for to-go orders and assembled orders for pick-up.\n•\tCommunicated effectively with customers and coordinated with kitchen staff to ensure accuracy of orders and guarantee customer satisfaction\n•\tCollected funds; maintained record and accountability of all monetary transactions.\n•\tMaintained cleanliness of assigned dining area; prepared tables upon guest arrival and departure. \n•\tRecorded, sorted and stocked inventory; assisted staff with trash removal and maintenance of floors, plants, and restrooms.", "ends_at": { "day": 31, "month": 8, "year": 2017 }, "location": "Fayetteville, North Carolina Area", "logo_url": null, "starts_at": { "day": 1, "month": 5, "year": 2017 }, "title": "Waitress" }, { "company": "Simply Better Thai", "company_linkedin_profile_url": null, "description": "Responsible for receiving merchandise, unloading or unpacking it, stocking shelves, and refiling containers. Restocking bathroom with paper towels and toilet paper. Keeping inventory and making lists of low products. Restocking fridges and candy dishes.", "ends_at": { "day": 31, "month": 8, "year": 2017 }, "location": "Fayetteville, North Carolina Area", "logo_url": null, "starts_at": { "day": 1, "month": 5, "year": 2017 }, "title": "Stocker" }, { "company": "Edible Arrangements", "company_linkedin_profile_url": "https://www.linkedin.com/company/edible-arrangements", "description": "Customer service in-store or phone, washing, cutting and skewering fruit, dipping fruit in chocolate, arrangement building, arrangement wrapping and clean up.", "ends_at": { "day": 31, "month": 5, "year": 2015 }, "location": "Fayetteville, North Carolina Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGPXNm4qYmOkw/company-logo_100_100/0/1570806299102?e=1655942400&v=beta&t=z7qnsd58HOj5sN4w0OSGvrezmL7x8bNtb7bPDG061eQ", "starts_at": { "day": 1, "month": 5, "year": 2015 }, "title": "Edible Arrangements Associate" } ]
[ { "degree_name": "Human Development and Family Studies, General", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2019 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEheYHE-PRHhQ/company-logo_100_100/0/1529955111123?e=1655942400&v=beta&t=NdneaANfSzH0JCy_cYMa1F4g-SLj3jZJPrVSAIwfa8I", "school": "University of North Carolina at Greensboro", "school_linkedin_profile_url": "https://www.linkedin.com/school/uncg/", "starts_at": { "day": 1, "month": 1, "year": 2015 } }, { "degree_name": "Diploma", "description": null, "ends_at": null, "field_of_study": "3.8 GPA", "logo_url": null, "school": "Westover High School", "school_linkedin_profile_url": null, "starts_at": null } ]
[]
[]
[]
[]
[]
[]
[]
[]
[ { "cause": "Children", "company": "William Roscoe Jr Community Center", "company_linkedin_profile_url": null, "description": "•\tReceived calls and greeted visitors; assessed customer needs and provided information regarding recreation program and activities.\n•\tMaintained accountability of youth; responsible for location and safety of program participants.\n•\tReviewed curriculum; presented various learning technique to promote learning and help students comprehend coursework and assist in areas of difficulty.\n•\tCreated an environment to foster positive interactions; assisted students with homework, test preparation and other academic tasks. \n•\tSupervised and observed youth during art and crafts, daily indoor/outdoor activities, special events and on field trips.\n•\tMaintenance gymnasium in preparation for center events and monitored areas to provide oversight. \n•\tAssisted Director and supported center staff with the planning and execution of various events as needed.", "ends_at": { "day": 31, "month": 12, "year": 2019 }, "logo_url": null, "starts_at": { "day": 1, "month": 8, "year": 2019 }, "title": "Intern" }, { "cause": "Health", "company": "CENTERS FOR WHOLE HEALTH, LLC", "company_linkedin_profile_url": "https://www.linkedin.com/company/centers-for-whole-health-llc", "description": "Per Diem\n•\tProfessionally provides administrative support directly to the facility physician as needed to ensure efficiency and increase productivity.\n•\tReceives/screens callers and greets visitors in a courteous manner determining premise of call/visit. \n•\tProvides information and assistance to clients while adhering to privacy rules and procedures.\n•\tMaintains files and created organized filing system of records in accordance with established guidelines. \n•\tMaintenance office by standards of medical practices to ensure cleanliness and safety of clients.", "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHvPPF-efw8rg/company-logo_100_100/0/1615917353924?e=1655942400&v=beta&t=bXv89EM9OYrzekEqKgu0-SecpCH18b4o_tPNG2XuunE", "starts_at": { "day": 1, "month": 6, "year": 2017 }, "title": "Medical Support Assistant" } ]
[]
7
[ { "link": "https://www.linkedin.com/in/precious-clark-29b047167", "location": "Greater Albany, Georgia Area", "name": "Precious Clark", "summary": "Student at Westover High School" }, { "link": "https://www.linkedin.com/in/katera-threadgill-a16a941a5", "location": "Albany, GA", "name": "Katera Threadgill", "summary": "Social service technician 2 at Aspire Behavioral Health & Developmental Disability Services" }, { "link": "https://www.linkedin.com/in/damika-white-802", "location": "Fayetteville, NC", "name": "Damika White", "summary": "Student at Westover High School" }, { "link": "https://www.linkedin.com/in/tymaree-nelson-4861b519a", "location": "Atlanta Metropolitan Area", "name": "Tymaree Nelson", "summary": "Student at Georgia State University" }, { "link": "https://mx.linkedin.com/in/alonso-d%C3%A1vila-ram%C3%ADrez", "location": "Nuevo León, Mexico", "name": "Alonso Dávila", "summary": "Student at Universidad Regiomontana, A.C." }, { "link": "https://www.linkedin.com/in/joel-davis-ba063b24", "location": "Albany, GA", "name": "Joel Davis", "summary": "President at Davpro, LLC." }, { "link": "https://uk.linkedin.com/in/sarounia-mitchell-rowe", "location": "London", "name": "Sarounia Mitchell-Rowe", "summary": "Driven Digital Strategist with Experience in Website Maintenance, PPC, SEO, and Organic Social Media Campaigns." }, { "link": "https://www.linkedin.com/in/mussiefitsum", "location": "Silver Spring, MD", "name": "Mussie Fitsum", "summary": "HTML/CSS Production Specialist at Money Map Press" }, { "link": "https://bd.linkedin.com/in/noor-amin-3777321b9", "location": "Rajshahi, Bangladesh", "name": "Noor Amin", "summary": "SEO & DIGITAL MARKETING SPECIALIST" }, { "link": "https://uk.linkedin.com/in/lucas-pepe-martinez", "location": "London", "name": "Lucas Martinez", "summary": "Platform Specialist, Apple Search Ads" }, { "link": "https://www.linkedin.com/in/jan-spence", "location": "Jacksonville, FL", "name": "Jan Spence, CSP", "summary": "Professional & Virtual Speaker | Sales Trainer | Inspirer Catalyst Rainmaker" }, { "link": "https://pk.linkedin.com/in/garay-son-953b761b3", "location": "Toba Tek Singh District", "name": "Garay son", "summary": "Guest post and linkbuilding at Frugal Finance & Lean Linkbuilding" }, { "link": "https://www.linkedin.com/in/seth-jared-hymes-355507a", "location": "Reno, NV", "name": "Seth Jared Hymes", "summary": "I Help People Get $60K/Yr Remote Recession Proof Careers with No Previous Experience or Education - Since 2016 - 100s of Authentic Testimonials - DM Me for More Info" }, { "link": "https://bd.linkedin.com/in/parvezahmeddmsbd", "location": "Habiganj District", "name": "Parvez Ahmed", "summary": "Digital Marketing Specialist at fiverr" }, { "link": "https://www.linkedin.com/in/asiatoussaint985", "location": "Slidell, LA", "name": "Asia Toussaint", "summary": "Spring 2019 Graduate of Southeastern Louisiana University" }, { "link": "https://www.linkedin.com/in/cheyenne-barros-960944101", "location": "Parlin, NJ", "name": "Cheyenne Barros", "summary": "Assistant Store Manager at PACSUN" }, { "link": "https://www.linkedin.com/in/kory-gill-082059b0", "location": "Grand Rapids, MI", "name": "Kory Gill", "summary": "Flooring Specialist at The Home Depot" }, { "link": "https://www.linkedin.com/in/xhonatan-mimini", "location": "New York City Metropolitan Area", "name": "Xhonatan Mimini", "summary": "Currently Seeking IT Recruitment / Supply Chain Management Opportunities" }, { "link": "https://www.linkedin.com/in/rosa-mallett-a80954125", "location": "Kathleen, GA", "name": "Rosa Mallett", "summary": "Doordash delivery driver" } ]
[]
[]
[]
[]
[]
null
null
null
null
null
null
null
null
5,989
aalkasimi
https://media-exp1.licdn.com/dms/image/C5603AQEy3PYKxUuvhQ/profile-displayphoto-shrink_200_200/0/1641797386309?e=1652918400&v=beta&t=igdlQNpBz3ha9aZ9_Ole8t46Ciplza2GLkK9W1Evxvk
https://media-exp1.licdn.com/dms/image/C5616AQF7OriPwaYNmw/profile-displaybackgroundimage-shrink_200_800/0/1635325435333?e=1652918400&v=beta&t=xBytwnVNQ3RoKayZ61OM9GhqPy7vjDqAU7ht67JKNIY
ahmad
alkasimi
ahmad alkasimi
Graduate Student at University of California, Davis
electrical engineering ph.d. candidate | graduate student researcher rf/radar signal processing
doctor philosophy ( ph.d. ) candidate electrical engineering minor business administration university california , davis . skilled radar signal processing , machine learning matlab .
u
united state america
davis
california
[ { "company": "University of California, Davis", "company_linkedin_profile_url": "https://www.linkedin.com/company/uc-davis", "description": null, "ends_at": null, "location": "Sacramento, California Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEBG25KNBwuCQ/company-logo_100_100/0/1616103040374?e=1655942400&v=beta&t=wGF4ahqBPV3rY-fKK5fOqmgl-QDf-4yvto9ysZ8HRO0", "starts_at": { "day": 1, "month": 9, "year": 2017 }, "title": "Graduate Student" }, { "company": "King AbdulAziz University", "company_linkedin_profile_url": "https://www.linkedin.com/company/king-abdulaziz-university", "description": null, "ends_at": { "day": 30, "month": 9, "year": 2017 }, "location": "Jeddah Governorate, Saudi Arabia", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQH8FNoYbuVixQ/company-logo_100_100/0/1519860994227?e=1655942400&v=beta&t=yFhqz2wAO764EzklSZA0SKtkW2TtNdnCx2Wcxkpy-T4", "starts_at": { "day": 1, "month": 4, "year": 2017 }, "title": "Teaching Assistant" }, { "company": "General Arabian Medical & Allied Services Ltd", "company_linkedin_profile_url": "https://www.linkedin.com/company/general-arabian-medical-&-allied-services-ltd", "description": "Operation and maintenance engineer for healthcare electronic systems including:\nBuilding Management Systems, Fire Alarm System, Negative Pressure Rooms, Central Telephone system.", "ends_at": { "day": 31, "month": 3, "year": 2017 }, "location": "King Abdullah Medical Complex - Jeddah", "logo_url": null, "starts_at": { "day": 1, "month": 12, "year": 2016 }, "title": "Electronics Engineer" }, { "company": "Huawei Technologies", "company_linkedin_profile_url": "https://www.linkedin.com/company/huawei", "description": "Part of a global CSR flagship program, initiated in 2008.\nProgram objectives: developing local ICT talent, enhance knowledge transfer, promote a greater understanding of, and interest in, the ICT sector, and improve and encourage regional building and participation in the digital community.", "ends_at": { "day": 31, "month": 8, "year": 2016 }, "location": "China", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQEtZ01_ey5nIA/company-logo_100_100/0/1586016478298?e=1655942400&v=beta&t=trcJ58oAKETn-l4Ky3y1USWzHdbnpwCsDoT85wblu_I", "starts_at": { "day": 1, "month": 8, "year": 2016 }, "title": "\"Telecom seeds for the future\"​ trainee" }, { "company": "Saudi Aramco", "company_linkedin_profile_url": "https://www.linkedin.com/company/aramco", "description": "Bachelor's degree requirement.\nResponsibilities: Electrical systems maintenance and inspection.", "ends_at": { "day": 31, "month": 8, "year": 2015 }, "location": "King Abdullah Sport City Operating Department (KASCOD)", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFjHNUub2MPHA/company-logo_100_100/0/1519855923074?e=1655942400&v=beta&t=CvhUPNofHO9iuhGtegV53lIMmSxM-bdKHJ6Dn7b5bUg", "starts_at": { "day": 1, "month": 6, "year": 2015 }, "title": "Summer Intern" }, { "company": "AlRahma company for Umrah and Zeyarah", "company_linkedin_profile_url": null, "description": "Pre-college seasonal job.\nResponsibilities: internal coordination, communication and data logging.", "ends_at": { "day": 31, "month": 8, "year": 2011 }, "location": "Makkah, Saudi Arabia", "logo_url": null, "starts_at": { "day": 1, "month": 2, "year": 2011 }, "title": "Operations Coordinator" } ]
[ { "degree_name": "Doctor of Philosophy (PhD)", "description": "Affiliation: Microwave Microsystems Laboratory (MML) group.\nResearch interests: Radar signal processing, Machine Learning, RF systems design and remote sensing.", "ends_at": { "day": 31, "month": 12, "year": 2023 }, "field_of_study": "Electrical and Computer Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEBG25KNBwuCQ/company-logo_100_100/0/1616103040374?e=1655942400&v=beta&t=wGF4ahqBPV3rY-fKK5fOqmgl-QDf-4yvto9ysZ8HRO0", "school": "University of California, Davis", "school_linkedin_profile_url": "https://www.linkedin.com/school/uc-davis/", "starts_at": { "day": 1, "month": 1, "year": 2019 } }, { "degree_name": "Master of Science (MS)", "description": "Affiliation: Microwave Microsystems Laboratory (MML) group.\nResearch interests: millimeter-wave radar, RFIC and power amplifier design.", "ends_at": { "day": 31, "month": 12, "year": 2019 }, "field_of_study": "Electrical and Computer Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEBG25KNBwuCQ/company-logo_100_100/0/1616103040374?e=1655942400&v=beta&t=wGF4ahqBPV3rY-fKK5fOqmgl-QDf-4yvto9ysZ8HRO0", "school": "University of California, Davis", "school_linkedin_profile_url": "https://www.linkedin.com/school/uc-davis/", "starts_at": { "day": 1, "month": 1, "year": 2017 } }, { "degree_name": "Bachelor of Science (BS)", "description": "Specialization: Electronics and communications.\nSenior design project: Wireless power transfer", "ends_at": { "day": 31, "month": 12, "year": 2016 }, "field_of_study": "Electrical and Computer Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQH8FNoYbuVixQ/company-logo_100_100/0/1519860994227?e=1655942400&v=beta&t=yFhqz2wAO764EzklSZA0SKtkW2TtNdnCx2Wcxkpy-T4", "school": "King AbdulAziz University", "school_linkedin_profile_url": "https://www.linkedin.com/school/king-abdulaziz-university/", "starts_at": { "day": 1, "month": 1, "year": 2011 } } ]
[ "العربية", "English" ]
[ { "description": null, "ends_at": null, "org_name": "The Institute of Electrical and Electronics Engineers (IEEE)", "starts_at": { "day": 1, "month": 3, "year": 2020 }, "title": "Graduate Student Member" }, { "description": null, "ends_at": null, "org_name": "Saudi Council of Engineers", "starts_at": { "day": 1, "month": 1, "year": 2017 }, "title": "Engineer" } ]
[]
[]
[]
[]
[ { "description": "Designing a system in which we transfer power wirelessly to charge a cellphone battery.", "ends_at": { "day": 31, "month": 5, "year": 2016 }, "starts_at": { "day": 1, "month": 9, "year": 2015 }, "title": "Wireless Power Transfer System for Battery charging", "url": null } ]
[]
[]
[ { "authority": "National Instruments", "display_source": null, "ends_at": null, "license_number": null, "name": "Introduction to LabVIEW", "starts_at": { "day": 1, "month": 10, "year": 2015 }, "url": null }, { "authority": "King AbdulAziz University", "display_source": null, "ends_at": null, "license_number": null, "name": "Fine Soldering and Assembly of Elctronic Circuits", "starts_at": { "day": 1, "month": 5, "year": 2015 }, "url": null }, { "authority": "British Counsil, Jeddah, Saudi Arabia", "display_source": null, "ends_at": { "day": 30, "month": 4, "year": 2018 }, "license_number": "16SA000009ALKA100A", "name": "International English Language Testing System (IELTS)", "starts_at": { "day": 1, "month": 4, "year": 2016 }, "url": null } ]
158
[ { "link": "https://www.linkedin.com/in/bethanysanders1", "location": "Annapolis, MD", "name": "Bethany Sanders", "summary": "Technical Recruiter at SIXGEN" }, { "link": "https://sa.linkedin.com/in/mashari-alangari-ba21621a5", "location": "Ha'il, Saudi Arabia", "name": "Mashari Alangari", "summary": "PhD in Electrical engineering from University of California, Davis" }, { "link": "https://sa.linkedin.com/in/samael-alblaihess-5851961a1", "location": "Riyadh, Saudi Arabia", "name": "Samael Alblaihess", "summary": "Industrial Engineer at Maaden" }, { "link": "https://sa.linkedin.com/in/razan-alsabt-b9a9a619a", "location": "Saudi Arabia", "name": "Razan Alsabt", "summary": "Information Technology" }, { "link": "https://sa.linkedin.com/in/abdulrahman-alfaraidi-38272418b", "location": "Saudi Arabia", "name": "Abdulrahman Alfaraidi", "summary": "PhD Student at Harvard University" }, { "link": "https://sa.linkedin.com/in/azzam-omair", "location": "Riyadh, Saudi Arabia", "name": "Azzam Al Omair - عزام العمير", "summary": "Cybersecurity | Consultant | Projects & Risk Management | Data Analytics & Solutions Delivery" }, { "link": "https://sa.linkedin.com/in/yara-jado", "location": "Riyadh, Saudi Arabia", "name": "Yara Jado", "summary": "Visiting Junior Associate" }, { "link": "https://www.linkedin.com/in/jonathan-berlingeri-bb1b21139", "location": "Davis, CA", "name": "Jonathan Berlingeri", "summary": "Graduate Student Researcher at UC Davis" }, { "link": "https://www.linkedin.com/in/adilene-bernal-s%C3%A1nchez", "location": "Davis, CA", "name": "Adilene Bernal Sánchez", "summary": "Chemistry Ph.D. Student | Organic Chemist | Franz Lab at University of California, Davis" }, { "link": "https://www.linkedin.com/in/rafaelmurhandoko", "location": "Davis, CA", "name": "Rafael Murhandoko", "summary": "Managerial Economics Student at UC Davis" }, { "link": "https://www.linkedin.com/in/huong-chau-309119121", "location": "Davis, CA", "name": "Huong Chau", "summary": "Pathobiology PhD Candidate" }, { "link": "https://www.linkedin.com/in/margaret-liu-471ab71aa", "location": "Davis, CA", "name": "Margaret Liu", "summary": "PhD candidate at University of California, Davis" }, { "link": "https://www.linkedin.com/in/nkechi-chidi-ogbolu", "location": "Davis, CA", "name": "Nkechinyere Chidi-Ogbolu", "summary": "Scientific Liaison | Business Development Scientist | Biomedical Engineering and Biotechnology" }, { "link": "https://www.linkedin.com/in/pallavi-sambre", "location": "Davis, CA", "name": "Pallavi Sambre", "summary": "Ph.D. Candidate in Materials Science and Engineering at University of California Davis" }, { "link": "https://www.linkedin.com/in/mukuntheshwaran-venkatesan-80275a136", "location": "Davis, CA", "name": "Mukuntheshwaran Venkatesan", "summary": "Master's Student at University of California, Davis" }, { "link": "https://www.linkedin.com/in/ehsan-usa", "location": "San Francisco Bay Area", "name": "Ehsan Arasteh", "summary": "PhD candidate, Future Mobility Lab, UC Davis | Autonomous Vehicles | Robotics | Controls" }, { "link": "https://www.linkedin.com/in/hetagandhi", "location": "Rochester, NY", "name": "Heta Gandhi", "summary": "ML Intern at Nurix, PhD candidate at University of Rochester" }, { "link": "https://www.linkedin.com/in/rsubbaraman", "location": "San Diego, CA", "name": "Raghav Vaidyanathan Subbaraman", "summary": "UC San Diego PhD Student | IIT Madras" }, { "link": "https://www.linkedin.com/in/minwang24", "location": "Pittsburgh, PA", "name": "Min Wang", "summary": "Graduate Student at CMU." }, { "link": "https://www.linkedin.com/in/silvi-pandey", "location": "Berkeley, CA", "name": "Silvi Pandey", "summary": "Quantitative Research Analyst at PIMCO" } ]
[]
[ { "activity_status": "Liked by Ahmad Alkasimi", "link": "https://www.linkedin.com/signup/cold-join", "title": "web 2.0 vs web 3.0 #web3" }, { "activity_status": "Liked by Ahmad Alkasimi", "link": "https://www.linkedin.com/signup/cold-join", "title": "There are fewer privileges in life than the opportunity to impart knowledge at the collegiate level. In this photo, I just finished the last live…" }, { "activity_status": "Liked by Ahmad Alkasimi", "link": "https://www.linkedin.com/signup/cold-join", "title": "#معرض_الدفاع_العالمي_2022World Defense Show" } ]
[]
[]
[ { "name": "UC Davis College of Engineering", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQFZzRVHZvU1Xg/group-logo_image-shrink_200x200/0/1631362162049?e=1647691200&v=beta&t=0yLO-bSkO7W67YUB6bie5qLZIA1rTJElXCWjfNQdPrE", "url": "https://www.linkedin.com/groups/106968" } ]
null
null
null
null
null
null
null
null
6,033
aallamsetty
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
arun
allamsetty
arun allamsetty
Software Development Engineer II at Amazon
sde @ amazon
null
u
united state america
kirkland
washington
[ { "company": "Amazon", "company_linkedin_profile_url": "https://www.linkedin.com/company/amazon", "description": "Working as part of Amazon Retail's Big Data organization whose charter is to serve the internal data needs. I have owned a data compaction service and led its productionalization and stabilization. Next, I worked on improving a job orchestration service adding support for new complex scheduling features and simplifying data completeness reporting. Currently, I am leading an effort to migrate customer traffic from a legacy backend monolithic service, handling over 350K daily requests, to individual microservices without adversely affecting the end customers.", "ends_at": null, "location": "Seattle, Washington", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=1655942400&v=beta&t=AVKhS-aqZ8h_yaf-McQWAc1jIlHiawZrjoadhfnNFOM", "starts_at": { "day": 1, "month": 4, "year": 2018 }, "title": "Software Development Engineer II" }, { "company": "Instructure", "company_linkedin_profile_url": "https://www.linkedin.com/company/instructure-inc-", "description": "As Instructure was gearing to work towards profitability, all engineering teams were asked to work on cost-saving measures. I collaborated with the team towards the design and implementation of these strategies, with overall savings of more than 50% in three months.", "ends_at": { "day": 31, "month": 3, "year": 2018 }, "location": "Salt Lake City, Utah", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFB4uJYrhUr8A/company-logo_100_100/0/1626979392232?e=1655942400&v=beta&t=2_oT27GhB_05AAHD2nQg9gNCxRswX-PMErhhwBX1uLE", "starts_at": { "day": 1, "month": 9, "year": 2017 }, "title": "Senior Software Engineer" }, { "company": "Instructure", "company_linkedin_profile_url": "https://www.linkedin.com/company/instructure-inc-", "description": "Worked as part of Instructure's Big Data team which was set up to deliver denormalized customer data in batches every day. The data came from multiple sharded relational databases which were not always treated as such with nested data in multiple formats being dumped as blobs. Designed and implemented a system to deserialize these various formats based on table schemas tagged with serialization information.\n\nInstructure also launched a video platform with near real-time view metrics to provide educators the insights required to know which parts of their lectures are most viewed and/or hardest to understand. Devised a near real-time query system following the principles of Lambda data-processing architecture to balance accuracy with speed. It was implemented it using Apache Spark with Kirnesis Firehose for batch processing and AWS Lambda, Kinesis and DynamoDB for stream processing.", "ends_at": { "day": 30, "month": 9, "year": 2017 }, "location": "Salt Lake City, Utah, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFB4uJYrhUr8A/company-logo_100_100/0/1626979392232?e=1655942400&v=beta&t=2_oT27GhB_05AAHD2nQg9gNCxRswX-PMErhhwBX1uLE", "starts_at": { "day": 1, "month": 6, "year": 2015 }, "title": "Software Engineer - Big Data" }, { "company": "University of Utah - Employment", "company_linkedin_profile_url": "https://www.linkedin.com/company/university-of-utah---employment", "description": "Created a user-friendly web application which served as the front-end of the Drools Guvnor Rules Management System.", "ends_at": { "day": 31, "month": 5, "year": 2015 }, "location": "Salt Lake City, UT", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQEVsCSmV6ss1Q/company-logo_100_100/0/1519856644367?e=1655942400&v=beta&t=oimB5hytMr1oytxPDBYibjplQ7P8oXQ4VQJ7I2px3wM", "starts_at": { "day": 1, "month": 1, "year": 2014 }, "title": "Graduate Research Assistant" }, { "company": "Adamatic Inc", "company_linkedin_profile_url": "https://www.linkedin.com/company/adamatic-inc", "description": "Interned at Adamatic as part of the 5 member engineering team when they were part of the BoomStartup incubator program. At that time, they were looking to migrate from MySQL to HBase for future scalability, which is what I designed and implemented from the ground up. Also implemented a differential backup mechanism for the production HBase tables.", "ends_at": { "day": 31, "month": 8, "year": 2014 }, "location": "Salt Lake City, UT", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEeYgXnZMMFCA/company-logo_100_100/0/1520138646531?e=1655942400&v=beta&t=Aoghk-13A1nTcG2JGHl5LSS1IvRDbrIqC6Rzy7NbMbM", "starts_at": { "day": 1, "month": 5, "year": 2014 }, "title": "Data Science Intern" }, { "company": "Tata Consultancy Services", "company_linkedin_profile_url": "https://www.linkedin.com/company/tata-consultancy-services", "description": "Worked for AOL's data warehouse team as a consultant. Wrote Java-based applications which downloaded nested JSON data from various sources and converted them into Netezza/Vertica compatible TSV format. Also automated some manual processes around report downloads saving 15 engineer hours per month.", "ends_at": { "day": 31, "month": 7, "year": 2013 }, "location": "Mumbai Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEMvQ8E6gXSPA/company-logo_100_100/0/1625820626997?e=1655942400&v=beta&t=Cf59imZByMhBQGGc3pndkq2CClsqo3bZFeHd3fGQZSQ", "starts_at": { "day": 1, "month": 10, "year": 2011 }, "title": "Assistant Systems Engineer" } ]
[ { "degree_name": "Master of Science (MS)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2015 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHOj4lIdQUuYA/company-logo_100_100/0/1589925579896?e=1655942400&v=beta&t=dKc9o2SDZK5r1IAH6y9NkDWMsQ5z2bYqPYYObpiLzvw", "school": "University of Utah", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-utah/", "starts_at": { "day": 1, "month": 1, "year": 2013 } }, { "degree_name": "Bachelor's Degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2011 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQEjWZ5AtI_enA/company-logo_100_100/0/1519840692881?e=1655942400&v=beta&t=9zufGTfulPQU6InTH3U4jw6oHF6seSTEqVY_BpIQ2a4", "school": "Bhilai Institute of Technology (BIT), Durg", "school_linkedin_profile_url": "https://www.linkedin.com/school/bitdrg/", "starts_at": { "day": 1, "month": 1, "year": 2007 } } ]
[]
[]
[]
[]
[]
[ { "name": "Advanced Algorithms", "number": "CS6150" }, { "name": "Advanced Scientific Computing I", "number": "CS6210" }, { "name": "Big Data Computer Systems", "number": "CS6965" }, { "name": "Data Mining", "number": "CS6140" }, { "name": "Information Extraction from Text", "number": "CS6961" }, { "name": "Natural Language Processing", "number": "CS6340" }, { "name": "Visualization", "number": "CS6630" }, { "name": "Functional Programming Principles in Scala", "number": "Coursera" }, { "name": "Introduction to Hadoop and MapReduce", "number": "UD617" }, { "name": "Programmng Methodology", "number": "CS106A" } ]
[]
[]
[]
[ { "authority": "Coursera Course Certificates", "display_source": "www.coursera.org", "ends_at": null, "license_number": "CVRSKU3JCJL6", "name": "Functional Programming Principles in Scala", "starts_at": { "day": 1, "month": 7, "year": 2016 }, "url": "https://www.coursera.org/account/accomplishments/verify/CVRSKU3JCJL6" } ]
460
[ { "link": "https://www.linkedin.com/in/mwmisner", "location": "Seattle, WA", "name": "Matt Misner", "summary": "Senior Engineer at Amazon" }, { "link": "https://www.linkedin.com/in/raj-ajmani-mba-pmp-6940b421", "location": "Bellevue, WA", "name": "Raj Ajmani, MBA, PMP", "summary": "Principal Technical Program Manager at Amazon" }, { "link": "https://au.linkedin.com/in/calvinj", "location": "Greater Sydney Area", "name": "Seyeong (Calvin) Jeong", "summary": "Senior Software Development Engineer at Amazon Web Services" }, { "link": "https://in.linkedin.com/in/aakash-kashyap-203383229", "location": "Raipur", "name": "Aakash Kashyap", "summary": "Sales And Marketing Specialist at GATE ACADEMY" }, { "link": "https://in.linkedin.com/in/bhupendra-kumar-297823225", "location": "Durg", "name": "Bhupendra Kumar", "summary": "--" }, { "link": "https://in.linkedin.com/in/suman-sen-577840211", "location": "Bhilai", "name": "Suman Sen", "summary": "Human Resources Manager at GATE ACADEMY" }, { "link": "https://in.linkedin.com/in/priyanka-kumari-07b298228", "location": "Bilaspur", "name": "priyanka kumari", "summary": "Attended Bhilai Institute of Technology (BIT), Durg" }, { "link": "https://in.linkedin.com/in/ashish-kumar-aa8597189", "location": "Durg", "name": "Ashish kumar", "summary": "--" }, { "link": "https://in.linkedin.com/in/kuldeep-singh-75534021a", "location": "Rohtak district", "name": "Kuldeep Singh", "summary": "Attended Kurukshetra University" }, { "link": "https://in.linkedin.com/in/abhishek-gupta-090ab2229", "location": "Durg", "name": "Abhishek Gupta", "summary": "Teaching Professional at GATE ACADEMY" }, { "link": "https://in.linkedin.com/in/moolchand-sahu-93667422a", "location": "Bhilai", "name": "Moolchand sahu", "summary": "Academic councellor at GATE ACADEMY" }, { "link": "https://www.linkedin.com/in/geetika-yalamanchili", "location": "Richardson, TX", "name": "Geetika Yalamanchili", "summary": "Credit Card Business Analyst at Apple| Business Analytics | Project Management | Problem Solver | Creative" }, { "link": "https://in.linkedin.com/in/garima-panjwani-0199441a4", "location": "Bhilai", "name": "Garima Panjwani", "summary": "Support Executive at GATE ACADEMY" }, { "link": "https://in.linkedin.com/in/dumpa-shiva-kumar-b27a6a1aa", "location": "Berasia", "name": "Dumpa Shiva Kumar", "summary": "Apprentice at Eicher Tractors" }, { "link": "https://in.linkedin.com/in/raj-kumar-yadav-3633145b", "location": "Mumbai", "name": "Raj Kumar Yadav", "summary": "SSE at EpsilonAI Private Limited" }, { "link": "https://in.linkedin.com/in/ajay-kumar-gupta-6497231b5", "location": "Bhopal", "name": "Ajay kumar gupta", "summary": "Assistant Engineer at Eicher Tractors" }, { "link": "https://in.linkedin.com/in/shabnam-siddiqui-46a862218", "location": "Kanpur", "name": "Shabnam Siddiqui", "summary": "Subject Matter Expert (Chemical Engineering) at GATE ACADEMY" }, { "link": "https://www.linkedin.com/in/teja-nemana", "location": "New York City Metropolitan Area", "name": "Teja Nemana", "summary": "Data Scientist at American Express" }, { "link": "https://in.linkedin.com/in/saurabh-chandrakar-3134818a", "location": "Andhra Pradesh, India", "name": "Saurabh Chandrakar", "summary": "Reasearch and Development Engineer at Bharat Heavy Electricals Limited" }, { "link": "https://ir.linkedin.com/in/arsalankarimi", "location": "Shīrāz", "name": "Arsalan Karimi", "summary": "Architect & Construction Document Manager" } ]
[ "Amit Ashish\n \n \n\n\n\n \n \n \n \n \n\n \n I have worked alongside Arun for a substantial period of time.We have worked on multiple projects together as peers and on separate projects independently.What I would like to vouch for are his great aptitude level and good analytical skills.He is a punctual person on top of being a sharp Engineer .He has designed and developed multiple Java applications single handedly to handle/transform data sets with decent complexity and significant volume. He was a critical asset for our team and hopefully will play similar roles in all his future endeavours. ", "Moiz Arafat\n \n \n\n\n\n \n \n \n \n \n\n \n I have been external reviewer for project work done by Arun. He is a quick learner and quickly grasps the minute details and requirements. He explored Java and Hadoop features and implemented them successfully . He has good technical writing skills , which he used in presenting his learnings to the team. He has also learned other Data Warehousing skill sets like sql." ]
[ { "activity_status": "Liked by Arun Allamsetty", "link": "https://www.linkedin.com/signup/cold-join", "title": "An attempt to capture the stories of Ather owners from across the country. Brilliant work by Rajat Sharma in conceptualising and producing it. Here's…" }, { "activity_status": "Liked by Arun Allamsetty", "link": "https://www.linkedin.com/signup/cold-join", "title": "No matter how long I'm stuck on a problem in software engineering I'm always so happy when I figure out the solution#coding #programming…" }, { "activity_status": "Liked by Arun Allamsetty", "link": "https://www.linkedin.com/signup/cold-join", "title": "If you're a seasoned software engineer interested in making a real difference in the world, I'm hiring at Zoya Finance to transform personal finance…" } ]
[]
[]
[]
null
null
null
null
null
null
null
null
6,059
aalokgaitonde
https://media-exp1.licdn.com/dms/image/C4E03AQEtsu0bUqMKXw/profile-displayphoto-shrink_200_200/0/1647283593383?e=1652918400&v=beta&t=EzI0WNtLHLk_Lnlv6-FKne_qTC5zQNvP6PzaaZQx9Jg
https://media-exp1.licdn.com/dms/image/C4E16AQHAVX6Z68h0Ow/profile-displaybackgroundimage-shrink_200_800/0/1517363186034?e=1652918400&v=beta&t=h_Lcze6IWFiHTJ6z5DSGLcmmym157s7XF3dx5fYGhpw
aalok
gaitonde
aalok gaitonde
Graduate Research Assistant at Purdue University
graduate research assistant purdue university
currently pursuing phd school mechanical engineering , purdue university . experienced thermal system engineer expertise managing engineering project contributing individually . returning enroll doctoral program , worked 3d system led development thermal system next generation laser sintering product . skill include : - architecting thermal system solution next generation laser sintering platform - owning , managing & prioritizing ‘ design thermal ’ meet exceed program mission - delivering system level review program life cycle ( plc ) gate checkpoint - coordinating managing expectation cross functional team product management , system architect , ui , material software - infrared/thermal vision & thermal control algorithm development - hardware , embedded firmware software interaction thermal module - engineering fixture development , bench testing concept verification - thermal modeling capability include development custom numerical model , thermal resistance network & working commercially available solver like comsol , ansys , ee , etc .
u
united state america
west lafayette
indiana
[ { "company": "Purdue University", "company_linkedin_profile_url": "https://www.linkedin.com/company/purdue-university", "description": "My interests are in areas of heat transfer and thermal management, I work at the Marconnet Thermal and Energy Conversion Lab (MTEC) and the Electronics Cooling & Thermal Microsystems Lab at Purdue University, West Lafayette, IN. My research is supported by the Cooling Technologies Research Center (CTRC) and the Semiconductor Research Corporation (SRC).", "ends_at": null, "location": "West Lafayette, Indiana, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGUO9Kvy1lfEA/company-logo_100_100/0/1619705137869?e=1655942400&v=beta&t=uSJ7kLgk6Fw-B6bAZVO8TspkoKPSF2y8W-EX-GgEEL8", "starts_at": { "day": 1, "month": 1, "year": 2021 }, "title": "Graduate Research Assistant" }, { "company": "Semiconductor Research Corporation", "company_linkedin_profile_url": "https://www.linkedin.com/company/semiconductor-research-corporation", "description": "Developing a new metrology technique for characterizing high thermal conductance across buried interfaces, which are typically found in electronic packages in the semiconductor industry. Examples include interfaces in die to die bonding, or the low thermal resistance interfaces in a Silicon-bond layer-Silicon packages.", "ends_at": null, "location": "Purdue University, Indiana, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEcWpsBirt0XQ/company-logo_100_100/0/1619620603933?e=1655942400&v=beta&t=R64VUCosFhkbr6wX9Yi8Ll88632KNivvbl-ZXBxDSj4", "starts_at": { "day": 1, "month": 1, "year": 2022 }, "title": "Research Scholar" }, { "company": "Cooling Technologies Research Center", "company_linkedin_profile_url": "https://www.linkedin.com/company/cooling-technologies-research-center", "description": null, "ends_at": null, "location": "West Lafayette, Indiana, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEINy_K6mHN0Q/company-logo_100_100/0/1623854474563?e=1655942400&v=beta&t=fIqrelcYBpRKHloYSDX9DtIkKW3Jox5KJWim3QwA0m8", "starts_at": { "day": 1, "month": 1, "year": 2021 }, "title": "Graduate Research Assistant" }, { "company": "3D Systems Corporation", "company_linkedin_profile_url": "https://www.linkedin.com/company/3d-systems", "description": null, "ends_at": { "day": 31, "month": 1, "year": 2021 }, "location": "Portland, Oregon Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQExb0asvBSHTA/company-logo_100_100/0/1519873370922?e=1655942400&v=beta&t=rmj-O_thFO51nRrfm0U1K_oaixMBy4yAQmVlnwgEreo", "starts_at": { "day": 1, "month": 2, "year": 2017 }, "title": "Thermal Systems Engineer" }, { "company": "Marconnet Thermal & Energy Conversion Laboratory, Purdue University", "company_linkedin_profile_url": "https://www.linkedin.com/company/purdue-university", "description": "Cross plane thermal transport in batteries across stacks of electrodes hinders heat removal, and my research will help improve the safety and reliability of Li-ion batteries for a number of applications ranging from hybrid electric vehicles to laptops and smartphones, by enabling safer cells of a larger capacity \n\n•\tPerformed infrared (non-intrusive) temperature measurements for thermal characterization \n•\tLiquid Nitrogen cooling of the focal plane array of the IR camera sensor\n•\tReported first measured thermal conductance values across Lithium ion batteries\n•\tWorked with cross functional teams, sponsors to conceptualize a plan of action\n•\tDeveloped 1D and 2D heat transfer conduction-convection models \n•\tOptimized thermal resisances of known and unknown materials for thermal measurements\n•\tFabricate test samples for thermal analysis using infrared microscopy\n•\tUsed Thermal Interface Materials (TIM) to aid heat transfer across interfaces \n•\tContrived a technique to measure insitu thermal conductance across the batteries \n•\tIndependently designed, sourced and built external heating and cooling loops for extended temperature ranges using compatible heat transfer fluids and quick disconnect assemblies \n•\tInstalled thermocouples, interfaced with LabVIEW/NI-MAX to aid experiment validation \n•\tIterated experiments using data driven analyses \n•\tReworked samples by making appropriate changes using previous experiment results\n•\tProgrammed MATLAB scripts for data analysis from high volume raw measurements \n•\tSetup data acquisition systems, temperature detectors and pressure sensors\n•\tPublished technical papers and presentations", "ends_at": { "day": 31, "month": 1, "year": 2017 }, "location": "Purdue University", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGUO9Kvy1lfEA/company-logo_100_100/0/1619705137869?e=1655942400&v=beta&t=uSJ7kLgk6Fw-B6bAZVO8TspkoKPSF2y8W-EX-GgEEL8", "starts_at": { "day": 1, "month": 5, "year": 2015 }, "title": "Thesis Research: Lithium Ion Battery Thermal Management (Sponsor: NASA)" }, { "company": "Marconnet Thermal & Energy Conversion Laboratory, Purdue University", "company_linkedin_profile_url": "https://www.linkedin.com/company/purdue-university", "description": "- I served as the head teaching assistant for Basic Mechanics 1 (ME270), one of the largest courses at Purdue University by class size\n- Collaborate with 8 faculty members to manage a total of ~800 students\n- Organize and conduct weekly meetings with undergraduate and graduate TAs to ensure smooth functioning of the course \n- Conduct seminars for new teaching assistants/graders on effective methods for setting up web-based homework dropboxes and grading schemes via Purdue Blackboard\n- Course development, manage the online help desk traffic - ME270 Blog", "ends_at": { "day": 31, "month": 12, "year": 2016 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGUO9Kvy1lfEA/company-logo_100_100/0/1619705137869?e=1655942400&v=beta&t=uSJ7kLgk6Fw-B6bAZVO8TspkoKPSF2y8W-EX-GgEEL8", "starts_at": { "day": 1, "month": 8, "year": 2016 }, "title": "Head Teaching Assistant" }, { "company": "Marconnet Thermal & Energy Conversion Laboratory, Purdue University", "company_linkedin_profile_url": "https://www.linkedin.com/company/purdue-university", "description": "- Responsible for enforcing OSHA standards in the lab\n- Point of contact for the safety inspectors of Purdue University\n- Maintain material and chemical accountability, and Safety Data Sheets (SDS) for all chemicals present in the lab\n- Ensuring user safety certifications (Personal Protective Equipment, Hazard Communication, Building Emergency Plan) are on file", "ends_at": { "day": 31, "month": 12, "year": 2016 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGUO9Kvy1lfEA/company-logo_100_100/0/1619705137869?e=1655942400&v=beta&t=uSJ7kLgk6Fw-B6bAZVO8TspkoKPSF2y8W-EX-GgEEL8", "starts_at": { "day": 1, "month": 1, "year": 2016 }, "title": "Safety Coordinator" }, { "company": "Marconnet Thermal & Energy Conversion Laboratory, Purdue University", "company_linkedin_profile_url": "https://www.linkedin.com/company/purdue-university", "description": "•\tSecured a grant for hosting a science experiment for K-12 students as motivation towards STEM fields \n•\tDesigned and fabricated a setup to mimic heat generation in a cell phone \n•\tDemonstrated the use to temperature measuring equipment\n•\tTasked student teams with optimizing the performance vs cost of heat exchangers to cool the phone", "ends_at": { "day": 31, "month": 12, "year": 2016 }, "location": "Purdue University", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGUO9Kvy1lfEA/company-logo_100_100/0/1619705137869?e=1655942400&v=beta&t=uSJ7kLgk6Fw-B6bAZVO8TspkoKPSF2y8W-EX-GgEEL8", "starts_at": { "day": 1, "month": 1, "year": 2016 }, "title": "Electronics Cooling Experiment - Outreach - Duke Energy Academy 2016" }, { "company": "Marconnet Thermal & Energy Conversion Laboratory, Purdue University", "company_linkedin_profile_url": "https://www.linkedin.com/company/purdue-university", "description": "- Conduct tutorials and help sessions for two courses: ME270 Statics and ME274 Dynamics\n- Help undergrads with homework problems and other conceptual queries \n- Organize, manage and troubleshoot Blackboard Learn for ME270, a virtual environment and course management system used at Purdue University \n- Evaluate homework, conduct and proctor exams\n- Verify off-campus proctor and testing location information for students enrolled in an online version of ME270 \n- Helped setup a dedicated course website for off-campus students\nhttps://www.distance.purdue.edu/syllabus/me270/", "ends_at": { "day": 31, "month": 12, "year": 2016 }, "location": "West Lafayette", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGUO9Kvy1lfEA/company-logo_100_100/0/1619705137869?e=1655942400&v=beta&t=uSJ7kLgk6Fw-B6bAZVO8TspkoKPSF2y8W-EX-GgEEL8", "starts_at": { "day": 1, "month": 5, "year": 2015 }, "title": "Graduate Teaching Assistant" }, { "company": "Marconnet Thermal and Energy Conversion Lab", "company_linkedin_profile_url": null, "description": "•\tDesigned, modeled and fabricated a test rig using a 3D CAD package - SolidWorks\n•\tPrepared 2D drawings with GD&T for obtaining sliding and interference fits\n•\tDesigned a helical heat exchanger, with pressure drop and flow rate hand calculations\n•\tApplied principles of DFM, DFA, FMEA during the design process\n•\tCollaborated with a seasoned machinist to understand best designing practices \n•\tCreated BOM, identified OEMs/vendors and sourced material\n•\tPerformed thermal analysis of the test rig using COMSOL\n•\tInterfaced heat exchanger inlet and outlet with full flow Swagelok quick disconnects", "ends_at": { "day": 31, "month": 12, "year": 2016 }, "location": "Purdue University", "logo_url": null, "starts_at": { "day": 1, "month": 8, "year": 2015 }, "title": "Manufacturing a Test Rig for Simultaneous Shear and Temperature Measurements" }, { "company": "Discovery Park at Purdue University", "company_linkedin_profile_url": "https://www.linkedin.com/company/discovery-park-at-purdue-university", "description": "- Conducted a week long summer course on STEM related topics for high school juniors and seniors for the Duke Energy Academy at Purdue University\n- Designed, performed and taught laser spectroscopy, a non intrusive temperature measurement experiment, to school students after making suitable simplifications \n- Led technical activities and group tours around research labs for motivating them to join STEM related disciplines \n- Responsible for keeping the program on schedule, and incharge of various logistics, including students safety", "ends_at": { "day": 30, "month": 6, "year": 2015 }, "location": "Discovery Park, Purdue University", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFvhXqAWFaaqw/company-logo_100_100/0/1582743672381?e=1655942400&v=beta&t=O3FXK24E-NIrwPA3cDrdivWzfX9ympoNUhnmHaEosvk", "starts_at": { "day": 1, "month": 3, "year": 2015 }, "title": "Emission Spectroscopy - STEM Counselor - Duke Energy Academy 2015" }, { "company": "Indian Institute of Technology, Bombay", "company_linkedin_profile_url": "https://www.linkedin.com/company/indian-institute-of-technology-bombay", "description": "- Safety study work to investigate cavity formation and solidification patterns in a lead cask, from a molten state, which is used as a radiation shield\n- Forced and natural convection cooling experiments and simulations\n- Development of 2D and 3D contour and surface temperature maps\n- Improvised techniques to measure transient temperature distribution inside the cask using sheathed thermocouples with compression fittings, Agilent Data Acquisition Systems, and IR cameras, instead of radiography - potentially saving around $100,000 for the sponsor\n- Tracked the movement of the solid liquid interface(solidification front), and captured cavity formation inside the cask of pure lead and presented a solution to avoid it by using an alloying material", "ends_at": { "day": 31, "month": 8, "year": 2014 }, "location": "Mumbai Area, India", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFd0YbG4efCfg/company-logo_100_100/0/1519882262216?e=1655942400&v=beta&t=piFcIjwMBb9rRByMLtjKURUrCasK0kj78RQPZ_WbQ48", "starts_at": { "day": 1, "month": 2, "year": 2013 }, "title": "Technical Assistant Engineer" } ]
[ { "degree_name": "Doctor of Philosophy - PhD", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2024 }, "field_of_study": "Mechanical Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGUO9Kvy1lfEA/company-logo_100_100/0/1619705137869?e=1655942400&v=beta&t=uSJ7kLgk6Fw-B6bAZVO8TspkoKPSF2y8W-EX-GgEEL8", "school": "Purdue University", "school_linkedin_profile_url": "https://www.linkedin.com/school/purdue-university/", "starts_at": { "day": 1, "month": 1, "year": 2021 } }, { "degree_name": "Master of Science (M.S.)", "description": "After spending time working as a Research Assistant in the Mechanical Engineering Department at IIT Bombay, I decided to pursue a Masters course at Purdue, starting in the Fall of 2014. In May 2015, I joined the Marconnet Thermal Energy Conversion Lab, at the School of Mechanical Engineering, Purdue University.", "ends_at": { "day": 31, "month": 12, "year": 2016 }, "field_of_study": "Mechanical Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGUO9Kvy1lfEA/company-logo_100_100/0/1619705137869?e=1655942400&v=beta&t=uSJ7kLgk6Fw-B6bAZVO8TspkoKPSF2y8W-EX-GgEEL8", "school": "Purdue University", "school_linkedin_profile_url": "https://www.linkedin.com/school/purdue-university/", "starts_at": { "day": 1, "month": 1, "year": 2014 } }, { "degree_name": "Mechanical Engineering", "description": "In 2010, I spent a semester abroad at The University of Western Ontario (now known as Western University) in London, ON, Canada.", "ends_at": { "day": 31, "month": 12, "year": 2010 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQExbN4XpVuocQ/company-logo_100_100/0/1605299754293?e=1655942400&v=beta&t=SnU4FeBLZRyFj_UyVccn_i33vSZpTHD1eX-5_RQY5lM", "school": "Western University", "school_linkedin_profile_url": "https://www.linkedin.com/school/westernuniversity/", "starts_at": { "day": 1, "month": 1, "year": 2010 } }, { "degree_name": "Bachelor of Technology (B.Tech.)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2012 }, "field_of_study": "Mechanical Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGltV9wRWpIjg/company-logo_100_100/0/1519898416589?e=1655942400&v=beta&t=Z3pFDfGkBLYYVvPIStXwL3Pklu3BEMyRZw6G8UdDndw", "school": "Vishwakarma Institute Of Technology", "school_linkedin_profile_url": "https://www.linkedin.com/school/vishwakarma-institute-of-technology-pune/", "starts_at": { "day": 1, "month": 1, "year": 2008 } } ]
[ "English", "French", "Hindi", "Marathi", "Konkani" ]
[]
[]
[ { "description": null, "issued_on": { "day": 1, "month": 8, "year": 2010 }, "issuer": "Ontario Universities International (OUI)", "title": "Fellowship - Study Abroad" }, { "description": "Winner of the yearly photo contest hosted by the University.", "issued_on": null, "issuer": "The University of Western Ontario", "title": "Distinctively Western" } ]
[]
[ { "name": "Advanced Mathematics for Engineers and Physicists", "number": "MA527" }, { "name": "Advanced Thermodynamics", "number": "ME500" }, { "name": "Analysis of Thermal Systems", "number": "ME518" }, { "name": "Dynamic Exergy Modeling and Analysis of Thermal Storage Systems", "number": "ME597" }, { "name": "Intermediate Heat Transfer", "number": "ME505" }, { "name": "Linear Algebra", "number": "MA511" }, { "name": "Mechatronics", "number": "ME588" }, { "name": "Micro and Nanoscale Heat Transfer Processes", "number": "ME503" }, { "name": "Nanoscale Thermal Transport", "number": "ME597" }, { "name": "Numerical Methods in Heat Transfer", "number": "ME608" }, { "name": "Uncertainty Quantification and Analysis", "number": "ME597" }, { "name": "Fluid Machinery and Fluid Power", "number": "-" }, { "name": "Fluid Mechanics", "number": "-" }, { "name": "Heat Exchanging Devices", "number": "-" }, { "name": "IP Right for Engineers", "number": "-" }, { "name": "Metrology and Quality Control", "number": "-" }, { "name": "Refrigeration and Air Conditioning", "number": "-" }, { "name": "Thermal Power Plants", "number": "-" }, { "name": "Heat Transfer", "number": "-" }, { "name": "Material Selection in Mechanical Engineering Design", "number": "-" }, { "name": "Microeconomics", "number": "-" }, { "name": "Product and Process Design", "number": "-" } ]
[ { "description": "- Modeled the Rankine Cycle with water as the working fluid in the non-linear Engineering Equation Solver \n- Parametric variation of cycle properties such as the boiler pressure, turbine inlet temperature, condenser pressure was employed \n- Effect of regeneration, reheat, number of reheaters was evaluated, and its effect on the cycle efficiency was calculated\n- Reheat and regeneration was found to have increased the thermal efficiency by 9% and 3% respectively", "ends_at": { "day": 31, "month": 12, "year": 2015 }, "starts_at": { "day": 1, "month": 9, "year": 2015 }, "title": "Analysis of a Rankine Cycle for a Steam Power Plant with Reheat and Regeneration", "url": null }, { "description": "- Localized heat generation in thin films necessitates the use of non-continuum transport models, as the characteristic device dimension becomes comparable to the phonon mean free path (MFP) \n- The Boltzmann Transport Equation (BTE) was solved using the built in radiative transport equation (RTE) module in COMSOL\n- Simulation results were validated for specular and thermalizing boundary conditions, and were found to be in good agreement with published results\n- Concluded that for Silicon, only if the device length is greater than 10 micron, thermal transport can be modeled using Fourier's Law of heat transfer", "ends_at": { "day": 31, "month": 12, "year": 2015 }, "starts_at": { "day": 1, "month": 8, "year": 2015 }, "title": "Modelling Hotspots in Thin Films using the Boltzmann Transport Equation using COMSOL", "url": null }, { "description": "- Implemented the semi-implicit pressure linked equations algorithm to develop a solver in MATLAB for the coupled pressure-velocity Navier Stokes Equations to determine the flow field in a 2D channel for an incompressible fluid \n- Computed the flow field, and calculated the transient temperature evolution inside a partially heated channel\n- Compared the effect of placement of the heated zone in the developing and in the fully developed flow region, on the local heat transfer coefficient and on the mean temperature inside the channel", "ends_at": { "day": 31, "month": 5, "year": 2015 }, "starts_at": { "day": 1, "month": 1, "year": 2015 }, "title": "CFD: Transient Heat Transfer and Cooling of a Heated Cavity using MATLAB", "url": null }, { "description": "- Researched industrial applications of thermal storage devices and their classification, and the impact thermal storage systems can have on offsetting costs related to electricity usage during peak load hours\n- Analyzed a hot water thermal storage system using MATLAB, simulating various charging/discharging patterns\n- Modeled a heat exchanger setup connected to the TES, and derived efficiency formulations\n- Derived an unique metric for an instantaneous second law efficiency for a TES\n- Demonstrated the effect of stratification on the second law efficiency and its impact on exergy destruction", "ends_at": { "day": 31, "month": 5, "year": 2015 }, "starts_at": { "day": 1, "month": 1, "year": 2015 }, "title": "Dynamic Exergy Modeling and Analysis of Thermal Energy Storage (TES) Systems", "url": null }, { "description": "- Designed, modeled and constructed an autonomous robot to find and collect spherical objects, find an follow a line, and deposit them into a designated hole\n- Responsible for, within a team of 4, to construct logic to differentiate between different objects\n- Troubleshooted and tested the initial prototype, and made innovative fixes to the object collecting mechanism \n- Constructed a makeshift servo mounting mechanism within hours, when the most crucial servo motor in the robot broke down, the night before the final project demonstration", "ends_at": { "day": 31, "month": 5, "year": 2015 }, "starts_at": { "day": 1, "month": 1, "year": 2015 }, "title": "Mechatronics: Autonomous Object Collection, Line Follower and Deposition Robot", "url": null }, { "description": "- Idea of this competition was to create a new industrial product out of Soybean, which is abundant in the Midwest \n- Created 'Soy 6 Pack', a bio-degradable plastic out of Soybean (and a few other soy products), to replace conventional plastic used to manufacture six-pack rings (beverage holders) \n- Soy 6 Pack comprises of about 95% soy, and 5% other bio-degradable product\n- Disintegrates in water within 60-90 minutes", "ends_at": { "day": 31, "month": 3, "year": 2015 }, "starts_at": { "day": 1, "month": 9, "year": 2014 }, "title": "Indiana Soybean Alliance: Student Soybean Product Innovation", "url": null }, { "description": "- Low speed high lift airfoils were fabricated, to be tested in a sub-sonic wind tunnel at IIT Bombay\n- Evaluation of pressure variation across the section of the airfoil was made possible by the inclusion of pressure taps on the surface of the airfoil \n- Variation of the co-efficient of pressure, lift and drag forces with the change in the angle of attack was obtained \n- A stability criterion was setup by comparing the lift-drag characteristics of the airfoils", "ends_at": { "day": 30, "month": 6, "year": 2012 }, "starts_at": { "day": 1, "month": 6, "year": 2011 }, "title": "Analysis and Characterization of Low Speed High Lift Airfoils", "url": null }, { "description": "- Researched customer requirements using Quality Function Deployment & Competitor Evaluation\n- Functional decomposition, Decision Matrix/Go-No go screening was done for final design choices\n- Parts were designed according to the DFM and DFA guidelines\n- Part material was selected using FMEA and Risk Priority Number assessment", "ends_at": { "day": 31, "month": 12, "year": 2010 }, "starts_at": { "day": 1, "month": 8, "year": 2010 }, "title": "Design, Modelling and Analysis of a Portable Snow Plow", "url": null }, { "description": "•\tDynamometer test of a naturally aspirated 4 cylinder gasoline engine test bed\n•\tCalculated engine torque as a function of RPM \n•\tPerformed a sweep load test to mimic a typical urban drive cycle\n•\tMeasured engine emissions (HC, CO, NO¬x) using an exhaust gas analyzer", "ends_at": { "day": 30, "month": 6, "year": 2010 }, "starts_at": { "day": 1, "month": 1, "year": 2010 }, "title": "Performance Testing of an 4 Stroke IC Engine", "url": null } ]
[]
[ { "cause": "Environment", "company": "IIT Bombay & Government of India", "company_linkedin_profile_url": null, "description": "- Socio-economic, inter-disciplinary research project involved in modifying a prototypical Vertical Shaft Brick Kiln (VSBK), a 50% more efficient method of manufacturing bricks, located at Donvat, a small village in rural Maharashtra, India \n- Optimized fuel placement to obtain a uniform temperature distribution across the length of the kiln\n- Performed and compared the strength of bricks manufactured using a conventional open furnace, and those using the VSBK, using a Compression Testing Machine\n- Achieved a reduction in the fuel consumption by about 30% and increased the strength and quality of bricks manufactured using the VSBK by over 25%\n- Visited and examined existing commercial VSBK setups across Maharashtra, and determined flaws in the existing design and operation of the VSBK at Donvat, and proposed low cost and effective solutions", "ends_at": { "day": 30, "month": 6, "year": 2013 }, "logo_url": null, "starts_at": { "day": 1, "month": 4, "year": 2013 }, "title": "Intern" }, { "cause": "Social Services", "company": "Purdue University", "company_linkedin_profile_url": "https://www.linkedin.com/company/purdue-university", "description": "Provided about 20 hours of community service to the people and animals of the Greater Lafayette Area, which included (but not limited to) the following:\n- socializing and caring for dogs and cats at the Almost Home Humane Society, a no-kill animal shelter\n- helping organize and conduct charity marathons in West Lafayette\n- cleaning up the Columbia Park Zoo in Lafayette", "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGUO9Kvy1lfEA/company-logo_100_100/0/1619705137869?e=1655942400&v=beta&t=uSJ7kLgk6Fw-B6bAZVO8TspkoKPSF2y8W-EX-GgEEL8", "starts_at": { "day": 1, "month": 8, "year": 2014 }, "title": "Boiler Out Volunteer" }, { "cause": "Animal Welfare", "company": "Indian Institute of Technology, Bombay", "company_linkedin_profile_url": "https://www.linkedin.com/company/indian-institute-of-technology-bombay", "description": "Along with my family, have cared for many homeless dogs (and the odd cat) near my residence in India for more than a decade, including providing them with daily meals, water, shelter and medical care.", "ends_at": { "day": 31, "month": 8, "year": 2014 }, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFd0YbG4efCfg/company-logo_100_100/0/1519882262216?e=1655942400&v=beta&t=piFcIjwMBb9rRByMLtjKURUrCasK0kj78RQPZ_WbQ48", "starts_at": { "day": 1, "month": 1, "year": 1999 }, "title": "Stray Animal Welfare" } ]
[]
500
[]
[ "Kumar H V\n \n \n\n\n\n \n \n \n \n \n\n \n Aalok is technically very sound, yet a very creative person, very focused on his subject; a wonderful person to bounce off ideas, simply for his incisive analytical capabilities and lateral thinking. I have known him for several years now, and he was the guy I would turn to - troubleshoot a problem in my car, come up with an innovative design, co-manage an event or simply debate on so many issues. It is indeed commendable the way he stuck to the things he liked doing, whether it is in his chosen engineering subject, his hobbies such as photography, travelling or aircraft spotting! Even at his young age, there are quite many who look up to him for what he has achieved and his leadership skills are already well-honed" ]
[]
[]
[]
[ { "name": "Refrigeration & Air Conditioning", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQHDQHqx6qymgg/group-logo_image-shrink_200x200/0/1631377893387?e=1647691200&v=beta&t=ic9FOvZ1zeEVk67-Ii0k_gCXm1i6bcetSglZHy4wv2w", "url": "https://www.linkedin.com/groups/2476773" }, { "name": "Thermal Conductivity", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQHfsP_Beoq2hg/group-logo_image-shrink_200x200/0/1631369894676?e=1647691200&v=beta&t=_WB9SkmV-9SuBGD0AxRTkvlTUBVOl8Rm3AUaa_IO0E4", "url": "https://www.linkedin.com/groups/6748134" }, { "name": "Mechanical Design Engineers - Join 260,000+ engineering professionals now!", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQFtFS-Hxz1yIA/group-logo_image-shrink_92x92/0/1537110053959?e=1647691200&v=beta&t=SxmPsdLNSXpOO87pD_cgU_GSxhC8WUSh8s0AI_-HjDI", "url": "https://www.linkedin.com/groups/2666729" }, { "name": "COMSOL Multiphysics", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQHgo-aet863Fg/group-logo_image-shrink_200x200/0/1631436664480?e=1647691200&v=beta&t=oqSvGRfifGBnj0QJkQ4dnzXMKghzLr3tzetnvmHi6ec", "url": "https://www.linkedin.com/groups/789327" }, { "name": "IBM Research", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHPZWmp39VdQw/group-logo_image-shrink_200x200/0/1631357434679?e=1647691200&v=beta&t=LN43RILpiEY2d9bD1nMVCqoV20wETR5u46tHD24LqzA", "url": "https://www.linkedin.com/groups/1201047" }, { "name": "PURDUE Engineering Alumni (Official Group)", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQERAGIFVHhdGw/group-logo_image-shrink_92x92/0/1631002369920?e=1647691200&v=beta&t=UBbR1RBHjTFqD_PkCRG-CBELixJNZXC0JH-mLyjXK2w", "url": "https://www.linkedin.com/groups/63430" }, { "name": "SEMI-THERM", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFXNSur7lg2Hw/group-logo_image-shrink_200x200/0/1631402225927?e=1647691200&v=beta&t=mqd7s-3USkf54cMvVY2fCCHpQi2uDhWhI7BX2ucGhbc", "url": "https://www.linkedin.com/groups/3807740" }, { "name": "Purdue Alumni", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGLdBjX2b98LA/group-logo_image-shrink_200x200/0/1631364112667?e=1647691200&v=beta&t=2G7uvfzjrDvX1XECrqhij88oH4RXNlDegbQjg1rrqmE", "url": "https://www.linkedin.com/groups/39815" }, { "name": "Liquid Cooling", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQEU7P4cdgcdBw/group-logo_image-shrink_92x92/0/1521162577690?e=1647691200&v=beta&t=UwQ4fclaKtwdIenabKSCsyVrVkcCo1Wz3SEsErXusn0", "url": "https://www.linkedin.com/groups/2265768" }, { "name": "Purdue Center for Career Opportunities Network", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQFL9-GePpDXXA/group-logo_image-shrink_92x92/0/1631008297285?e=1647691200&v=beta&t=NsqUWAoqQMH1m8JAbOjsO_z8IlE-Rat-PPnkWcb95WI", "url": "https://www.linkedin.com/groups/2461294" }, { "name": "Thermal Management Materials", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/2097707" }, { "name": "Heat Transfer Efficiency Specialists", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQGevXXF_g5NUA/group-logo_image-shrink_200x200/0/1631409564242?e=1647691200&v=beta&t=HGPUzgEvPCm6afDeoxKI7MbNPthTt_jmR1WlAgIMu3Y", "url": "https://www.linkedin.com/groups/140375" }, { "name": "THERMAL MANAGEMENT", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/1629327" }, { "name": "Marconnet Thermal & Energy Conversion (MTEC) Lab", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQEyLai4EVfu3w/group-logo_image-shrink_200x200/0/1631365430542?e=1647691200&v=beta&t=iwzZqdSyXj7ryaRVnGwP8HSo_DpX5FqAmDij5BEWBP8", "url": "https://www.linkedin.com/groups/8638173" } ]
null
null
null
null
null
null
null
null
6,173
aalokoscarmike
https://media-exp1.licdn.com/dms/image/C4E03AQGrdgGjph-ntA/profile-displayphoto-shrink_200_200/0/1647461301558?e=1652918400&v=beta&t=aREMq86U7FYSxZ_Ddd2qUQXUN_mLtyronp6ES2SGvSw
https://media-exp1.licdn.com/dms/image/C4E16AQEYxNzi_tU9Kg/profile-displaybackgroundimage-shrink_200_800/0/1644418713035?e=1652918400&v=beta&t=82YG2Ejq5JDKKW-Nv5qIhgM6BoDfxjF-diK7IPtrK-0
aalok
kumar
aalok kumar
Lead Technical Recruiter at OscarMike, a GOIN Company
technology consulting managed service digital age . veteran owned !
: partner people drive technology , match top talent client ! work : partner professional : project manger , program manager , management , developer , dba 's , business intelligence , business analyst , systems/data analyst , help desk professional , system administrator , lan/wan engineer , ! work : fully commit provide value consultant . goal provide every job seeker marketable opportunity applicable resource guide achieving individual business pursuit . honest business practice , respect open communication strive counsel partner achieving career success . trust u career ? simply put , care . believe building relationship , finding great match client candidate . work : sending resume , reach start conversation begin building relationship . , discus current opening might fit , move proactive model find exactly would ideal position , salary , location , etc .
u
united state america
southlake
texas
[ { "company": "OscarMike, a GOIN Company", "company_linkedin_profile_url": "https://www.linkedin.com/company/oscarmike1", "description": "We started our company as a continuation of our success leading technology organizations over the past 20 years. Our services are aimed at improving our clients' capabilities to ensure competitiveness in an increasingly digital business landscape. We believe software is at the core of this enablement, whether as functional enablers, monetized products/apps or meaningful customer experiences. We can help across all aspects of engineering, delivery, process, managed services, infrastructure, operations, security, process, risk and controls. \n\nWhether you need an extension of resources, a turn key product, or CIO advisory, we're here to help. Let us turn our experience into your success.", "ends_at": null, "location": "Irving, Texas, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQH53csnVpuGbA/company-logo_100_100/0/1635720774660?e=1655942400&v=beta&t=2DBhnYbHAd6_T1WWM3FUw9sRS7vo5V0LOH0TNiEKFrY", "starts_at": { "day": 1, "month": 11, "year": 2020 }, "title": "Lead Technical Recruiter" }, { "company": "SageBeans RPO", "company_linkedin_profile_url": "https://www.linkedin.com/company/sagebeans", "description": "•\tAs a Sr. Technical Recruiter, my responsibilities included sourcing, screenings candidates, using job boards like DICE, Monster, LinkedIn, etc. \n•\tRepresenting candidates on various client portals like V.M.S. Taking care of interview processes of candidates, coverage on positions and requirement, on daily and weekly basis and pipeline sheets and database of the candidates. \n•\tSkills: Sourcing, Technical Screening, Negotiation, Interview Preparation.", "ends_at": { "day": 31, "month": 12, "year": 2020 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQE_WmD1x1FDAg/company-logo_100_100/0/1558382333060?e=1655942400&v=beta&t=3Hb3R1BZwv8eGzIUjqEqjueEaOps89_DXZtqZAFzz9c", "starts_at": { "day": 1, "month": 3, "year": 2016 }, "title": "Senior Technical Recruiter" }, { "company": "A to Z Recruiting", "company_linkedin_profile_url": null, "description": "•\tAs a Technical Recruiter, my responsibilities included job posting, sourcing, screenings, utilizing strategies like Applicant Tracking System (ATS), career portals like DICE, Monster, Ladders, Indeed, My Career and so on. Keeping a strong pipeline for candidates and recurring requirements and dealing with all the documentation of all positions, candidates and clients. Also responsible for their interview preparation and processes and feedback & relationship management with candidates as well as clients.\n•\tSkills: Job Posting, Sourcing, Screening, Social Media Recruitment.", "ends_at": { "day": 31, "month": 1, "year": 2016 }, "location": null, "logo_url": null, "starts_at": { "day": 1, "month": 4, "year": 2013 }, "title": "Technical Recruiter" } ]
[ { "degree_name": "Master's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2012 }, "field_of_study": "Information Technology", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHNbZqqdejJjw/company-logo_100_100/0/1519896805340?e=1655942400&v=beta&t=q0IrSNbvPB2g1bnj0ytqtLg1DV1f0t-gZKeLgC7p8Fg", "school": "Mahatma Jyotiba Phule (MJP) Rohilkhand University", "school_linkedin_profile_url": "https://www.linkedin.com/school/mahatma-jyotiba-phule-mjp-rohilkhand-university/", "starts_at": { "day": 1, "month": 1, "year": 2010 } }, { "degree_name": "Bachelor's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2010 }, "field_of_study": "Information Technology", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHNbZqqdejJjw/company-logo_100_100/0/1519896805340?e=1655942400&v=beta&t=q0IrSNbvPB2g1bnj0ytqtLg1DV1f0t-gZKeLgC7p8Fg", "school": "Mahatma Jyotiba Phule (MJP) Rohilkhand University", "school_linkedin_profile_url": "https://www.linkedin.com/school/mahatma-jyotiba-phule-mjp-rohilkhand-university/", "starts_at": { "day": 1, "month": 1, "year": 2006 } } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[ { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "Cold Calling Mastery", "starts_at": { "day": 1, "month": 9, "year": 2021 }, "url": "https://www.linkedin.com/learning/cold-calling-mastery" }, { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "Interviewing Techniques", "starts_at": { "day": 1, "month": 9, "year": 2021 }, "url": "https://www.linkedin.com/learning/interviewing-techniques-2019" }, { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "Make the Move from Individual Contributor to Manager", "starts_at": { "day": 1, "month": 9, "year": 2021 }, "url": "https://www.linkedin.com/learning/make-the-move-from-individual-contributor-to-manager" }, { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "Tech Recruiting Foundations: 3 Recruiting Software Developers", "starts_at": { "day": 1, "month": 9, "year": 2021 }, "url": "https://www.linkedin.com/learning/tech-recruiting-foundations-3-recruiting-software-developers" } ]
500
[ { "link": "https://www.linkedin.com/in/jamie-anderson-om", "location": "Dallas, TX", "name": "Jamie Anderson", "summary": "Head of Business Development at OscarMike, a GOIN Company" }, { "link": "https://www.linkedin.com/in/jbribleza", "location": "Southlake, TX", "name": "Jb Jozzette Ribleza", "summary": "Head of Recruitment at OscarMike - Veteran Owned Talent Partner!" }, { "link": "https://www.linkedin.com/in/cvanderbeck", "location": "Southlake, TX", "name": "Christian Vanderbeck", "summary": "Chief Executive Officer at OscarMike" }, { "link": "https://www.linkedin.com/in/rob-roque-516a5a182", "location": "Southlake, TX", "name": "Rob Roque", "summary": "Technical Recruiter at OscarMike | Certified Lean Six Sigma Yellow Belt" }, { "link": "https://ph.linkedin.com/in/altamaegalanto", "location": "San Pedro", "name": "Alta Galanto, RPm", "summary": "Talent Acquisition Specialist at Enshored" }, { "link": "https://www.linkedin.com/in/mary-bermudez-7ba896210", "location": "Southlake, TX", "name": "Mary Bermudez", "summary": "Technology consulting and managed services for the Digital Age. We are Veteran Owned!" }, { "link": "https://in.linkedin.com/in/anand-shukla-438082225", "location": "Mirzapur", "name": "Anand Shukla", "summary": "share trader" }, { "link": "https://in.linkedin.com/in/stephenturambekar", "location": "Pune", "name": "Stephen T", "summary": "Sr. IT Recruiter at \"OscarMike, a GOIN Tech Company\"" }, { "link": "https://www.linkedin.com/in/jay-gill-0539031", "location": "San Francisco Bay Area", "name": "Jay Gill", "summary": "Senior Director | Pluribus Networks | Helping enterprises & service providers build automated, secure, cost-effective network fabrics" }, { "link": "https://ng.linkedin.com/in/asawo-ibifuro-758472232", "location": "Port Harcourt", "name": "Asawo Ibifuro", "summary": "ICT for Development Strategist" }, { "link": "https://www.linkedin.com/in/evan-trimble-985727206", "location": "Greater Houston", "name": "Evan Trimble", "summary": "Network Engineer at McKesson" }, { "link": "https://www.linkedin.com/in/keesha-lee-21032b226", "location": "Hammond, IN", "name": "Keesha Lee", "summary": "General Manager at 7-Eleven" }, { "link": "https://www.linkedin.com/in/kali-rae-tarzanick-14552b64", "location": "Miami-Fort Lauderdale Area", "name": "Kali Rae Tarzanick", "summary": "Marketing at IES Internet eBusiness Solution" }, { "link": "https://www.linkedin.com/in/connectsmoore", "location": "Spartanburg, SC", "name": "Shane M.", "summary": "--" }, { "link": "https://www.linkedin.com/in/aravind-miryala-3701557", "location": "Monroe, NJ", "name": "Aravind Miryala", "summary": "Manager, BI at BMS" }, { "link": "https://www.linkedin.com/in/kierramerriman", "location": "Phoenix, AZ", "name": "🚀 Kierra M.", "summary": "Technical Recruiter at UpRecruit | CMO (Chief Meme Officer) | Software Engineer | React/Redux | Ruby on Rails | Javascript" }, { "link": "https://www.linkedin.com/in/rumanarangwala", "location": "Greater Chicago Area", "name": "Rumana Rangwala", "summary": "Global Technology Talent Attraction at McDonald's Corporation" }, { "link": "https://www.linkedin.com/in/hsharishankar330", "location": "Milpitas, CA", "name": "Hari Shankar", "summary": "Sr Technical Recruiter | Recruitment Lead | Talent Acquisition" } ]
[ "Avinash Kumar\n \n \n\n\n\n \n \n \n \n \n\n \n I enjoyed working with Aalok Kumar on my team. He always deliver on his promises and has an aptitude for success and delivery. He also has a great attitude and I’m sure you every employer would want him on his team. thank you very much for your hard work and keep it up." ]
[ { "activity_status": "Liked by Aalok Kumar", "link": "https://www.linkedin.com/signup/cold-join", "title": "You see this guy in the picture? I go to his shop every now and then to have tea. Tandoori Chai mast milta he (On the way to Arambol…" }, { "activity_status": "Liked by Aalok Kumar", "link": "https://www.linkedin.com/signup/cold-join", "title": "अाज ११२औं अन्तर्राष्ट्रिय नारि दिवसमा संसारभर छरिएर रहनु भएका सम्पुर्ण नारिहरुमा हार्दिक शुभकामनाका साथ अमेरिकामा सानो नेपाल- Mini Nepal in…" }, { "activity_status": "Liked by Aalok Kumar", "link": "https://www.linkedin.com/signup/cold-join", "title": "A Russian soldier surrendered. Ukrainians gave him tea, food, and let him call his mother on video.Russia is sending 20-year-old boys to die in the…" } ]
[ { "link": "https://in.linkedin.com/in/aalok-kumar-97b89b16", "location": "Noida", "name": "Aalok Kumar", "summary": "Senior Associate at Sapient Consulting Private Limited (Publicis Groupe)" }, { "link": "https://in.linkedin.com/in/aalok766626", "location": "Himachal Pradesh, India", "name": "Aalok Kumar", "summary": "MERN Stack Developer | C++" }, { "link": "https://in.linkedin.com/in/aalokattri4", "location": "Chandigarh, India", "name": "Aalok Kumar", "summary": "SEO / Marketing Manager at i110 Digital" }, { "link": "https://in.linkedin.com/in/aalok-kumar", "location": "New Delhi", "name": "Aalok Kumar", "summary": "Chairman, President & Chief Executive Officer at NEC Corporation India Pvt Ltd." } ]
[]
[ { "name": "IT Recruiters & Bench sales , #usitrecruiters&benchsales, #UsTechinfo", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5107AQEsVPxWeNxpig/group-logo_image-shrink_92x92/0/1631007411462?e=1647691200&v=beta&t=9CX5t49ECWcuH56bAo8RYbTKRCb7c1M5nw3xghRa504", "url": "https://www.linkedin.com/groups/10365343" }, { "name": "CORP TO CORP ( HOT LIST / Bench Sales)", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQGZ1IFEPABRDQ/group-logo_image-shrink_92x92/0/1521154097972?e=1647691200&v=beta&t=JiPVDORgX0aoyd7CbMijY2aoNwDzIHjp-_5cG5o4cyg", "url": "https://www.linkedin.com/groups/6638052" }, { "name": "Developers - Android, iOS developer , Blockchain, Ethereum, Java, Ruby, .net, php, django, etc", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGqZ1PBhLQe7w/group-logo_image-shrink_92x92/0/1630999644296?e=1647691200&v=beta&t=y0ZIAGLuoht3zLgYdAmSyPhlR4SHqwrm2H0YQzfLCLc", "url": "https://www.linkedin.com/groups/54723" }, { "name": "Data Scientist, Data Analyst, Data Engineer, AI Developer, BI Analytics, ML Engineer, IoT Developer", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQEGm2e7iD0QcQ/group-logo_image-shrink_92x92/0/1637823926460?e=1647691200&v=beta&t=TNGDSaSRgaawC1Ls-kBBQ57_5CNg2As1sXmFd3tjJIA", "url": "https://www.linkedin.com/groups/6731624" }, { "name": "Front End of Innovation", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFb-uIN3rgj6g/group-logo_image-shrink_200x200/0/1631370448894?e=1647691200&v=beta&t=l49dCK88Uvka14GbHk9PgTJwSgdc8mYtqsplHjn7Ok4", "url": "https://www.linkedin.com/groups/41615" }, { "name": "CSS3 / HTML5 The future of front end", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGW4LgsxQGbrg/group-logo_image-shrink_200x200/0/1631370997869?e=1647691200&v=beta&t=u84u4T5Vmc-GDRfWgvhbJlYm5k_UfqAj_HIzmaAf2lg", "url": "https://www.linkedin.com/groups/2071438" }, { "name": "Front End Developer Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFRvVKNI2fUew/group-logo_image-shrink_92x92/0/1631008970600?e=1647691200&v=beta&t=Mjfy18__OEPgLioJc74q9quvUm1itZUfuEdO5m14Arc", "url": "https://www.linkedin.com/groups/2231152" }, { "name": "Data Analytics, Data Science, Artificial Intelligence & Machine Learning", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHnZ6NC6E0a6A/group-logo_image-shrink_92x92/0/1644126852737?e=1647691200&v=beta&t=b0G09jL_6OFqwmx741ER4KYUnSEo4FVmYuI7AuaT8ig", "url": "https://www.linkedin.com/groups/10310735" }, { "name": "Apps, iPhone, Android, iPad, iOS, Mobile, Smartphone, Tablet & Microsoft Windows Innovation Network", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQEpTBn3nokI8w/group-logo_image-shrink_92x92/0/1630997949169?e=1647691200&v=beta&t=M9clvSwtblMh9wuETXmVIbYtrpJDMCfRyhYDlRwbgSY", "url": "https://www.linkedin.com/groups/139664" }, { "name": "iOS Developers Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFxOYDfViCF6Q/group-logo_image-shrink_200x200/0/1631375447889?e=1647691200&v=beta&t=EIDo3w9O0ccFNFjbtGsk0-hHzybtcwelVILkXTl1qUc", "url": "https://www.linkedin.com/groups/121874" }, { "name": "C2C - Recruiting Made Easy", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5107AQGT_-YFSL-eVQ/group-logo_image-shrink_92x92/0/1631001328640?e=1647691200&v=beta&t=xUonFNkEhSAPZvMV2gyjas1ImyiF0Uv9JCoynk4Y7HA", "url": "https://www.linkedin.com/groups/2901176" }, { "name": "iOS/Swift Developers Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQEKeLMZMBOQTg/group-logo_image-shrink_200x200/0/1631379850812?e=1647691200&v=beta&t=7U3HLBSUzJc2mlbm9qyQAikZMmOqHRjtEdsRuCpiWR8", "url": "https://www.linkedin.com/groups/6789041" }, { "name": "iOS Apps in Medicine: iPhone & iPad Uses", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFlWOzGSkxAHA/group-logo_image-shrink_200x200/0/1631364506374?e=1647691200&v=beta&t=3j70lMpNUkw-M--9noyBDlrI2HuxNsAkyqonU_PGFiY", "url": "https://www.linkedin.com/groups/1641217" }, { "name": "AI & Python, Data Science, Artificial Intelligence, Machine Learning, Big Data Analytics & Analysis", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFwC4FfC0fa9Q/group-logo_image-shrink_92x92/0/1647584346137?e=1647691200&v=beta&t=s3YsUqB4vMDYd1V1ekDLyOdP45-ATPPApS2f6k2UojE", "url": "https://www.linkedin.com/groups/10309698" } ]
null
null
null
null
null
null
null
null
6,174
aalokoscarmike
https://media-exp1.licdn.com/dms/image/C4E03AQGrdgGjph-ntA/profile-displayphoto-shrink_200_200/0/1647461301558?e=1652918400&v=beta&t=aREMq86U7FYSxZ_Ddd2qUQXUN_mLtyronp6ES2SGvSw
https://media-exp1.licdn.com/dms/image/C4E16AQEYxNzi_tU9Kg/profile-displaybackgroundimage-shrink_200_800/0/1644418713035?e=1652918400&v=beta&t=82YG2Ejq5JDKKW-Nv5qIhgM6BoDfxjF-diK7IPtrK-0
aalok
kumar
aalok kumar
Lead Technical Recruiter at OscarMike, a GOIN Company
technology consulting managed service digital age . veteran owned !
: partner people drive technology , match top talent client ! work : partner professional : project manger , program manager , management , developer , dba 's , business intelligence , business analyst , systems/data analyst , help desk professional , system administrator , lan/wan engineer , ! work : fully commit provide value consultant . goal provide every job seeker marketable opportunity applicable resource guide achieving individual business pursuit . honest business practice , respect open communication strive counsel partner achieving career success . trust u career ? simply put , care . believe building relationship , finding great match client candidate . work : sending resume , reach start conversation begin building relationship . , discus current opening might fit , move proactive model find exactly would ideal position , salary , location , etc .
u
united state america
southlake
texas
[ { "company": "OscarMike, a GOIN Company", "company_linkedin_profile_url": "https://www.linkedin.com/company/oscarmike1", "description": "We started our company as a continuation of our success leading technology organizations over the past 20 years. Our services are aimed at improving our clients' capabilities to ensure competitiveness in an increasingly digital business landscape. We believe software is at the core of this enablement, whether as functional enablers, monetized products/apps or meaningful customer experiences. We can help across all aspects of engineering, delivery, process, managed services, infrastructure, operations, security, process, risk and controls. \n\nWhether you need an extension of resources, a turn key product, or CIO advisory, we're here to help. Let us turn our experience into your success.", "ends_at": null, "location": "Irving, Texas, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQH53csnVpuGbA/company-logo_100_100/0/1635720774660?e=1655942400&v=beta&t=2DBhnYbHAd6_T1WWM3FUw9sRS7vo5V0LOH0TNiEKFrY", "starts_at": { "day": 1, "month": 11, "year": 2020 }, "title": "Lead Technical Recruiter" }, { "company": "SageBeans RPO", "company_linkedin_profile_url": "https://www.linkedin.com/company/sagebeans", "description": "•\tAs a Sr. Technical Recruiter, my responsibilities included sourcing, screenings candidates, using job boards like DICE, Monster, LinkedIn, etc. \n•\tRepresenting candidates on various client portals like V.M.S. Taking care of interview processes of candidates, coverage on positions and requirement, on daily and weekly basis and pipeline sheets and database of the candidates. \n•\tSkills: Sourcing, Technical Screening, Negotiation, Interview Preparation.", "ends_at": { "day": 31, "month": 12, "year": 2020 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQE_WmD1x1FDAg/company-logo_100_100/0/1558382333060?e=1655942400&v=beta&t=3Hb3R1BZwv8eGzIUjqEqjueEaOps89_DXZtqZAFzz9c", "starts_at": { "day": 1, "month": 3, "year": 2016 }, "title": "Senior Technical Recruiter" }, { "company": "A to Z Recruiting", "company_linkedin_profile_url": null, "description": "•\tAs a Technical Recruiter, my responsibilities included job posting, sourcing, screenings, utilizing strategies like Applicant Tracking System (ATS), career portals like DICE, Monster, Ladders, Indeed, My Career and so on. Keeping a strong pipeline for candidates and recurring requirements and dealing with all the documentation of all positions, candidates and clients. Also responsible for their interview preparation and processes and feedback & relationship management with candidates as well as clients.\n•\tSkills: Job Posting, Sourcing, Screening, Social Media Recruitment.", "ends_at": { "day": 31, "month": 1, "year": 2016 }, "location": null, "logo_url": null, "starts_at": { "day": 1, "month": 4, "year": 2013 }, "title": "Technical Recruiter" } ]
[ { "degree_name": "Master's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2012 }, "field_of_study": "Information Technology", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHNbZqqdejJjw/company-logo_100_100/0/1519896805340?e=1655942400&v=beta&t=q0IrSNbvPB2g1bnj0ytqtLg1DV1f0t-gZKeLgC7p8Fg", "school": "Mahatma Jyotiba Phule (MJP) Rohilkhand University", "school_linkedin_profile_url": "https://www.linkedin.com/school/mahatma-jyotiba-phule-mjp-rohilkhand-university/", "starts_at": { "day": 1, "month": 1, "year": 2010 } }, { "degree_name": "Bachelor's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2010 }, "field_of_study": "Information Technology", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHNbZqqdejJjw/company-logo_100_100/0/1519896805340?e=1655942400&v=beta&t=q0IrSNbvPB2g1bnj0ytqtLg1DV1f0t-gZKeLgC7p8Fg", "school": "Mahatma Jyotiba Phule (MJP) Rohilkhand University", "school_linkedin_profile_url": "https://www.linkedin.com/school/mahatma-jyotiba-phule-mjp-rohilkhand-university/", "starts_at": { "day": 1, "month": 1, "year": 2006 } } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[ { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "Cold Calling Mastery", "starts_at": { "day": 1, "month": 9, "year": 2021 }, "url": "https://www.linkedin.com/learning/cold-calling-mastery" }, { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "Interviewing Techniques", "starts_at": { "day": 1, "month": 9, "year": 2021 }, "url": "https://www.linkedin.com/learning/interviewing-techniques-2019" }, { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "Make the Move from Individual Contributor to Manager", "starts_at": { "day": 1, "month": 9, "year": 2021 }, "url": "https://www.linkedin.com/learning/make-the-move-from-individual-contributor-to-manager" }, { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "Tech Recruiting Foundations: 3 Recruiting Software Developers", "starts_at": { "day": 1, "month": 9, "year": 2021 }, "url": "https://www.linkedin.com/learning/tech-recruiting-foundations-3-recruiting-software-developers" } ]
500
[ { "link": "https://www.linkedin.com/in/jamie-anderson-om", "location": "Dallas, TX", "name": "Jamie Anderson", "summary": "Head of Business Development at OscarMike, a GOIN Company" }, { "link": "https://www.linkedin.com/in/jbribleza", "location": "Southlake, TX", "name": "Jb Jozzette Ribleza", "summary": "Head of Recruitment at OscarMike - Veteran Owned Talent Partner!" }, { "link": "https://www.linkedin.com/in/cvanderbeck", "location": "Southlake, TX", "name": "Christian Vanderbeck", "summary": "Chief Executive Officer at OscarMike" }, { "link": "https://www.linkedin.com/in/rob-roque-516a5a182", "location": "Southlake, TX", "name": "Rob Roque", "summary": "Technical Recruiter at OscarMike | Certified Lean Six Sigma Yellow Belt" }, { "link": "https://ph.linkedin.com/in/altamaegalanto", "location": "San Pedro", "name": "Alta Galanto, RPm", "summary": "Talent Acquisition Specialist at Enshored" }, { "link": "https://www.linkedin.com/in/mary-bermudez-7ba896210", "location": "Southlake, TX", "name": "Mary Bermudez", "summary": "Technology consulting and managed services for the Digital Age. We are Veteran Owned!" }, { "link": "https://in.linkedin.com/in/anand-shukla-438082225", "location": "Mirzapur", "name": "Anand Shukla", "summary": "share trader" }, { "link": "https://in.linkedin.com/in/stephenturambekar", "location": "Pune", "name": "Stephen T", "summary": "Sr. IT Recruiter at \"OscarMike, a GOIN Tech Company\"" }, { "link": "https://www.linkedin.com/in/jay-gill-0539031", "location": "San Francisco Bay Area", "name": "Jay Gill", "summary": "Senior Director | Pluribus Networks | Helping enterprises & service providers build automated, secure, cost-effective network fabrics" }, { "link": "https://ng.linkedin.com/in/asawo-ibifuro-758472232", "location": "Port Harcourt", "name": "Asawo Ibifuro", "summary": "ICT for Development Strategist" }, { "link": "https://www.linkedin.com/in/evan-trimble-985727206", "location": "Greater Houston", "name": "Evan Trimble", "summary": "Network Engineer at McKesson" }, { "link": "https://www.linkedin.com/in/keesha-lee-21032b226", "location": "Hammond, IN", "name": "Keesha Lee", "summary": "General Manager at 7-Eleven" }, { "link": "https://www.linkedin.com/in/kali-rae-tarzanick-14552b64", "location": "Miami-Fort Lauderdale Area", "name": "Kali Rae Tarzanick", "summary": "Marketing at IES Internet eBusiness Solution" }, { "link": "https://www.linkedin.com/in/connectsmoore", "location": "Spartanburg, SC", "name": "Shane M.", "summary": "--" }, { "link": "https://www.linkedin.com/in/aravind-miryala-3701557", "location": "Monroe, NJ", "name": "Aravind Miryala", "summary": "Manager, BI at BMS" }, { "link": "https://www.linkedin.com/in/kierramerriman", "location": "Phoenix, AZ", "name": "🚀 Kierra M.", "summary": "Technical Recruiter at UpRecruit | CMO (Chief Meme Officer) | Software Engineer | React/Redux | Ruby on Rails | Javascript" }, { "link": "https://www.linkedin.com/in/rumanarangwala", "location": "Greater Chicago Area", "name": "Rumana Rangwala", "summary": "Global Technology Talent Attraction at McDonald's Corporation" }, { "link": "https://www.linkedin.com/in/hsharishankar330", "location": "Milpitas, CA", "name": "Hari Shankar", "summary": "Sr Technical Recruiter | Recruitment Lead | Talent Acquisition" } ]
[ "Avinash Kumar\n \n \n\n\n\n \n \n \n \n \n\n \n I enjoyed working with Aalok Kumar on my team. He always deliver on his promises and has an aptitude for success and delivery. He also has a great attitude and I’m sure you every employer would want him on his team. thank you very much for your hard work and keep it up." ]
[ { "activity_status": "Liked by Aalok Kumar", "link": "https://www.linkedin.com/signup/cold-join", "title": "You see this guy in the picture? I go to his shop every now and then to have tea. Tandoori Chai mast milta he (On the way to Arambol…" }, { "activity_status": "Liked by Aalok Kumar", "link": "https://www.linkedin.com/signup/cold-join", "title": "अाज ११२औं अन्तर्राष्ट्रिय नारि दिवसमा संसारभर छरिएर रहनु भएका सम्पुर्ण नारिहरुमा हार्दिक शुभकामनाका साथ अमेरिकामा सानो नेपाल- Mini Nepal in…" }, { "activity_status": "Liked by Aalok Kumar", "link": "https://www.linkedin.com/signup/cold-join", "title": "A Russian soldier surrendered. Ukrainians gave him tea, food, and let him call his mother on video.Russia is sending 20-year-old boys to die in the…" } ]
[ { "link": "https://in.linkedin.com/in/aalok-kumar-97b89b16", "location": "Noida", "name": "Aalok Kumar", "summary": "Senior Associate at Sapient Consulting Private Limited (Publicis Groupe)" }, { "link": "https://in.linkedin.com/in/aalok766626", "location": "Himachal Pradesh, India", "name": "Aalok Kumar", "summary": "MERN Stack Developer | C++" }, { "link": "https://in.linkedin.com/in/aalokattri4", "location": "Chandigarh, India", "name": "Aalok Kumar", "summary": "SEO / Marketing Manager at i110 Digital" }, { "link": "https://in.linkedin.com/in/aalok-kumar", "location": "New Delhi", "name": "Aalok Kumar", "summary": "Chairman, President & Chief Executive Officer at NEC Corporation India Pvt Ltd." } ]
[]
[ { "name": "IT Recruiters & Bench sales , #usitrecruiters&benchsales, #UsTechinfo", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5107AQEsVPxWeNxpig/group-logo_image-shrink_92x92/0/1631007411462?e=1647691200&v=beta&t=9CX5t49ECWcuH56bAo8RYbTKRCb7c1M5nw3xghRa504", "url": "https://www.linkedin.com/groups/10365343" }, { "name": "CORP TO CORP ( HOT LIST / Bench Sales)", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQGZ1IFEPABRDQ/group-logo_image-shrink_92x92/0/1521154097972?e=1647691200&v=beta&t=JiPVDORgX0aoyd7CbMijY2aoNwDzIHjp-_5cG5o4cyg", "url": "https://www.linkedin.com/groups/6638052" }, { "name": "Developers - Android, iOS developer , Blockchain, Ethereum, Java, Ruby, .net, php, django, etc", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGqZ1PBhLQe7w/group-logo_image-shrink_92x92/0/1630999644296?e=1647691200&v=beta&t=y0ZIAGLuoht3zLgYdAmSyPhlR4SHqwrm2H0YQzfLCLc", "url": "https://www.linkedin.com/groups/54723" }, { "name": "Data Scientist, Data Analyst, Data Engineer, AI Developer, BI Analytics, ML Engineer, IoT Developer", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQEGm2e7iD0QcQ/group-logo_image-shrink_92x92/0/1637823926460?e=1647691200&v=beta&t=TNGDSaSRgaawC1Ls-kBBQ57_5CNg2As1sXmFd3tjJIA", "url": "https://www.linkedin.com/groups/6731624" }, { "name": "Front End of Innovation", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFb-uIN3rgj6g/group-logo_image-shrink_200x200/0/1631370448894?e=1647691200&v=beta&t=l49dCK88Uvka14GbHk9PgTJwSgdc8mYtqsplHjn7Ok4", "url": "https://www.linkedin.com/groups/41615" }, { "name": "CSS3 / HTML5 The future of front end", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGW4LgsxQGbrg/group-logo_image-shrink_200x200/0/1631370997869?e=1647691200&v=beta&t=u84u4T5Vmc-GDRfWgvhbJlYm5k_UfqAj_HIzmaAf2lg", "url": "https://www.linkedin.com/groups/2071438" }, { "name": "Front End Developer Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFRvVKNI2fUew/group-logo_image-shrink_92x92/0/1631008970600?e=1647691200&v=beta&t=Mjfy18__OEPgLioJc74q9quvUm1itZUfuEdO5m14Arc", "url": "https://www.linkedin.com/groups/2231152" }, { "name": "Data Analytics, Data Science, Artificial Intelligence & Machine Learning", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHnZ6NC6E0a6A/group-logo_image-shrink_92x92/0/1644126852737?e=1647691200&v=beta&t=b0G09jL_6OFqwmx741ER4KYUnSEo4FVmYuI7AuaT8ig", "url": "https://www.linkedin.com/groups/10310735" }, { "name": "Apps, iPhone, Android, iPad, iOS, Mobile, Smartphone, Tablet & Microsoft Windows Innovation Network", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQEpTBn3nokI8w/group-logo_image-shrink_92x92/0/1630997949169?e=1647691200&v=beta&t=M9clvSwtblMh9wuETXmVIbYtrpJDMCfRyhYDlRwbgSY", "url": "https://www.linkedin.com/groups/139664" }, { "name": "iOS Developers Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFxOYDfViCF6Q/group-logo_image-shrink_200x200/0/1631375447889?e=1647691200&v=beta&t=EIDo3w9O0ccFNFjbtGsk0-hHzybtcwelVILkXTl1qUc", "url": "https://www.linkedin.com/groups/121874" }, { "name": "C2C - Recruiting Made Easy", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5107AQGT_-YFSL-eVQ/group-logo_image-shrink_92x92/0/1631001328640?e=1647691200&v=beta&t=xUonFNkEhSAPZvMV2gyjas1ImyiF0Uv9JCoynk4Y7HA", "url": "https://www.linkedin.com/groups/2901176" }, { "name": "iOS/Swift Developers Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQEKeLMZMBOQTg/group-logo_image-shrink_200x200/0/1631379850812?e=1647691200&v=beta&t=7U3HLBSUzJc2mlbm9qyQAikZMmOqHRjtEdsRuCpiWR8", "url": "https://www.linkedin.com/groups/6789041" }, { "name": "iOS Apps in Medicine: iPhone & iPad Uses", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFlWOzGSkxAHA/group-logo_image-shrink_200x200/0/1631364506374?e=1647691200&v=beta&t=3j70lMpNUkw-M--9noyBDlrI2HuxNsAkyqonU_PGFiY", "url": "https://www.linkedin.com/groups/1641217" }, { "name": "AI & Python, Data Science, Artificial Intelligence, Machine Learning, Big Data Analytics & Analysis", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFwC4FfC0fa9Q/group-logo_image-shrink_92x92/0/1647584346137?e=1647691200&v=beta&t=s3YsUqB4vMDYd1V1ekDLyOdP45-ATPPApS2f6k2UojE", "url": "https://www.linkedin.com/groups/10309698" } ]
null
null
null
null
null
null
null
null
6,185
aaltan
https://media-exp1.licdn.com/dms/image/C4E03AQEPeMJbqYkUUg/profile-displayphoto-shrink_200_200/0/1516842708189?e=1652918400&v=beta&t=FfloKT-WGFHjZyGeDsd5SqHT5cCdvTSHoAKjYdxj1Tw
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aaltan
ahmad
aaltan ahmad
Software Engineer at Stripe
software engineer stripe
currently working infrastructure security stripe . work across team help raise bar security across engineering organization . always searching way combine engineering skill socially productive cause . play drum , mediocre job teaching bass guitar . http : //soundcloud.com/funk-yourself-1
u
united state america
san francisco
california
[ { "company": "Stripe", "company_linkedin_profile_url": "https://www.linkedin.com/company/stripe", "description": "Infrastructure Software Engineer at Stripe.\n\nMy responsibilities are to:\n\n- Build critical secure-by-default internal infrastructure\n- Drive infrastructure adoption across our Engineering organization", "ends_at": null, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQF1NNJs-2xA5g/company-logo_100_100/0/1594068219050?e=1655942400&v=beta&t=TcBCllqIWvYvwtX3EIcI1cxXu7Z-XcJrHd6S5z3qJ3k", "starts_at": { "day": 1, "month": 6, "year": 2018 }, "title": "Software Engineer" }, { "company": "Apple", "company_linkedin_profile_url": "https://www.linkedin.com/company/apple", "description": "Technologies: Objective-C, Swift, Python/Django, Ruby/Rails, SQL, NoSQL\n\nI've designed and implemented full stack, scalable, production systems for:\n- Robust validation of all Apple software translation strings during the translation process\n- Automated daily testing and analysis of iOS and Mac keyboard autocorrection across 50 languages and hundreds of unique test scenarios, using large corpuses of test data\n- Automated detection and aggregation of text clippings in the iOS user interface\n\nI've implemented production, customer facing features and bug fixes for our native platforms:\n- iOS 8, iOS 9, iOS 11 (including UIKit, iOS System UI)\n- macOS (including CoreFoundation)\n\nI've acted as an Internationalization consultant on multiple projects, including:\n- Right-to-left User Interfaces in iOS/macOS/watchOS/tvOS\n- Swift Playgrounds \"learn to code\" app and curriculum\n- General Internationalization fixes across our platforms", "ends_at": { "day": 30, "month": 6, "year": 2018 }, "location": "United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHdAaarsO-eyA/company-logo_100_100/0/1595530301220?e=1655942400&v=beta&t=lXP662hMk1zfbIVzKnghCZiIqJ7XeePPO8E-MoT5fWQ", "starts_at": { "day": 1, "month": 7, "year": 2014 }, "title": "Software Engineer" }, { "company": "Grinnell College", "company_linkedin_profile_url": "https://www.linkedin.com/company/grinnell-college", "description": "Create graphics to accompany the various articles that appear in the college newspaper every week.", "ends_at": { "day": 31, "month": 5, "year": 2014 }, "location": "United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEosPRHFDaLHA/company-logo_100_100/0/1519952633353?e=1655942400&v=beta&t=cbt3hxy0OGMUSHvSR45lLzVUGHC0P5Akhp2bBv2Mhcs", "starts_at": { "day": 1, "month": 3, "year": 2012 }, "title": "Graphics Editor" }, { "company": "Grinnell College", "company_linkedin_profile_url": "https://www.linkedin.com/company/grinnell-college", "description": "Resolve technology-related problems for students and faculty at the IT Helpdesk, typically malware, network and backup related issues. Also act as a mentor for new hires.", "ends_at": { "day": 31, "month": 5, "year": 2014 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEosPRHFDaLHA/company-logo_100_100/0/1519952633353?e=1655942400&v=beta&t=cbt3hxy0OGMUSHvSR45lLzVUGHC0P5Akhp2bBv2Mhcs", "starts_at": { "day": 1, "month": 2, "year": 2011 }, "title": "Technology Consultant" }, { "company": "Apple", "company_linkedin_profile_url": "https://www.linkedin.com/company/apple", "description": "Developed a Cocoa/Objective-C application to help OS X Software Engineers diagnose power and performance issues. The tool visualized system data in an interactive, user-friendly manner.", "ends_at": { "day": 31, "month": 8, "year": 2013 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHdAaarsO-eyA/company-logo_100_100/0/1595530301220?e=1655942400&v=beta&t=lXP662hMk1zfbIVzKnghCZiIqJ7XeePPO8E-MoT5fWQ", "starts_at": { "day": 1, "month": 6, "year": 2013 }, "title": "Software Development Engineer Intern" }, { "company": "Creative Chaos", "company_linkedin_profile_url": "https://www.linkedin.com/company/creative-chaos", "description": "Using C#, integrated an existing timeclock system with our own solution to generate attendance reports for the HR department.", "ends_at": { "day": 31, "month": 8, "year": 2011 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFGlvQljHHNoA/company-logo_100_100/0/1579506770085?e=1655942400&v=beta&t=J_MCS1I28jwCwerXcjv3u-NLiDqwwtqUCJIfSweNI8E", "starts_at": { "day": 1, "month": 6, "year": 2011 }, "title": "Software Development Engineer Intern" } ]
[ { "degree_name": "Bachelor of Arts (BA)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2014 }, "field_of_study": "Computer Science", "logo_url": null, "school": "Grinnell College", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2010 } } ]
[ "English", "Urdu", "Russian", "Hindi", "Arabic" ]
[]
[]
[]
[]
[ { "name": "Analysis Of Algorithms", "number": "-" }, { "name": "Combinatorics", "number": "-" }, { "name": "Compilers", "number": "-" }, { "name": "Data Structures", "number": "-" }, { "name": "Linear Algebra", "number": "-" }, { "name": "Object-Oriented Design", "number": "-" }, { "name": "Operating Systems", "number": "-" }, { "name": "Theory Of Computation", "number": "-" }, { "name": "Web Application Design", "number": "-" } ]
[]
[]
[ { "cause": "Education", "company": "Grinnell College Liberal Arts In Prison", "company_linkedin_profile_url": null, "description": "Volunteered at the Newton Correctional Facility in Newton, IA, tutoring inmates who were studying for the GED.", "ends_at": { "day": 31, "month": 12, "year": 2014 }, "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 2013 }, "title": "Math Tutor" } ]
[]
124
[ { "link": "https://www.linkedin.com/in/kristy-gateley-9b160457", "location": "San Francisco, CA", "name": "Kristy Gateley", "summary": "Software Engineer at Stripe" }, { "link": "https://www.linkedin.com/in/jack-deloach-72138153", "location": "San Francisco Bay Area", "name": "Jack DeLoach", "summary": "Software Engineer at Stripe" }, { "link": "https://www.linkedin.com/in/xtond1", "location": "San Francisco Bay Area", "name": "Christon DeWan", "summary": "Software Engineer at Stripe" }, { "link": "https://www.linkedin.com/in/evan-kay", "location": "San Francisco, CA", "name": "Evan Kay", "summary": "Software Engineer at Stripe" }, { "link": "https://www.linkedin.com/in/husna-hadi-b4349a42", "location": "San Francisco Bay Area", "name": "Husna Hadi", "summary": "Software Engineer at Stripe" }, { "link": "https://www.linkedin.com/in/scott-merritt-07aa5522b", "location": "Oakland, CA", "name": "Scott Merritt", "summary": "Senior Software Engineer at Stripe" }, { "link": "https://www.linkedin.com/in/zjmil", "location": "United States", "name": "Zach Miller", "summary": "Software Engineer" }, { "link": "https://www.linkedin.com/in/allen-tran-350a98a9", "location": "Seattle, WA", "name": "Allen Tran", "summary": "Software Engineer" }, { "link": "https://www.linkedin.com/in/valentine-ballantyne", "location": "New York City Metropolitan Area", "name": "Sam Ballantyne", "summary": "Senior Software Engineer at Stripe" }, { "link": "https://www.linkedin.com/in/altan", "location": "San Francisco Bay Area", "name": "Altan Alpay", "summary": "Software Engineer | Previously at Google, Uber, Facebook and Yahoo." }, { "link": "https://www.linkedin.com/in/podar", "location": "Urbana, IL", "name": "Rishub Podar", "summary": "Software Engineer at Stripe" }, { "link": "https://www.linkedin.com/in/andrejewski", "location": "Erie, PA", "name": "Christopher Andrejewski", "summary": "Software Engineer at Stripe" }, { "link": "https://www.linkedin.com/in/kenshi-kawaguchi-689288133", "location": "Seattle, WA", "name": "Kenshi Kawaguchi", "summary": "Engineer" }, { "link": "https://www.linkedin.com/in/maxx-philiposian-6411ab15b", "location": "Seattle, WA", "name": "Maxx Philiposian", "summary": "Software Engineer at Stripe" }, { "link": "https://ca.linkedin.com/in/alex-suraci-62a64a1a1", "location": "Canada", "name": "Alex Suraci", "summary": "I love... coooooooooode" }, { "link": "https://www.linkedin.com/in/roshan-padaki-261a7b132", "location": "New York, NY", "name": "Roshan Padaki", "summary": "Engineer at Whist" }, { "link": "https://ca.linkedin.com/in/peter-raboud-a41961ab", "location": "Canada", "name": "Peter Raboud", "summary": "--" }, { "link": "https://www.linkedin.com/in/amoi9", "location": "San Francisco Bay Area", "name": "Qi Zhang", "summary": "Exploring something new" }, { "link": "https://www.linkedin.com/in/marianosimone", "location": "Denver, CO", "name": "Mariano Simone", "summary": "Staff Software Engineer at Stripe" }, { "link": "https://www.linkedin.com/in/bycchang", "location": "San Francisco Bay Area", "name": "Chris Chang", "summary": "SWECareers.com" } ]
[]
[]
[]
[]
[]
null
null
null
null
null
null
null
null
6,284
aaltigani
https://media-exp1.licdn.com/dms/image/C4E03AQGevqwpn0wEIw/profile-displayphoto-shrink_200_200/0/1615456203277?e=1652918400&v=beta&t=6iVAmz-pek2s-tR4GQP6yjNRo8Fud97uMhpPv0TGAhw
https://media-exp1.licdn.com/dms/image/C4E16AQFUz4lrACt4Sg/profile-displaybackgroundimage-shrink_200_800/0/1613033094701?e=1652918400&v=beta&t=U7B8ndANJGtrRkW0Am2arexX11y6oray8zMI8zIqu-E
abdelrahman
altigani
abdelrahman altigani
Lecturer | Functional Consultant (PeopleSoft Campus Solution) at Imam Abdulrahman Bin Faisal University
c lecturer | functional consultant ( peoplesoft campus solution ) | vb.net developer | information security specialist
passionate lecturer keen researcher . published 10+ research paper several top international peer-reviewed journal conference . 13+ year experience lecturer . believe academia industry complement . therefore , always eager apply knowledge practical project . instance , june 2010 october 2012 , joined national information centre , sudan capacity information security engineer . managed deploy successful pilot public key infrastructure essential component ( ca , ra , ocsp ) using ejbca . moreover , configured directory server using openldap drafted cp cps . furthermore , conducted many presentation several stakeholder . industrial career shifted towards administering peoplesoft campus solution . since october 2012 , joined technical team responsible maintaining peoplesoft campus solution imam abdulrahman bin faisal university . contribution include requirement analysis , functional design , testing , post-production support peoplesoft campus solution . period , acquired good experience peoplesoft campus solution module . includes campus community , recruitment admission , student record , self-service , academic advisement , student financials , query manager . apart , passionate vb.net developer . developed several database system currently used maintain business process several client . although competent vb.net developer , strong knowledge several programming language . includes c++ , java , php . currently working ph.d. computing university technology , malaysia ( utm ) . research area cryptography . working designing dynamic encryption algorithm capable mitigating non-generic attack .
u
united state america
null
null
[ { "company": "Imam Abdulrahman Bin Faisal University", "company_linkedin_profile_url": "https://www.linkedin.com/company/imam-abdulrahman-bin-faisal-university", "description": "Joined Imam Abdulrahman bin Faisal University (IAU), College of Science in the capacity of a computer science lecturer. I am also participating with the College of Computer Science and Information Technology, in teaching a number of courses.\n\nI have published 10+ research papers in several peer-reviewed international conferences and journals. Have a look at my research profiles:\n\nGoogle Scholar: https://scholar.google.com/citations?hl=en&user=ik77dQ0AAAAJ\nResearch Gate: https://www.researchgate.net/profile/Abdelrahman_Altigani/publications\n\nBesides academic responsibilities, I am a functional consultant for the PeopleSoft Campus Solution for the graduate studies deanship.", "ends_at": null, "location": "Dammam, Eastern, Saudi Arabia", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFJM8d_YlUwuQ/company-logo_100_100/0/1519912014319?e=1655942400&v=beta&t=ouKSWGqOmgRGxNcQfLlX_R5XEcc949CKX89SXDkQ43M", "starts_at": { "day": 1, "month": 10, "year": 2012 }, "title": "Lecturer | Functional Consultant (PeopleSoft Campus Solution)" }, { "company": "Freelance", "company_linkedin_profile_url": null, "description": "I am a passionate VB Developer. During the last 15 years, I have developed several database applications for several clients on a freelance basis. The tools used are VB.NET, SQL Server, and Crystal Reports. The systems developed include:\n\nScholarship Database, Imam Abdulrahman bin Faisal University: Used to track the records of Imam Abdulrahman bin Faisal University teaching staff members (scholars) who traveled abroad to further their education. The system generates several reports and statistics. It also archives the scholars' documents, and send them email notifications.\n\nAccounting System, Ministry of Agriculture: The system is used to calculate the pay of the employees according to their wages, allowances, attendance, vacations, and other criteria. I was in charge of the reporting module.\n\nTraining System, Nile Petroleum Company: This system has been designed to assist the Head of the Training Unit in identifying the training needs for the Nile Petroleum Company. Every manager will fill a survey, one survey for every member on his or her team. The questionnaire is designed according to the company's requirements to identify the staff training needs. The system analyzes the responses and suggests specific training programs accordingly.", "ends_at": null, "location": null, "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 2005 }, "title": "Visual Basic Developer" }, { "company": "National Information Center (NIC)", "company_linkedin_profile_url": "https://www.linkedin.com/company/national-information-center-nic", "description": "Successfully installed and operated a Pilot National Public Key Infrastructure (PKI). After thorough research, my team and I decided to use Enterprise Java Beans Certification Authority (EJBCA) to configure the Certification Authority (CA) server. Moreover, we have constructed the OCSP Responder and the Registration Authority (using the same software). Furthermore, we configured the directory server using a reputable LDAP implementation called OpenLDAP.\n\nBesides, we performed several presentations, and pieces of training to stakeholders, administrators, and users. I also prepared detailed documentation about all the technical details related to my scope.", "ends_at": { "day": 31, "month": 10, "year": 2012 }, "location": "Sudan, Khartoum", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQHrMaLAIItY5A/company-logo_100_100/0/1519896388741?e=1655942400&v=beta&t=N5OjU2RKiqR2ueAfiJARSI2mXdxP5-dAgf-wdJC6A8E", "starts_at": { "day": 1, "month": 6, "year": 2010 }, "title": "Information Security Specialist" } ]
[ { "degree_name": "Doctor of Philosophy - PhD", "description": "Currently, I am pursuing my Ph.D. Degree in the Universiti Teknologi Malaysia. My research area is cryptography. I am working on designing a dynamic symmetric encryption approach, namely a multi-shape symmetric encryption approach that is capable of mitigating non-generic attacks.", "ends_at": { "day": 31, "month": 12, "year": 2021 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEYZw8juFU_Dg/company-logo_100_100/0/1519863097351?e=1655942400&v=beta&t=e7ySUyc3S1KDIjddbABlmoePRBBHFxOLAMVMBIQ0aAI", "school": "Universiti Teknologi Malaysia", "school_linkedin_profile_url": "https://www.linkedin.com/school/universiti-teknologi-malaysia/", "starts_at": { "day": 1, "month": 1, "year": 2016 } }, { "degree_name": "Master's degree", "description": "My major was Information Security. My thesis topic is about building a hybrid Approach to secure transmitted messages using advanced encryption standard (AES) and the steganography protocol (Word Shift Coding Protocol).", "ends_at": { "day": 31, "month": 12, "year": 2010 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQECY1GxvEC3Sg/company-logo_100_100/0/1519872468904?e=1655942400&v=beta&t=DhOuitn8Yl8nsVE8RaA06qn2vS0gO82XKED_DMemFAI", "school": "University of Khartoum", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-khartoum/", "starts_at": { "day": 1, "month": 1, "year": 2009 } }, { "degree_name": "Bachelor's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2007 }, "field_of_study": "Mathematical Sciences", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQECY1GxvEC3Sg/company-logo_100_100/0/1519872468904?e=1655942400&v=beta&t=DhOuitn8Yl8nsVE8RaA06qn2vS0gO82XKED_DMemFAI", "school": "University of Khartoum", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-khartoum/", "starts_at": { "day": 1, "month": 1, "year": 2003 } } ]
[ "English", "Arabic" ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
null
[]
[ "Mussab M Hamid\n \n \n\n\n\n \n \n \n \n \n\n \n Abdelrahman was a great professional to work with. We’ve worked together on different phases of the national PKI project. He was an inspiration to the rest of us as he always went the extra mile and found great ways to quickly solve problems in such unique project.\n\nI highly recommend Abdelrahman and would love to work together again.", "Hashim Mahgoub\n \n \n\n\n\n \n \n \n \n \n\n \n I had the pleasure of working with Abdelrahman as a freelance developer. He is always challenging himself to acquire knowledge/skills to stay updated with the latest technology in software development. He proven to be very organized, well planned, and he owns a very strong analytical skills along with thinking outside of the box mindset. \nOn a personal level he is hardworking, impressively calm under pressure, and an excellent team player." ]
[ { "activity_status": "Liked by Abdelrahman Altigani", "link": "https://www.linkedin.com/signup/cold-join", "title": "It is always exciting when we embark on a new journey. It is even more exciting when the new journey involves contributing to providing secure…" }, { "activity_status": "Liked by Abdelrahman Altigani", "link": "https://www.linkedin.com/signup/cold-join", "title": "You can call me Doctor 😁🤩👩‍🎓" }, { "activity_status": "Liked by Abdelrahman Altigani", "link": "https://www.linkedin.com/signup/cold-join", "title": "#حول_قروشك_بالبنكقبل لحظات البنك الأهلي" } ]
[ { "link": "https://sd.linkedin.com/in/abdelrahman-altigani-g5-2b969752", "location": "Sudan", "name": "Abdelrahman Altigani, G5", "summary": "--" } ]
[]
[ { "name": "PKI Professionals", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQEyevr2Xw_VqA/group-logo_image-shrink_92x92/0/1631004951842?e=1647691200&v=beta&t=gqcyPEeIwClWft0X7DvWjEqLlja0hyo6kxeaaVCGYAQ", "url": "https://www.linkedin.com/groups/79441" }, { "name": "Higher Education - Peoplesoft Campus Solution", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/139243" } ]
null
null
null
null
null
null
null
null
6,298
aaltin
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
a. sevki
altin
a. sevki altin
Vice President at Starseed Capitals
vice president starseed capital
null
u
united state america
san francisco
california
[ { "company": "Starseed Capitals", "company_linkedin_profile_url": null, "description": null, "ends_at": null, "location": "San Francisco Bay Area", "logo_url": null, "starts_at": { "day": 1, "month": 2, "year": 2017 }, "title": "Vice President" }, { "company": "Aras Kargo", "company_linkedin_profile_url": "https://www.linkedin.com/company/aras-kargo", "description": null, "ends_at": null, "location": "Istanbul, Istanbul, Turkey", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFwRmlwpwjWQg/company-logo_100_100/0/1640852799900?e=1655942400&v=beta&t=4RQjnta1qq4UURx3O2oj-UzqfyNhww-XPs4HWncgvBw", "starts_at": { "day": 1, "month": 1, "year": 2020 }, "title": "Board Member" }, { "company": "Zeus Capital Sicav", "company_linkedin_profile_url": "https://www.linkedin.com/company/zeus-capital-sicav", "description": null, "ends_at": null, "location": "Greater New York City Area", "logo_url": null, "starts_at": { "day": 1, "month": 5, "year": 2014 }, "title": "Founding Board Member" }, { "company": "AKINCIBEY INC.", "company_linkedin_profile_url": null, "description": null, "ends_at": null, "location": "Beşiktaş", "logo_url": null, "starts_at": { "day": 1, "month": 6, "year": 2011 }, "title": "Member of the Board of Directors" }, { "company": "TIMARIOT INDUSTRIES", "company_linkedin_profile_url": null, "description": null, "ends_at": null, "location": "Dostyk Avenue 52/2, Almaty city, Republic of Kazakhstan", "logo_url": null, "starts_at": { "day": 1, "month": 5, "year": 2008 }, "title": "Deputy General Manager - Share Holder" } ]
[ { "degree_name": "Master's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2012 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFvo4l71F3Xhg/company-logo_100_100/0/1526334248757?e=1655942400&v=beta&t=zgkIM0zYyqI5WhEwgp8tG-d6wcpDz6gmqF7BZmNTLmo", "school": "Kellogg Executive Education", "school_linkedin_profile_url": "https://www.linkedin.com/school/kellogg-executive-education/", "starts_at": { "day": 1, "month": 1, "year": 2011 } }, { "degree_name": "BS", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2011 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEbIRDdzwAnQQ/company-logo_100_100/0/1636577811221?e=1655942400&v=beta&t=0NiAoHIOXbFzjHxaIqAsDMuOb1oPd2-KvNwxnZnrTNs", "school": "Koç Üniversitesi", "school_linkedin_profile_url": "https://www.linkedin.com/school/kocuniversity/", "starts_at": { "day": 1, "month": 1, "year": 2006 } } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[]
500
[ { "link": "https://tr.linkedin.com/in/buyukalp", "location": "Turkey", "name": "Mustafa Büyükalpelli", "summary": "Consulting Designer,Department Manager @ ibtech" }, { "link": "https://tr.linkedin.com/in/fatmag%C3%BCl-irfano%C4%9Flu-4311a061", "location": "Istanbul", "name": "Fatmagül İrfanoğlu", "summary": "Medipol Üniversitesi'nde Öğretim Görevlisi" }, { "link": "https://tr.linkedin.com/in/gokmenguven", "location": "Istanbul, Turkey", "name": "GÖKMEN GÜVEN", "summary": "Chief Executive Officer @ Buluttan⛅ | Climate Change | Supply Chain | Startup Mentor | Sustainable Development Advocate ♻️ | TEDx Speaker | Author🖋️" }, { "link": "https://tr.linkedin.com/in/mehmet-kiral-a9031624", "location": "Istanbul", "name": "Mehmet Kiral", "summary": "Finance & Strategy" }, { "link": "https://www.linkedin.com/in/yigitulucay", "location": "New York, NY", "name": "Yigit Ulucay", "summary": "Engagement Manager at Oliver Wyman" }, { "link": "https://tr.linkedin.com/in/mustafa-erkin-g%C3%B6zel-07744656", "location": "Ankara", "name": "Mustafa Erkin Gözel", "summary": "Senior Reservoir Engineer (Simulation Specialist) at TP-OTC" }, { "link": "https://www.linkedin.com/in/ozlem-akkurt-ab825821", "location": "Stanford, CA", "name": "Ozlem Akkurt", "summary": "Venture Investor | Stanford MBA" }, { "link": "https://tr.linkedin.com/in/yusuf-y%C4%B1lmaz-1617b555", "location": "Istanbul", "name": "Yusuf Yılmaz", "summary": "Y.K.Üyesi / Mercan Biyoteknoloji Ltd" }, { "link": "https://tr.linkedin.com/in/ece-dilara-%C3%B6zenboy-93423226", "location": "Istanbul", "name": "Ece Dilara Özenboy", "summary": "Material Planning Engineer at Arçelik A.Ş." }, { "link": "https://nl.linkedin.com/in/m%C3%BCge-%C5%9Fim%C5%9Fek-aba33539", "location": "The Randstad, Netherlands", "name": "Müge Şimşek", "summary": "Postdoctoral Researcher at NIDI, Netherlands Interdisciplinary Demographic Institute" }, { "link": "https://tr.linkedin.com/in/deniz-can-y%C3%BCcesoy-0ba085a1", "location": "Turkey", "name": "Deniz Can Yücesoy", "summary": "Scheduling Analyst" }, { "link": "https://tr.linkedin.com/in/ecem-nur-sahin", "location": "Istanbul, Turkey", "name": "Ecemnur Şahin", "summary": "Specialist at Turkish Airlines" }, { "link": "https://dk.linkedin.com/in/hazan-ezgi-hardal-903a0956", "location": "Copenhagen", "name": "Hazan Ezgi Hardal", "summary": "Software Test Automation Engineer at EPOS" }, { "link": "https://tr.linkedin.com/in/erg%C3%BCn-nacargil-50a70659", "location": "Istanbul", "name": "Ergün Nacargil", "summary": "SAĞLAMCILAR A.Ş şirketinde Finance Manager" }, { "link": "https://tr.linkedin.com/in/nil%C3%BCfer-sava%C5%9F-bilge-94525b136", "location": "Sakarya, Turkey", "name": "Nilüfer Savaş Bilge", "summary": "YILGENCİ TR şirketinde Üretim Planlama Mühendisi" }, { "link": "https://www.linkedin.com/in/njrivilis", "location": "Amherst, MA", "name": "NJ Rivilis", "summary": "Computer Science Teacher at Springfield Public Schools (Massachusetts)" }, { "link": "https://fi.linkedin.com/in/ogencoglu", "location": "Helsinki", "name": "Oguzhan Gencoglu", "summary": "Co-founder & Head of AI @ Top Data Science" }, { "link": "https://tr.linkedin.com/in/mehmet-ertu%C4%9F-altay-789854a7", "location": "Istanbul", "name": "Mehmet Ertuğ ALTAY", "summary": "SKF, Account Management Regional and Segment, Metal" }, { "link": "https://tr.linkedin.com/in/ali-r%C4%B1za-ertugrul", "location": "Istanbul, Turkey", "name": "Ali Rıza Ertuğrul", "summary": "Network Planning Analyst at Turkish Airlines" }, { "link": "https://tr.linkedin.com/in/irem-g%C3%BCnayd%C4%B1n-19531a101", "location": "Istanbul", "name": "İrem Günaydın", "summary": "Network Planning Analyst" } ]
[]
[]
[]
[]
[]
null
null
null
null
null
null
null
null
6,300
aaltinisik
https://media-exp1.licdn.com/dms/image/C4E03AQEhywznUQdyNw/profile-displayphoto-shrink_200_200/0/1615129897581?e=1652918400&v=beta&t=AJtW-PbW_gSAsK-7u87n1iynwU-F5-Fs0gfoSrcVndo
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aybars
altınışık
aybars altınışık
Software Developer Intern at Tiga Bilgi Teknolojileri A.Ş.
computer science student bilkent university
null
tr
turkey
ankara
null
[ { "company": "Tiga Bilgi Teknolojileri A.Ş.", "company_linkedin_profile_url": "https://tr.linkedin.com/company/tiga-bili-im-ve-medya-hizmetleri-ltd-ti-", "description": "Contribute to a major health information platform;\n- Design, develop, and optimize complex UI components using ReactJS.\n- Implement and deploy backend services with microservices architecture pattern using; Kubernetes, Skaffold, Docker, Java Spring Boot, Maven, MongoDB.", "ends_at": { "day": 30, "month": 9, "year": 2021 }, "location": "Ankara, Turkey", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEmyXNOJOfpmg/company-logo_100_100/0/1643314380338?e=1655942400&v=beta&t=mXt6XQj0Td2_Nd8HpvAHkDXrVu6Yte1gMs0Me78ewJI", "starts_at": { "day": 1, "month": 8, "year": 2021 }, "title": "Software Developer Intern" }, { "company": "LOGO Yazılım", "company_linkedin_profile_url": "https://tr.linkedin.com/company/logo-yazilim", "description": "Contribute to a dealership organization management system for large businesses;\n- Design and develop responsive single page web user interfaces for the management using Angular Framework.\n- Implement endpoints in various microservices for the web application using .Net framework and PostgreSQL.\n- Analyze and optimize the backend services using dotTrace profiler.", "ends_at": { "day": 31, "month": 1, "year": 2021 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEzzZuEv1twXw/company-logo_100_100/0/1636697596125?e=1655942400&v=beta&t=a8TcoT9rvAdbVS8bd0DRR8cp-AedzyQWPkohmp_AKZ4", "starts_at": { "day": 1, "month": 8, "year": 2020 }, "title": "Software Developer" }, { "company": "LOGO Yazılım", "company_linkedin_profile_url": "https://tr.linkedin.com/company/logo-yazilim", "description": "Developed a movie library web application secured with OAuth 2.0 authorization protocol;\n- Design and develop responsive single page web user interfaces using Angular Framework.\n- Implement endpoints for the web application using .Net framework.", "ends_at": { "day": 31, "month": 8, "year": 2020 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEzzZuEv1twXw/company-logo_100_100/0/1636697596125?e=1655942400&v=beta&t=a8TcoT9rvAdbVS8bd0DRR8cp-AedzyQWPkohmp_AKZ4", "starts_at": { "day": 1, "month": 7, "year": 2020 }, "title": "Software Developer Intern" } ]
[ { "degree_name": "Bachelor of Science - BS", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2022 }, "field_of_study": "Bilgisayar Mühendisliği", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFmBOOliUpQ7w/company-logo_100_100/0/1519856162641?e=1655942400&v=beta&t=_Cp-Y5qfDoEv89yLOJ177EGpeXK6BYvLf_i70qbvGUk", "school": "Bilkent Üniversitesi", "school_linkedin_profile_url": "https://tr.linkedin.com/school/bilkent-university/", "starts_at": { "day": 1, "month": 1, "year": 2018 } }, { "degree_name": "Winter Camp", "description": "Malware Analysis, reverse engineering and advanced persistent threat (APT) detection. Metasploit and Meterpreter, Buffer Overflow, Penetration Testing and Privilege Escalation.", "ends_at": { "day": 31, "month": 12, "year": 2019 }, "field_of_study": "Cyber/Computer Forensics and Counterterrorism", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEbg9OfKR8mVQ/company-logo_100_100/0/1574358129378?e=1655942400&v=beta&t=Ggt24SSQesT0UwZvspyVuCohMyvc2iq9JN_2Cpv9X5Y", "school": "Boğaziçi University", "school_linkedin_profile_url": "https://tr.linkedin.com/school/bogazici-university/", "starts_at": { "day": 1, "month": 1, "year": 2019 } } ]
[]
[]
[]
[]
[]
[]
[]
[]
[ { "cause": null, "company": "Exploit Studio", "company_linkedin_profile_url": "https://tr.linkedin.com/company/exploit-studio", "description": "Offensive and Defensive Cyber Security community in Bilkent University.", "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFLBLg0iSldpg/company-logo_100_100/0/1635241648887?e=1655942400&v=beta&t=opfWDaDdmrSTcjcFZt4pnHvBhjXoQQtvPO2cafQOIWk", "starts_at": { "day": 1, "month": 2, "year": 2019 }, "title": "Member" } ]
[]
52
[ { "link": "https://tr.linkedin.com/in/melis-atun-3995241a1", "location": "Ankara, Türkiye", "name": "Melis Atun", "summary": "Junior Computer Science Student at Bilkent University" }, { "link": "https://tr.linkedin.com/in/ilhan-koc-093902170", "location": "Ankara", "name": "Ilhan Koc", "summary": "Bilkent University Senior Year Computer Engineer Student" }, { "link": "https://tr.linkedin.com/in/f%C4%B1rat-y%C3%B6nak-789b68216", "location": "Çankaya", "name": "Fırat Yönak", "summary": "Bilkent Üniversitesi eğitim kurumundan mezun" }, { "link": "https://tr.linkedin.com/in/osman-bugra-aydin", "location": "Ankara, Türkiye", "name": "Osman Buğra Aydın", "summary": "Senior Year Computer Engineer Student" }, { "link": "https://tr.linkedin.com/in/kuzey-bora-madazl%C4%B1-18326b230", "location": "Ankara", "name": "Kuzey Bora Madazlı", "summary": "Student at Bilkent University" }, { "link": "https://pk.linkedin.com/in/khushbu-siddiqi-15216a24", "location": "Pakistan", "name": "Khushbu Siddiqi", "summary": "Assistant Director (Information Security) at Cabinet Division" }, { "link": "https://tr.linkedin.com/in/ahmet-hakan-budak-0b6a9a225", "location": "Ankara, Türkiye", "name": "Ahmet Hakan Budak", "summary": "Student at Bilkent University" }, { "link": "https://tr.linkedin.com/in/berdan-aky%C3%BCrek-287082166", "location": "Ankara, Türkiye", "name": "Berdan Akyürek", "summary": "Lisans Derecesi - Bilkent Üniversitesi" }, { "link": "https://tr.linkedin.com/in/ibrahim-ert%C3%BCrk-889231228", "location": "Ankara, Türkiye", "name": "İbrahim Ertürk", "summary": "Student at Bilkent University" }, { "link": "https://tr.linkedin.com/in/eray-laz-4a248970", "location": "Ankara", "name": "Eray LAZ", "summary": "Şu okulda öğrenci: Bilkent Üniversitesi" }, { "link": "https://tr.linkedin.com/in/ayberk-%C3%A7%C4%B1nar-305084220", "location": "Ankara, Türkiye", "name": "Ayberk Çınar", "summary": "Electrical and Electronics Engineering Student at Bilkent University" }, { "link": "https://tr.linkedin.com/in/efe-tarhan-5b8904224", "location": "Ankara", "name": "Efe Tarhan", "summary": "Sophomore Electrical and Electronics Engineering Student in Bilkent University" }, { "link": "https://tr.linkedin.com/in/ertan-candan-660b891b0", "location": "Ankara, Türkiye", "name": "Ertan CANDAN", "summary": "Katıldı (Bilkent Üniversitesi)" }, { "link": "https://tr.linkedin.com/in/ekin-%C3%BCst%C3%BCnda%C4%9F", "location": "Ankara", "name": "Ekin Üstündağ", "summary": "yeni mezun" }, { "link": "https://tr.linkedin.com/in/g%C3%B6kay-balc%C4%B1-8470b91b4", "location": "Çayyolu", "name": "Gökay Balcı", "summary": "Student at Bilkent University/Electrical and Electronics Engineering" }, { "link": "https://tr.linkedin.com/in/%C3%B6yk%C3%BC-y%C4%B1lmaz-48aba5212", "location": "İstanbul, Türkiye", "name": "Öykü Yılmaz", "summary": "Boğaziçi Üniversitesi eğitim kurumunda öğrenci" }, { "link": "https://tr.linkedin.com/in/recep-%C3%B6zkan-18222599", "location": "Ankara, Türkiye", "name": "Recep Özkan", "summary": "Research Assistant and Ph.D. Candidate at METU" }, { "link": "https://tr.linkedin.com/in/cahit-aslan-889415217", "location": "Ankara, Türkiye", "name": "Cahit Aslan", "summary": "Supply Chain & Logistics Intern at Getir, Senior Year Project Engineer at Arçelik Global, Industrial Engineering Student at Bilkent University" }, { "link": "https://tr.linkedin.com/in/alihakimtaskiran", "location": "Ankara", "name": "Ali Hakim Taşkıran", "summary": "--" }, { "link": "https://tr.linkedin.com/in/ismail-kili%C3%A7-115030202", "location": "Ankara, Türkiye", "name": "İSMAİL KILIÇ", "summary": "Boğaziçi Üniversitesi eğitim kurumunda öğrenci" } ]
[]
[ { "activity_status": "Aybars Altınışık tarafından beğenildi", "link": "https://www.linkedin.com/signup/cold-join", "title": "Only in Silicon Valley" }, { "activity_status": "Aybars Altınışık tarafından beğenildi", "link": "https://www.linkedin.com/signup/cold-join", "title": "Fotoğraf" }, { "activity_status": "Aybars Altınışık tarafından beğenildi", "link": "https://www.linkedin.com/signup/cold-join", "title": "How about Twitter?Profile photo: pixelated random animal Title: Failed extra effort to hide being boring.Thoughts?🎅#fun #socialmedia #joke" } ]
[]
[]
[]
null
null
null
null
null
null
null
null
6,301
aaltjehijma
https://media-exp1.licdn.com/dms/image/C4E03AQEntAfqDq1KHA/profile-displayphoto-shrink_200_200/0/1517759258879?e=1652918400&v=beta&t=D663SjwK-3CNmlFilFcVN1cR1Ix0_MPpQXlshOhHJdI
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aaltje van giessen -
hijma
aaltje van giessen - hijma
Marketing Manager at Kwekerij Chrywijk
marketing manager kwekerij chrywijk kwekerij waalzicht
null
nl
netherlands
zaltbommel
gelderland
[ { "company": "Kwekerij Chrywijk", "company_linkedin_profile_url": null, "description": "Promoten van Bouvardia's en pluischrysanten op beurzen in binnen- en buitenland;\nMarktanalyses: inzichtelijk maken van de koopkracht;\nBezoek aan (in)kopers op de diverse veilingen; \nPromotie-activiteiten organiseren ism bloemengroothandelaren; \nOnderhouden website; nieuwsbrieven, foldermateriaal, social media etc. \nMet als doel om de markt voor onze bloemen verder uit te breiden!", "ends_at": null, "location": "Brakel", "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 2012 }, "title": "Marketing Manager" }, { "company": "Kwekerij Waalzicht B.V.", "company_linkedin_profile_url": "https://nl.linkedin.com/company/kwekerij-waalzicht-b.v.", "description": "Voor Kwekerij Waalzicht (kweker van lisianthus, snijbloemen) sta ik op beurzen in binnen- en buitenland; organiseer ik Open Dagen; houd ik de website up to date; maak ik folders in de hoofdtalen, help ik bij promotie-activiteiten in samenwerking met exporteurs en wat er verder voorbij komt :-). Een prachtig bedrijf om voor te werken!", "ends_at": null, "location": "Poederoijen", "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 2012 }, "title": "PR Manager" }, { "company": "Stichting Kaleb", "company_linkedin_profile_url": null, "description": "Vrijwilligerswerk. Als teamleider van de A-boerderij ben ik samen met de andere teamleider (en ons leidingteam) verantwoordelijk voor de inhoud en organisatie van het zomerkamp (eind juli) voor 16 - 18-jarigen op Schiermonnikoog. Samen met de jongelui een supertoffe vakantieweek beleven met zeker ook aandacht voor serieuze (=geloofs)zaken! Het wordt georganiseerd vanuit Stichting Kaleb, een christelijke stichting. Deze werkt landelijk vanuit De Bilt.", "ends_at": { "day": 31, "month": 7, "year": 2015 }, "location": "Schiermonnikoog", "logo_url": null, "starts_at": { "day": 1, "month": 3, "year": 2012 }, "title": "Teamleider 'A-boerderij'" }, { "company": "Van Giessen-Hijma-hof", "company_linkedin_profile_url": null, "description": "Na 15 mooie jaren bij veiling FloraHolland gewerkt te hebben, heb ik ivm het leren kennen van mijn man en als gevolg hiervan verhuizing naar Bommelerwaard mijn baan opgezegd. En nu rustig bekijken wat de volgende uitdaging wordt die ik aanga. Gaat vast weer iets heel leuks worden waar ik mijn enthousiasme en talent voor 'bruggen-bouwen' in kwijt kan!!", "ends_at": { "day": 31, "month": 12, "year": 2011 }, "location": "Gameren", "logo_url": null, "starts_at": { "day": 1, "month": 7, "year": 2011 }, "title": "Huis, tuin en keuken - specialist ;-)" }, { "company": "FloraHolland", "company_linkedin_profile_url": "https://nl.linkedin.com/company/floraholland", "description": null, "ends_at": { "day": 31, "month": 3, "year": 2011 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHGI0Hl7QpQOg/company-logo_100_100/0/1613482174623?e=1655942400&v=beta&t=rwZ6v2muHXZbCArPJrfP3XuxxmJJwwI0L4Dxkuc-Vts", "starts_at": { "day": 1, "month": 9, "year": 2009 }, "title": "Markt manager Chrysant" }, { "company": "FloraHolland", "company_linkedin_profile_url": "https://nl.linkedin.com/company/floraholland", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2009 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHGI0Hl7QpQOg/company-logo_100_100/0/1613482174623?e=1655942400&v=beta&t=rwZ6v2muHXZbCArPJrfP3XuxxmJJwwI0L4Dxkuc-Vts", "starts_at": { "day": 1, "month": 1, "year": 2006 }, "title": "Productmanager snijbloemen (o.a. Roos, Gerbera, Alstroemeria, Anjer)" }, { "company": "FloraHolland", "company_linkedin_profile_url": "https://nl.linkedin.com/company/floraholland", "description": "Assortimentmanager Roses", "ends_at": { "day": 31, "month": 12, "year": 2005 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHGI0Hl7QpQOg/company-logo_100_100/0/1613482174623?e=1655942400&v=beta&t=rwZ6v2muHXZbCArPJrfP3XuxxmJJwwI0L4Dxkuc-Vts", "starts_at": { "day": 1, "month": 1, "year": 2002 }, "title": "Assortimentsmanager snijbloemen (o.a. Roos, Gerbera, Cymbidium)" }, { "company": "Stichting Kaleb", "company_linkedin_profile_url": null, "description": "Vrijwilligerswerk. Eindverantwoordelijke voor de organisatie van jaarlijks christelijk zomerkamp op Schiermonnikoog. Doelgroep: kinderen en jongeren van 8 - 18 jaar. Incl leiding en kokers: ca. 400 deelnemers, verdeeld over 5 kampeerboerderijen/ teams.", "ends_at": { "day": 31, "month": 12, "year": 2008 }, "location": "Schiermonnikoog", "logo_url": null, "starts_at": { "day": 1, "month": 8, "year": 2005 }, "title": "Coördinator Zomerkamp" }, { "company": "Bloemenveiling Flora - Rijnsburg", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 31, "month": 12, "year": 2001 }, "location": null, "logo_url": null, "starts_at": { "day": 1, "month": 5, "year": 2000 }, "title": "Productmanager snijbloemen (o.a. Roos en Gerbera)" }, { "company": "Bloemenveiling Flora - Rijnsburg", "company_linkedin_profile_url": null, "description": "Productmanager bolbloemen. Een brugfunctie tussen de kwekers van tulpen, narcissen, gladiolen, irissen, amaryllis en de kopers van deze producten.", "ends_at": { "day": 30, "month": 4, "year": 2000 }, "location": null, "logo_url": null, "starts_at": { "day": 1, "month": 5, "year": 1996 }, "title": "Productmanager bolbloemen" }, { "company": "NTS Bloemenstudieclub Noord West Nederland", "company_linkedin_profile_url": null, "description": "In deze functie heb ik excursies en bijeenkomsten georganiseerd voor de leden van de Bloemenstudieclub. Nu heet dit LTO Groeiservice. Tijdens de excursies werden teeltzaken besproken. Het doel is om kennis van de kwekers onderling te delen.", "ends_at": { "day": 30, "month": 4, "year": 1996 }, "location": "Aalsmeer", "logo_url": null, "starts_at": { "day": 1, "month": 10, "year": 1994 }, "title": "Studieclubmedewerker" } ]
[ { "degree_name": "Nima-B", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2002 }, "field_of_study": "Marketing", "logo_url": null, "school": "NIMA - B", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2001 } }, { "degree_name": null, "description": null, "ends_at": { "day": 31, "month": 12, "year": 1994 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQFQJQXtOy2Stw/company-logo_100_100/0/1519889640020?e=1655942400&v=beta&t=qzFlUvLoc2ODivo1BJ5F9hIVPFFVflyT9wGeCUhyBSs", "school": "Wageningen University & Research", "school_linkedin_profile_url": "https://nl.linkedin.com/school/wageningenuniversity/", "starts_at": { "day": 1, "month": 1, "year": 1988 } } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[]
500
[]
[]
[]
[]
[]
[ { "name": "Floweracademy.NL - Dutch Flower & Horticulture Professionals Network", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHblWuM0b9PLw/group-logo_image-shrink_200x200/0/1631365916271?e=1647691200&v=beta&t=z5-mkx5Jjap2xeJJ9REXLLCCbSGz7dUWuAa5lhtBVaI", "url": "https://www.linkedin.com/groups/2271794" }, { "name": "Alumni @Wageningen University & Research", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQHkDvsELJlGwQ/group-logo_image-shrink_92x92/0/1630997620236?e=1647691200&v=beta&t=r13Seub1a-Evv3ZKkGWUCiFaTYN2ajkTiRUItQmvWMA", "url": "https://www.linkedin.com/groups/39958" }, { "name": "Stichting Kaleb", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5107AQE0mz2skjHR2w/group-logo_image-shrink_200x200/0/1631426048757?e=1647691200&v=beta&t=BajUoM_vh_pQIXg6rRyUYKjpmBAWzbHMSR46-1423qo", "url": "https://www.linkedin.com/groups/3946362" }, { "name": "Royal FloraHolland", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFhvZgOwMlPFQ/group-logo_image-shrink_200x200/0/1631412153450?e=1647691200&v=beta&t=8z2a1VuwBeFzvt-TjmNelMs6GpAfsyTPgmK3rLjQ6S4", "url": "https://www.linkedin.com/groups/157653" }, { "name": "Navigators Alumni", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFhDlrhepGIBQ/group-logo_image-shrink_200x200/0/1631375855484?e=1647691200&v=beta&t=44T7CjXeG67CB0RZjeB6c7V72NaYe-BhEvFQgLHqkhw", "url": "https://www.linkedin.com/groups/1209877" }, { "name": "Sierteelt", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQHsK72ryYzPEA/group-logo_image-shrink_200x200/0/1631372196827?e=1647691200&v=beta&t=6dBrtyXlMpeiyjI14D2ADk3TvBteLWHs4bfGbgSqgEM", "url": "https://www.linkedin.com/groups/2017650" } ]
null
null
null
null
null
null
null
null
6,304
aaltom
https://media-exp1.licdn.com/dms/image/C4E03AQF3Dbdk82PnMw/profile-displayphoto-shrink_200_200/0/1533138243284?e=2147483647&v=beta&t=Htn93Ev5KwD_yKbO0xCu_PODza7YXBQpxgZrAUkhSbk
https://media-exp1.licdn.com/dms/image/C4E16AQHdIKQ-39yUxw/profile-displaybackgroundimage-shrink_200_800/0/1533138780381?e=1652918400&v=beta&t=soj9eJdXB0dvGBxqITgeapFKtUPbVpYKK5hgMQJsgSM
alessio
altomare
alessio altomare
Small Business Owner at Desert Beans LLC
product merchandising , category management brand marketing @ nike , converse , clark u europe
forward-thinking professional global regional experience sneaker shoe industry . understand consumer need , define consumer-led capacity build consumer-right assortment delivering merchandising excellence marketplace . proven ablity lead cross-functional team forward enable talent full potential . proactive problem solver team player excellent planning organizational skill . posse high standard , flexibility , tolerance ambiguity . effective communicator extensive experience europe north america , fluent english italian . listing core competency includes : strategic line planning | assortment go-to-market strategy | product lifecycle management | consumer insight business analysis | industry market knowledge | talent diversity development | omni-channel distribution strategy | merchandising excellence . available discus new opportunity . email directly alessio.altomare @ gmail.com
u
united state america
greater phoenix area
null
[ { "company": "Desert Beans LLC", "company_linkedin_profile_url": null, "description": null, "ends_at": null, "location": null, "logo_url": null, "starts_at": { "day": 1, "month": 9, "year": 2020 }, "title": "Small Business Owner" }, { "company": "Ccv Stars", "company_linkedin_profile_url": "https://www.linkedin.com/company/ccv-stars", "description": null, "ends_at": null, "location": "Greater Phoenix Area", "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 2021 }, "title": "Head Soccer Coach" }, { "company": "Clarks", "company_linkedin_profile_url": "https://www.linkedin.com/company/clarks", "description": "Leading Clarks Buying, Planning and Merchandising Teams for the America's region.", "ends_at": { "day": 31, "month": 5, "year": 2020 }, "location": "Greater Boston Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGko6fIg3ORuQ/company-logo_100_100/0/1519855947145?e=1655942400&v=beta&t=7gm06sL0UtPKjRKeaYHXRmIoFEK2JLhuWmbd0I4w2jc", "starts_at": { "day": 1, "month": 7, "year": 2019 }, "title": "SVP Merchandising - Americas" }, { "company": "Clarks", "company_linkedin_profile_url": "https://www.linkedin.com/company/clarks", "description": null, "ends_at": { "day": 30, "month": 6, "year": 2019 }, "location": "Greater Boston Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGko6fIg3ORuQ/company-logo_100_100/0/1519855947145?e=1655942400&v=beta&t=7gm06sL0UtPKjRKeaYHXRmIoFEK2JLhuWmbd0I4w2jc", "starts_at": { "day": 1, "month": 1, "year": 2019 }, "title": "Interim SVP Global Merchandising" }, { "company": "Converse", "company_linkedin_profile_url": "https://www.linkedin.com/company/converse", "description": null, "ends_at": { "day": 30, "month": 6, "year": 2018 }, "location": "Greater Boston Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHISfoboErPKA/company-logo_100_100/0/1561988442361?e=1655942400&v=beta&t=2Ok3LtIVxfYgsFzAcPHRYWNvpc_tDDdDPOP99A6V1sU", "starts_at": { "day": 1, "month": 10, "year": 2015 }, "title": "Sr Director Global Footwear Merchandising" }, { "company": "Converse", "company_linkedin_profile_url": "https://www.linkedin.com/company/converse", "description": null, "ends_at": { "day": 30, "month": 9, "year": 2015 }, "location": "Greater Boston Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHISfoboErPKA/company-logo_100_100/0/1561988442361?e=1655942400&v=beta&t=2Ok3LtIVxfYgsFzAcPHRYWNvpc_tDDdDPOP99A6V1sU", "starts_at": { "day": 1, "month": 9, "year": 2014 }, "title": "Senior Director All Star Merchandising" }, { "company": "Converse", "company_linkedin_profile_url": "https://www.linkedin.com/company/converse", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2014 }, "location": "Greater Boston Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHISfoboErPKA/company-logo_100_100/0/1561988442361?e=1655942400&v=beta&t=2Ok3LtIVxfYgsFzAcPHRYWNvpc_tDDdDPOP99A6V1sU", "starts_at": { "day": 1, "month": 1, "year": 2011 }, "title": "International Footwear Merchandising Director" }, { "company": "Nike", "company_linkedin_profile_url": "https://www.linkedin.com/company/nike", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2011 }, "location": "Barcelona Area, Spain", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFckBxRnPg53Q/company-logo_100_100/0/1561999707114?e=1655942400&v=beta&t=V55W6CMNv6bBcfl16r3R-c7Mg4qZKOtato_DUk6_TY8", "starts_at": { "day": 1, "month": 1, "year": 2009 }, "title": "Sr Sportswear Merchandising Manager" }, { "company": "Nike", "company_linkedin_profile_url": "https://www.linkedin.com/company/nike", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2008 }, "location": "Italy", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFckBxRnPg53Q/company-logo_100_100/0/1561999707114?e=1655942400&v=beta&t=V55W6CMNv6bBcfl16r3R-c7Mg4qZKOtato_DUk6_TY8", "starts_at": { "day": 1, "month": 6, "year": 2007 }, "title": "Sr Footwear Merchandising Manager - Sport Performance" }, { "company": "Nike", "company_linkedin_profile_url": "https://www.linkedin.com/company/nike", "description": null, "ends_at": { "day": 31, "month": 5, "year": 2007 }, "location": "Italy", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFckBxRnPg53Q/company-logo_100_100/0/1561999707114?e=1655942400&v=beta&t=V55W6CMNv6bBcfl16r3R-c7Mg4qZKOtato_DUk6_TY8", "starts_at": { "day": 1, "month": 11, "year": 2002 }, "title": "Sports Marketing & Brand Manager" }, { "company": "Nike", "company_linkedin_profile_url": "https://www.linkedin.com/company/nike", "description": null, "ends_at": { "day": 31, "month": 10, "year": 2002 }, "location": "Italy", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFckBxRnPg53Q/company-logo_100_100/0/1561999707114?e=1655942400&v=beta&t=V55W6CMNv6bBcfl16r3R-c7Mg4qZKOtato_DUk6_TY8", "starts_at": { "day": 1, "month": 1, "year": 2000 }, "title": "Retail Marketing Manager" }, { "company": "Nike", "company_linkedin_profile_url": "https://www.linkedin.com/company/nike", "description": null, "ends_at": { "day": 31, "month": 12, "year": 1999 }, "location": "Bologna Area, Italy", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFckBxRnPg53Q/company-logo_100_100/0/1561999707114?e=1655942400&v=beta&t=V55W6CMNv6bBcfl16r3R-c7Mg4qZKOtato_DUk6_TY8", "starts_at": { "day": 1, "month": 11, "year": 1998 }, "title": "EKIN Manager" } ]
[ { "degree_name": "Master degree in Statistics and Economics", "description": null, "ends_at": null, "field_of_study": "Economics / Statistics", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQF5OJVPD2RZjA/company-logo_100_100/0/1519856449258?e=1655942400&v=beta&t=a2ra1xPWL9S0xUxKsc6X-8wcHGhGcDEqlYSsGNGwTmY", "school": "Sapienza Università di Roma", "school_linkedin_profile_url": "https://www.linkedin.com/school/sapienzauniversitadiroma/", "starts_at": null } ]
[ "English", "Spanish", "Italian" ]
[]
[]
[]
[]
[ { "name": "FC Barcelona - The basics of our style of play", "number": "-" }, { "name": "US Soccer Grassroots Coaching", "number": "-" } ]
[]
[]
[]
[]
500
[]
[ "Rob Goodwin\n \n \n\n\n\n \n \n \n \n \n\n \n Alessio is one of the brightest merchant minds in our industry. I had the pleasure of working with Alessio for a number of years, and he is a strategic, results oriented leader. He has incredible formal and informal leadership skills, and is always solution focused. As we were re-defining the role of merchandising, Alessio demonstrated he can also work well when dealing in ambiguity. He is a great partner, and I would highly recommend Alessio as someone who can drive a merchandising organization forward. Alessio would be an incredible asset to any company. ", "Pascha Naderi-Nejad\n \n \n\n\n\n \n \n \n \n \n\n \n I've always appreciated Alessio's strategic and realistic matter-of-fact approach. Alessio gives you the facts, without the drama or a hidden agenda that you can trust to make sound business against and not have to filter. He always delivered to his commitments. Alessio is a bright, reliable guy but what I really appreciated is his authenticity and genuiness, which makes him extremely approachable and likable." ]
[ { "activity_status": "Liked by Alessio Altomare", "link": "https://www.linkedin.com/signup/cold-join", "title": "The best political message to all Russians so far comes from Arnold Schwarzenegger! 👇💪. Please take the time to watch this very powerful and…" }, { "activity_status": "Liked by Alessio Altomare", "link": "https://www.linkedin.com/signup/cold-join", "title": "Super thrilled with the launch of the C.P. Company x Clarks Originals collab today in Soho. We’ve had amazing traction with consumers and it’s been…" }, { "activity_status": "Liked by Alessio Altomare", "link": "https://www.linkedin.com/signup/cold-join", "title": "Starting this Fall, we're planning to take PF Flyers on a journey of reinvention. Read more about our product strategy and how one of my mentors, Dr.…" } ]
[ { "link": "https://it.linkedin.com/in/alessio-altomare-b78aa587", "location": "Milan", "name": "Alessio Altomare", "summary": "Studente presso statale di milano" }, { "link": "https://it.linkedin.com/in/alessio-altomare-13753361", "location": "Italy", "name": "Alessio Altomare", "summary": "Wine director / Restaurant Manager @ Villa Cortine Palace Hotel" }, { "link": "https://it.linkedin.com/in/alessio-altomare-1641a4a5", "location": "Italy", "name": "Alessio Altomare", "summary": "--" }, { "link": "https://it.linkedin.com/in/alessio-altomare-25775022b", "location": "Carate Brianza", "name": "Alessio Altomare", "summary": "Dottore in Scienze Viticole ed Enologiche" } ]
[]
[ { "name": "Textile, Apparel, Footwear & Fashion - Sales Marketing Sourcing Retail Jobs Media Events HR Textiles", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGNYcMU83vAaw/group-logo_image-shrink_200x200/0/1631366782976?e=1647691200&v=beta&t=Xpw2TZv0YbAYo-iqZf70rvxwh8CwR20Tw2-U83Rwqu4", "url": "https://www.linkedin.com/groups/2080381" }, { "name": "SRI | Media & Entertainment - Technology - Sport - Fashion & Sporting Goods - Esports", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGBemaWA_-mnw/group-logo_image-shrink_92x92/0/1631004559058?e=1647691200&v=beta&t=Aa-5aHpGQO4vUnkPY2yNLJq1cVm5UP03Lso3337NjuE", "url": "https://www.linkedin.com/groups/136966" }, { "name": "Footwear Industry", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGpuAZkvuyssQ/group-logo_image-shrink_200x200/0/1631367136934?e=1647691200&v=beta&t=NT5K_fEo2SLDQCiVtlY67DThniwM7Fy8HXiLnmw0nDw", "url": "https://www.linkedin.com/groups/110151" }, { "name": "Alumni of Università La Sapienza, Roma", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQFRuvAQf4NKiQ/group-logo_image-shrink_200x200/0/1631379097470?e=1647691200&v=beta&t=IhWzBcY2PsSbeFW6Ul1MSGOtn8IXclAEMF2EG7jKKD8", "url": "https://www.linkedin.com/groups/83174" }, { "name": "Energy People Europe - Oil, Gas, Wind, Solar, LNG, Nuclear Jobs and Recruitment", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHVhRJWs88UWQ/group-logo_image-shrink_92x92/0/1630998357830?e=1647691200&v=beta&t=g_5CsEfueNH2OEZfkcYDxLy1Bq2xXYfpVMSg8UQfXek", "url": "https://www.linkedin.com/groups/4739040" }, { "name": "Fashion & Lifestyle Industry Professionals Worldwide", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQEzxYEdoXXmqA/group-logo_image-shrink_200x200/0/1631369200168?e=1647691200&v=beta&t=kKThJmoRJ4s6JJHbds1uY8i-xaCjmoVEinA1am8_20Y", "url": "https://www.linkedin.com/groups/90600" }, { "name": "Sports Industry Network", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHmj4sbJSboow/group-logo_image-shrink_200x200/0/1631358059245?e=1647691200&v=beta&t=wzA7in5BoIIIAhAPQt7zMPUstW5aHCbVfoq1kq8tnEE", "url": "https://www.linkedin.com/groups/73802" }, { "name": "Red Sox Nation", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQEpFjOOAwIEAQ/group-logo_image-shrink_92x92/0/1630995916076?e=1647691200&v=beta&t=DrCARFgrfyGu09kFcZkWusK07ESAHPvN9QLJwIN5pLs", "url": "https://www.linkedin.com/groups/38093" }, { "name": "Retailers Industry Management Group: Merchandising, Finance, Supply Chain, E-commerce, IT Technology", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQEjukb40oXMsg/group-logo_image-shrink_92x92/0/1631007129314?e=1647691200&v=beta&t=unmLGAg7FxaxulDgoWtABpNh8efLU2PteYml5H6FrM8", "url": "https://www.linkedin.com/groups/62093" }, { "name": "Fashion Top Professionals Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQEnGXglOl6HFQ/group-logo_image-shrink_92x92/0/1631001916575?e=1647691200&v=beta&t=Zdg9M_o18tCRQmJauG1X8X8AsCW9FThZcEdydWoyKEc", "url": "https://www.linkedin.com/groups/4120176" }, { "name": "Sneaker Professionals 👟👟", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFVCU2toYpfIg/group-logo_image-shrink_92x92/0/1631010018231?e=1647691200&v=beta&t=JJhUc3ZlrdqHsolfUpOsZTzX_qcXilk9DVPmsONLc6I", "url": "https://www.linkedin.com/groups/1892531" }, { "name": "Merchandising and Planning Professionals", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFhPxNgXAIqog/group-logo_image-shrink_200x200/0/1631375351351?e=1647691200&v=beta&t=XsOsAqtrcbFuDf-jkEmsImETRVZyljkwCM0HAJL1pW4", "url": "https://www.linkedin.com/groups/59567" }, { "name": "Nike Employees' Networking Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHKE_vyU45NXg/group-logo_image-shrink_200x200/0/1631369324862?e=1647691200&v=beta&t=f_Ze1L7OChTYEfg-2F8XR55qeoNx9kdIk2ehKszq8rU", "url": "https://www.linkedin.com/groups/105137" }, { "name": "280 Group: Product Management & Product Marketing", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/2193" } ]
null
null
null
null
null
null
null
null
6,305
aaltomari
https://media-exp1.licdn.com/dms/image/C4E03AQH79sFggSZlSA/profile-displayphoto-shrink_200_200/0/1616811367570?e=1652918400&v=beta&t=cjhD__9Bggk6Zt46xByjb_06Hwve4pPrtJRNS0xtEv8
https://media-exp1.licdn.com/dms/image/C4D16AQFgM7S92Un26A/profile-displaybackgroundimage-shrink_200_800/0/1516630211046?e=1652918400&v=beta&t=xS7GFkY20v582_4QXKkb_zxSWCD6o67mCnP3UUX5qkI
anastasia
altomari
anastasia altomari
Operations Manager, Associate Implementation Consultant at Transact Campus Inc
business management professional
creative & result driven business management professional proven expertise creating delivering program drive engagement achieve result . proficient analyzing large datasets deriving insight inform strategy , tactic , execution . adept communicator experience developing branded messaging diverse audience . focused collaborator dedicated building customer-centric environment stakeholder . lifelong learner eager embrace new challenge expand skill knowledge . 'll find roasting brewing quality cup coffee revolution coffee roaster collingswood , new jersey . also known carry camera make photo anywhere good light found .
u
united state america
philadelphia
pennsylvania
[ { "company": "Transact Campus Inc", "company_linkedin_profile_url": "https://www.linkedin.com/company/transact-campus-inc", "description": "Responsible for daily operation, implementation, and analysis of off-campus and vending API services including proposing, developing and implementing data-driven enhancements to processes, policies, and product features. Responsible for producing reporting and offering insights, validating successful settlement processing, resolving reconciliation and technical issues, and launching new programs.", "ends_at": null, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQF-1eJu-8Jx-g/company-logo_100_100/0/1625158686357?e=1655942400&v=beta&t=muDPU-1gYaaKefKjLi5o2pMF_cMCSBqA3hvKUWxFxz0", "starts_at": { "day": 1, "month": 5, "year": 2019 }, "title": "Operations Manager, Associate Implementation Consultant" } ]
[ { "degree_name": "Master of Business Administration (M.B.A.)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2016 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHPZxxo8BidwQ/company-logo_100_100/0/1519856396343?e=1655942400&v=beta&t=0cXxgmDGUOvLAjVbTrFhfXxrfhFEcaRKPZehq3fYXhI", "school": "Holy Family University", "school_linkedin_profile_url": "https://www.linkedin.com/school/holy-family-university/", "starts_at": { "day": 1, "month": 1, "year": 2014 } }, { "degree_name": "Bachelors", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2009 }, "field_of_study": "Finance", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHPZxxo8BidwQ/company-logo_100_100/0/1519856396343?e=1655942400&v=beta&t=0cXxgmDGUOvLAjVbTrFhfXxrfhFEcaRKPZehq3fYXhI", "school": "Holy Family University", "school_linkedin_profile_url": "https://www.linkedin.com/school/holy-family-university/", "starts_at": { "day": 1, "month": 1, "year": 2005 } }, { "degree_name": "Photography", "description": "Studied photography in Rome, Italy over the summer of 2007.", "ends_at": { "day": 31, "month": 12, "year": 2007 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFqYbcKjIoQJQ/company-logo_100_100/0/1519856800140?e=1655942400&v=beta&t=WYr_5yIx3lGZvlBEHgDbW338074hQF1xgkbdwwLB8b0", "school": "John Cabot University", "school_linkedin_profile_url": "https://www.linkedin.com/school/john-cabot-university/", "starts_at": { "day": 1, "month": 1, "year": 2007 } }, { "degree_name": "High School Diploma", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2005 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGLU8eI9Q-uIQ/company-logo_100_100/0/1572900204636?e=1655942400&v=beta&t=GzIFXaAG1gL1eBhFFQP2QdTJ8KnL5i8g51IS_UJdXME", "school": "Nazareth Academy High School", "school_linkedin_profile_url": "https://www.linkedin.com/school/nazareth-academy-hs/", "starts_at": { "day": 1, "month": 1, "year": 2001 } } ]
[]
[]
[ { "description": "Interview with English musician Frank Turner", "name": "Frank Turner on His New Album, New Book, Politics & Sea. Hear. Now", "published_on": { "day": 25, "month": 9, "year": 2018 }, "publisher": "the Pop Break", "url": "https://thepopbreak.com/2018/09/25/frank-turner-on-his-new-album-new-book-politics-sea-hear-now/" }, { "description": "Show review of Dawes' in-store performance at Main Street Music", "name": "Dawes Make Music on Main Street in Philly", "published_on": { "day": 7, "month": 9, "year": 2018 }, "publisher": "the Pop Break", "url": "https://thepopbreak.com/2018/09/07/dawes-make-music-on-main-street-in-philly/" }, { "description": "Photos of Lucero, the Menzingers, and Frank Turner at the Fillmore in Philadelphia", "name": "Frank Turner Brings Epic ‘Be More Kind Tour’ to Philadelphia", "published_on": { "day": 14, "month": 6, "year": 2018 }, "publisher": "the Pop Break", "url": "https://thepopbreak.com/2018/06/14/frank-turner-brings-epic-be-more-kind-tour-to-philadelphia/" }, { "description": "A review of 'Science Fiction' by Brand New", "name": "Brand New’s ‘Science Fiction’ is the Album of the Year", "published_on": { "day": 18, "month": 8, "year": 2017 }, "publisher": "The Pop Break", "url": "http://thepopbreak.com/2017/08/18/brand-news-science-fiction-is-the-album-of-the-year/" }, { "description": "Photos of Dashboard Confessional, the All-American Rejects, the Maine and Social Animals at Festival Pier in Philadelphia.", "name": "Dashboard Confessional, All-American Rejects Bring Night of Big Anthems & Bigger Ballads to Philly", "published_on": { "day": 14, "month": 8, "year": 2017 }, "publisher": "The Pop Break", "url": "http://thepopbreak.com/2017/08/14/dashboard-confessional-all-american-rejects/" }, { "description": "Photos from Day 3 of the 2017 XPoNential Music Festival in Camden, NJ featuring the Drive-By Truckers, Davy Knowles, The Record Company, Dream Syndicate, Hurray for the Riff Raff, Joseph, Dave Bromberg Quintet, Adia Victoria, Hardwork Movement, No Good Sister.", "name": "XPoNential Music Festival 2017- Day 3", "published_on": { "day": 8, "month": 8, "year": 2017 }, "publisher": "The Pop Break", "url": "http://thepopbreak.com/2017/08/08/drive-by-truckers-record-company-headline-xponential-fest-2017-day-3/" }, { "description": "Photos from Day 2 of the 2017 XPoNential Music Festival in Camden, NJ featuring Amos Lee, Spoon, Chicano Batman, Charles Bradley, Preservation Hall Jazz Band, Stand of Oaks, Rhiannon Giddens, Dave Hause and the Mermaids, The Suffers, Foxygen, Xenia Rubinos, The Dove and The Wolf, and Cliff Hillis.", "name": "XPoNential Music Festival 2017- Day 2", "published_on": { "day": 5, "month": 8, "year": 2017 }, "publisher": "The Pop Break", "url": "http://thepopbreak.com/2017/08/05/xponential-fest-2017-day-2/" }, { "description": "Photos from Day 1 of the 2017 XPoNential Music Festival in Camden, NJ featuring Wilco, Conor Oberst, Offa Rex, Angel Olsen, Pinegrove, Arkells, and Hop Along.", "name": "XPoNential Music Festival 2017- Day 1", "published_on": { "day": 1, "month": 8, "year": 2017 }, "publisher": "The Pop Break", "url": "http://thepopbreak.com/2017/08/01/wilco-conor-oberst-more-headline-day-1-of-wxpns-xponential-fest/" }, { "description": "My photos and a review of Dawes' performance at the Fillmore Philadelphia on June 10, 2017", "name": "Dawes at the Fillmore Philadelphia", "published_on": { "day": 14, "month": 6, "year": 2017 }, "publisher": "The Pop Break", "url": "http://thepopbreak.com/2017/06/14/dawes-presents-epic-and-amazing-three-hour-set-at-fillmore-in-philadelphia/" }, { "description": "Photos and a review of Preservation Hall Jazz Band at the Stone Pony, April 10, 2016", "name": "Pop-Break Live: Preservation Hall Jazz Band at The Stone Pony", "published_on": { "day": 10, "month": 5, "year": 2016 }, "publisher": "Pop-Break.com", "url": "http://thepopbreak.com/2016/05/03/pop-break-live-preservation-jazz-hall-band-stone-pony/" }, { "description": "Photos from Underoath at the Electric Factory, April 16, 2016.", "name": "Pop-Break Live: Underoath at The Electric Factory", "published_on": { "day": 3, "month": 5, "year": 2016 }, "publisher": "Pop-Break.com", "url": "http://pop-break.com/2016/05/03/pop-break-live-underoath-electric-factory/" }, { "description": "Photos of Dawes with Hiss Golden Messenger at the Grand Opera House in Wilmington, Delaware on December 6, 2015", "name": "Photo Gallery: Dawes (The Grand Opera House in Wilmington, 12/6/15)", "published_on": { "day": 15, "month": 12, "year": 2015 }, "publisher": "Absolute Punk", "url": "https://www.flickr.com/photos/134176160@N06/sets/72157661866513950/" }, { "description": "Photos of Andrew McMahon with New Politics at the Fillmore in Philadelphia on November 28, 2015", "name": "Photo Gallery: Andrew McMahon w/ New Politics (The Fillmore in Philadelphia, 11/2015)", "published_on": { "day": 5, "month": 12, "year": 2015 }, "publisher": "Absolute Punk", "url": "https://www.flickr.com/photos/134176160@N06/albums/72157661252966550" }, { "description": "Photos of Frank Turner with Skinny Lister and Beans on Toast at the Fillmore in Philadelphia on October 2, 2015", "name": "AP.net Photos: Frank Turner at the Fillmore in Philadelphia", "published_on": { "day": 7, "month": 10, "year": 2015 }, "publisher": "Absolute Punk", "url": "https://www.flickr.com/photos/134176160@N06/albums/72157657241495493" }, { "description": "Photos of Jason Isbell with Blake Mills at the Electric Factory on July 29, 2015.", "name": "AP.net Photos: Jason Isbell at the Electric Factory", "published_on": { "day": 3, "month": 8, "year": 2015 }, "publisher": "August 3, 2015", "url": "https://www.flickr.com/photos/134176160@N06/albums/72157656756780435" }, { "description": "Photos from the Last Summer on Earth Tour featuring the Barenaked Ladies, Violent Femmes and Colin Hay", "name": "Last Summer on Earth Tour in Solomons, Maryland", "published_on": { "day": 7, "month": 7, "year": 2015 }, "publisher": "Pop-Break", "url": "http://thepopbreak.com/2015/07/07/barenaked-ladies-last-summer-on-earth-tour-2015/" }, { "description": "Photo coverage of the Gentlemen of the Road Stopover in Seaside Heights, NJ on June 5th and 6th.", "name": "FMQB Photo Pass: Gentleman Of The Road Stopover Festival", "published_on": { "day": 7, "month": 6, "year": 2015 }, "publisher": "June 7, 2015", "url": "http://www.fmqb.com/article.asp?id=2937814" } ]
[]
[]
[]
[]
[]
[]
[]
386
[]
[]
[ { "activity_status": "Liked by Anastasia Altomari", "link": "https://www.linkedin.com/signup/cold-join", "title": "Latest launch at Section4 - all-you-can-eat MBA courses with our unlimited sprints offering! Welcome to the buffet of elite business learning…" }, { "activity_status": "Liked by Anastasia Altomari", "link": "https://www.linkedin.com/signup/cold-join", "title": "Feeling excited about the future? I am! At the end of February, I celebrated a career milestone and opted to retire from Vanguard after almost 22…" }, { "activity_status": "Liked by Anastasia Altomari", "link": "https://www.linkedin.com/signup/cold-join", "title": "Come work with me." } ]
[]
[]
[]
null
null
null
null
null
null
null
null
6,306
aaltomaro
https://media-exp1.licdn.com/dms/image/C4E03AQFFDjFVCvAJxw/profile-displayphoto-shrink_200_200/0/1571084824250?e=2147483647&v=beta&t=1ljV4ETtt3zDYX1SrUfLaMisagTAMfYdvgySJj55i-0
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
anthony `` buddy ''
altomaro
anthony `` buddy '' altomaro
Senior Systems Analyst/Project Coordinator (Consultant) at Fidelity Investments
senior business system analyst/project manager ( consultant ) fidelity investment
information technology business system analyst project coordination extensive experience utility , financial service banking sector . skilled partnering customer understand requirement coordinating cross functional/technology resource delivery on-time quality solution ensure business objective met . also skilled working closely various line business consultant , vendor , technical resource deliver result . expertise supported analyst/programmer background wide range technical skill .
u
united state america
greater hartford
null
[ { "company": "Fidelity Investments", "company_linkedin_profile_url": null, "description": "• Systems Analyst and Project Manager for Fidelity’s Corporate Surveillance Group \n• Designed and produced project requirement documents working with the business management and development teams\n• Coordinated team of developers acting as the project manager keeping project on scope, organized and on time\n• Acts as a primary liaison with the business teams to resolve various project/technology issues \n• Scrum Master Experience - Manage multiple projects and coordinate all project activities by interfacing with customers/clients for product development and support. \n• Heavy use of SQL Oracle Developer tool for data mining/research\n• Works with NICE Actimize Corporate Surveillance Detection & Research query tool\n• Manage and implement high priority enhancments\n• Used agile and waterfall methodologies when appropriate keeping track of all project events in JIRA \n• Managed and implemented high priority backlog items to production\n• Managed Employee Compliance Questionnaire application (ECQ)\n• SAFe for Teams training", "ends_at": null, "location": "100 Salem Street, Smithfield, Rhode Island, 02917", "logo_url": null, "starts_at": { "day": 1, "month": 3, "year": 2015 }, "title": "Senior Systems Analyst/Project Coordinator (Consultant)" }, { "company": "RR Donnelley - Hyde Park, MA", "company_linkedin_profile_url": null, "description": "• Collaborated with management team and vendor to determine the scope of project in order to upgrade existing Estimating/Job Planning and Order Entry System. \n• Developed configuration plan and training requirements for project and future needs.\n• Created/Documented training information to be used by application system administrator. \n• Developed implementation plan to build a new database on upgraded version. \n• Configured customer profiles by building price lists and product templates.", "ends_at": { "day": 28, "month": 2, "year": 2015 }, "location": "65 Sprague St, Hyde Park, MA 02136", "logo_url": null, "starts_at": { "day": 1, "month": 9, "year": 2014 }, "title": "Senior Systems Analyst/Project Coordinator (Consultant)" }, { "company": "Open Systems Technologies - Citibank, Hartford, CT", "company_linkedin_profile_url": null, "description": "• Systems Analysis and Development work on the Human Resource Management System (PeopleSoft) to design and implement business solutions. \n• Coordinated QA and Production Support for Human Resource Management System.\n• Collaborated with the Management Team to change existing system processes. \n• Unit and System tested solutions to ensure changes were delivered accurately and on time.", "ends_at": { "day": 30, "month": 4, "year": 2014 }, "location": "Hartford, Connecticut Area", "logo_url": null, "starts_at": { "day": 1, "month": 11, "year": 2013 }, "title": "Business/Systems Analyst Developer (Consultant)" }, { "company": "Warnaco", "company_linkedin_profile_url": "https://www.linkedin.com/company/warnaco", "description": "Business Systems Analyst for Corporate Global Integration project (Consultant).", "ends_at": { "day": 30, "month": 11, "year": 2013 }, "location": "Milford, CT,", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEp3m0rFTmxLw/company-logo_100_100/0/1519856501303?e=1655942400&v=beta&t=ZzBbyBZa6uEMnsYjuBJiSapjRo0sGZ0Na9CtduNLyyE", "starts_at": { "day": 1, "month": 10, "year": 2012 }, "title": "Business Systems Analyst at Warnaco Inc (Calvin Klein, Chaps, Speedo) IT Consultant" }, { "company": "Connecticut Natural Gas Corp", "company_linkedin_profile_url": "https://www.linkedin.com/company/connecticut-natural-gas-corp", "description": "•\tCoordinated and provided high quality IT Applications solutions that satisfied business and regulatory requirements. Provided application software analysis, design, implementation and maintenance, project management and systems integration. Consulted and advised internal business areas. \n•\tDeveloped, maintained, integrated and enhanced software applications within project deadlines, including scope definition, requirements definition, research, business area analysis, data and processes modeling, specification preparation, estimating, coding, testing and implementation.\n•\tCoordinated day- to-day monitoring and resolution of problems in production, communicating with internal business areas, external service providers and vendors.\n•\tCreated and recommended innovative business solutions and alternatives for complex problems resulting in efficient, economical business processes.\n•\tInterfaced with business areas to manage expectations, facilitate resolution of issues and prioritize work.\n•\tSupported proposal preparation, resource management, project management and issue management.\n•\tLed, mentored, trained and coached lower-level applications staff and clients.\n•\tExperience using MS Visio, Project, Excel and PowerPoint.\n•\tExperience using SQL in report writing and coding on Customer Information System with full understanding of Relational Data Bases. Experience Designing and Writing reports. \n•\tExperience writing detailed Structured Analysis System Specifications.", "ends_at": { "day": 30, "month": 6, "year": 2012 }, "location": "East Hartford, Connecticut", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQG1y5rrmbKMxQ/company-logo_100_100/0/1554312046080?e=1655942400&v=beta&t=9GrW1zEyeBXjOmNly3Cn0_e11xbhCBeRthti4SakUjg", "starts_at": { "day": 1, "month": 1, "year": 2008 }, "title": "Senior Systems Analyst" }, { "company": "TEKsystems", "company_linkedin_profile_url": "https://www.linkedin.com/company/teksystems", "description": "•\tDeveloped and maintained a high level of business and technical knowledge of all assigned systems.\n•\tEstablished relationships with various business department managers to support the development of new or enhanced systems for business growth and support.\n•\tAnalyzed and documented business requirements for new and existing systems, system enhancements, and system modifications. \n•\tSupported the Business with application knowledge and problem management analysis skills and provide support for business systems.\n•\tPerformed all aspects of systems analysis and design along with project management responsibilities including; defining business requirements, tracking estimates and costs, coding, testing and implementing changes.\n•\tManaged technical project team in the upgrade of the application software version and operating system. \n•\tUpgraded existing Client Server operating systems from Microsoft NT to Microsoft XP, the Bank of America standard. \n•\tActed as primary technical and business contact responsible for Bank’s Domestic Collections application.\n•\tTechnical Team Lead on Bank of America’s Customer Letter Writing Systems. Technical Project Leader for the conversion effort from Fleet to Bank of America systems. Led conversion to new mainframe with project on schedule and within budget. \n•\tMaintained strong relationship between business community, technical teams and vendors.", "ends_at": { "day": 31, "month": 12, "year": 2008 }, "location": "Phoenix, Hartford, CT.", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHvWB-HshcNtA/company-logo_100_100/0/1625161122996?e=1655942400&v=beta&t=9nL6_vVJkFaUOay-2C249Ov4kQyIoqzIe6In7wE8KHM", "starts_at": { "day": 1, "month": 1, "year": 2007 }, "title": "Systems Analyst -- Consultant" }, { "company": "Bank of America (formerly Fleet National Bank)", "company_linkedin_profile_url": "https://www.linkedin.com/company/bank-of-america", "description": "•\tSenior Systems Analyst/Programmer on an Automated Clearing House (ACH) system using DB2 processing, Easytrieve and COBOL program language on an IBM mainframe utilizing TSO, JCL, ISPF, JES, and CICS.\n•\tUtilized analytical skills to solve production abends and supporting new customer development projects.\n•\tWorked as Senior Systems Analyst on consolidation project in the ACH environment-supporting customer testing and production implementation. \n•\tDesigned and developed custom code for ACH user exit processing, utilizing DB2 batch SPUFI, DB2 Access and/or SQL COBOL programming.\n•\tTechnical Team Leader provided full technical support for the Pega Payments Unix based Client Server Customer Information research application.", "ends_at": { "day": 31, "month": 12, "year": 2007 }, "location": "Windsor, Connecticut", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQF5xDekWLYkeQ/company-logo_100_100/0/1625145546912?e=1655942400&v=beta&t=d3IYmX3xG28lVNZgqDLp3mwG3SUdKQQw7iZYTF1cR_Q", "starts_at": { "day": 1, "month": 1, "year": 1998 }, "title": "Senior Systems Analyst – Team/Project Leader" } ]
[ { "degree_name": "Bachelor of Science", "description": null, "ends_at": null, "field_of_study": "Business/Marketing", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEF9I7kGKQPZA/company-logo_100_100/0/1519856471194?e=1655942400&v=beta&t=A50bKHuwA_AbKzk4lKZhAAIJZt7TaCgjHMfIqr1lVIg", "school": "Central Connecticut State University", "school_linkedin_profile_url": "https://www.linkedin.com/school/central-connecticut-state-university/", "starts_at": null } ]
[]
[]
[]
[]
[]
[]
[]
[]
[ { "cause": "Social Services", "company": "American Legion Baseball", "company_linkedin_profile_url": null, "description": "I am the Director of Baseball for the American Legion Baseball Program for American Legion Post156 in Moodus, Connecticut. I also am one of the volunteer coaches in the program. We currently sponsor three age groups for young men that fall within our territory of East Haddam, East Hampton, and Colchester Connecticut. The age groups are 19U, 17U and 15U. Our goal is to provide a healthy, constructive and fun entertainment option for this group of players.\n\nI also serve on the American Legion Baseball State board as an Assistant Zone Chairperson.", "ends_at": null, "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 2001 }, "title": "Director of Baseball/General Manager/Coach" } ]
[ { "authority": "-", "display_source": null, "ends_at": null, "license_number": null, "name": "Master Certificate in Business Analysis (presently enrolled)", "starts_at": null, "url": null } ]
500
[ { "link": "https://www.linkedin.com/in/brannon-ozark", "location": "Longmeadow, MA", "name": "Brannon Ozark, MBA, CFP®", "summary": "Financial Consultant at Fidelity Investments" }, { "link": "https://www.linkedin.com/in/anthonyaltomaro", "location": "New York City Metropolitan Area", "name": "Anthony Altomaro, MSA,CPA", "summary": "Portfolio Accountant at Clarion Partners" }, { "link": "https://www.linkedin.com/in/mayabergandy", "location": "North Dartmouth, MA", "name": "Maya Bergandy", "summary": "Senior Software Engineer, Fidelity Labs at Fidelity Investments" }, { "link": "https://in.linkedin.com/in/prabhuvel-anandavel-1697a3a2", "location": "Chennai", "name": "Prabhuvel Anandavel", "summary": "CSM | Principal - software Engineer at fidelity investments | snowflake & python developer" }, { "link": "https://www.linkedin.com/in/anthony-pascarella-90b95669", "location": "New York, NY", "name": "Anthony Pascarella", "summary": "Associate at Dune Real Estate Partners" }, { "link": "https://www.linkedin.com/in/kevinpinkham", "location": "Morrisville, NC", "name": "Kevin Pinkham", "summary": "Senior Systems Services and Support Analyst at Fidelity Investments" }, { "link": "https://www.linkedin.com/in/domenick-coro-274997191", "location": "Dallas-Fort Worth Metroplex", "name": "Domenick Coro", "summary": "Investment Solutions Representative at Fidelity Investments" }, { "link": "https://www.linkedin.com/in/eronarn", "location": "Malden, MA", "name": "James Meickle 💀", "summary": "Founding Engineer" }, { "link": "https://www.linkedin.com/in/amanda-kugel-584b0317b", "location": "Charleston, WV", "name": "Amanda Kugel", "summary": "Morgan Stanley" }, { "link": "https://www.linkedin.com/in/kimberly-jones-22736456", "location": "Boston, MA", "name": "Kimberly Jones", "summary": "Director, Managed Solutions at Fidelity Investments" }, { "link": "https://www.linkedin.com/in/susie-gallagher-2a12b944", "location": "United States", "name": "Susie Gallagher", "summary": "--" }, { "link": "https://www.linkedin.com/in/matt-spencer-6aa3a940", "location": "Irvine, CA", "name": "Matt Spencer", "summary": "Principal at Spencer Marketing" }, { "link": "https://www.linkedin.com/in/kathy-coughlin-5b498510a", "location": "Bradenton, FL", "name": "Kathy Coughlin", "summary": "Retired at St. Petersburg College" }, { "link": "https://www.linkedin.com/in/jeannine-jackson-823714b4", "location": "Santa Ana, CA", "name": "jeannine jackson", "summary": "Real Estate Agent at First Team Real Estate" }, { "link": "https://www.linkedin.com/in/vaughn-crispin-3a244976", "location": "Nampa, ID", "name": "Vaughn Crispin", "summary": "C.O.O. of LRC Arms" }, { "link": "https://www.linkedin.com/in/brian-jones-129aa55", "location": "Laguna Beach, CA", "name": "Brian Jones", "summary": "Realtor at Coldwell Banker Residential Brokerage" }, { "link": "https://www.linkedin.com/in/angela-hsieh-45b73953", "location": "Orange County, CA", "name": "Angela Hsieh", "summary": "Licensed Associate Broker at eXp Realty of California, Inc" }, { "link": "https://www.linkedin.com/in/max-carr-25076034", "location": "Laguna Niguel, CA", "name": "Max Carr", "summary": "Residential Realtor, Hall of Fame" }, { "link": "https://www.linkedin.com/in/guillermorob", "location": "Newington, CT", "name": "Guillermo Robles", "summary": "Investment Solutions Representative at Fidelity Investments" } ]
[ "Dalyn Delgado\n \n \n\n\n\n \n \n \n \n \n\n \n Anthony was a pleasure to work with. He is knowledgable in his area of expertise which is the IT realm. He is committed to his work, He ensures the projects are completed on time and within budget. Anthony has a wonderful ability to manage projects and work in an environment with multiple priorities and changing objectives. He is an asset to any organization.", "Michael Bourdeau\n \n \n\n\n\n \n \n \n \n \n\n \n In our time together Anthony and I work closely supporting and updating the Billing systems at CNG. He is a hard worker. He knows his stuff and is always ready to take on new tasks. He makes a great member of any team." ]
[ { "activity_status": "Liked by Anthony \"Buddy\" Altomaro", "link": "https://www.linkedin.com/signup/cold-join", "title": "See what this basketball Cop did! Heros are made in a moments notice! Leadership is about making others better in your presence and ensuring that…" }, { "activity_status": "Liked by Anthony \"Buddy\" Altomaro", "link": "https://www.linkedin.com/signup/cold-join", "title": "I am very honored and blessed to be a member of a great team of Lowes Foods to Go" }, { "activity_status": "Liked by Anthony \"Buddy\" Altomaro", "link": "https://www.linkedin.com/signup/cold-join", "title": "Over an 8-week period, I had the opportunity to train 16 awesome Middle Schoolers for the 1st Annual Rails to Trails 5k in East Hampton, CT. I am so…" } ]
[]
[]
[ { "name": "Connecticut Technology Networking Group for CT Professionals", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGvPIuO8t3H7w/group-logo_image-shrink_200x200/0/1631374385710?e=1647691200&v=beta&t=AyS8SKY5uHqs2TD68pTptUXFUq7u3LSWOk4XkJfnRPw", "url": "https://www.linkedin.com/groups/157739" }, { "name": "IIBA® Hartford, CT Chapter", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/1308817" }, { "name": "Mainframe (COBOL,JCL,DB2,IMS,CICS,VSAM,z/OS,Adabas/Natural) Experts", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQEgSIJfF4ZCBw/group-logo_image-shrink_92x92/0/1631007623018?e=1647691200&v=beta&t=IMcJVKr_0tN70I6n9gcS0SyzT2_0kPBIhdVIii-PMjU", "url": "https://www.linkedin.com/groups/910927" }, { "name": "LHH Greater Hartford/Western Massachusetts", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5107AQHjbM37SmKLZw/group-logo_image-shrink_200x200/0/1631436456599?e=1647691200&v=beta&t=Tgu6nXmyjdxMv-7NOYxuU4GuUQwsjQFBn0PLYeY-52c", "url": "https://www.linkedin.com/groups/3264716" }, { "name": "Bank of America (BoA) current and former employees", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQGgeLzjTkaycQ/group-logo_image-shrink_200x200/0/1631429087005?e=1647691200&v=beta&t=rOFGZc5iRgaPpZBR6LlZ1ymu0jsiy4qIhQEnME11BAc", "url": "https://www.linkedin.com/groups/68959" } ]
null
null
null
null
null
null
null
null
6,307
aaltonen-joonas
https://media-exp1.licdn.com/dms/image/C5603AQG4MQf62wX0BQ/profile-displayphoto-shrink_200_200/0/1617640144559?e=1652918400&v=beta&t=HXJqdl5NtRY_eWcO5Nd_FyQgHk_gkYNcPSReN8Eb0do
https://media-exp1.licdn.com/dms/image/C5616AQH_HO25HvLzVA/profile-displaybackgroundimage-shrink_200_800/0/1615571814073?e=1652918400&v=beta&t=hO6kkobYzjodgJ1MytEYPbxBSQ49hwLKg_Q4WS2Zj3Q
joonas
aaltonen
joonas aaltonen
Associate Customer Solutions Engineer at Smartly.io
associate customer solution engineer smartly.io
null
u
united state america
new york
new york
[ { "company": "Smartly.io", "company_linkedin_profile_url": "https://www.linkedin.com/company/smartly-io", "description": null, "ends_at": null, "location": "New York, New York, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQG1N69njMOZYQ/company-logo_100_100/0/1597305213753?e=1655942400&v=beta&t=JHUDn3bcACaSSP8sPR2Z55CaH_MNn2qGJQLgPFtSAiM", "starts_at": { "day": 1, "month": 2, "year": 2022 }, "title": "Associate Customer Solutions Engineer" }, { "company": "Smartly.io", "company_linkedin_profile_url": "https://www.linkedin.com/company/smartly-io", "description": null, "ends_at": { "day": 28, "month": 2, "year": 2022 }, "location": "New York, New York, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQG1N69njMOZYQ/company-logo_100_100/0/1597305213753?e=1655942400&v=beta&t=JHUDn3bcACaSSP8sPR2Z55CaH_MNn2qGJQLgPFtSAiM", "starts_at": { "day": 1, "month": 4, "year": 2021 }, "title": "Technical Support Engineer" }, { "company": "OP Financial Group", "company_linkedin_profile_url": "https://www.linkedin.com/company/op-financial-group", "description": null, "ends_at": { "day": 30, "month": 11, "year": 2019 }, "location": "Helsinki Area, Finland", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGz0PFw3A73gw/company-logo_100_100/0/1553945669859?e=1655942400&v=beta&t=CH9LwfjCqleuH_eyyFFoCv_YFgsV61a35RJcCtKWRcw", "starts_at": { "day": 1, "month": 10, "year": 2017 }, "title": "Accountant" }, { "company": "Keskinäinen Vakuutusyhtiö Turva", "company_linkedin_profile_url": "https://www.linkedin.com/company/turva", "description": null, "ends_at": { "day": 30, "month": 6, "year": 2017 }, "location": "Tampere Area, Finland", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEnj9YJC2xPQg/company-logo_100_100/0/1595331797819?e=1655942400&v=beta&t=pJpiT37D132OdGVPoFvkgao57OY97IXZfVgYd6xO4Ok", "starts_at": { "day": 1, "month": 4, "year": 2016 }, "title": "Claims Advisor" }, { "company": "OP Financial Group", "company_linkedin_profile_url": "https://www.linkedin.com/company/op-financial-group", "description": "May 2014 - August 2014\nApril 2013 - August 2013 \n\nFormer Pohjola Vakuutus Oy", "ends_at": { "day": 31, "month": 8, "year": 2014 }, "location": "Tampere Area, Finland", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGz0PFw3A73gw/company-logo_100_100/0/1553945669859?e=1655942400&v=beta&t=CH9LwfjCqleuH_eyyFFoCv_YFgsV61a35RJcCtKWRcw", "starts_at": { "day": 1, "month": 4, "year": 2013 }, "title": "Claims Advisor" } ]
[ { "degree_name": "Master of Science - M. Sc.", "description": null, "ends_at": null, "field_of_study": "Business Administration", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEKvZNwQE9veg/company-logo_100_100/0/1519884313006?e=1655942400&v=beta&t=rFqWWz7JVEvG3AS66UW4pRMVMIdZU5LgiXr7QG7kH7c", "school": "University of Tampere", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-tampere-1925-2018/", "starts_at": null } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[]
124
[ { "link": "https://de.linkedin.com/in/elizasuhareva", "location": "Berlin", "name": "Eliza Suhareva", "summary": "Team Lead L3 Technical Support Engineer at Smartly.io" }, { "link": "https://de.linkedin.com/in/theabisheksam", "location": "Berlin Metropolitan Area", "name": "Abishek Sambandh", "summary": "Support Engineer at Smartly.io" }, { "link": "https://www.linkedin.com/in/jessy-hu", "location": "New York, NY", "name": "Jessy Hu", "summary": "Technical Support Engineer at Smartly.io" }, { "link": "https://es.linkedin.com/in/chloebourrat", "location": "Greater Madrid Metropolitan Area", "name": "Chloé Koers-Bourrat", "summary": "Technical Support Engineer at Smartly - We are hiring! / Social Advertising at DM School" }, { "link": "https://www.linkedin.com/in/kyla-gladwyn-998b47216", "location": "Thomasville, NC", "name": "Kyla Gladwyn", "summary": "Video animation expert at Animation Farm" }, { "link": "https://www.linkedin.com/in/yegormaleko", "location": "New York, NY", "name": "Yegor Maleko", "summary": "Director, Strategic Partnerships" }, { "link": "https://fi.linkedin.com/in/haakanaeino", "location": "Helsinki", "name": "Eino Haakana", "summary": "Head Of Design at Mudar | Co-Founder & Head Of Design at Devale | UX Designer" }, { "link": "https://ch.linkedin.com/in/danlindholm", "location": "Zurich", "name": "Dan Lindholm", "summary": "M.Sc. Computer Science Student at ETH Zürich" }, { "link": "https://fi.linkedin.com/in/tuulikaritimi", "location": "Helsinki", "name": "Timi Tuulikari", "summary": "Head Of Marketing at Devale" }, { "link": "https://no.linkedin.com/in/fredrikekholmfi", "location": "Oslo", "name": "Fredrik Ekholm", "summary": "Head Of Strategy at Elop/Simplifai" }, { "link": "https://se.linkedin.com/in/umar-ali-mazhar-0ab6561b8", "location": "Stockholm Metropolitan Area", "name": "UMAR ALI Mazhar", "summary": "Hemfrid at Hemfrid AB" }, { "link": "https://fi.linkedin.com/in/totte-blomqvist-643a58130", "location": "Helsinki", "name": "Totte Blomqvist", "summary": "Digital Developer at Duran Creative Oy" }, { "link": "https://fi.linkedin.com/in/mika-aalto-367a59108", "location": "Espoo", "name": "Mika Aalto", "summary": "Business Sales Manager at K Auto Oy / Kesko Oyj" }, { "link": "https://fi.linkedin.com/in/mikko-m%C3%A4%C3%A4tt%C3%A4nen-758646174", "location": "Tampere", "name": "Mikko Määttänen", "summary": "Marketing Manager at Live Nation Finland" }, { "link": "https://fi.linkedin.com/in/tiina-h%C3%A4llil%C3%A4-710118122", "location": "Ylöjärvi", "name": "Tiina Hällilä", "summary": "Ops Lead | People | Team Leader" }, { "link": "https://fi.linkedin.com/in/laurilappalainen", "location": "Hyvinkää", "name": "Lauri Lappalainen", "summary": "Service Manager at foodora" }, { "link": "https://fi.linkedin.com/in/nelli-tamminen-b24a7371", "location": "Helsinki", "name": "Nelli Tamminen", "summary": "ICT System Manager at Verohallinto" }, { "link": "https://fi.linkedin.com/in/jaakko-r%C3%A4m%C3%B6-84143970", "location": "Helsinki", "name": "Jaakko Rämö", "summary": "Director of Finance and Administration at Finnish Refugee Council" }, { "link": "https://fi.linkedin.com/in/jussi-turunen-b0383a8a", "location": "Finland", "name": "Jussi Turunen", "summary": "Sales Team Lead at Nordea Life Assurance Finland Ltd" } ]
[]
[ { "activity_status": "Posted by Joonas Aaltonen", "link": "https://www.linkedin.com/signup/cold-join", "title": "Thrilled to continue my journey at Smartly.io as Associate Customer Solutions Engineer!" }, { "activity_status": "Liked by Joonas Aaltonen", "link": "https://www.linkedin.com/signup/cold-join", "title": "Some personal news to start off the new year. I am thrilled to share that, after 3 incredible years at Smartly.io, this week I joined the 🚀 team at…" }, { "activity_status": "Liked by Joonas Aaltonen", "link": "https://www.linkedin.com/signup/cold-join", "title": "First certificate, best certificate :Dhttps://lnkd.in/gmybpmeE" } ]
[ { "link": "https://fi.linkedin.com/in/joonas-e-aaltonen", "location": "Turku", "name": "Joonas Aaltonen", "summary": "Consultant at CGI" }, { "link": "https://fi.linkedin.com/in/joonas-aaltonen-5767355", "location": "Tampere", "name": "Joonas Aaltonen", "summary": "Manager, Engineering Process Support at Metso Outotec" }, { "link": "https://fi.linkedin.com/in/joonasaaltonen", "location": "Finland", "name": "Joonas A.", "summary": null }, { "link": "https://fi.linkedin.com/in/joonas-aaltonen-4b0ab7198", "location": "Helsinki Metropolitan Area", "name": "Joonas Aaltonen", "summary": "Trainee at Uponor Oy" } ]
[]
[]
null
null
null
null
null
null
null
null
6,308
aaltonfield
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
andrew
fielding
andrew fielding
Clinical Specialist at Apollo Endosurgery
clinical specialist apollo endosurgery
experienced healthcare professional demonstrated history working medical device clinical support industry . skilled medical device , sale , capital equipment , healthcare , medicine . strong program project management professional bachelor applied science ( b.a.sc . ) focused health social science liberty university .
u
united state america
chester
maryland
[ { "company": "Apollo Endosurgery", "company_linkedin_profile_url": "https://www.linkedin.com/company/apollo-endosurgery", "description": "•\tPresent products to key physicians in their targeted area, which will be aligned to a Market \n Development Manager's territory. \n•\tWork with the local Market Development Manager (MDM) and/or Regional Business Director (RBD) \n to create and regularly update a list of locally trained physicians/GI’s, and track and follow leads. \n•\tDevelop the strong clinical knowledge of procedures and procedure techniques to successfully \n conduct product evaluations. \n•\tDevelop relationships with key hospital personnel to help drive field product evaluations. \n•\tAssist with the training of new and current field sales representatives. \n•\tAssist the RBD’s with planning and executing physician/sales rep training sessions and labs. \n•\tAttend physician meetings and shows as required to assist sales team with presenting the product. \n•\tPossess applicable knowledge of all Apollo Endosurgery products.", "ends_at": null, "location": "Maryland, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQH-FmrOjn7T7Q/company-logo_100_100/0/1519912405373?e=1655942400&v=beta&t=52iYyE2PtleKp0oOQx7RCct0A8mIrScQplHHfz_ed38", "starts_at": { "day": 1, "month": 12, "year": 2020 }, "title": "Clinical Specialist" }, { "company": "KARL STORZ Endoscopy-America, Inc.", "company_linkedin_profile_url": "https://www.linkedin.com/company/karl-storz-endoscopy", "description": "•\tProvide comprehensive service support of OR1 surgical integration systems at Johns Hopkins Hospital. Responsibilities include on-site evaluation and troubleshooting of OR1 systems and complete, timely and successful repairs, upgrades and installation of OR1 systems and related components.\n\n•\tTraining all operating room nurses, doctors, technicians, and ancillary technical support staff members on the proper use and handling of Karl Storz surgical integration systems. Conduct In-services for new staff and periodically provide refresher training to senior staff members.\n\n•\tProvide daily technical, educational & case support to non-integrated operating rooms throughout the rest of the hospital that use Karl Storz laparoscopic/endoscopic instrumentation, scopes, cameras, video towers, and fluid management system products.", "ends_at": { "day": 31, "month": 12, "year": 2020 }, "location": "Johns Hopkins Hospital Baltimore", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQE76Pw5y6LIbw/company-logo_100_100/0/1519856160217?e=1655942400&v=beta&t=3STKZ5mUw_sgGO-VNmcflHTSCkfMu4BaxxcJWsbKYW0", "starts_at": { "day": 1, "month": 9, "year": 2012 }, "title": "OR1 Surgical Integration Specialist" }, { "company": "Beckman Coulter Life Sciences", "company_linkedin_profile_url": "https://www.linkedin.com/company/beckman-coulter-ls", "description": "• Responsible for daily service support of existing customer base. Also support sales growth, service growth and customer satisfaction. Responsible for repair, installation, and maintenance of Beckman Coulter equipment at customer sites such as centrifugation, air particle counters, and particle characterizes.\n \n•\tCustomer Satisfaction in all aspects of the job. Increased throughput, decreased downtime, regular preventive maintenance, regular upgrades as deemed by Beckman Coulter technical staff. Customer advocate (internal and external) and a steward for the company.\n\n•\tCall Closure using computerized system, responsible for closing service calls at time of completion to prompt customer invoices, relieves inventory of parts used and ultimately leads to accurate reporting.", "ends_at": { "day": 31, "month": 10, "year": 2017 }, "location": "Washington D.C. Metro Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGd0tUJD6YwvQ/company-logo_100_100/0/1565887226264?e=1655942400&v=beta&t=lkBVgi_ech-7784zexq1egOB0MBbTZW_-NqBiJViyAY", "starts_at": { "day": 1, "month": 1, "year": 2017 }, "title": "Field Service Engineer Mid-Atlantic" }, { "company": "Aesculap", "company_linkedin_profile_url": "https://www.linkedin.com/company/aesculap-us", "description": "•\tCalled on customers and prospects; provided technical, marketing and administrative product information and demonstrations & quotes appropriate customer prices. Respond to customer needs, requirements and problems and acted as liaison between customer and surgical business unit, customer service, and credit departments. \n\n\n\n\nProduct Focus\n\n•\tSurgical Instrumentation - Surgical instruments to cover all surgical services: CV, ENT, General, Endoscopic, GYN, Urology, Dental and Ophthalmic.\n\n•\tInstrument Repair - Mobile Van repair in service area for all surgical instrumentation. Can perform in house repairs for all surgical instruments, rigid scopes, and power equipment.\n\n•\tProcedure Cost Management System - Provides new instruments along with maintenance services for the life of the contract. Captures the costs of instruments used in each surgery. Capture and control costs of reusable and disposable instruments, repairs and replacement. Minimize immediate use of sterilization by having the appropriate number of instrument sets available to meet your surgical case load.\n\n•\tCapital Outlay - Wrap to rigid program available for large purchase orders. Reduced cost interest programs available to make payments on purchases over a certain threshold to help free up available capital.", "ends_at": { "day": 31, "month": 3, "year": 2017 }, "location": "Baltimore, Maryland Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHs2b-GjCqSrw/company-logo_100_100/0/1593009694261?e=1655942400&v=beta&t=OrwEGtxNrsgCk-XpaV7QAy6do_7RurfjAJ7_I3xj4ps", "starts_at": { "day": 1, "month": 10, "year": 2016 }, "title": "Surgical Sales Representative" }, { "company": "The Henry M. Jackson Foundation for the Advancement of Military Medicine", "company_linkedin_profile_url": "https://www.linkedin.com/company/hjf", "description": "•\tAssist surgeon in all robotic surgical procedures by coordinating robotic port & instrument placement, docking, providing retraction, ligation, passing suture, undocking procedures, port closure and circulating duty coordination. Cases support included all GYN surgical services, GU, General/Endoscopic GI assist procedures, Cardio-thoracic and ENT surgical procedures. \n\n•\tRobotic training instructor for surgeons in GYN, Urology, General/GI and Cardio Thoracic surgery at the Uniformed Services University, Bethesda MD. Maintained attendee roster and documentation for the training and certification of each participating surgeon. Conducted onsite training with the surgeon prior to lab & instruct surgeons on proper use of the robot as outlined in established protocol.\n\n•\tAssist in various research projects related to tele-medicine/tele-surgery and fundamentals of laparoscopic surgery (FLS).", "ends_at": { "day": 30, "month": 9, "year": 2012 }, "location": "Washington D.C. Metro Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQG245qnLxoVmw/company-logo_100_100/0/1589462474088?e=1655942400&v=beta&t=HFabIzw8jbyKixrd9TTSOP2tBV2RsOKIFYI4mf9YMoo", "starts_at": { "day": 1, "month": 10, "year": 2006 }, "title": "Surgical Technologist/Robotic Surgery Training Specialist" }, { "company": "Lifestyle Lift", "company_linkedin_profile_url": "https://www.linkedin.com/company/lifestyle-lift", "description": "•\tFirst assisted surgeon in surgery, set up operating room for surgical cases, and prepped patient for surgical procedure. \n\n•\tPerformed post-operative care and follow-ups with patients by scheduling post-surgical appointments as well as coordinating suture and dressings management and conducting discharge teaching. \n\n•\tOrdered supplies for surgical suite as needed, revised doctors’ preference cards to meet their evolving needs.", "ends_at": { "day": 31, "month": 10, "year": 2006 }, "location": "Reston, VA", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQHULPIZxLh6-A/company-logo_100_100/0/1519871253735?e=1655942400&v=beta&t=lUYfzMv95r9BkNLcTJykSF1A3IVnBdXXKB6wBSva82w", "starts_at": { "day": 1, "month": 7, "year": 2006 }, "title": "Certified Surgical Technologist" }, { "company": "US Navy", "company_linkedin_profile_url": "https://www.linkedin.com/company/us-navy", "description": "• Assist in surgery: Set up sterile field for open, laparoscopic & endoscopic surgical procedures. Assist surgeon in areas of surgical site incision, target area manipulation, retraction, hemostasis, camera and instrument driving during lap/endo cases & suturing. \n\n•\tAssist open heart procedures in taking leg vein for bypass grafting, placing patient on CV bypass, passing instrumentation, readying meds & suture and assisting physician with coming off bypass. \n\n•\tMaintained a $500,000 instrumentation budget by ordering supplies, coordinating receivables and conducting instrument maintenance.\n\n•\tOrientated new technicians and nurses on staff, writing and revising physician preference cards. \n\n•\tScrubbed into endo-GI, OB-GYN, plastics, genitourinary, orthopedic and neurological surgical services when needed and available.", "ends_at": { "day": 31, "month": 5, "year": 2006 }, "location": "Bethesda, MD", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFY4SFEV3lqwQ/company-logo_100_100/0/1620938788553?e=1655942400&v=beta&t=iNKMoKOd-6JX3ij1mWu_-Br62JovPF8eKVBSX1HB3n8", "starts_at": { "day": 1, "month": 3, "year": 2003 }, "title": "Surgical Technician Cardio-Thoracic/General Surgery" }, { "company": "US Navy", "company_linkedin_profile_url": "https://www.linkedin.com/company/us-navy", "description": "•\tPerformed I.V. insertion, blood draws, medication administration, assistance in bedside endoscopic procedures, AM and PM patient care as well as various nursing assessments. \n\n•\tDevoted more than 100 off-duty hours developing an effective 12-hour schedule that met the needs of the cardiopulmonary step-down unit. \n\n•\tAssisted in the orientation of 24 hospital corpsman.\n\n•\tOrdered consumables, maintained ward equipment and performed evaluations on staff members.", "ends_at": { "day": 31, "month": 8, "year": 2002 }, "location": "Bethesda, MD", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFY4SFEV3lqwQ/company-logo_100_100/0/1620938788553?e=1655942400&v=beta&t=iNKMoKOd-6JX3ij1mWu_-Br62JovPF8eKVBSX1HB3n8", "starts_at": { "day": 1, "month": 1, "year": 2000 }, "title": "Ward Medical/Nursing Assistant (Hospital Corpsman)" } ]
[ { "degree_name": "Bachelor of Applied Science (B.A.Sc.)", "description": "Bachelors Degree of Science in Interdisciplinary Studies with minors in Health and Social Sciences", "ends_at": { "day": 31, "month": 12, "year": 2015 }, "field_of_study": "Health and Social Sciences", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFNRnyQjIrSWw/company-logo_100_100/0/1627913300843?e=1655942400&v=beta&t=Ci5dUWpfgviy0vAF5TSyrIhgCEW4fj2u0LRh2RcttSk", "school": "Liberty University", "school_linkedin_profile_url": "https://www.linkedin.com/school/liberty-university/", "starts_at": { "day": 1, "month": 1, "year": 2014 } }, { "degree_name": "Certificate in Surgical Technology", "description": "• Course study:\n \n *Environmental controls in the OR \n *Surgical Equipment and Supplies \n *Duties of Circulator \n *Activities of the Scrub \n *Advanced Surgical Anatomy/Operative Procedures \n *Pre-clinical Evaluation \n *Pre-clinical orientation/observation \n *Surgical Rotation", "ends_at": { "day": 31, "month": 12, "year": 2003 }, "field_of_study": "Surgical Technology/Technologist", "logo_url": null, "school": "Naval School of Health Sciences", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2002 } }, { "degree_name": "Certificate of Completion", "description": "Emphasis is placed on learning field medicine by using the principles of Tactical Combat Casualty Care (TCCC). This includes familiarization with USMC organization and procedures, logistics, and administrative support in a field environment. Additionally, training will includes general military subjects, individual and small unit tactics, military drills, physical training/conditioning, and weapons familiarization with the opportunity to fire the rifle. Completion of FMST results in receiving Navy Enlisted Classification HM-8404.", "ends_at": { "day": 31, "month": 12, "year": 2000 }, "field_of_study": "Field Medicine", "logo_url": null, "school": "US Navy Field Medical Service School", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2000 } }, { "degree_name": "Certificate of Completion", "description": "A-School teaches basic principles and techniques of patient care and first aid procedures through group and modular instruction.", "ends_at": { "day": 31, "month": 12, "year": 2000 }, "field_of_study": "Hospital Corpsman Basic", "logo_url": null, "school": "Naval Hospital Corps A School", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 1999 } }, { "degree_name": "Certificate", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2005 }, "field_of_study": "Radio and Television", "logo_url": null, "school": "Connecticut Schools of Broadcasting", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2005 } } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[]
364
[ { "link": "https://www.linkedin.com/in/joeragone", "location": "Alpharetta, GA", "name": "Joe Ragone, DC, BS", "summary": "Principle Clinical Specialist | Field Clinical Trainer" }, { "link": "https://www.linkedin.com/in/jennifer-belesi-b014778b", "location": "Hopkinton, MA", "name": "Jennifer Belesi", "summary": "Clinical Training Specialist at Ambu USA" }, { "link": "https://www.linkedin.com/in/mavis-e-mccollam-she-her-a591026", "location": "New York, NY", "name": "Mavis E. McCollam (she/her)", "summary": "Clinical Training Specialist - Visualization at AMBU INC. - USA" }, { "link": "https://uk.linkedin.com/in/sarah-mason-6379a2113", "location": "Kingston upon Thames", "name": "Sarah Mason", "summary": "Territory Sales Manager at Apollo Endosurgery" }, { "link": "https://www.linkedin.com/in/angela-okeefe-78a53694", "location": "Albany, NY", "name": "Angela OKeefe", "summary": "Clinical Training Specialist at Ambu USA" }, { "link": "https://www.linkedin.com/in/jessica-rodak-a84b1a162", "location": "York County, PA", "name": "Jessica Rodak", "summary": "Clinical Endoscopy Specialist at Olympus Corporation of the Americas" }, { "link": "https://www.linkedin.com/in/amandarosetx", "location": "Austin, TX", "name": "Amanda Rose", "summary": "Manager, IT Enterprise Application Delivery at Apollo Endosurgery" }, { "link": "https://www.linkedin.com/in/connor-moore-4b9364b3", "location": "Greater Fort Collins Area", "name": "Connor Moore", "summary": "Market Development Manager at Apollo Endosurgery" }, { "link": "https://de.linkedin.com/in/dagmar-besch-ba278b1b9", "location": "Greater Hamburg Area", "name": "Dagmar Besch", "summary": "Sales Account Manager bei Apollo Endosurgery" }, { "link": "https://www.linkedin.com/in/eric-liu-9ab09ab7", "location": "New York City Metropolitan Area", "name": "Eric Liu", "summary": "Clinical Specialist at Lucid Diagnostics" }, { "link": "https://www.linkedin.com/in/steve-bosrock", "location": "Greater Minneapolis-St. Paul Area", "name": "Steve Bosrock", "summary": "Vice President of Marketing and Medical Education at Apollo Endosurgery" }, { "link": "https://www.linkedin.com/in/sean-kennedy-b8b06834", "location": "New York City Metropolitan Area", "name": "Sean Kennedy", "summary": "Surgical Sales Executive at KARL STORZ Endoscopy-America, Inc." }, { "link": "https://www.linkedin.com/in/ally-chute", "location": "Greater Boston", "name": "Ally Chute", "summary": "Medical Device Sales Rep" }, { "link": "https://www.linkedin.com/in/jacqueline-giacoman-9b66009a", "location": "Dallas-Fort Worth Metroplex", "name": "Jacqueline Giacoman", "summary": "Clinical Specialist at Apollo Endosurgery" }, { "link": "https://www.linkedin.com/in/louiereyes", "location": "Los Angeles, CA", "name": "Louie Reyes", "summary": "Cardiac Rhythm Clinical Specialist" }, { "link": "https://www.linkedin.com/in/jancarla-johnson", "location": "Portland, OR", "name": "JanCarla Johnson", "summary": "Clinical Specialist at NICO Corporation" }, { "link": "https://www.linkedin.com/in/erin-riley-910a7617", "location": "Greater Cleveland", "name": "Erin Riley", "summary": "Field Clinical Specialist at SPR Therapeutics, Inc." }, { "link": "https://www.linkedin.com/in/shannon-caldwell-7728ab51", "location": "Denver, CO", "name": "Shannon Caldwell", "summary": "Clinical Specialist at ConsignMed, Inc." }, { "link": "https://www.linkedin.com/in/jessika-bozinovski-83662699", "location": "New York, NY", "name": "Jessika Bozinovski", "summary": "Axonics" } ]
[]
[]
[ { "link": "https://www.linkedin.com/in/fielding", "location": "Los Angeles, CA", "name": "Andrew Fielding", "summary": null }, { "link": "https://uk.linkedin.com/in/andrew-fielding-4408b513", "location": "London", "name": "Andrew Fielding", "summary": "Trading & Execution Manager - UK at AustralianSuper" }, { "link": "https://au.linkedin.com/in/andrew-fielding-b26002ab", "location": "Gold Coast, QL", "name": "Andrew Fielding", "summary": "Marine Industry Professional" }, { "link": "https://ca.linkedin.com/in/andrew-fielding-51502418", "location": "Kitchener, ON", "name": "andrew fielding", "summary": "Broker at RE/MAX Twin City, husband, father, golfer" }, { "link": "https://be.linkedin.com/in/andrew-fielding-60586b9", "location": "Vorst", "name": "Andrew Fielding", "summary": "Vice President Samsung Europe, former adviser to European Commission President Jose Manuel Barroso" } ]
[]
[]
null
null
null
null
null
null
null
null
6,309
aaltonjy
https://media-exp1.licdn.com/dms/image/D4D03AQEunCnX13HL3A/profile-displayphoto-shrink_200_200/0/1631909330049?e=1652918400&v=beta&t=JEFNdfO4b9Qml380eO6cRht2q2YF6fu0r5_GR_IFKWI
https://media-exp1.licdn.com/dms/image/C4D16AQGFbtNCYl97Fg/profile-displaybackgroundimage-shrink_200_800/0/1631909276223?e=1652918400&v=beta&t=p6y1hiFwof6d9-a8w88yrPRauj7grmEXAevxoLanUsg
alyssa
altonjy
alyssa altonjy
Human Resources Intern at Hamburg Süd
industrial/organizational psychology graduate student fairleigh dickinson university
null
u
united state america
new york city metropolitan area
null
[ { "company": "Hamburg Süd", "company_linkedin_profile_url": "https://www.linkedin.com/company/hamburg-sud", "description": null, "ends_at": null, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHeSz7waF7RGg/company-logo_100_100/0/1533282344317?e=1655942400&v=beta&t=Y_jPiVnWD1U2UGtLZld8RNWF1i5Rhh01vzZUS1bMdhs", "starts_at": { "day": 1, "month": 10, "year": 2021 }, "title": "Human Resources Intern" }, { "company": "Little Falls Public Library", "company_linkedin_profile_url": "https://www.linkedin.com/company/little-falls-public-library", "description": null, "ends_at": null, "location": null, "logo_url": null, "starts_at": { "day": 1, "month": 3, "year": 2020 }, "title": "Circulation Clerk" }, { "company": "Wildlife Conservation Society", "company_linkedin_profile_url": "https://www.linkedin.com/company/wildlife-conservation-society", "description": null, "ends_at": { "day": 31, "month": 5, "year": 2021 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQF8ewGpu00s0Q/company-logo_100_100/0/1619456246625?e=1655942400&v=beta&t=oOS7O3IIePZfr68P4cC6nuIZfq6djGLQ1q4ubJHs0m4", "starts_at": { "day": 1, "month": 9, "year": 2020 }, "title": "Human Resources Intern" }, { "company": "Learning Express Toys", "company_linkedin_profile_url": "https://www.linkedin.com/company/learning-express", "description": null, "ends_at": { "day": 31, "month": 3, "year": 2020 }, "location": "Montclair, NJ", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGPbrKhfvfVNQ/company-logo_100_100/0/1519896933252?e=1655942400&v=beta&t=LsCmc2G9bpVTaxULKVpslZB-_guSAcYitj9Hnc0BJVc", "starts_at": { "day": 1, "month": 9, "year": 2018 }, "title": "Keyholder" }, { "company": "JCPenney", "company_linkedin_profile_url": "https://www.linkedin.com/company/jcpenney", "description": null, "ends_at": { "day": 30, "month": 9, "year": 2018 }, "location": "Wayne, NJ", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHbecnwACrTMA/company-logo_100_100/0/1573225152296?e=1655942400&v=beta&t=KtAHHQd3IkyOwtegzTNzI_i76mkSwVUfR_nIPGN_FNY", "starts_at": { "day": 1, "month": 7, "year": 2016 }, "title": "Sales Associate" }, { "company": "Little Falls Recreation Center", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 31, "month": 7, "year": 2015 }, "location": "Little Falls, NJ", "logo_url": null, "starts_at": { "day": 1, "month": 7, "year": 2014 }, "title": "Camp Counselor" } ]
[ { "degree_name": "Master of Arts - MA", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2022 }, "field_of_study": "Industrial and Organizational Psychology", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGkg1m9DqAgew/company-logo_100_100/0/1519856155992?e=1655942400&v=beta&t=lnkfBy9oYJ9fG1Z7V6H7Yz1r52Ljn-jOCP2otd6iHdw", "school": "Fairleigh Dickinson University", "school_linkedin_profile_url": "https://www.linkedin.com/school/fairleigh-dickinson-university/", "starts_at": { "day": 1, "month": 1, "year": 2020 } }, { "degree_name": "Bachelor of Arts - BA", "description": "Bachelor of Arts in Psychology, Minor in Human Resources Management", "ends_at": { "day": 31, "month": 12, "year": 2021 }, "field_of_study": "Psychology", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGkg1m9DqAgew/company-logo_100_100/0/1519856155992?e=1655942400&v=beta&t=lnkfBy9oYJ9fG1Z7V6H7Yz1r52Ljn-jOCP2otd6iHdw", "school": "Fairleigh Dickinson University", "school_linkedin_profile_url": "https://www.linkedin.com/school/fairleigh-dickinson-university/", "starts_at": { "day": 1, "month": 1, "year": 2017 } } ]
[]
[ { "description": null, "ends_at": null, "org_name": "Psi Chi International Honor Society in Psychology", "starts_at": { "day": 1, "month": 5, "year": 2019 }, "title": "-" }, { "description": null, "ends_at": null, "org_name": "Phi Sigma Sigma Sorority", "starts_at": { "day": 1, "month": 2, "year": 2019 }, "title": "-" }, { "description": null, "ends_at": null, "org_name": "Fairleigh Dickinson University Honors Program", "starts_at": { "day": 1, "month": 8, "year": 2017 }, "title": "-" } ]
[]
[ { "description": null, "issued_on": { "day": 1, "month": 5, "year": 2019 }, "issuer": "-", "title": "Psi Chi International Honor Society in Psychology" }, { "description": null, "issued_on": { "day": 1, "month": 1, "year": 2017 }, "issuer": "-", "title": "Colonel Fairleigh S. Dickinson Scholarship" }, { "description": "2017-present", "issued_on": { "day": 1, "month": 1, "year": 2017 }, "issuer": "-", "title": "Fairleigh Dickinson University Honors List" } ]
[]
[]
[]
[]
[]
[]
260
[ { "link": "https://www.linkedin.com/in/bryangrimshaw", "location": "Morristown, NJ", "name": "Bryan Grimshaw", "summary": "Senior Procurement Analyst, Global Strategic Sourcing" }, { "link": "https://www.linkedin.com/in/williamhgates", "location": "Seattle, WA", "name": "Bill Gates", "summary": "Co-chair, Bill & Melinda Gates Foundation" }, { "link": "https://www.linkedin.com/in/mariah-watson", "location": "Arlington, VA", "name": "Maya Watson", "summary": "Senior Associate, People Analytics & Insights @ PwC" }, { "link": "https://www.linkedin.com/in/hallie-strickland", "location": "Harrisonburg, VA", "name": "Hallie Strickland", "summary": "Sales Development Associate at Horace Mann" }, { "link": "https://www.linkedin.com/in/emma-sandoval-12a8671b2", "location": "Grand Junction, CO", "name": "Emma Sandoval", "summary": "Front Desk Supervisor at Residence Inn by Marriott" }, { "link": "https://www.linkedin.com/in/bria-burton-9859381b1", "location": "Ottumwa, IA", "name": "Bria Burton", "summary": "Owner at Chthonic Co." }, { "link": "https://www.linkedin.com/in/samantha-radillo-5704b9192", "location": "San Diego County, CA", "name": "Samantha Radillo", "summary": "Member at San Diego State University Women in Business" }, { "link": "https://www.linkedin.com/in/romeronatalie", "location": "San Francisco Bay Area", "name": "Natalie Romero", "summary": "Doctor of Jurisprudence" }, { "link": "https://www.linkedin.com/in/jessicaosso", "location": "New York City Metropolitan Area", "name": "Jessica Osso", "summary": "Advertising & Marketing | Social Media | Communications" }, { "link": "https://www.linkedin.com/in/julie-schoonover-108748197", "location": "Washington DC-Baltimore Area", "name": "Julie Schoonover", "summary": "Student Nutritionist" }, { "link": "https://www.linkedin.com/in/hannah-sweet-842408154", "location": "Boston, MA", "name": "Hannah Sweet", "summary": "J.D. Candidate at Suffolk University Law School" }, { "link": "https://www.linkedin.com/in/vaishnvisridhar", "location": "New York, NY", "name": "Vaishnvi S.", "summary": "Human Resources Management" }, { "link": "https://www.linkedin.com/in/thompson-caroline", "location": "Seattle, WA", "name": "Caroline Thompson", "summary": "Associate Account Executive at Amazon Web Services (AWS)" }, { "link": "https://www.linkedin.com/in/mallory-tevini-308493163", "location": "Sparks, NV", "name": "Mallory Tevini", "summary": "Teaching Assistant and Grader at Cal Poly Manufacturing Engineering" }, { "link": "https://www.linkedin.com/in/bethany-hampton-936744b5", "location": "Greater Minneapolis-St. Paul Area", "name": "Bethany Hampton", "summary": "Software Engineer Intern at Banner Engineering" }, { "link": "https://www.linkedin.com/in/samanthasantos6", "location": "New York City Metropolitan Area", "name": "Samantha Santos", "summary": "Human Resources Benefits Specialist" }, { "link": "https://www.linkedin.com/in/julianaoelkers", "location": "New York City Metropolitan Area", "name": "Juliana Oelkers", "summary": "Communications Coordinator at Odyssey Impact" }, { "link": "https://www.linkedin.com/in/patricia-ruano-she-her-5b048331", "location": "Somerville, NJ", "name": "Patricia Ruano (she/her)", "summary": "Human Resources Administrator at Universal Nutrition" }, { "link": "https://www.linkedin.com/in/courtney-tate-", "location": "Idaho Falls, ID", "name": "Courtney Tate", "summary": "Solutions Analyst at Deloitte" }, { "link": "https://www.linkedin.com/in/rebeccaneugold", "location": "Fairfield, NJ", "name": "Rebecca Neugold", "summary": "Human Resources at Gente" } ]
[]
[]
[]
[]
[ { "name": "FDU Silberman HR Program, students, alumni and advisors", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFCkbbF5i38Tw/group-logo_image-shrink_92x92/0/1630998708133?e=1647691200&v=beta&t=zarlqTCV9q4t1qcRHnC-g-6RUIIEYyk3iv4fdhvanaE", "url": "https://www.linkedin.com/groups/12009643" } ]
null
null
null
null
null
null
null
null
6,310
aaltoro
https://media-exp1.licdn.com/dms/image/C4D03AQEk6NkaEtq6Ag/profile-displayphoto-shrink_200_200/0/1617800017728?e=1652918400&v=beta&t=vMK4WPmVqzmsa4IadxlT1ZadDq9r5HjWg9DYk62ZXhw
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
angel
altoro
angel altoro
Systems Analyst - Airport Systems at Metropolitan Airports Commission
system analyst - airport system metropolitan airport commission
null
u
united state america
greater minneapolis-st. paul area
null
[ { "company": "Metropolitan Airports Commission", "company_linkedin_profile_url": "https://www.linkedin.com/company/metropolitan-airports-commission", "description": null, "ends_at": null, "location": "Minneapolis, Minnesota", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFDo8YjhGSfhA/company-logo_100_100/0/1546285278980?e=1655942400&v=beta&t=fg2D9RoXb8l-jRirULpLO-0QaMronKXYEJpqyevWRew", "starts_at": { "day": 1, "month": 6, "year": 2019 }, "title": "Systems Analyst - Airport Systems" }, { "company": "Sun Country Airlines", "company_linkedin_profile_url": "https://www.linkedin.com/company/sun-country-airlines", "description": "Manage a collection of enterprise systems including PSS, HRIS, ERP, LMS, and others. Coordinate new and existing projects involving a variety of application administration tasks. Oversee daily maintenance of software applications.", "ends_at": { "day": 30, "month": 6, "year": 2019 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQG5o4rIzlS1kA/company-logo_100_100/0/1543442659362?e=1655942400&v=beta&t=bvePdK_C19z0823wXhk4ca4xXlIUQyODg11IMdXf27A", "starts_at": { "day": 1, "month": 7, "year": 2017 }, "title": "Sr. Application Administrator" }, { "company": "Sun Country Airlines", "company_linkedin_profile_url": "https://www.linkedin.com/company/sun-country-airlines", "description": "Passenger Service System (PSS) Administrator, application support, UAT, QA, troubleshooting, training.", "ends_at": { "day": 31, "month": 7, "year": 2017 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQG5o4rIzlS1kA/company-logo_100_100/0/1543442659362?e=1655942400&v=beta&t=bvePdK_C19z0823wXhk4ca4xXlIUQyODg11IMdXf27A", "starts_at": { "day": 1, "month": 1, "year": 2014 }, "title": "Application Analyst (SABRE)" }, { "company": "Sun Country Airlines", "company_linkedin_profile_url": "https://www.linkedin.com/company/sun-country-airlines", "description": "Course development, training facilitator, distance learning.", "ends_at": { "day": 31, "month": 12, "year": 2014 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQG5o4rIzlS1kA/company-logo_100_100/0/1543442659362?e=1655942400&v=beta&t=bvePdK_C19z0823wXhk4ca4xXlIUQyODg11IMdXf27A", "starts_at": { "day": 1, "month": 1, "year": 2012 }, "title": "Airport Operations Trainer" }, { "company": "Sun Country Airlines", "company_linkedin_profile_url": "https://www.linkedin.com/company/sun-country-airlines", "description": "Database management, analysis, reporting, fraud prevention, journal entries.", "ends_at": { "day": 31, "month": 12, "year": 2012 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQG5o4rIzlS1kA/company-logo_100_100/0/1543442659362?e=1655942400&v=beta&t=bvePdK_C19z0823wXhk4ca4xXlIUQyODg11IMdXf27A", "starts_at": { "day": 1, "month": 1, "year": 2008 }, "title": "Accounting Specialist" } ]
[ { "degree_name": "Bachelor of Science (B.S.)", "description": null, "ends_at": null, "field_of_study": "Business Administration and Management, General", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFrSlHMis8fJw/company-logo_100_100/0/1519952047430?e=1655942400&v=beta&t=DeLS2NV0nicLRAv5JdGNAc-Wvm0Ditck4SHMOSu5e-k", "school": "University of Northwestern - St. Paul", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-northwestern-st-paul/", "starts_at": null }, { "degree_name": "Associate of Arts and Sciences (A.A.S.)", "description": null, "ends_at": null, "field_of_study": "Music Technology", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQEmsNvu4UZ69Q/company-logo_100_100/0/1519856511111?e=1655942400&v=beta&t=bjUDjNVhZtUKo_NbPl1uA5w6Fa4Htk2DK5OOIA8GSns", "school": "McNally Smith College of Music", "school_linkedin_profile_url": "https://www.linkedin.com/school/mcnally-smith-college-of-music/", "starts_at": null } ]
[ "Spanish", "English" ]
[]
[]
[]
[]
[]
[]
[]
[]
[ { "authority": "Watermark Learning", "display_source": null, "ends_at": null, "license_number": null, "name": "Associate Certificate - Project Management", "starts_at": null, "url": null } ]
431
[ { "link": "https://au.linkedin.com/in/leon-fertman-02a4684", "location": "Greater Sydney Area", "name": "Leon Fertman", "summary": "Regional Director" }, { "link": "https://www.linkedin.com/in/kristen-peterson-a805277", "location": "Minneapolis, MN", "name": "Kristen Peterson", "summary": "Corporate Counsel at Mall of America" }, { "link": "https://www.linkedin.com/in/davidalitt622", "location": "Greater Minneapolis-St. Paul Area", "name": "David Litt", "summary": "Teacher & Hospitality Professional experienced in teaching/training others to grow their knowledge, understanding, & skills to succeed" }, { "link": "https://www.linkedin.com/in/frank-loughridge-86179b112", "location": "Orange, CA", "name": "Frank Loughridge", "summary": "Keep 'em Flying" }, { "link": "https://www.linkedin.com/in/haley-ekhaml-846b31b7", "location": "Greater Minneapolis-St. Paul Area", "name": "Haley Ekhaml", "summary": "Law Clerk at Spencer Fane LLP" }, { "link": "https://www.linkedin.com/in/matt-m-63548716", "location": "Greater Indianapolis", "name": "Matt M.", "summary": "City of Lawrence Police Department-Indianapolis Indiana" }, { "link": "https://www.linkedin.com/in/taylor-rockholt-b9b525118", "location": "Greater Minneapolis-St. Paul Area", "name": "Taylor Rockholt", "summary": "Case Manager at Dungarvin" }, { "link": "https://www.linkedin.com/in/carl-hensley-6663aa4", "location": "Shakopee, MN", "name": "Carl Hensley", "summary": "Site Director at Collins Aerospace" }, { "link": "https://www.linkedin.com/in/katie-pav", "location": "New York City Metropolitan Area", "name": "Katie Pav", "summary": "Associate Campaign Manager" }, { "link": "https://uk.linkedin.com/in/joseph-couceiro-8ab65816a", "location": "London", "name": "Joseph Couceiro", "summary": "Senior Associate - Aviation & Infrastructure, EMEA, Professional Search" }, { "link": "https://www.linkedin.com/in/joshua-paurus-564126b8", "location": "St Paul, MN", "name": "Joshua Paurus", "summary": "Duty Manager - Airside Operations at MSP International Airport" }, { "link": "https://www.linkedin.com/in/johnny-yarbrough-30603224", "location": "Mentone, AL", "name": "Johnny Yarbrough", "summary": "pilot at Suncountry Airlines" }, { "link": "https://www.linkedin.com/in/spencer-pribble-13756717", "location": "Minneapolis, MN", "name": "Spencer Pribble", "summary": "Director Charter Business Planning at Sun Country Airlines" }, { "link": "https://www.linkedin.com/in/gregg-proteaux-26904713", "location": "Hopkins, MN", "name": "Gregg Proteaux", "summary": "AUTHOR / FLIGHT ATTENDANT at SUN COUNTRY AIRLINES" }, { "link": "https://www.linkedin.com/in/christy-swanson-9692b4a6", "location": "Willmar, MN", "name": "Christy Swanson", "summary": "City Desk Rep Border States Electric" }, { "link": "https://www.linkedin.com/in/scottbramsay", "location": "United States", "name": "Scott Ramsay", "summary": "Senior Director at Frontier Airlines" }, { "link": "https://www.linkedin.com/in/suzannecleale", "location": "Austell, GA", "name": "Suzanne Cleale", "summary": "Electronic Data Interchange Developer and Analyst | Business Systems Analyst | Business Analyst - #ONO" }, { "link": "https://www.linkedin.com/in/jamaelharris", "location": "Atlanta Metropolitan Area", "name": "Jamael Harris, MBA, PMP", "summary": "Program Manager - Sales Marketing at Delta Air Lines" }, { "link": "https://www.linkedin.com/in/chrisrfisher", "location": "Dallas, TX", "name": "Chris Fisher", "summary": "Big Data Analyst, Data Science at Southwest Airlines" } ]
[]
[ { "activity_status": "Liked by Angel Altoro", "link": "https://www.linkedin.com/signup/cold-join", "title": "Like many, my family is a big part of my professional journey. The roles, the jobs I take support them - from flexibility when I needed to home…" }, { "activity_status": "Liked by Angel Altoro", "link": "https://www.linkedin.com/signup/cold-join", "title": "Meet UNW's newest adjunct professor, Ryan Saunders, the former head coach of the Minnesota Timberwolves! Ryan has been hired as an adjunct instructor…" }, { "activity_status": "Liked by Angel Altoro", "link": "https://www.linkedin.com/signup/cold-join", "title": "Thanks to MPR News for highlighting the #VoicesofMSP program, which hands the mic to talented employees to welcome and inform our #MSPAirport…" } ]
[ { "link": "https://www.linkedin.com/in/angel-altoro-ba8a8446", "location": "Milwaukee, WI", "name": "Angel Altoro", "summary": "Fitness trainer at Staying fit" }, { "link": "https://www.linkedin.com/in/angel-altoro-51b87b23", "location": "Milwaukee, WI", "name": "Angel Altoro", "summary": "case walker at billionair" }, { "link": "https://www.linkedin.com/in/angel-altoro-951969129", "location": "Milwaukee, WI", "name": "Angel Altoro", "summary": "Production Technician. at Harley-Davidson Motor Company" } ]
[]
[ { "name": "University of Northwestern Alumni and Student Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQGGCpb0T6YeIA/group-logo_image-shrink_92x92/0/1521158306342?e=1647691200&v=beta&t=y3ZgqBVB29tQUqLs91daXQTYLh8dNyYQ6zTE-QNdiXg", "url": "https://www.linkedin.com/groups/92097" } ]
null
null
null
null
null
null
null
null
6,311
aaltoukhov
https://media-exp1.licdn.com/dms/image/C5603AQGUhwdcmL5H1g/profile-displayphoto-shrink_200_200/0/1597423765295?e=2147483647&v=beta&t=d_LGb0YjqcVlbOg1jFpN_1GuScIR1Cf6kau0OUNE8oE
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
alex
altoukhov
alex altoukhov
Principal Software Engineering Manager at Microsoft
principal software engineering manager microsoft
null
u
united state america
bellevue
washington
[ { "company": "Microsoft", "company_linkedin_profile_url": "https://www.linkedin.com/company/microsoft", "description": "Azure Hardware Infrastructure Engineering. Improving Software Automation and Quality Control processes.", "ends_at": null, "location": "Redmond, Washington, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_100_100/0/1618231291419?e=1655942400&v=beta&t=lzKVkVuf-McwnYzrrz9ib7uQFSgowMUHhH_KDAbw3y0", "starts_at": { "day": 1, "month": 12, "year": 2019 }, "title": "Principal Software Engineering Manager" }, { "company": "Microsoft", "company_linkedin_profile_url": "https://www.linkedin.com/company/microsoft", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2019 }, "location": "Redmond, WA", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_100_100/0/1618231291419?e=1655942400&v=beta&t=lzKVkVuf-McwnYzrrz9ib7uQFSgowMUHhH_KDAbw3y0", "starts_at": { "day": 1, "month": 9, "year": 2019 }, "title": "Principal Software Engineer" }, { "company": "Microsoft", "company_linkedin_profile_url": "https://www.linkedin.com/company/microsoft", "description": "Microsoft Azure. Part of Autopilot team that is responsible for operating physical servers in Azure data centers around the globe. Released and rolled out a new network boot solution that made significant improvements in Azure DHCP/PXE infrastructure, which helped speeding up certain data center build out processes from weeks to hours", "ends_at": { "day": 31, "month": 8, "year": 2019 }, "location": "Redmond, WA", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_100_100/0/1618231291419?e=1655942400&v=beta&t=lzKVkVuf-McwnYzrrz9ib7uQFSgowMUHhH_KDAbw3y0", "starts_at": { "day": 1, "month": 9, "year": 2016 }, "title": "Senior Software Engineer" }, { "company": "Microsoft", "company_linkedin_profile_url": "https://www.linkedin.com/company/microsoft", "description": "Microsoft Azure, Autopilot team. Worked on OS image automation. Was responsible for all OS images for large internal Autopilot fleet of machines (Bing, Cosmos, Office 365). Created automated OS image release pipeline to incorporate latest OS updates every month. Developed OS image A/B testing system to assess the quality of new OS images before the rollout. Was responsible for the timely rollout to the whole fleet.", "ends_at": { "day": 31, "month": 8, "year": 2016 }, "location": "Redmond, WA", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_100_100/0/1618231291419?e=1655942400&v=beta&t=lzKVkVuf-McwnYzrrz9ib7uQFSgowMUHhH_KDAbw3y0", "starts_at": { "day": 1, "month": 9, "year": 2014 }, "title": "Software Engineer II" }, { "company": "Amazon", "company_linkedin_profile_url": "https://www.linkedin.com/company/amazon", "description": "Worked for Amazon Corporate Infrastructure, Tools team. We developed Amazon internal tools and services that are in use by tens of thousands of Amazon employees all over the world. Our main focus was replacing Amazon's old paging infrastructure by a brand-new notification platform rewritten from scratch. As part of this project (PONG Paging), I have worked on the back end of the system, creating several Java web services that enable message flow, storage, retry mechanism and external APIs including security tokens exchange and more. In addition, developed an iPhone app for internal Amazon \"paging\" (emergency notifications).\n\n- Developed iPhone app with Push Notifications using Objective C\n- Developed outside API for device communication using Java web services\n- Designed and implemented schema for DynamoDB database", "ends_at": { "day": 30, "month": 9, "year": 2014 }, "location": "Seattle, WA", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=1655942400&v=beta&t=AVKhS-aqZ8h_yaf-McQWAc1jIlHiawZrjoadhfnNFOM", "starts_at": { "day": 1, "month": 9, "year": 2013 }, "title": "Software Development Engineer" }, { "company": "Microsoft", "company_linkedin_profile_url": "https://www.linkedin.com/company/microsoft", "description": "*Worked at Microsoft Bing, Local Relevance Measurement team\n\n-\tDeveloped several Javascript applications\n-\tImproved performance of web scraping engine\n\n*Developed search web service for e-commerce platform\n\n-\tDesigned and implemented schema, query and indexing logic for Apache Solr search engine\n-\tDeveloped RESTful Web Services using ASP.NET MVC 4\n-\tWorked with Windows Azure resources (Storage, Web and Worker roles, Traffic Manager)", "ends_at": { "day": 30, "month": 9, "year": 2013 }, "location": "Bellevue, WA", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_100_100/0/1618231291419?e=1655942400&v=beta&t=lzKVkVuf-McwnYzrrz9ib7uQFSgowMUHhH_KDAbw3y0", "starts_at": { "day": 1, "month": 4, "year": 2013 }, "title": "Software Development Engineer (contractor)" }, { "company": "MedWhat.com", "company_linkedin_profile_url": "https://www.linkedin.com/company/medwhat-com", "description": "Worked in a team developing “Questions & Answers” web engine for automatic answering health and medical questions using Natural Language Processing techniques.\n\n-\tDeveloped RESTful Web Services using Java and PHP\n-\tDeveloped multithreaded web crawler and several others applications using Java\n-\tDeveloped NLP medical terms tagging algorithm\n-\tDeveloped AJAX-enabled client side communication using JavaScript and JQuery\n-\tDesigned and implemented MySQL tables for storage and retrieval of millions of long text articles\n-\tManaged AWS resources: EC2, EBS, S3, Route53\n-\tWorked with MySQL Full-Text and Lucene search libraries\n-\tManaged Linux servers: users, permissions, cron jobs, RAID configuration and more\n-\tInstalled and configured Linux services: MySQL, Apache, Tomcat, PHP, JDK and more", "ends_at": { "day": 30, "month": 4, "year": 2013 }, "location": "Boca Raton, FL", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHzB85uYlpD4A/company-logo_100_100/0/1520611129619?e=1655942400&v=beta&t=Qf2Lpg2mtWM9-UC73AFuxhZ62FWq0hu6JB93HXGUuWQ", "starts_at": { "day": 1, "month": 2, "year": 2012 }, "title": "Software Development Engineer" }, { "company": "NICE Systems", "company_linkedin_profile_url": "https://www.linkedin.com/company/nice-systems", "description": "Worked in a team developing a high performance enterprise voice recording system for customers with large call centers having thousands of incoming phone calls per second.\n\n-\tDeveloped and maintained multithreaded back-end engines using C# .NET under Windows\n-\tInstalled, configured and managed virtualization systems: Hyper-V, VMware ESX", "ends_at": { "day": 31, "month": 8, "year": 2011 }, "location": "Ra'anana, Israel", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQH84EKAbbpffw/company-logo_100_100/0/1641997415208?e=1655942400&v=beta&t=-UAF5HPweeXX2mxZB9_NXQL5FQ_J0huL695m7qyZ7Pg", "starts_at": { "day": 1, "month": 9, "year": 2008 }, "title": "Software Development Engineer" }, { "company": "NICE Systems", "company_linkedin_profile_url": "https://www.linkedin.com/company/nice-systems", "description": "Created automatic testing tools and procedures for large scale high performance voice recording system.\n\n-\tDeveloped automatic testing tools using C# .NET under windows\n-\tDeveloped testers, mocks and resource monitoring applications\n-\tWorked with several Unit Testing frameworks\n-\tWorked with Microsoft SQL server", "ends_at": { "day": 31, "month": 8, "year": 2008 }, "location": "Ra'anana, Israel", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQH84EKAbbpffw/company-logo_100_100/0/1641997415208?e=1655942400&v=beta&t=-UAF5HPweeXX2mxZB9_NXQL5FQ_J0huL695m7qyZ7Pg", "starts_at": { "day": 1, "month": 6, "year": 2006 }, "title": "Software Development Engineer in Test" } ]
[ { "degree_name": "Bachelor of Science (B.Sc.)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2009 }, "field_of_study": "Computer Science and Electrical and Electronic Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEBf4NDaKWz0A/company-logo_100_100/0/1519855868207?e=1655942400&v=beta&t=LEfXh21NmB-F3xXs0qH1GE1C2jCtPfcGOiXDoraVWAU", "school": "Tel Aviv University", "school_linkedin_profile_url": "https://www.linkedin.com/school/tel-aviv-university/", "starts_at": { "day": 1, "month": 1, "year": 2003 } }, { "degree_name": "Completed one year of Master of Sciences", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2012 }, "field_of_study": "Information and Technology Management", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHwEWwwt4r73w/company-logo_100_100/0/1643128815296?e=1655942400&v=beta&t=pcdfV-57RwRbsVpLN0SiPcruhs-o2bwVTGpuje_pHrE", "school": "Florida Atlantic University", "school_linkedin_profile_url": "https://www.linkedin.com/school/florida-atlantic-university/", "starts_at": { "day": 1, "month": 1, "year": 2011 } } ]
[ "English", "Hebrew", "Russian" ]
[]
[]
[]
[]
[]
[ { "description": "As part of MedWhat project, developed the “Virtual Doctor” service. Given a list of medical symptoms, the “Virtual Doctor” provides a set of possible conditions or medications that could cause those symptoms, as well as asking for additional symptoms (imitating a real doctor’s behavior) in order to refine the result and make the final set as small as possible.", "ends_at": { "day": 31, "month": 12, "year": 2012 }, "starts_at": { "day": 1, "month": 9, "year": 2012 }, "title": "Virtual Doctor", "url": "http://medwhat.com/#q=what+can+be+a+cause+for+nausea,+vomiting+and+dizziness" }, { "description": "As part of Computer Science final project developed “SyncFolder” application in C++ language under Linux, which is a Dropbox-like application for synchronizing the content of a specific folder between a set of machines connected over IP network. The main feature of the system is an absence of the central server (unlike the Dropbox), while all the nodes connect to each other directly and automatically. The application supports UPnP protocol and is able to run behind NAT", "ends_at": { "day": 31, "month": 10, "year": 2009 }, "starts_at": { "day": 1, "month": 2, "year": 2009 }, "title": "SyncFolder", "url": null }, { "description": "As part of an Electronic Engineering final project developed, with two other team members, signals recording and processing software for Digital Signal Processing lab using C# for UI programming and C++ for the main logic. The application takes full advantage of high-end professional sound cards using ASIO driver interface to record, play and process signals of wide range of frequencies", "ends_at": { "day": 31, "month": 8, "year": 2008 }, "starts_at": { "day": 1, "month": 9, "year": 2007 }, "title": "DSP Software", "url": null } ]
[]
[]
[]
297
[]
[ "Doyle Ravnaas\n \n \n\n\n\n \n \n \n \n \n\n \n Alexey worked with me on eCommerce search for a startup project. He ramped up on Microsoft specific technology quickly, and was a bright and motivated team member. He managed his deliverables and kept me updated on status - I wish we could have kept him longer!", "Tal Obsfeld\n \n \n\n\n\n \n \n \n \n \n\n \n Alexey is a great developer.\nHe has a can do approach and thoroughness.\nFrom all my developers he was the first to adopt new technologies and methodologies (such as LINQ and automatic testing as part of new feature development).\nThe features he developed were thoroughly tested and remain solid and stable even today (2 years later).\nI still use code parts and things Alexey has done to demonstrate to new developers how things should be done right.\nIt was a pleasure working with Alexey. I hope we will have a chance to work together again someday." ]
[ { "activity_status": "Liked by Alex Altoukhov", "link": "https://www.linkedin.com/signup/cold-join", "title": "This old design notebook of mine brings back fond memories. It has the original spec of what became ASP.NET. It is amazing how .NET adoption…" }, { "activity_status": "Liked by Alex Altoukhov", "link": "https://www.linkedin.com/signup/cold-join", "title": "After leaving Amazon 7 years ago, I have been recruited almost weekly with offers to return. I always respond, no thank you, I found the workplace…" }, { "activity_status": "Liked by Alex Altoukhov", "link": "https://www.linkedin.com/signup/cold-join", "title": "I am super excited to share with you an acceptance of our paper with my wonderful co-authors John Dinsmore, Ph.D. and Margot Racat in Journal of…" } ]
[]
[]
[]
null
null
null
null
null
null
null
null
6,312
aaltshule
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://media-exp1.licdn.com/dms/image/C5616AQGIpv-FZF3oCQ/profile-displaybackgroundimage-shrink_200_800/0/1645571227015?e=1652918400&v=beta&t=geqpKPgxXNywc1-JtgPzAGw6MQqSFR7yx0gMhP0oRH4
alexia
altshule
alexia altshule
Human Resources Generalist at SCE Federal Credit Union
human resource generalist sce federal credit union
experienced human resource generalist . skilled employee benefit , recruitment , employee engagement , hris facilitation , employment law compliance , policy development , payroll . bachelor art ( b.a . ) , magna cum laude , psychology california state university-long beach .
u
united state america
los angeles metropolitan area
null
[ { "company": "SCE Federal Credit Union", "company_linkedin_profile_url": "https://www.linkedin.com/company/sce-federal-credit-union", "description": "• Process bi-weekly payroll using Paycom, including timesheet review, PAF management, data imports, etc.\n• Investigate and track Covid safety cases in compliance with CDC, state, and local guidelines.\n• Communicate Covid-19 safety information and enforce safety requirements for team members.\n• Point of contact for questions regarding organization policies, benefits, and HR practices.\n• Post and track open requisitions using ATS (iCims, Paycom), interview candidates, coordinate interviews for hiring managers.\n• Managed system set up and implementation of new ATS (Paycom).\n• Facilitate pre-hire requirements and paperwork, background checks, I9 forms, and assist with new hire orientation.\n• Assisted in transition of team member data to new HRIS/payroll/timekeeping system (from ADP to Paycom).\n• Facilitated implementation and created training materials for new expense management module in Paycom.\n• Manage leaves of absence in accordance with federal and local policies, procedures, and statutes; including preparing and sending required forms and notices to employees and tracking hours in timekeeping system.\n• Track team members' allowed time off related to Covid-19 in accordance with federal and local laws (FFCRA, CalOsha, etc).\n• Plan and coordinate team member activities (round table meetings with CEO, annual banquet, all-staff training, holiday celebrations, management meetings, etc).\n• Complete paperwork and facilitate communication to team members regarding CA EDD Work Sharing program.\n• Process team member status changes/promotions/etc.\n• Audit monthly health benefit bills for accuracy.\n• Manage team member recognition programs including anniversary recognition, Team Member of the Month, etc.\n• Update organizational resources (contact list, intranet announcements, etc).\n• Update HR department forms, letter templates, and procedures as needed.\n• Compile, file, and maintain personnel records.\n• Audit payroll entries and reports.", "ends_at": null, "location": "Irwindale, CA", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQE77oUQF0XkwA/company-logo_100_100/0/1519896089219?e=1655942400&v=beta&t=R8OA7-es9j6FJVvyT5o_hmJnsi2_L8gakCVvvN0jwZM", "starts_at": { "day": 1, "month": 9, "year": 2019 }, "title": "Human Resources Generalist" }, { "company": "Concentrus", "company_linkedin_profile_url": "https://www.linkedin.com/company/concentrus", "description": "•\tMain point of contact for employees nationwide regarding questions on benefits, policies, HRIS, and other HR functions\n•\tHR consultation to management regarding compliance, employee relations, performance management, and best practices\n•\tConducted all new hire/benefit orientations to educate team members on culture, policies, and benefits\n•\tOpen enrollment including set up in HRIS, organize employee training, review enrollment data for correct processing\n•\tHealth plan administration including entering changes and auditing monthly bills\n•\tReviewed job descriptions, published job postings using ATS, screened resumes, conducted initial interviews, coordinated interviews with hiring managers, and processed background checks/drug screens\n•\tAssisted in implementation of new HRIS (transitioned from ADP to SyncHR); verified employee data, created files for import, etc; Update and maintain employee information in HRIS and personnel files\n•\tConducted all employee on-boarding and exit interviews and provided feedback to management\n•\tAssisted in performance review process: organized training, followed up on deadlines, audited changes\n•\tProcessed new hire and termination paperwork: offer/separation letters, I9 verification/E-verify, etc.\n•\tOrganized company trainings including interview compliance, harassment, and 401k education\n•\tResponded to verifications of employment, EDD, and other agency claims/requests\n•\tOrganized engagement events such as office holidays, contests, charity event, food truck days, etc\n•\tParticipated in safety committee to plan drills, audited building, and ordered ergonomic equipment\n•\tReviewed 1095-C forms populated by HRIS\n•\t401(k) plan administration including working with auditor for 5500\n•\tProcessed and tracked LOA requests\n•\tFiled worker's comp claims; communicated with carrier regarding status", "ends_at": { "day": 31, "month": 8, "year": 2019 }, "location": "Diamond Bar, California", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFNcoubmsy87g/company-logo_100_100/0/1519877270537?e=1655942400&v=beta&t=gZssHDWKX8LVQQiLvZo0X4r_CDlPB3jjTMAq7fenjbA", "starts_at": { "day": 1, "month": 5, "year": 2017 }, "title": "HR Generalist" }, { "company": "Second Image National (now Ontellus)", "company_linkedin_profile_url": "https://www.linkedin.com/company/second-image-inc.", "description": "•\tUpdated company handbook including benefits, LOA, PTO, compensation, and safety policies\n•\tProcessed all benefits enrollments and changes with carriers\n•\tCoordinated transition of benefits to new carrier, including Open Enrollment and set-up in HRIS\n•\tConducted all new hire orientations, benefits orientations, and on-boarding interviews\n•\t401(k) plan administration including working with auditor for 5500\n•\tProvided LOA documentation to employees and communicate throughout leave\n•\tUpdated/maintained job descriptions\n•\tSubmitted job postings, conducted phone pre-screens and in-person initial interviews\n•\tProcessed new hire administrative tasks such as background check, drug screen/physical, I-9, etc\n•\tFacilitated quarterly safety meetings, perform safety audits and organize safety training\n•\tTrained HR/Payroll Assistant on all payroll tasks and reports; Supervised and verified all payroll entries, reports, and manual checks for accuracy\n•\tSubmitted annual 1095-C information\n•\tOrganized employee appreciation programs/events such as Employee of the Month and anniversary recognition\n•\tPoint of contact for employee questions regarding company policies, procedures, and programs", "ends_at": { "day": 30, "month": 4, "year": 2017 }, "location": "San Dimas, CA", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHkI-KYhQdcQA/company-logo_100_100/0/1583426522630?e=1655942400&v=beta&t=kdLpOR8Euu4DDew6dT55KG26aYXU6cvXbtlTzWOkjyk", "starts_at": { "day": 1, "month": 1, "year": 2015 }, "title": "HR Generalist" }, { "company": "Second Image National (now Ontellus)", "company_linkedin_profile_url": "https://www.linkedin.com/company/second-image-inc.", "description": "•\tFilled in for previous HR Generalist during a leave of absence\n•\tProcessed payroll for over 200 employees across 5 states using ADP\n•\tPosted job listings, screened applicants, and scheduled interviews with management\n•\tCompiled payroll reports using ADP and Microsoft Excel for accounting reconciliation\n•\tProcessed benefits enrollments and changes with carriers\n•\tMaintained HRIS by entering all new hires, terminations, and status changes\n•\tConducted all new hire orientations and benefits orientations\n•\tProcessed new hire and termination paperwork, including all benefits/COBRA enrollment through carriers and ADP, requisition tracking, and I-9 verification\n•\tEnsured background checks, drug screens, pre-employment physicals, and ADP set-up were completed for all new hires\n•\tEducational and administrative support to employees regarding the company procedures\n•\tMaintained safety program by conducting quarterly training meetings and semi-annual safety drills.\n•\tCreated quarterly company newsletter\n•\tCoordinated in-house and third-party training sessions for employees\n•\tCompleted employment verifications and respond to EDD notices", "ends_at": { "day": 31, "month": 12, "year": 2014 }, "location": "San Dimas, CA", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHkI-KYhQdcQA/company-logo_100_100/0/1583426522630?e=1655942400&v=beta&t=kdLpOR8Euu4DDew6dT55KG26aYXU6cvXbtlTzWOkjyk", "starts_at": { "day": 1, "month": 12, "year": 2013 }, "title": "HR/Payroll Assistant" }, { "company": "Tv Parts Guy, Inc.", "company_linkedin_profile_url": null, "description": "-Assist in creation and maintenance of the employee handbook including company policies and benefits/PTO package\n-Create, review, and file sensitive HR documents quickly and confidentially (absence/PTO requests, verbal/written warnings, termination letters, etc.)\n-Maintain employee time sheet records\n-Assist in recruiting, hiring, and termination process by recording and filing all managers' notes and documents on these matters\n-Assist with new hire training by educating new employees on company culture and policies\n-Specifically train new employees in sales, customer service, inventory management, and website maintenance skills and practices\n-Answer and direct incoming telephone calls and e-mail inquiries to the appropriate department\n-Handle urgent calls with professionalism and good judgment\n-Typing, proofing and preparing correspondence using internet applications and Microsoft Office Suite\n-Communicate directly with customers by handling customer service concerns, complaints, and questions through email, over the phone, and in person", "ends_at": { "day": 31, "month": 12, "year": 2013 }, "location": "walnut, ca", "logo_url": null, "starts_at": { "day": 1, "month": 9, "year": 2013 }, "title": "HR/Administrative Assistant" }, { "company": "Tv Parts Guy, Inc.", "company_linkedin_profile_url": null, "description": "-Update existing product images and details on the web store using ProStores (over 10,000 items in multiple categories)\n-Edit copy on the website for Search Engine Optimization (SEO) purposes and quality control of content\n-Handle customer service questions/concerns/orders from individuals around the world over the phone and via email\n-Update customer database using ProStores\n-Process RMA (return authorization) requests and organize associated paperwork/files\n-Responsible for meeting quick deadlines and monthly sales goals\n-Correspond with other tech companies to schedule meetings, etc.\n-Cold call prospective customers at certified electronics repair centers and inform them about our business\n-Relay technical support questions to our in-house technicians\n-Assist in organization of merchandise in our warehouse using Excel and ProStores", "ends_at": { "day": 31, "month": 8, "year": 2013 }, "location": "Walnut, CA", "logo_url": null, "starts_at": { "day": 1, "month": 2, "year": 2013 }, "title": "eCommerce Coordinator/Customer Service Representative" }, { "company": "Murad", "company_linkedin_profile_url": "https://www.linkedin.com/company/murad", "description": "-Conducted new user testimonial groups including educating new users about products, compiling survey data, and photographing results for records and possible infomercial use\n-Conduct telemarketing research through web searches and phone calls to ensure our department was staying competitive\n-Organization/data entry of the department's digital video files for three major product lines\n-Production assistant for infomercial shoots\n-Experienced how a commercial TV production and catalog photoshoot were planned and executed\n-Assist production team in preparation of talent arrival\n-Infomercial script reviews; gave input on new copy for younger demographics\n-Fall catalog layout review/editing", "ends_at": { "day": 31, "month": 8, "year": 2012 }, "location": "El Segundo, CA", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHXp-GhbJ2EuA/company-logo_100_100/0/1519856097137?e=1655942400&v=beta&t=9oJGdSWOaoyTZdsk-4C_231uqMC-RJu6F9Ncg4EmIoU", "starts_at": { "day": 1, "month": 6, "year": 2012 }, "title": "Direct to Consumer Marketing Intern" } ]
[ { "degree_name": "Bachelor of Arts (B.A.)", "description": "-Graduated Magna Cum Laude\n-President's Honor List\n-Dean's Honor List", "ends_at": { "day": 31, "month": 12, "year": 2012 }, "field_of_study": "Psychology", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGiEbGtjE1o_w/company-logo_100_100/0/1523389063738?e=1655942400&v=beta&t=ECuV5ywTqQL-1j10F-CTd40uXxtgsLNWFAs6ANuLy9s", "school": "California State University-Long Beach", "school_linkedin_profile_url": "https://www.linkedin.com/school/california-state-university-long-beach/", "starts_at": { "day": 1, "month": 1, "year": 2008 } } ]
[]
[ { "description": null, "ends_at": null, "org_name": "Society for Human Resource Management", "starts_at": { "day": 1, "month": 9, "year": 2015 }, "title": "-" }, { "description": null, "ends_at": null, "org_name": "Psi Chi: National Honor Society in Psychology", "starts_at": { "day": 1, "month": 5, "year": 2012 }, "title": "-" } ]
[]
[ { "description": "This award honors one of our former IT team members, Marc Ladwig, who lost his fight with cancer while employed at SCE FCU. Marc exhibited the following qualities: \n•\tPositive, caring attitude toward colleagues, business partners and members\n•\tStrong work ethic\n•\tPositive influence on others\n•\tConsistently delivered exceptional service\nEach year, we honor someone who, like Marc, consistently exhibits these qualities.", "issued_on": { "day": 1, "month": 2, "year": 2022 }, "issuer": "SCE FCU", "title": "Marc Ladwig Inspiration Award" }, { "description": "Maintained a GPA of 3.75 or higher over entire college career", "issued_on": { "day": 1, "month": 4, "year": 2013 }, "issuer": "Dean & Faculty of the College of Liberal Arts", "title": "Exceptional Student Achievement Award" } ]
[]
[ { "name": "Behavioral Interviewing", "number": "-" }, { "name": "Employee Handbook Seminar", "number": "-" }, { "name": "Ergonomics", "number": "-" }, { "name": "Wage & Hour Law", "number": "-" }, { "name": "Worker's Comp 101", "number": "-" }, { "name": "Ethics", "number": "-" }, { "name": "Health Psychology", "number": "-" }, { "name": "Interpersonal Communication", "number": "-" }, { "name": "Positive Psychology", "number": "-" }, { "name": "Psychological Assessment", "number": "-" }, { "name": "Research Methods", "number": "-" }, { "name": "Social Psychology", "number": "-" }, { "name": "Statistics", "number": "-" } ]
[]
[]
[ { "cause": "Children", "company": "Foothill Unity Center", "company_linkedin_profile_url": null, "description": "Organized and facilitated annual toy drive for Second Image National's contributions to Foothill Unity Center. Successfully donated and organized hundreds of holiday gifts.", "ends_at": null, "logo_url": null, "starts_at": null, "title": "Organizer for annual toy drive at workplace" }, { "cause": "Children", "company": "KidWorks", "company_linkedin_profile_url": null, "description": null, "ends_at": null, "logo_url": null, "starts_at": null, "title": "Organize annual summer charity event at workplace" }, { "cause": "Children", "company": "YMCA", "company_linkedin_profile_url": "https://www.linkedin.com/company/quequechan", "description": null, "ends_at": null, "logo_url": null, "starts_at": null, "title": "Organize school supply and backpack drive at workplace" }, { "cause": "Children", "company": "Olive Crest - Strong Families, Safe Kids", "company_linkedin_profile_url": "https://www.linkedin.com/company/olive-crest", "description": "Coordinated team activity of assembling donation of 200 packs of essential items for young adults in need", "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGHXT4ub_XURQ/company-logo_100_100/0/1557248028681?e=1655942400&v=beta&t=1_eSh3pVQGXweyoKDzfKdo4gA3NTSxKvMsLlF1OzN18", "starts_at": null, "title": "Volunteer" } ]
[ { "authority": "Employer's Group", "display_source": null, "ends_at": null, "license_number": null, "name": "Human Resources Generalist Certificate", "starts_at": { "day": 1, "month": 2, "year": 2014 }, "url": null }, { "authority": "-", "display_source": null, "ends_at": { "day": 30, "month": 11, "year": 2020 }, "license_number": null, "name": "CPR, First Aid, and AED Certified", "starts_at": { "day": 1, "month": 11, "year": 2018 }, "url": null } ]
500
[ { "link": "https://www.linkedin.com/in/gabrielle-ellerman-537b1377", "location": "Fontana, CA", "name": "Gabrielle Ellerman", "summary": "at" }, { "link": "https://www.linkedin.com/in/cindy-enriquez-1a6a1154", "location": "Los Angeles Metropolitan Area", "name": "Cindy Enriquez", "summary": "Human Resources Professional" }, { "link": "https://www.linkedin.com/in/milena-de-moya-4b363924", "location": "Kansas City Metropolitan Area", "name": "Milena De Moya", "summary": "ADS" }, { "link": "https://www.linkedin.com/in/stephanie-rodriguez-a26897142", "location": "Fallbrook, CA", "name": "Stephanie Rodriguez", "summary": "Inside Account Manager at Miracle Playsystems" }, { "link": "https://www.linkedin.com/in/gina-mcleroy-9562371a", "location": "Atlanta, GA", "name": "Gina McLeroy", "summary": "Chemistry Quality Manager/Environmental Manager at USDA FSIS EASTERN LABORATOR" }, { "link": "https://www.linkedin.com/in/jeanetta-tankson-520a3513", "location": "Athens, GA", "name": "Jeanetta Tankson", "summary": "Microbiology Staff Officer at USDA-FSIS" }, { "link": "https://www.linkedin.com/in/lorenza-rozier-93231a18", "location": "Athens, GA", "name": "Lorenza Rozier", "summary": "Microbiology Staff Officer at USDA-FSIS" }, { "link": "https://www.linkedin.com/in/joy-battles-74a12ab", "location": "Athens, GA", "name": "Joy Battles", "summary": "Microbiologist at USDA-FSIS" }, { "link": "https://www.linkedin.com/in/john-wingfield-0168a997", "location": "Athens, GA", "name": "John Wingfield", "summary": "Physical Therapist Assistant at Dynamics Physical Therapy" }, { "link": "https://www.linkedin.com/in/romeo-coronel-pmp-itil-six-sigma-black-belt-a5a53018", "location": "Rancho Cucamonga, CA", "name": "Romeo Coronel, PMP, ITIL, Six Sigma Black Belt", "summary": "IT Executive/Manager" }, { "link": "https://www.linkedin.com/in/stevekim0508", "location": "Chino Hills, CA", "name": "Steve Kim", "summary": "Operations Manager at Renogy" }, { "link": "https://www.linkedin.com/in/gloria-salud-b49922168", "location": "Los Angeles Metropolitan Area", "name": "Gloria Salud", "summary": "Technician at Cicon Engineering" }, { "link": "https://www.linkedin.com/in/yaneth-reyes-490a8257", "location": "Pomona, CA", "name": "yaneth reyes", "summary": "Executive Office Professional" }, { "link": "https://www.linkedin.com/in/will-taliesin-jarvis-b310a61", "location": "Los Angeles County, CA", "name": "Will \"Taliesin\" Jarvis", "summary": "Writer, Artist, Editor, Publisher, Actor, Activist" }, { "link": "https://www.linkedin.com/in/cesar-morales-96624452", "location": "Athens, GA", "name": "Cesar Morales", "summary": "Project Scientist at Kimberly-Clark" }, { "link": "https://www.linkedin.com/in/althia-marshall-56051320", "location": "Garden Grove, CA", "name": "Althia Marshall", "summary": "Enthusiastic, career oriented, eager to contribute to team success through hard work, attention to detail and excellent organizational skills. Adept at handling high caseloads without sacrificing quality" }, { "link": "https://www.linkedin.com/in/emanuel-resendiz-b7a116105", "location": "Santa Ana, CA", "name": "Emanuel Resendiz", "summary": "Mechanical Assembler at Audeze" }, { "link": "https://www.linkedin.com/in/rene-diaz-6ba70710", "location": "Tustin, CA", "name": "Rene Diaz", "summary": "Production- Records Imaging, Project-Office Manager" }, { "link": "https://www.linkedin.com/in/francesco-aniello-57609a217", "location": "Hacienda Heights, CA", "name": "Francesco Aniello", "summary": "Test Assembler at Collins Aerospace" }, { "link": "https://www.linkedin.com/in/luz-lopez-42ba7923", "location": "Anaheim, CA", "name": "Luz Lopez", "summary": "Accounts Payable at Blue Oval" } ]
[ "Patricia Bhrad\n \n \n\n\n\n \n \n \n \n \n\n \n Alexia is very focused and is always willing to go above and beyond what’s given to her. Alexia is eager to work and tackles each task quickly and accurately. With her outgoing, bubbly personality, Alexia’s communication skills come easy. Her readiness and ability to take action is much appreciative. When given a task she immediately takes initiative and ownership, and completes the task with enthusiasm." ]
[ { "activity_status": "Liked by Alexia Altshule", "link": "https://www.linkedin.com/signup/cold-join", "title": "Absolutely yes. I have always done my best to lead my teams with empathy and now in these tumultuous times, it is more important than ever.I 100%…" }, { "activity_status": "Liked by Alexia Altshule", "link": "https://www.linkedin.com/signup/cold-join", "title": "There's more to Mei than meets the 👁 Watch our dynamic voice cast, Rosalie Chiang and Sandra Oh, break it down for us and get to know Mei in…" }, { "activity_status": "Liked by Alexia Altshule", "link": "https://www.linkedin.com/signup/cold-join", "title": "As I was getting ready for my interview, as a Black woman I have to be extra conscious of how I wear my hair…..I loveeeeee my natural hair and I…" } ]
[]
[]
[ { "name": "HR (Human Resources) Professionals", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQG8_DLnTFbCMQ/group-logo_image-shrink_92x92/0/1631011933617?e=1647691200&v=beta&t=79RjbCEKkEslS75xbIekbikcNj_SdcXpLLyYXVv1BY8", "url": "https://www.linkedin.com/groups/73376" }, { "name": "Human Resources Professionals Worldwide", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFZhfX2rQ6ZKw/group-logo_image-shrink_200x200/0/1631369877998?e=1647691200&v=beta&t=RtcV0fmorakhAlrTbvUtoPpecH5WbtmA4cc7o8AHgcI", "url": "https://www.linkedin.com/groups/62887" }, { "name": "Social Media for Customer Service & Call Centers", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHW_fcKQ39EFg/group-logo_image-shrink_200x200/0/1631357993474?e=1647691200&v=beta&t=asbFlNA1Q_SS7nq9td-TKRogt-iw4p9FmmxPxq9OENM", "url": "https://www.linkedin.com/groups/2134952" }, { "name": "HR Professionals | Powered by HRCI and HRPA", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHc5G470WdLdQ/group-logo_image-shrink_200x200/0/1631371119397?e=1647691200&v=beta&t=-zNkEMJk3JY_Zb2E_WHxGWgwPX34T8yjeoByljast9U", "url": "https://www.linkedin.com/groups/52264" }, { "name": "Retail Industry Professionals Worldwide", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGfSp-W7Ocfng/group-logo_image-shrink_92x92/0/1630998344284?e=1647691200&v=beta&t=W4BH17VlvR2GrZfJZJww7twXO2LExdCcYxRQJ6cNJ_c", "url": "https://www.linkedin.com/groups/86057" }, { "name": "Evolutionary Psychology", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQH-uKK51UjPFQ/group-logo_image-shrink_200x200/0/1631437303108?e=1647691200&v=beta&t=sNF7d3ccK_GGMqT0oTT2ddVPy3KtciOqc_gr7ca-pEw", "url": "https://www.linkedin.com/groups/3054820" }, { "name": "Customer Service Professionals", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQFqEBBxP1wNsg/group-logo_image-shrink_92x92/0/1631003843830?e=1647691200&v=beta&t=0Qcnq1eMlN5ZHYPtiqatmlUk7GSs5P97-E-fy1dBrZo", "url": "https://www.linkedin.com/groups/115757" }, { "name": "University for Inclusive Health (UIH)", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHLKMR6hPBSoQ/group-logo_image-shrink_200x200/0/1631369017299?e=1647691200&v=beta&t=zBI7QD13aqEs1sB8mYRn1OEB7niZ-QMhDSzR8j1aZwM", "url": "https://www.linkedin.com/groups/4538985" }, { "name": "Global HR payroll", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQE02nSFlFrKYg/group-logo_image-shrink_200x200/0/1631411173464?e=1647691200&v=beta&t=sWAz9h7jBC61fG8-H1Tq8FRCJY2_QwLqcIC-FfRwhiE", "url": "https://www.linkedin.com/groups/1942480" }, { "name": "Retail Careers USA", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHXGoYZZjjNGQ/group-logo_image-shrink_92x92/0/1536790917010?e=1647691200&v=beta&t=N9QVIuDGAXzsvHQmWxQeGSuZDN5kKBuOqhYXVEowSrk", "url": "https://www.linkedin.com/groups/3824277" }, { "name": "Job Seeker Discussion Group", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/39919" }, { "name": "Linked:HR (#1 Human Resources Group)", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQE0_ZIczWsHLA/group-logo_image-shrink_92x92/0/1630997096649?e=1647691200&v=beta&t=Ld1MAZmsATIv9FKfPUoxQiuEgNF1yMEFLkt1A-Vd0Kg", "url": "https://www.linkedin.com/groups/3761" }, { "name": "Gabrielino High School Alumni", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/4219092" }, { "name": "Linked !n Long Beach", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQGZIXmlLOPSDA/group-logo_image-shrink_92x92/0/1537402294533?e=1647691200&v=beta&t=l01pReo_TK0WMgeBl5KGSBoppFLIag75sFbx9EYgL1I", "url": "https://www.linkedin.com/groups/2018826" } ]
null
null
null
null
null
null
null
null
6,313
aaltstatt
https://media-exp1.licdn.com/dms/image/C4E03AQGVA1mamB0ijA/profile-displayphoto-shrink_200_200/0/1638398036824?e=2147483647&v=beta&t=-OTXpw3e8KOQnt6cB2da0wzu_JG43kbSBpH_VAL-SNQ
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
amanda altstatt ,
pharmd
amanda altstatt , pharmd
Pharmacy Resident at Carilion Clinic
motivated , intellectually curious pgy1 pharmacy resident seeking pgy2 representation .
null
u
united state america
mobile metropolitan area
null
[ { "company": "Carilion Clinic", "company_linkedin_profile_url": "https://www.linkedin.com/company/carilion-clinic", "description": null, "ends_at": null, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEF5byscSoOsg/company-logo_100_100/0/1562876409271?e=1655942400&v=beta&t=UMy74vnGMnkW2JniBSvrFN5nVK7GpDj8J90QdavQu7E", "starts_at": { "day": 1, "month": 6, "year": 2021 }, "title": "Pharmacy Resident" }, { "company": "HPC Specialty Pharmacy", "company_linkedin_profile_url": "https://www.linkedin.com/company/hemophilia-preferred-care", "description": null, "ends_at": null, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQG_p7sLCEzfow/company-logo_100_100/0/1605837183809?e=1655942400&v=beta&t=YUdlVGa8DjPsDoN_jdS7nVJCUTulaW0ndf5wjrAWIMo", "starts_at": { "day": 1, "month": 9, "year": 2016 }, "title": "Compliance Specialist" }, { "company": "HPC Specialty Pharmacy", "company_linkedin_profile_url": "https://www.linkedin.com/company/hemophilia-preferred-care", "description": null, "ends_at": { "day": 30, "month": 9, "year": 2016 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQG_p7sLCEzfow/company-logo_100_100/0/1605837183809?e=1655942400&v=beta&t=YUdlVGa8DjPsDoN_jdS7nVJCUTulaW0ndf5wjrAWIMo", "starts_at": { "day": 1, "month": 8, "year": 2015 }, "title": "Certified Pharmacy Technician/Data Analyst" }, { "company": "Walgreens", "company_linkedin_profile_url": "https://www.linkedin.com/company/walgreens", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2015 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEAAqRHE5JbYQ/company-logo_100_100/0/1625138284157?e=1655942400&v=beta&t=tX6kJHqpd-qJ46Gdr16IezZzbwh5o_7gH_-7TawUH3k", "starts_at": { "day": 1, "month": 5, "year": 2008 }, "title": "Senior Certified Pharmacy Technician" } ]
[ { "degree_name": "Doctor of Pharmacy - PharmD", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2021 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHb4kHwLcW-xw/company-logo_100_100/0/1535064537707?e=1655942400&v=beta&t=QyGMtyjNOnnqwt3WDqqHJ6bcb5al2ij90HF8Q_kPZiM", "school": "Auburn University Harrison School of Pharmacy", "school_linkedin_profile_url": "https://www.linkedin.com/school/auburn-university-harrison-school-of-pharmacy/", "starts_at": { "day": 1, "month": 1, "year": 2017 } }, { "degree_name": "Bachelor of Science (B.S.)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2013 }, "field_of_study": "Biomedical Sciences; Minor in Spanish", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHUPeqBWhUpxA/company-logo_100_100/0/1519903225777?e=1655942400&v=beta&t=MZ1qGeq59tyzAlw1qo1u187futxIhhLuDt_cGmfOFcc", "school": "University of South Alabama", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-south-alabama/", "starts_at": { "day": 1, "month": 1, "year": 2007 } } ]
[]
[ { "description": null, "ends_at": null, "org_name": "American Pharmacists Association - Academy of Student Pharmacists", "starts_at": { "day": 1, "month": 4, "year": 2019 }, "title": "Vice President" }, { "description": null, "ends_at": null, "org_name": "American Pharmacists Association - Academy of Student Pharmacists", "starts_at": { "day": 1, "month": 8, "year": 2017 }, "title": "Member" }, { "description": null, "ends_at": { "day": 31, "month": 12, "year": 2019 }, "org_name": "University of South Alabama Student-Run Free Clinic", "starts_at": { "day": 1, "month": 12, "year": 2018 }, "title": "Executive Board Vice President" }, { "description": null, "ends_at": { "day": 30, "month": 4, "year": 2019 }, "org_name": "American Pharmacists Association - Academy of Student Pharmacists", "starts_at": { "day": 1, "month": 4, "year": 2018 }, "title": "Vice President Elect" }, { "description": null, "ends_at": { "day": 30, "month": 4, "year": 2019 }, "org_name": "Student National Pharmaceutical Association", "starts_at": { "day": 1, "month": 4, "year": 2018 }, "title": "Co-President" }, { "description": null, "ends_at": { "day": 31, "month": 3, "year": 2019 }, "org_name": "Auburn University's Harrison School of Pharmacy Student Council", "starts_at": { "day": 1, "month": 2, "year": 2018 }, "title": "Treasurer" }, { "description": null, "ends_at": { "day": 31, "month": 12, "year": 2018 }, "org_name": "University of South Alabama Student-Run Free Clinic", "starts_at": { "day": 1, "month": 11, "year": 2017 }, "title": "Executive Board Secretary" }, { "description": null, "ends_at": { "day": 31, "month": 7, "year": 2018 }, "org_name": "Student National Pharmaceutical Association", "starts_at": { "day": 1, "month": 8, "year": 2017 }, "title": "Power to End Stroke Committee Chair" } ]
[]
[]
[]
[]
[]
[]
[]
[ { "authority": "Society of Critical Care Medicine", "display_source": null, "ends_at": null, "license_number": null, "name": "Fundamental Critical Care Support (FCCS)", "starts_at": { "day": 1, "month": 12, "year": 2021 }, "url": null }, { "authority": "American Pharmacists Association", "display_source": null, "ends_at": null, "license_number": null, "name": "APhA Addiction Sensitivity Certification", "starts_at": { "day": 1, "month": 2, "year": 2019 }, "url": null }, { "authority": "American Pharmacists Association", "display_source": null, "ends_at": null, "license_number": null, "name": "APhA Pharmacy Based Immunization Delivery", "starts_at": { "day": 1, "month": 8, "year": 2018 }, "url": null }, { "authority": "Mental Health First Aid Maryland", "display_source": null, "ends_at": null, "license_number": null, "name": "Mental Health First Aid", "starts_at": { "day": 1, "month": 3, "year": 2018 }, "url": null }, { "authority": "QPR Institute", "display_source": null, "ends_at": null, "license_number": null, "name": "QPR Suicide Prevention", "starts_at": { "day": 1, "month": 2, "year": 2018 }, "url": null }, { "authority": "American Heart Association", "display_source": null, "ends_at": { "day": 31, "month": 12, "year": 2023 }, "license_number": null, "name": "Pediatric Advanced Life Support (PALS)", "starts_at": { "day": 1, "month": 12, "year": 2021 }, "url": null }, { "authority": "American Heart Association", "display_source": null, "ends_at": { "day": 31, "month": 7, "year": 2023 }, "license_number": null, "name": "Advanced Cardiac Life Support (ACLS)", "starts_at": { "day": 1, "month": 7, "year": 2021 }, "url": null }, { "authority": "American Heart Association", "display_source": null, "ends_at": { "day": 31, "month": 7, "year": 2023 }, "license_number": null, "name": "Basic Life Support (CPR and AED) for Providers", "starts_at": { "day": 1, "month": 6, "year": 2017 }, "url": null } ]
244
[ { "link": "https://www.linkedin.com/in/justin-ridgel-cssbb-40532a233", "location": "Ponchatoula, LA", "name": "Justin Ridgel, CSSBB", "summary": "Project Manager at DIRECTV" }, { "link": "https://www.linkedin.com/in/michael-lucas-18031045", "location": "Foley, AL", "name": "Michael Lucas", "summary": "Director of Selling Stuff at Wolf Bay Supply Company" }, { "link": "https://www.linkedin.com/in/lee-maxwell-344794201", "location": "Corpus Christi, TX", "name": "Lee Maxwell", "summary": "South Texas Medical Sales Specialist" }, { "link": "https://www.linkedin.com/in/andrew-deeds-b42523131", "location": "Cincinnati Metropolitan Area", "name": "Andrew Deeds", "summary": "Pharmaceutical Sales Representative at McKesson" }, { "link": "https://www.linkedin.com/in/dan-heinis-53318516a", "location": "Greater Orlando", "name": "Dan Heinis", "summary": "Staffing Coordinator/Consulting at HealthCare Consultants Pharmacy Staffing & Consulting" }, { "link": "https://www.linkedin.com/in/sarah-berry-pharmd-csp-418127102", "location": "Toledo, OH", "name": "Sarah Berry, PharmD, CSP", "summary": "ProMedica Specialty Pharmacy Manager and Clinical Pharmacist" }, { "link": "https://ca.linkedin.com/in/mina-mikhail-0a85792a", "location": "Canada", "name": "Mina Mikhail", "summary": "Pharmacist. Certified Geriatric Pharmacist" }, { "link": "https://www.linkedin.com/in/kimm-hale-flowers-health-education-doctoral-candidate-4784ba134", "location": "Memphis, TN", "name": "Kimm Hale-Flowers Health Education Doctoral Candidate", "summary": "Patient Engagement Supervisor @ Prospero Health" }, { "link": "https://www.linkedin.com/in/david-stefanoni-7171674", "location": "Osseo, MN", "name": "David Stefanoni", "summary": "VP Pharma Strategy & Industry Relations at Fairview Health Services" }, { "link": "https://www.linkedin.com/in/vishi-ramani-b47b515", "location": "Greater Seattle Area", "name": "Vishi Ramani", "summary": "Sr. Key Account Manager at American Regent, Inc." }, { "link": "https://www.linkedin.com/in/aspanenb", "location": "Greater Indianapolis", "name": "Alexander Spanenberg, PharmD/MBA Candidate", "summary": "Enthusiastic about Healthcare Innovation, Pharmacy Law, & Managed Care Pharmacy | Specialty Clinical Innovation Intern at CVS Health | Indiana Academy of Student Pharmacists Incoming President | Eagle Scout 🦅" }, { "link": "https://www.linkedin.com/in/yousef-toma", "location": "Phoenix, AZ", "name": "Yousef Toma, PharmD, CSP, AAHIVP", "summary": "Clinical Pharmacist | Residency Program Coordinator | Educator" }, { "link": "https://www.linkedin.com/in/dayebexley1129", "location": "Atlanta Metropolitan Area", "name": "Daye Bexley", "summary": "Head, Market Access Specialty Care Account Management" }, { "link": "https://www.linkedin.com/in/diana-gabelman", "location": "Greater Cleveland", "name": "Diana Gabelman PharmD, CSP, AAHIVP", "summary": "Specialty Pharmacy Clinical Coodinator at The MetroHealth System (Cleveland, OH)" }, { "link": "https://www.linkedin.com/in/vineetha-thomas-6464181a9", "location": "Edmond, OK", "name": "Vineetha Thomas", "summary": "Clinical Oncology Pharmacist - GU Cancers at OU Health Stephenson Cancer Center" }, { "link": "https://www.linkedin.com/in/paul-elmore-330828b6", "location": "Greater Macon", "name": "Paul Elmore", "summary": "Chief Executive Officer" }, { "link": "https://pk.linkedin.com/in/pharmainform-pharmacist-learning-ba3673229", "location": "Kasur District", "name": "Pharmainform (Pharmacist Learning)", "summary": "Owner & author at Pharmainform" }, { "link": "https://www.linkedin.com/in/ericrichardson3", "location": "Raleigh-Durham-Chapel Hill Area", "name": "Eric Richardson", "summary": "Compliance Specialist at ProPharma Group" }, { "link": "https://www.linkedin.com/in/ursulacanciohenry", "location": "Greater Houston", "name": "Ursula Cancio Henry", "summary": "VP, Managed Care and Operations, experienced executive in managed care, healthcare operations and compliance" }, { "link": "https://www.linkedin.com/in/monica-hampton-204949b4", "location": "Greater Chicago Area", "name": "Monica Hampton", "summary": "Compliance Officer at Alverno Laboratories, MHA, CPCO, CHPSE, MLS (ASCP)CM" } ]
[]
[ { "activity_status": "Shared by Amanda Altstatt, PharmD", "link": "https://www.linkedin.com/signup/cold-join", "title": "Forcing employees to come back to the office to \"improve engagement\" and \"trust\" stunningly misses the point. Engagement and trust are improved by:…" }, { "activity_status": "Liked by Amanda Altstatt, PharmD", "link": "https://www.linkedin.com/signup/cold-join", "title": "Yesterday was my last day as a retail pharmacist. My last day to struggle with trying to fill 500+ prescriptions with an inexperienced skeleton…" }, { "activity_status": "Liked by Amanda Altstatt, PharmD", "link": "https://www.linkedin.com/signup/cold-join", "title": "When you are a leader, you are privileged to be in a position where you can direct, shape, and focus people’s potential to a specific result. When…" } ]
[]
[]
[ { "name": "National Association of Specialty Pharmacy", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQEck-9q4TdwSw/group-logo_image-shrink_200x200/0/1631420515192?e=1647691200&v=beta&t=SvK_yNM8JuDQDbWZionUjfhUYuTu_eyp2_kvGo7ca0o", "url": "https://www.linkedin.com/groups/4842472" }, { "name": "Auburn Pharmacy Network", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQFB1w3ArsSzNA/group-logo_image-shrink_92x92/0/1631003567906?e=1647691200&v=beta&t=WRl3SGJzmAMjDezqZfV1WZ52A1I9sNJfHW8hvW00GLU", "url": "https://www.linkedin.com/groups/12256489" }, { "name": "Specialty Pharmacy Professionals", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFT6mKAkECL_w/group-logo_image-shrink_200x200/0/1631366389228?e=1647691200&v=beta&t=jvyvq4tEylNlYbyqGnCf3x7xUKyv52GgtdeWNxBuTwQ", "url": "https://www.linkedin.com/groups/78340" }, { "name": "Pharmacy Forum U.S. | The Group for Pharmacists, Independent Pharmacists, Dispensaries & Consultants", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQGVgRgPr73enA/group-logo_image-shrink_200x200/0/1631381179719?e=1647691200&v=beta&t=LOJR_wDoPjD1dPuJqpleg7Q7f42uLMmcdf-ZapZNESE", "url": "https://www.linkedin.com/groups/12010017" }, { "name": "Phi Lambda Sigma", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHpjiKsHBcOIQ/group-logo_image-shrink_92x92/0/1631007475042?e=1647691200&v=beta&t=KfwVw4ogV9TVeF_bsNI4ffK8VxJzs8pmhOnD8hJ4784", "url": "https://www.linkedin.com/groups/3612688" }, { "name": "PHARMACISTS", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQEYoLkGo5V8EQ/group-logo_image-shrink_200x200/0/1631358923000?e=1647691200&v=beta&t=_j1yRVC2Dy65DvrrkzBJwQoC1AQcWaL_EaIbKfTWF8E", "url": "https://www.linkedin.com/groups/43112" }, { "name": "American Pharmacists Association - Academy of Student Pharmacists (APhA-ASP)", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFsnXaDBNeLSQ/group-logo_image-shrink_200x200/0/1631420594114?e=1647691200&v=beta&t=clZV_oWh5rjOQkjOvtY4ZX3PAPsWuecBIXbv0DHZ3mk", "url": "https://www.linkedin.com/groups/2604572" }, { "name": "ASHP — Pharmacists Advancing Healthcare", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGWoPUWKrsaTA/group-logo_image-shrink_200x200/0/1631358855111?e=1647691200&v=beta&t=P3K6Eybqp3jWkvqnpqCeMcuwG8XPiiqaWjvLXSbKZy8", "url": "https://www.linkedin.com/groups/2426910" }, { "name": "Specialty Pharmacy Times", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQHpyA47vSjV_w/group-logo_image-shrink_200x200/0/1631420338845?e=1647691200&v=beta&t=NfnM9ubRIzRfLfbNqYp1UBH4LjlBnytVVocTtytGqVc", "url": "https://www.linkedin.com/groups/4263005" }, { "name": "Mobile Alabama Professional Networking Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQG4m9Crb7LihQ/group-logo_image-shrink_200x200/0/1631437311844?e=1647691200&v=beta&t=ZwuRCfNwSBfSp5l5KB7fJQyQHhSfb-ta8ElLM-R1pC0", "url": "https://www.linkedin.com/groups/120462" }, { "name": "Pharmacy Times", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQFeIMmfVhXahA/group-logo_image-shrink_200x200/0/1631375278286?e=1647691200&v=beta&t=FAr2Qd18QdaHGq5hC-oXfUQyOd_AhljMrO88wO-JfKU", "url": "https://www.linkedin.com/groups/3989299" } ]
null
null
null
null
null
null
null
null
6,314
aaltusfelix
https://media-exp1.licdn.com/dms/image/C4E03AQEn4gVP1Xs1nA/profile-displayphoto-shrink_200_200/0/1633011745105?e=1652918400&v=beta&t=ZqBfUAGd9UABaQPUX_ZY05QoXyBJSFynccLTBgcEMGk
https://media-exp1.licdn.com/dms/image/C5616AQElS7UuylJ2MA/profile-displaybackgroundimage-shrink_200_800/0/1517229810637?e=1652918400&v=beta&t=wZUwh_3wXxgGT_VJp0AE5PQ0e6_CS_wQmkpvtZ32bik
aaltus
felix
aaltus felix
Project Manager at Well States Healthcare
project manager well state healthcare
null
u
united state america
castle rock
colorado
[ { "company": "Well States Healthcare", "company_linkedin_profile_url": "https://www.linkedin.com/company/well-states-healthcare", "description": null, "ends_at": null, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFqYI7HYXJLgg/company-logo_100_100/0/1627498934811?e=1655942400&v=beta&t=CPvuodBzqTmr2g79j69wA1Si1CeummxlLYqqQFdi5Yo", "starts_at": { "day": 1, "month": 9, "year": 2017 }, "title": "Project Manager" }, { "company": "Self Emloyed", "company_linkedin_profile_url": null, "description": null, "ends_at": null, "location": null, "logo_url": null, "starts_at": { "day": 1, "month": 4, "year": 2016 }, "title": "Music Composer" }, { "company": "Smart Cow Yogurt Bar", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 30, "month": 9, "year": 2017 }, "location": "Castle Rock, Colorado, United States", "logo_url": null, "starts_at": { "day": 1, "month": 3, "year": 2012 }, "title": "Store Manager" }, { "company": "Schlotzsky's", "company_linkedin_profile_url": "https://www.linkedin.com/company/schlotzsky%27s-inc-", "description": null, "ends_at": { "day": 31, "month": 3, "year": 2012 }, "location": "Colorado Springs, Colorado, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGJVfztvlNOwg/company-logo_100_100/0/1619791732937?e=1655942400&v=beta&t=HpxWt8EGBSpbXJhFWUNRkUB166Y3Ib36zkq-vl5DViU", "starts_at": { "day": 1, "month": 5, "year": 2011 }, "title": "Shift Manager" }, { "company": "Easi-Bind Print Solutions", "company_linkedin_profile_url": "https://www.linkedin.com/company/easi-bind-print-solutions", "description": null, "ends_at": { "day": 28, "month": 2, "year": 2011 }, "location": "Colorado Springs, Colorado, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFm_Y5ii-djcQ/company-logo_100_100/0/1519869771605?e=1655942400&v=beta&t=1-NNF371CdlEzsH2LhaBfsf4_hmyVsZaiMADWnN_QJI", "starts_at": { "day": 1, "month": 12, "year": 2008 }, "title": "Machine Operator" } ]
[ { "degree_name": "High Shcool Graduate", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2008 }, "field_of_study": null, "logo_url": null, "school": "Paul Roos Gymnasium", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2004 } } ]
[]
[]
[ { "description": "My take on the opening sequence for the TV show \"The Crown\"", "name": "Alternative Music for TV Show Openings", "published_on": { "day": 25, "month": 5, "year": 2017 }, "publisher": "YouTube", "url": "https://www.youtube.com/watch?v=XgnML4JAY78" }, { "description": "My take on the opening sequence for the TV show \"Westworld\".", "name": "Alternative Music for TV Show Openings", "published_on": { "day": 22, "month": 5, "year": 2017 }, "publisher": "YouTube", "url": "https://www.youtube.com/watch?v=ajKvzUn7JZ0" }, { "description": "My take on the opening sequence for the sho \"Big Little Lies\".", "name": "Alternative Music for TV Show Openings", "published_on": { "day": 20, "month": 5, "year": 2017 }, "publisher": "YouTube", "url": "https://www.youtube.com/watch?v=e9rZeCr45gE" }, { "description": "My take on a scene from the movie \"The Neon Demon\".", "name": "Alternative Music for Movie Scene", "published_on": { "day": 5, "month": 5, "year": 2017 }, "publisher": "YouTube", "url": "https://www.youtube.com/watch?v=_vdlIehvCHw" }, { "description": "A collection of original piano compositions.", "name": "Piano Works", "published_on": { "day": 14, "month": 4, "year": 2017 }, "publisher": "SoundCloud", "url": "https://soundcloud.com/sundrymusic/sets/original-piano-pieces" }, { "description": "A collection of some of my original compositions. Ranging from ambient, orchestral, solo piano, to new age.", "name": "Musical Repertoire", "published_on": { "day": 22, "month": 6, "year": 2013 }, "publisher": "SoundCloud", "url": "https://soundcloud.com/sundrymusic" } ]
[]
[]
[]
[ { "description": "Part of over 100 collaborations on HitRecord.", "ends_at": null, "starts_at": { "day": 1, "month": 4, "year": 2016 }, "title": "HitRecord Collaborations", "url": "https://www.hitrecord.org/users/AaltusFelix/records" }, { "description": "Composed music for a scene in the Crowdsourced Project for \"The Princess Bride\".", "ends_at": { "day": 30, "month": 9, "year": 2016 }, "starts_at": { "day": 1, "month": 8, "year": 2016 }, "title": "Crowdsource Cinema: The Princess Bride", "url": "https://youtu.be/XzOnjMCUg9Y?t=44m35s" } ]
[]
[]
[]
95
[ { "link": "https://www.linkedin.com/in/jarrod-bolgar-b05753216", "location": "Castle Rock, CO", "name": "Jarrod Bolgar", "summary": "IT Administrator at Well States Healthcare" }, { "link": "https://www.linkedin.com/in/adriana-augustain-3244a7b0", "location": "Denver, CO", "name": "Adriana Augustain", "summary": "Surgical Case Manager at Well States Healthcare" }, { "link": "https://www.linkedin.com/in/john-white-0571b9161", "location": "Denver Metropolitan Area", "name": "John White", "summary": "Operations Manager at Well States Healthcare" }, { "link": "https://www.linkedin.com/in/ann-ormond-608b80166", "location": "Denver Metropolitan Area", "name": "Ann Ormond", "summary": "Special Accounts Manager at Well States Healthcare" }, { "link": "https://www.linkedin.com/in/carissa-ahlstrom-9ab381222", "location": "Castle Rock, CO", "name": "Carissa Ahlstrom", "summary": "Case Manager at Well States Healthcare" }, { "link": "https://www.linkedin.com/in/rebekah-pastorello-565795226", "location": "Castle Rock, CO", "name": "Rebekah Pastorello", "summary": "Case Manager with Well States Healthcare" }, { "link": "https://www.linkedin.com/in/shanna-zikeli-gibson-ab85baa2", "location": "Littleton, CO", "name": "Shanna Zikeli-Gibson", "summary": "Executive Assistant at Well States Healthcare" }, { "link": "https://www.linkedin.com/in/robertpoplawsky", "location": "Denver Metropolitan Area", "name": "Robert Poplawsky", "summary": "Junior Full Stack Developer at Well States Healthcare" }, { "link": "https://www.linkedin.com/in/kristen-leighton-23203389", "location": "Castle Rock, CO", "name": "Kristen Leighton", "summary": "Case Manager" }, { "link": "https://www.linkedin.com/in/aimme-spinoso-6965761b7", "location": "Castle Rock, CO", "name": "Aimme Spinoso", "summary": "Provider Relations Manager at Well States Healthcare" }, { "link": "https://www.linkedin.com/in/brandon-mcdaniel-92a67a19b", "location": "Castle Rock, CO", "name": "Brandon McDaniel", "summary": "Well States Healthcare" }, { "link": "https://www.linkedin.com/in/shelbycornelius", "location": "Lone Tree, CO", "name": "Shelby Cornelius", "summary": "Financial Data Analyst | Well States Healthcare" }, { "link": "https://www.linkedin.com/in/blake-franklin-7069b6163", "location": "Golden, CO", "name": "Blake Franklin", "summary": "Market Coordinator at Well States Healthcare" }, { "link": "https://www.linkedin.com/in/trey-hays-65718757", "location": "Denver, CO", "name": "Trey Hays", "summary": "Director of Marketing at Mountain View Pain Center" }, { "link": "https://www.linkedin.com/in/eric--strickland", "location": "Denver Metropolitan Area", "name": "Eric Strickland", "summary": "Experienced team member and a creative problem solver with strong programming and communication skills." }, { "link": "https://www.linkedin.com/in/tammy-glandon", "location": "Castle Rock, CO", "name": "Tammy Glandon", "summary": "On to new adventures!" }, { "link": "https://www.linkedin.com/in/isabelle-smith-81376a1aa", "location": "Temple, TX", "name": "Isabelle Smith", "summary": "Educational Aide at Joe M. Pirtle Elementary School" }, { "link": "https://www.linkedin.com/in/ned-woehrle-3a647b169", "location": "Denver Metropolitan Area", "name": "Ned Woehrle", "summary": "Cook at The Pines at Genesee and The Pines Catering" }, { "link": "https://www.linkedin.com/in/travis-robertson-01a077181", "location": "Denver, CO", "name": "Travis Robertson", "summary": "IUOE Local 9\nMaxim Crane Works LP\nRocky Mountain Region\nTower Crane and Hoist Operations" } ]
[]
[]
[]
[]
[]
null
null
null
null
null
null
null
null
6,316
aaltuwaiti
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://media-exp1.licdn.com/dms/image/C4E16AQFMP9T8DGaQbA/profile-displaybackgroundimage-shrink_200_800/0/1641618902706?e=1652918400&v=beta&t=46BybRuUIeI-gOQvJ_wMbCtcB9wZBIANz9LztgEXqSs
ammar
altuwaiti
ammar altuwaiti
Chief Estimator at EFR Mechanical, LLC
chief estimator efr mechanical , llc
experienced mechanical estimator demonstrated history working construction industry . hvac , sheet metal , plumbing project coordination . strong project management professional bachelor 's degree focused mechanical engineering .
u
united state america
greater boston
null
[ { "company": "EFR Mechanical, LLC", "company_linkedin_profile_url": "https://www.linkedin.com/company/efr-mechanical-llc", "description": null, "ends_at": null, "location": "Waltham, Massachusetts, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHyKOKzYQe6QQ/company-logo_100_100/0/1640617001638?e=1655942400&v=beta&t=JMcWBGwrTOH2V1Ah7VEwzkECGRpAzqCR0ZrZs99NErI", "starts_at": { "day": 1, "month": 7, "year": 2021 }, "title": "Chief Estimator" }, { "company": "Urban Solutions, LLC", "company_linkedin_profile_url": "https://www.linkedin.com/company/urban-solutions-ma", "description": null, "ends_at": null, "location": "United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEnJbkb0zOMbw/company-logo_100_100/0/1636865478950?e=1655942400&v=beta&t=9PeUupTscRMVA3D7_ElVjjcNEyuWjNyC-LUE0cME5pg", "starts_at": { "day": 1, "month": 4, "year": 2021 }, "title": "Business Owner" }, { "company": "InLine Mechanical LLC", "company_linkedin_profile_url": "https://www.linkedin.com/company/inline-mechanical", "description": "•\tHandling the bids from receiving the invites through submitting proposals and then following up with GC’s.\n•\tSending HVAC drawings and specifications to vendors and subcontractors for pricing.\n•\tAttending pre-bid GC’s walkthroughs.\n•\tPerforming takeoff sheetmetal ductwork, refrigerant piping, condensate drains, hydronic piping and control wiring. Using On-screen Planswift takeoff.\n•\tVerifying proposals/quotes and ensuring the compliance with drawings and specifications.\n•\tPreparing material and labor estimates.\n•\tReviewing contract docs, subcontracts, buyouts and purchase orders.\n•\tAssisting our project managers with pricing change orders for their jobs.\n•\tDesign-Build and conceptual budgeting for HVAC scope.\n•\tBuilding good relationships with GC’s, subs and vendors.\n•\tDoing in-house value engineering and design reviews to reduce costs.", "ends_at": { "day": 31, "month": 7, "year": 2021 }, "location": "Greater Boston Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQF3MAYE536EwQ/company-logo_100_100/0/1552170968769?e=1655942400&v=beta&t=x4AK4zli7ZM6AQW9ZcGYqmVyTwroZK9b1WzctQNd2Y0", "starts_at": { "day": 1, "month": 8, "year": 2017 }, "title": "Mechanical Estimator/ Project Manager" }, { "company": "minwal Electromechanical", "company_linkedin_profile_url": "https://www.linkedin.com/company/minwal-electromechanical", "description": "•\tReviewing mechanical drawings and specifications and then preparing time, cost, material, and labor estimates for HVAC, fire protection, plumbing, fuel systems and medical gases in hospital projects.\n•\tPerforming takeoff for materials from drawings using Planswift on-screen takeoff program.\n•\tRequesting quotes for material, labor from vendors and subcontractors and ensuring the compliance with drawings and specifications.\n•\tPreparing time schedules and cash flow charts using Primavera P6.\n•\tPreparing material and labor estimates. \n•\tVisiting jobsites to collect information on labor productivity.\n•\tDoing in-house value engineering and design reviews to reduce costs.", "ends_at": { "day": 31, "month": 1, "year": 2016 }, "location": "Riyadh", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQE2FLG4WkMEGw/company-logo_100_100/0/1519903220111?e=1655942400&v=beta&t=RP7GvDk3fmAUVKxle0zhI6aWOzaVHQVLCECsKVcHToo", "starts_at": { "day": 1, "month": 6, "year": 2011 }, "title": "Mechanical Estimator" }, { "company": "Saudi Pan Kingdom Company - SAPAC", "company_linkedin_profile_url": "https://www.linkedin.com/company/sapac.com.sa", "description": "•\tReviewing mechanical drawings and specifications and then preparing time, cost, material, and labor estimates for HVAC, fire protection, plumbing, fuel systems and medical gases in hospital projects.\n•\tPerform take-off for material from drawings, using AutoCAD.\n•\tRequesting quotes and proposals for material, labor from vendors and subcontractors and ensuring the compliance with specifications, drawings and codes.\n•\tReviewing of subcontractors and vendors submittals.\n•\tReviewing procurement documents to ensure that they have been correctly translated to reflect the field needs.\n•\tReviewing calculations and drawing drafting of mechanical scope according to codes.", "ends_at": { "day": 31, "month": 5, "year": 2011 }, "location": "Riyadh", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEZolAePRXeAA/company-logo_100_100/0/1519890058199?e=1655942400&v=beta&t=An4smCMiY6sMtdwOMKaQ-XDjfBbD1_Os24F04JOhn78", "starts_at": { "day": 1, "month": 4, "year": 2007 }, "title": "Project Engineer/Estimator" }, { "company": "Alsonaidar Est. for Industry & Trading", "company_linkedin_profile_url": null, "description": "•\tProviding pre-sales technical assistance and product education for equipment (pumps, diesel engines, generators)\n•\tWorking on after-sales support services and providing technical back up as required.\n•\tArranging and carrying out product training.\n•\tAnalyzing costs and sales.\n•\tPreparing reports and keeping customer records.", "ends_at": { "day": 30, "month": 4, "year": 2007 }, "location": null, "logo_url": null, "starts_at": { "day": 1, "month": 2, "year": 2004 }, "title": "Sales Engineer" }, { "company": "Alfao Universal Electro-Mechanical Co", "company_linkedin_profile_url": null, "description": "•\tPerforming a technical supervisory. \n•\tReviewing drawings and quantities for accuracy of calculations. \n•\tEnsuring all materials used and work performed are as per specifications. \n•\tOverseeing the selection and purchasing of materials.\n•\tLiaising with any consultants, sub-contractors, supervisors, planners, \n•\tMonitoring the site labor force and the work of any subcontractors. \n•\tPlanning the work and organize the site facilities to meet agreed deadlines", "ends_at": { "day": 29, "month": 2, "year": 2004 }, "location": null, "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 2003 }, "title": "Project Engineer" } ]
[ { "degree_name": "Bachelor's Degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2002 }, "field_of_study": "Mechanical Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHNdyN_D494aA/company-logo_100_100/0/1519900091440?e=1655942400&v=beta&t=GXaS5qD3EQ7fA-J7DXy9WICbZGrdt-GtOQlP1c5FsRw", "school": "University of Technology - Iraq", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-technology---iraq/", "starts_at": { "day": 1, "month": 1, "year": 1997 } } ]
[ "English", "Arabic" ]
[]
[]
[]
[]
[]
[]
[]
[]
[ { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "Stay Ahead in Construction Management", "starts_at": { "day": 1, "month": 9, "year": 2021 }, "url": "https://www.linkedin.com/learning/paths/stay-ahead-in-construction-management" }, { "authority": "Commonwealth of Massachusetts", "display_source": "www.mass.gov", "ends_at": null, "license_number": null, "name": "Unrestricted Construction Supervisor License (CSL)", "starts_at": { "day": 1, "month": 6, "year": 2021 }, "url": "https://www.mass.gov/construction-supervisor-licensing" }, { "authority": "US DEPARTMENT OF LABOR OSHA", "display_source": null, "ends_at": null, "license_number": null, "name": "OSHA 30", "starts_at": { "day": 1, "month": 4, "year": 2021 }, "url": null }, { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "Advance Your Skills in Construction Estimating", "starts_at": { "day": 1, "month": 3, "year": 2021 }, "url": "https://www.linkedin.com/learning/paths/advance-your-skills-in-construction-estimating" }, { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "Construction Change Orders", "starts_at": { "day": 1, "month": 3, "year": 2021 }, "url": "https://www.linkedin.com/learning/construction-change-orders" }, { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "Construction Estimating Bid Recap", "starts_at": { "day": 1, "month": 3, "year": 2021 }, "url": "https://www.linkedin.com/learning/construction-estimating-bid-recap" }, { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "Construction Estimating Takeoff", "starts_at": { "day": 1, "month": 3, "year": 2021 }, "url": "https://www.linkedin.com/learning/construction-estimating-takeoff" }, { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "Construction Estimating: Specifications and CSI MasterFormat", "starts_at": { "day": 1, "month": 3, "year": 2021 }, "url": "https://www.linkedin.com/learning/construction-estimating-specifications-and-csi-masterformat" } ]
500
[ { "link": "https://www.linkedin.com/in/james-tranghese-mscm-3ab257ab", "location": "Suffolk County, MA", "name": "James Tranghese, MSCM", "summary": "President at True North Construction" }, { "link": "https://www.linkedin.com/in/stevendostie", "location": "Boston, MA", "name": "Steven Dostie", "summary": "CEO and Owner of Landmark Interiors, LLC." }, { "link": "https://www.linkedin.com/in/michael-caruso-b1152778", "location": "Saugus, MA", "name": "Michael Caruso", "summary": "Project Superintendent at PIDC Construction, LLC" }, { "link": "https://www.linkedin.com/in/katelyn-roche-4793331a1", "location": "Greater Boston", "name": "Katelyn Roche", "summary": "Project Manager at Select Demo Services LLC" }, { "link": "https://www.linkedin.com/in/rick-dudley-6ab209132", "location": "United States", "name": "Rick Dudley", "summary": "Territory Manager - Boston Commercial at Stonhard" }, { "link": "https://www.linkedin.com/in/joseph-crowley-249b3a21a", "location": "Medford, MA", "name": "Joseph Crowley", "summary": "Ideal Turf Solutions. We Bring Artificial Turf Solutions to the Northeast." }, { "link": "https://www.linkedin.com/in/molly-hentz-04b48a1a9", "location": "Billerica, MA", "name": "Molly Hentz", "summary": "Project Management Team at Erland Construction" }, { "link": "https://www.linkedin.com/in/gavin-tierney-a3640352", "location": "Providence County, RI", "name": "Gavin Tierney", "summary": "Business Development & Project Estimator at Bentley Builders LLC" }, { "link": "https://www.linkedin.com/in/patrick-hayes-30077613", "location": "Haverhill, MA", "name": "Patrick Hayes", "summary": "Operations Manager at Massachusetts Ready Mix" }, { "link": "https://www.linkedin.com/in/frank-killilea", "location": "North Andover, MA", "name": "Frank Killilea", "summary": "President at Stratton Development Management" }, { "link": "https://www.linkedin.com/in/andrick-wilkins-2890b31bb", "location": "Dorchester, MA", "name": "Andrick Wilkins", "summary": "Assistant Superintendent at Related Beal LLC" }, { "link": "https://www.linkedin.com/in/kathy-galen-23b32844", "location": "Westbrook, ME", "name": "Kathy Galen", "summary": "Key Account Coordinator at MiltonRents (Formerly: ProQuip Rentals & Sales" }, { "link": "https://www.linkedin.com/in/eduarda-alves-28063014", "location": "Stoughton, MA", "name": "Eduarda Alves", "summary": "President of E Alves Cleaning Service, Inc. Post-Construction and Commercial Cleaning." }, { "link": "https://www.linkedin.com/in/mark-devereaux-a1b1b115a", "location": "Braintree, MA", "name": "Mark Devereaux", "summary": "Superintendent at Keith Construction Inc." }, { "link": "https://www.linkedin.com/in/jacob-wilmot-b38b32183", "location": "Greater Boston", "name": "Jacob Wilmot", "summary": "Superintendent at RISE Construction Management" }, { "link": "https://www.linkedin.com/in/zackery-mohn-91786a203", "location": "Cambridge, MA", "name": "Zackery Mohn", "summary": "Resurfaced Concrete Specialist at FlatLine Concrete of New England" }, { "link": "https://www.linkedin.com/in/jason-pasco-9b1442220", "location": "Raynham, MA", "name": "Jason Pasco", "summary": "Field Supervisor at Select Paint & Finishes, LLC" }, { "link": "https://www.linkedin.com/in/justin-gilbert-b47108226", "location": "Auburn, NH", "name": "Justin Gilbert", "summary": "Project Manager at Tri-State Construction llc." } ]
[]
[ { "activity_status": "Liked by Ammar Altuwaiti", "link": "https://www.linkedin.com/signup/cold-join", "title": "#engineeringJoin our Telegram Community : Come discuss and exchange on engineering, safety and Industrial Topics…" }, { "activity_status": "Liked by Ammar Altuwaiti", "link": "https://www.linkedin.com/signup/cold-join", "title": "Major Food Group's Parm Burlington Mall location will officially be open for business on Monday, March 21!#bostoneats #parmburlington…" }, { "activity_status": "Liked by Ammar Altuwaiti", "link": "https://www.linkedin.com/signup/cold-join", "title": "When you apply for a job, hope you don't match the job description. The purpose of a job description is often misunderstood.Matching a job…" } ]
[]
[]
[ { "name": "National Association of State Boards of Accountancy (NASBA) - LinkedIn Learning Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQEsXxNLJ0MpXw/group-logo_image-shrink_92x92/0/1631001192165?e=1647691200&v=beta&t=0yw0rewPLOAQywoJGM1XOtQ5rjbsdZC9T-iZvY-d4Eg", "url": "https://www.linkedin.com/groups/13788794" }, { "name": "Project Management Institute (PMI) Prep - LI Learning Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHA_AuyaXH3TQ/group-logo_image-shrink_92x92/0/1630998299946?e=1647691200&v=beta&t=ChjVguwjof0YewA4Ggw21vb1bkp_SAFCLKwnT5WdjTw", "url": "https://www.linkedin.com/groups/13789025" }, { "name": "Boston ASHRAE Chapter", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQEvmOJ9_SCeYg/group-logo_image-shrink_92x92/0/1521151307653?e=1647691200&v=beta&t=rbhAuBUU2aNkITW8mfdUqwtSuEMZFh9_G_YeKAfox_c", "url": "https://www.linkedin.com/groups/5053857" }, { "name": "Project Management Learning Group - LinkedIn Learning", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQEfHykG1BNtjw/group-logo_image-shrink_92x92/0/1630998620531?e=1647691200&v=beta&t=4qr49bFK2RXldkloplcxtZKzvJR8YPmzwpgNCUq241A", "url": "https://www.linkedin.com/groups/12433185" }, { "name": "BOMA Boston", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5107AQFW6Achmw5rbQ/group-logo_image-shrink_200x200/0/1631414675276?e=1647691200&v=beta&t=4goTSuWvPgLABzLApNgTja4FY1CAks1_KsmNiCfLDsI", "url": "https://www.linkedin.com/groups/1688967" } ]
null
null
null
null
null
null
null
null
6,317
aaltvater
https://media-exp1.licdn.com/dms/image/C5603AQGxz4uasdtp4Q/profile-displayphoto-shrink_200_200/0/1527093000751?e=1652918400&v=beta&t=xi2Ujal0Pv5vQnhsR4sWfBtJLiveTdsj9sBYvyQzgbU
https://media-exp1.licdn.com/dms/image/C5616AQGR2YzmjCo7Kw/profile-displaybackgroundimage-shrink_200_800/0/1572989820296?e=1652918400&v=beta&t=OAmESW22g2r--5w9JoJSTbHmo-YMM-VCRsvhGZQGeOQ
amy
altvater
amy altvater
Visual Effects Senior Coordinator at Warner Bros. Entertainment
visual effect coordinator warner bros. entertainment
null
u
united state america
los angeles
california
[ { "company": "Warner Bros. Entertainment", "company_linkedin_profile_url": "https://www.linkedin.com/company/warner-bros--entertainment", "description": "The Flash\nKing Richard \nZack Snyder's Justice League", "ends_at": null, "location": "Los Angeles, California, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGI5qt2oG490A/company-logo_100_100/0/1573674520968?e=1655942400&v=beta&t=_Aq7j8LR-i5Z1Zn9UnnhnPn0XNNx2jxEw9Ax_1Lh0nY", "starts_at": { "day": 1, "month": 6, "year": 2020 }, "title": "Visual Effects Senior Coordinator" }, { "company": "Legendary Entertainment", "company_linkedin_profile_url": "https://www.linkedin.com/company/legendary-entertainment", "description": "Godzilla vs. Kong", "ends_at": { "day": 30, "month": 6, "year": 2020 }, "location": "Greater Los Angeles Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFzD2LKY7xhhg/company-logo_100_100/0/1639607458438?e=1655942400&v=beta&t=9hu5Vo1wqDUzR3oFnJtfrRE2W8XPa30NdMDA1-UD4ss", "starts_at": { "day": 1, "month": 7, "year": 2019 }, "title": "Visual Effects Coordinator" }, { "company": "The Walt Disney Company", "company_linkedin_profile_url": "https://www.linkedin.com/company/the-walt-disney-company", "description": "The Lion King", "ends_at": { "day": 30, "month": 6, "year": 2019 }, "location": "Los Angeles, California", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGXZv4H6QwUeA/company-logo_100_100/0/1625095446434?e=1655942400&v=beta&t=QSgJQofNzTmMPvhRh0gdUulNQcuGGA00nHobmVebISc", "starts_at": { "day": 1, "month": 12, "year": 2018 }, "title": "Visual Effects Coordinator" }, { "company": "Mirada Studios", "company_linkedin_profile_url": "https://www.linkedin.com/company/mirada-studios", "description": null, "ends_at": { "day": 30, "month": 9, "year": 2018 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHUQzeRa2oWsg/company-logo_100_100/0/1519886970528?e=1655942400&v=beta&t=aw_wUyji3PcQO2zMk00yIsFp-81bmtGVmQIh4uYaB8o", "starts_at": { "day": 1, "month": 6, "year": 2018 }, "title": "Visual Effects/Post Coordinator" }, { "company": "MPC", "company_linkedin_profile_url": "https://www.linkedin.com/company/moving-picture-company", "description": "The Lion King", "ends_at": { "day": 31, "month": 3, "year": 2018 }, "location": "Greater Los Angeles Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHj-EgDRzk6bg/company-logo_100_100/0/1642445789178?e=1655942400&v=beta&t=haKhdt6uNJVcpyY2zb2TaHxEKGHVBNT1VBqHOqjCdww", "starts_at": { "day": 1, "month": 7, "year": 2017 }, "title": "Virtual Production Coordinator" }, { "company": "Oxygen Media", "company_linkedin_profile_url": "https://www.linkedin.com/company/oxygen-media", "description": "The Disappearance of Natalee Holloway\nTraveled internationally with crew for docu series.", "ends_at": { "day": 30, "month": 6, "year": 2017 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQF8keBsNTQ_gA/company-logo_100_100/0/1519856504456?e=1655942400&v=beta&t=OjoZd8kN0qdIZEsto9IGCn9KjIvJqLaIb6Qmhy-aTAc", "starts_at": { "day": 1, "month": 4, "year": 2017 }, "title": "Assistant Production Coordinator" }, { "company": "A+E Networks", "company_linkedin_profile_url": "https://www.linkedin.com/company/aenetworks", "description": "Leah Remini: Scientology and the Aftermath", "ends_at": { "day": 30, "month": 6, "year": 2016 }, "location": "Los Angeles, California", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHZ089SieqSfg/company-logo_100_100/0/1519865837933?e=1655942400&v=beta&t=GpRpWseFfJ4n72_Ltu7qxTwxbEgtO0C-kM-iqtdCyP4", "starts_at": { "day": 1, "month": 5, "year": 2016 }, "title": "Production" }, { "company": "Lucasfilm", "company_linkedin_profile_url": "https://www.linkedin.com/company/lucasfilm", "description": "Star Wars: The Force Awakens\nTomorrowland\nMarvel's Agent Carter\nCaptain America: The Winter Soldier \nWWZ\nStar Wars Episode III: Revenge of the Sith - Stereo Conversion\nStar Wars Episode II: Attack of the Clones - Stereo Conversion", "ends_at": { "day": 30, "month": 11, "year": 2015 }, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE1qWdw9yvHFA/company-logo_100_100/0/1641318588143?e=1655942400&v=beta&t=kD6K_LXkdx-PsoHIPyjwhfjOzSYrFubXb5haFLwsptY", "starts_at": { "day": 1, "month": 1, "year": 2013 }, "title": "VFX Production" }, { "company": "Bloomberg LP", "company_linkedin_profile_url": "https://www.linkedin.com/company/bloomberg-lp", "description": "- Coordinate talent, crew and guests for live broadcast, key assistant to crew and talent on set.\n- Administrative and technical duties for show production.", "ends_at": { "day": 31, "month": 1, "year": 2013 }, "location": "san francisco bay area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQF0uyE7RGKDGg/company-logo_100_100/0/1531146047122?e=1655942400&v=beta&t=9ws7kLQVNMo-1lTTSAN1iPcAZ0wwdbMX2_JtXRKuC2Q", "starts_at": { "day": 1, "month": 12, "year": 2010 }, "title": "Production Assistant/Floor Director" }, { "company": "Bloomberg LP", "company_linkedin_profile_url": "https://www.linkedin.com/company/bloomberg-lp", "description": "- Management of social media for live daily BloombergTV program, Bloomberg West.\n- Devise and implement social media marketing campaigns \n- Write captivating copy for social media articles on show's media platforms", "ends_at": { "day": 31, "month": 1, "year": 2013 }, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQF0uyE7RGKDGg/company-logo_100_100/0/1531146047122?e=1655942400&v=beta&t=9ws7kLQVNMo-1lTTSAN1iPcAZ0wwdbMX2_JtXRKuC2Q", "starts_at": { "day": 1, "month": 12, "year": 2010 }, "title": "Social Media Coordinator" }, { "company": "San Francisco Small Business Development Center", "company_linkedin_profile_url": "https://www.linkedin.com/company/sbdc-north-san-diego-county", "description": "- Social media management (write captivating copy for company's social media platforms)\n- Web and email marketing/design - devise and implement marketing campaigns\n- Event planning and execution for large scale events", "ends_at": { "day": 30, "month": 11, "year": 2011 }, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQGetIcmGhPWNA/company-logo_100_100/0/1519881016143?e=1655942400&v=beta&t=F1Ev93SD-UdWPTqSUSbI1-mHWte285bNDAnWHqve6xY", "starts_at": { "day": 1, "month": 3, "year": 2011 }, "title": "Social Media Consultant/ Email Marketing/ Event Planning" }, { "company": "California State Assembly", "company_linkedin_profile_url": "https://www.linkedin.com/company/california-state-assembly", "description": "- Assemblywoman, Fiona Ma \n- Plan end execute Community Events \n- Write articles for monthly intern newsletter\n- Create mock bills for intern assembly\n- Manage Assembly calendar using Outlook/ Create constituent contact lists\n- Perform district office administrative duties / handle constituent related issues", "ends_at": { "day": 30, "month": 11, "year": 2010 }, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQG4ZXpdFrsG0A/company-logo_100_100/0/1519675677806?e=1655942400&v=beta&t=f99ygdJ4GxJFIQiMyD2IERFA2xMbfyS9Z9oGvYjxZ9I", "starts_at": { "day": 1, "month": 2, "year": 2010 }, "title": "Government and Community Development Intern for Assemblywoman Fiona Ma" }, { "company": "ABC Television", "company_linkedin_profile_url": "https://www.linkedin.com/company/disney-general-entertainment-content", "description": "- Responsible for show activities on day to day basis including managing guests, green room and in-studio audience coordination. \n- Work on set with talent and producers (dressing set according to segment needs)\n- Segment writing, research, and production \n- Assisted in taping and production of field shoots\n- Appeared in segments\n- Conducted live field interviews for ABC Michael Finney consumer reports", "ends_at": { "day": 30, "month": 9, "year": 2009 }, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFakrmHObELeQ/company-logo_100_100/0/1616532847945?e=1655942400&v=beta&t=3OqKMMTWEhlLg73Av5ORZ6WB7bnmy6DMcU8f6T6qKGw", "starts_at": { "day": 1, "month": 8, "year": 2008 }, "title": "Production Assistant" } ]
[ { "degree_name": "Bachelor of Arts (B.A.)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2011 }, "field_of_study": "Political Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEmtPpL5PxkTw/company-logo_100_100/0/1519912484600?e=1655942400&v=beta&t=qhxdZcuIjL4__HHsNQ5eNf9ZpXphpsFFn3sITRwz6ik", "school": "San Francisco State University", "school_linkedin_profile_url": "https://www.linkedin.com/school/san-francisco-state-university/", "starts_at": { "day": 1, "month": 1, "year": 2008 } }, { "degree_name": null, "description": "Read to Kids Volunteer Program", "ends_at": { "day": 31, "month": 12, "year": 2008 }, "field_of_study": null, "logo_url": null, "school": "Volunteer - Western Political Science Association", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2008 } } ]
[]
[]
[]
[]
[]
[ { "name": "CONGRESS + THE PRESIDENCY", "number": "-" }, { "name": "JOURNALISM AND MASS MEDIA", "number": "-" }, { "name": "JURISPRUDENCE", "number": "-" }, { "name": "POLITICS ENV & SOC CHANGE", "number": "-" }, { "name": "S F POLITICAL ISSUES", "number": "-" }, { "name": "SCIENTIFIC INQUIRY-PL SCI", "number": "-" } ]
[]
[]
[]
[]
500
[]
[ "Janelle Wang\n \n \n\n\n\n \n \n \n \n \n\n \n It is with great pleasure to highly recommend Amy Altvater. \n\nAmy worked on my talk show, The View from the Bay in San Francisco, for several semesters, and she left a lasting and memorable impression.\n\nAmy is bright, talented, hard working, and just a complete joy to be around. She had many responsibilities for the show including researching and helping producers and the hosts prepare for upcoming segments, logging important interviews, and accommodating the show’s many guests. She always came to the office with great enthusiasm and positive energy. She excelled at everything she did for us. Amy was extremely helpful and made my job easier. I never worried when she was around because I knew we were in good hands. \n\nIt was truly rewarding to work with Amy. I believe she is an incredible asset and will be successful in whatever she pursues.", "Bob Twomey\n \n \n\n\n\n \n \n \n \n \n\n \n Amy interned with the MA Squad in our legislative office this summer. Our program included 75 interns spanning the age spectrum from middle school through post grad...Amy actively participated in all projects and was a strong peer mentor for other interns. Her work with the 3P's was stellar (Position-Project-Policy) highlighted by her exemplary contributions to the MAssembly mock legislature. Staff came to rely on Amy for her leadership and incredible work ethic. We enjoyed her energy and humor and sincerely hope she will continue contributing to the MA Squad Experience long after the summer is over...THANK YOU AMY!" ]
[]
[ { "link": "https://www.linkedin.com/in/amy-altvater-1ba6681a8", "location": "Burbank, CA", "name": "Amy Altvater", "summary": "--" } ]
[]
[ { "name": "Women in Film San Francisco Bay Area", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQG-FgryJtB9Xg/group-logo_image-shrink_92x92/0/1630996532765?e=1647691200&v=beta&t=4pdtB_HrMpxUo2bu1bpbtTzDZop1cRQYiN-07ofIsVY", "url": "https://www.linkedin.com/groups/84784" }, { "name": "LinkedIn for Journalists", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFi8zWNFFhX5w/group-logo_image-shrink_200x200/0/1631370813869?e=1647691200&v=beta&t=a_Ty7zDRSb0GKqnalMiV-dBfcxxLorzmwSNvPr8VuyE", "url": "https://www.linkedin.com/groups/3753151" }, { "name": "Social Media Strategies and Tactics in Political Campaigns", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFR7zB_4ocsTw/group-logo_image-shrink_200x200/0/1631429421142?e=1647691200&v=beta&t=8LhtOUpr5sCAVGPHO0JiJCmRr8XyFRhxYyzfYS-49mE", "url": "https://www.linkedin.com/groups/4009931" }, { "name": "Production (Locations, Casting Directors, PAs, Coordinators)", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGNhxhwMQpbWA/group-logo_image-shrink_200x200/0/1631372382837?e=1647691200&v=beta&t=jH4D9m1UoaqXytqUaLBXe-T8txFy-0BKZJot4kYVU_A", "url": "https://www.linkedin.com/groups/3261414" }, { "name": "THE ART OF ACTIVE NETWORKING -By Mark E. Sackett", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQEfZKz51jTb2w/group-logo_image-shrink_200x200/0/1631375284218?e=1647691200&v=beta&t=ivv1oj-_MLW5Xf-EO-y_CdQkaUn3Gg4oY_58bZHYAp4", "url": "https://www.linkedin.com/groups/3797873" }, { "name": "TheIndieCafe.com", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQHGT8aN3tOhXg/group-logo_image-shrink_200x200/0/1631427035254?e=1647691200&v=beta&t=xWK9K59jHL2Z4apWsjroAMJ1EtXY9xJn2r9ff6Vl-Dw", "url": "https://www.linkedin.com/groups/3261099" }, { "name": "Bloomberg", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQEOrXrm0x38Pw/group-logo_image-shrink_200x200/0/1631374570025?e=1647691200&v=beta&t=h9Ekqf3nhzMRlOOkh1A-WY3RCsFMeNiDLEQxR11xr0I", "url": "https://www.linkedin.com/groups/81786" }, { "name": "Film & TV Tech Professionals", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQEy-TbmjgAZ3g/group-logo_image-shrink_92x92/0/1630996863204?e=1647691200&v=beta&t=yw34_pBthjQffDbgwObIKPkfCTR2N08M8vTqUpzgRkM", "url": "https://www.linkedin.com/groups/63979" }, { "name": "Bay Area Movie Makers", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5107AQHWL1t4QcaCCg/group-logo_image-shrink_200x200/0/1631402631288?e=1647691200&v=beta&t=OyvJR840HLIadWJ6Bt3dGubHulakudFNy-xssS92PwM", "url": "https://www.linkedin.com/groups/1913121" } ]
null
null
null
null
null
null
null
null
6,318
aalucas
https://media-exp1.licdn.com/dms/image/C5103AQFIRnFqPGoJ9w/profile-displayphoto-shrink_200_200/0/1516355642047?e=1652918400&v=beta&t=NIKNYsKGNXGChwqmzBQMI4BDANub1Lfpwb_TDZ1gXhM
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
andrew
lucas
andrew lucas
Hardware Systems Technical Staff Engineer at Apple
hardware system technical staff engineer apple
intentional accomplished organizational technical leader passion team excellence efficiency . develop communicate vision unique technology development create supporting facility laboratory infrastructure enable product execution ; skilled facility laboratory creation concept . empower personnel facilitate strong team mentality providing vigorous support staff continuous improvement growth . cross-functional system engineering management experience electronics , analytics , mechanic , laser optic . expert developing supplier manufacturing partner worldwide . successful project / program management across varied industry . functionally fluent multiple language . specialty : leadership , mentoring organizational development , project vision , scheduling management , complex component engineering development , advanced technology development staging , electromechanical tester development , change control quality control system , customer technical support , mechanical electromechanical component system failure analysis , broad spectrum data collection analysis technique , laboratory development growth . training expertise development planning immediate benefit long term growth . decisive duress .
u
united state america
lyon
colorado
[ { "company": "Apple", "company_linkedin_profile_url": "https://www.linkedin.com/company/apple", "description": null, "ends_at": null, "location": "Cupertino", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHdAaarsO-eyA/company-logo_100_100/0/1595530301220?e=1655942400&v=beta&t=lXP662hMk1zfbIVzKnghCZiIqJ7XeePPO8E-MoT5fWQ", "starts_at": { "day": 1, "month": 10, "year": 2017 }, "title": "Hardware Systems Technical Staff Engineer" }, { "company": "Contrado, LLC", "company_linkedin_profile_url": null, "description": "Engineering and Management Contract Services. Expert Consultation. \nOperations and project management, implementation of LEAN methodologies and efficiency/planning tools, and leading engineering and design efforts. High level customer interface on key programs. Contract project management, electro-mechanical engineering and design services.", "ends_at": null, "location": "Pinewood Springs, CO", "logo_url": null, "starts_at": { "day": 1, "month": 6, "year": 2007 }, "title": "President" }, { "company": "Western Digital Corporation, HGST Division", "company_linkedin_profile_url": "https://www.linkedin.com/company/hgst-a-western-digital-company", "description": "Technical and project leadership of small and large form factor performance and elastic enterprise HDD engineering. Managed laboratory facilities and local and remote personnel, including key talent recruitment. Responsible for capital planning, technology development and LEAN implementation for engineering. Member of intellectual property review board and head of site IP mentoring team.\n•\tPrecision electro-mechanical devices development and integration in products and lab environment.\n•\tContributed to company growth and profit by expanding new product platform design and advanced technology development through smart hiring and devising workflow systems.\n•\tDelivered successful unique drive design functional demonstration, executing to an ambitious new product definition and design schedule.\n•\tExpanded capacity for new product validation testing, failure analysis, and technology development testing by developing 2 full lab facilities from scratch.", "ends_at": { "day": 31, "month": 12, "year": 2014 }, "location": "Boulder, Colorado", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHzBNP71lgbuw/company-logo_100_100/0/1519856145131?e=1655942400&v=beta&t=vY7mhUWIfyLpEmnaafQKs-2xojyRULb0V-VdqPl1WI4", "starts_at": { "day": 1, "month": 3, "year": 2013 }, "title": "Director, Mechanical Engineering" }, { "company": "Western Digital Corporation", "company_linkedin_profile_url": "https://www.linkedin.com/company/western-digital", "description": "Led mechanical design of hard disk drive platforms, managing resources and activity across multiple site locations, serving as Acting Site Manager. \n•\tAdvanced and improved product line and technology development by expanding group from site start-up to fully functioning team of capable and experienced engineers.\n•\tSeveral patents awarded in areas of disk pack balancing and helium retention.\n•\tSuccessful delivery of several high capacity, small form factor drive products for PC and consumer markets.", "ends_at": { "day": 31, "month": 3, "year": 2013 }, "location": "Longmont, Colorado", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFJRKMjBiVkig/company-logo_100_100/0/1625243472859?e=1655942400&v=beta&t=A3e8nWpI3M7g7P7xxFiVwL3xbSc_A4_cORoKXiBitFg", "starts_at": { "day": 1, "month": 9, "year": 2008 }, "title": "Senior Manager, Mechanical Engineering" }, { "company": "Cornice", "company_linkedin_profile_url": "https://www.linkedin.com/company/cornice", "description": "Mechanical Engineering, Special Operations, and Advanced Technology. \nDirected 1” platform HDD development and provided broad engineering support in cross-functional failure analysis, technology development, and unique testers / tools development. Drove customer integration efforts.\n•\tIncreased Mechanical Engineering team’s capability from early prototyping to full product design and development with successful manufacturing launch.\n•\tSignificantly improved technical manufacturing capability and product yield, training engineers and technicians and developing improved systems at Far East manufacturing site.\n•\tLed integration and qualification efforts with major world market customer, directly contributing to successful market launch of world’s 1st HDD enabled cell phones.\n•\tOpened major global market opportunity by leading innovative Drop Detect system (patent awarded) development with major MEMS sensor company.\n•\tTransformed product field reliability through specialized analysis support including microscopy, high speed video, vibration analysis, and consultation, exceeding 1.5 meter drop survivability goal.\n•\tIncreased new product marketability through development of specialized sensors applications, including pressure, gyro, gravity, vibration, capacitance, and spacing loss effect technologies.\n•\tImplemented production failure analysis and rework disposition tracking systems, enabling rapid product improvement and customer feedback.", "ends_at": { "day": 31, "month": 3, "year": 2007 }, "location": "Longmont, Colorado", "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 2003 }, "title": "Director of Engineering" }, { "company": "DataPlay Corporation", "company_linkedin_profile_url": "https://www.linkedin.com/company/dataplay", "description": "Optical Drive Mechanical Architecture and Development Leadership.", "ends_at": { "day": 31, "month": 10, "year": 2002 }, "location": "Boulder, Colorado", "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 2000 }, "title": "Principal Engineer" }, { "company": "Maxtor Corp.", "company_linkedin_profile_url": "https://www.linkedin.com/company/maxtor", "description": "Principal Engineer, Advanced Technology and Mechanical Development\nSenior Staff Expatriate Engineer, Product Engineering and Factory Development Group\nSenior Staff Mechanical Engineer, Transition Engineering Group\nEngineering Manager, Mechanical Product Engineering\nStaff Mechanical Engineer, 2.5” Drive Development Program", "ends_at": { "day": 31, "month": 1, "year": 2000 }, "location": "Longmont, Colorado", "logo_url": null, "starts_at": { "day": 1, "month": 11, "year": 1991 }, "title": "Principal Engineer" }, { "company": "Micropolis Corp.", "company_linkedin_profile_url": "https://www.linkedin.com/company/micropolis", "description": "5.25” Drive Mechanical Development", "ends_at": { "day": 30, "month": 11, "year": 1991 }, "location": "Chatsworth, California", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHSnaY_ittsXw/company-logo_100_100/0/1540456949439?e=1655942400&v=beta&t=q-YyNtsdkLrjAGXqR2zZtSItFC020KmV8uN8nN3gxj0", "starts_at": { "day": 1, "month": 2, "year": 1988 }, "title": "Principal Engineer" } ]
[ { "degree_name": "Microbiology", "description": "Microbiology student pursuing pre-med course of study.", "ends_at": null, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQEWD6gHUh-iVQ/company-logo_100_100/0/1519880746887?e=1655942400&v=beta&t=wh1UfTSbui8a11HVwS2yrKF8BBhii64HUOrd_YFGF8A", "school": "Colorado State University", "school_linkedin_profile_url": "https://www.linkedin.com/school/colorado-state-university/", "starts_at": null }, { "degree_name": "Associate of Science (A.S.)", "description": null, "ends_at": null, "field_of_study": "Electronics Engineering", "logo_url": null, "school": "Denver Institute of Technology", "school_linkedin_profile_url": null, "starts_at": null } ]
[ "English", "Italian", "French", "German", "Korean" ]
[ { "description": "Boatswain Mate and Port Security Specialist. Assigned to USCGC Point Carrew and US Navy Hostile Methods Group. Bosun, Rescue Swimmer, Boarding Party Member, Cutter Certification \"Water Wings\".", "ends_at": { "day": 30, "month": 11, "year": 1997 }, "org_name": "United States Coast Guard", "starts_at": { "day": 1, "month": 11, "year": 1989 }, "title": "Petty Officer" } ]
[]
[]
[]
[ { "name": "Advanced Optics Design", "number": "-" }, { "name": "Advanced Tolerance Analysis", "number": "-" }, { "name": "FEA Modeling", "number": "-" }, { "name": "GD&T", "number": "-" }, { "name": "Holographic Interferometry", "number": "-" }, { "name": "LEAN Methodologies", "number": "-" }, { "name": "LabView", "number": "-" }, { "name": "MatLab", "number": "-" }, { "name": "Microprocessor Design", "number": "-" }, { "name": "Moving Coil Actuator", "number": "-" }, { "name": "Servo Control", "number": "-" }, { "name": "SolidWorks CAD", "number": "-" }, { "name": "Spindle Motors Design", "number": "-" } ]
[]
[]
[ { "cause": "Disaster and Humanitarian Relief", "company": "Pinewood Springs Fire/Saint Vrain Rapid Intervention Team", "company_linkedin_profile_url": null, "description": "Emergency services including structure firefighting, wildland firefighting, vehicle accident extrication and medical treatment, general emergency medical treatment, hazardous materials, ice rescue, high hazard firefighter rescue, disaster response and management.", "ends_at": null, "logo_url": null, "starts_at": { "day": 1, "month": 6, "year": 1982 }, "title": "Fire Chief" }, { "cause": null, "company": "LifeBridge Christian Church", "company_linkedin_profile_url": "https://www.linkedin.com/company/lifebridge-christian-church", "description": "I help in my church by participating as a regular usher and serving on the media team as a video camera operator, recording services and events.", "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFhLaAlTlF4mw/company-logo_100_100/0/1519876502632?e=1655942400&v=beta&t=OIJiCNPsL-ZeSC9iLIMX8eei5_MlE5kXM5oxY7Ko-KY", "starts_at": null, "title": "Video Media Team and Usher" } ]
[]
500
[ { "link": "https://jp.linkedin.com/in/caleb-demarais-8b555213", "location": "Tokyo", "name": "Caleb Demarais", "summary": "Localization Manager at Modis Design" }, { "link": "https://www.linkedin.com/in/junaidsethi", "location": "Chicago, IL", "name": "Junaid Sethi", "summary": "Enterprise Architect/Security Expert at OmniTier Group Corp" }, { "link": "https://www.linkedin.com/in/shusuke-kurihara-284a8b59", "location": "Cupertino, CA", "name": "Shusuke Kurihara", "summary": "Product Manager at HGST, a Western Digital company" }, { "link": "https://www.linkedin.com/in/henry-bang-53055a44", "location": "San Jose, CA", "name": "HENRY BANG", "summary": "Technologist at Western Digital" }, { "link": "https://www.linkedin.com/in/joe-silva-a2963052", "location": "Hollister, CA", "name": "Joe Silva", "summary": "Electrical Engineer, \t HW Dev Engr - Principal at HGST" }, { "link": "https://www.linkedin.com/in/jennifer-lomas-b505527", "location": "San Jose, CA", "name": "Jennifer Lomas", "summary": "Software Developer at Western Digital" }, { "link": "https://kr.linkedin.com/in/taddy-kim-49432a6a", "location": "South Korea", "name": "Taddy Kim", "summary": "Engieering Director at Seagate Technology" }, { "link": "https://my.linkedin.com/in/nigel-lky", "location": "Petaling Jaya", "name": "Nigel Lim", "summary": "There is always a second chance" }, { "link": "https://ca.linkedin.com/in/sarabeecopy", "location": "Hamilton, ON", "name": "Sara Davidson", "summary": "Copywriter │ I help women-focused businesses build their brands and reach more customers" }, { "link": "https://www.linkedin.com/in/glenn-griffin-4b4b70135", "location": "San Jose, CA", "name": "Glenn Griffin", "summary": "New Product Introduction Program Manager at Western Digital" }, { "link": "https://th.linkedin.com/in/gregg-stevens-3769684", "location": "Bangkok", "name": "Gregg Stevens", "summary": "Managing Director at Ramsgate Inc" }, { "link": "https://nz.linkedin.com/in/sara-williams-b9b6a820", "location": "Greater Napier-Hastings Area", "name": "Sara Williams", "summary": "Billing Administrator at Xero" }, { "link": "https://www.linkedin.com/in/sekwan-oh-42218181", "location": "United States", "name": "Sekwan Oh", "summary": "--" }, { "link": "https://jp.linkedin.com/in/johnny-mendoza-govea", "location": "Okayama-Kurashiki Metropolitan Area", "name": "Johnny Mendoza Govea", "summary": "Native English Teacher at Kurashiki Municipal Board of Education" }, { "link": "https://www.linkedin.com/in/curtisbarlowe", "location": "Lynchburg, VA", "name": "Curtis Barlowe", "summary": "Senior Hardware Engineer (retired)" }, { "link": "https://www.linkedin.com/in/andrew-keene-771288b", "location": "Boston, MA", "name": "Andrew Keene", "summary": "Head of Hardware Engineering at Berkshire Grey" }, { "link": "https://www.linkedin.com/in/gabev", "location": "Greater Seattle Area", "name": "Gabe Valentin, MBA, MEE", "summary": "Now Hiring! Electrical & Mechanical Engineers, Test Engineers, TPMs, SDET/SDE/STE. \nApply: nwcontract.com/careers" }, { "link": "https://www.linkedin.com/in/kenkuang", "location": "San Diego, CA", "name": "Ken Kuang", "summary": "Please Follow, Max'd Out Connections | Entrepreneur | Best Seller | Wall Street Journal Contributing Op-Ed Writer | IMAPS Fellow" }, { "link": "https://www.linkedin.com/in/toddwoods", "location": "Greater Minneapolis-St. Paul Area", "name": "Todd Woods", "summary": "Automation Engineering Manager at CPC - Colder Products Company" }, { "link": "https://www.linkedin.com/in/jealves", "location": "Cupertino, CA", "name": "Jeff Alves", "summary": "Director of Hardware Engineering at Apple" } ]
[ "Melissa French\n \n \n\n\n\n \n \n \n \n \n\n \n Andy possesses many wonderful managerial traits and was a pleasure to work with from the marketing side. He holds a rare combination of knowing technology inside and out and then being able to translate that into what the customer needs and cares about.", "Lainie Logan\n \n \n\n\n\n \n \n \n \n \n\n \n Andrew wrote documents that I edited. He wrote detailed descriptions of testing documents that showed his extensive knowledge of the product. When I had questions about the product, I found Andrew could tell me pretty much anything I needed to know." ]
[ { "activity_status": "Liked by Andrew Lucas", "link": "https://www.linkedin.com/signup/cold-join", "title": "Photo" }, { "activity_status": "Liked by Andrew Lucas", "link": "https://www.linkedin.com/signup/cold-join", "title": "Photo" }, { "activity_status": "Liked by Andrew Lucas", "link": "https://www.linkedin.com/signup/cold-join", "title": "It's Official: Open-Plan Offices Are Now the Dumbest Management Fad of All Time" } ]
[ { "link": "https://ca.linkedin.com/in/andrew-lucas-69b32147", "location": "Canada", "name": "Andrew Lucas", "summary": "Designer at Kickstart Entertainment" }, { "link": "https://uk.linkedin.com/in/sqweelygig", "location": "Wick", "name": "Andrew Lucas", "summary": "Experienced web developer" }, { "link": "https://uk.linkedin.com/in/andrew-lucas-9967906a", "location": "Craigavon", "name": "Andrew Lucas", "summary": "Infrastructure Permanent Way Track Section Engineer at NI Railways" }, { "link": "https://www.linkedin.com/in/alucas455", "location": "Tampa, FL", "name": "Andrew Lucas", "summary": "Construction Professional / Professional Driver CDL A" }, { "link": "https://au.linkedin.com/in/andrew-lucas-28a866100", "location": "Greater Perth Area", "name": "Andrew Lucas", "summary": "Director at ADL Electrics" } ]
[]
[]
null
null
null
null
null
null
null
null
6,319
aalucero
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
adam
lucero
adam lucero
Director of Data Analytics at Anyone Home Inc
director data analytics
null
u
united state america
lake forest
california
[ { "company": "Anyone Home Inc", "company_linkedin_profile_url": "https://www.linkedin.com/company/anyone-home-inc", "description": null, "ends_at": null, "location": "Lake Forest, California, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFsGUg6W4QCfw/company-logo_100_100/0/1631209094288?e=1655942400&v=beta&t=AbbAnRUvvsVGE_Q1bmBB30iIWv04Grnj8Ss88pRq9ag", "starts_at": { "day": 1, "month": 11, "year": 2021 }, "title": "Director of Data Analytics" }, { "company": "Anyone Home Inc", "company_linkedin_profile_url": "https://www.linkedin.com/company/anyone-home-inc", "description": "Head of Department of Analytics", "ends_at": { "day": 30, "month": 11, "year": 2021 }, "location": "Lake Forest, California, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFsGUg6W4QCfw/company-logo_100_100/0/1631209094288?e=1655942400&v=beta&t=AbbAnRUvvsVGE_Q1bmBB30iIWv04Grnj8Ss88pRq9ag", "starts_at": { "day": 1, "month": 12, "year": 2020 }, "title": "Senior Data Analyst" }, { "company": "Anyone Home Inc", "company_linkedin_profile_url": "https://www.linkedin.com/company/anyone-home-inc", "description": "Reporting and Analytics", "ends_at": { "day": 31, "month": 12, "year": 2020 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFsGUg6W4QCfw/company-logo_100_100/0/1631209094288?e=1655942400&v=beta&t=AbbAnRUvvsVGE_Q1bmBB30iIWv04Grnj8Ss88pRq9ag", "starts_at": { "day": 1, "month": 10, "year": 2019 }, "title": "Product Manager" }, { "company": "Anyone Home Inc", "company_linkedin_profile_url": "https://www.linkedin.com/company/anyone-home-inc", "description": null, "ends_at": { "day": 31, "month": 10, "year": 2019 }, "location": "Lake Forest", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFsGUg6W4QCfw/company-logo_100_100/0/1631209094288?e=1655942400&v=beta&t=AbbAnRUvvsVGE_Q1bmBB30iIWv04Grnj8Ss88pRq9ag", "starts_at": { "day": 1, "month": 9, "year": 2018 }, "title": "Data Analyst" }, { "company": "Anyone Home Inc", "company_linkedin_profile_url": "https://www.linkedin.com/company/anyone-home-inc", "description": null, "ends_at": { "day": 30, "month": 9, "year": 2018 }, "location": "Irvine, CA", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFsGUg6W4QCfw/company-logo_100_100/0/1631209094288?e=1655942400&v=beta&t=AbbAnRUvvsVGE_Q1bmBB30iIWv04Grnj8Ss88pRq9ag", "starts_at": { "day": 1, "month": 3, "year": 2018 }, "title": "Jr. Data Analyst" }, { "company": "University of North Carolina at Chapel Hill", "company_linkedin_profile_url": null, "description": "- Set up lab equipment \n- Developed SOP's\n- Trained and mentored students\n- wrote Analysis scripts in python", "ends_at": { "day": 31, "month": 12, "year": 2017 }, "location": "Fetzer", "logo_url": null, "starts_at": { "day": 1, "month": 7, "year": 2016 }, "title": "Research Development Lead" }, { "company": "Massey University", "company_linkedin_profile_url": "https://www.linkedin.com/company/massey-university", "description": "\tDeveloped and reliability tested protocol for measuring skeletal muscle blood flow and oxygen consumption response to incremental exercise noninvasively via near-infrared spectroscopy (NIRS) in healthy and Type 2 Diabetes.\n\tDesigned and led the development of a custom rapid cuff inflator.\n\tCollaborated with clinical and academic staff to produce numerous publications and customize software to specific needs.\n\tAnalyzed and interpreted all data with Python and SAS.", "ends_at": { "day": 31, "month": 12, "year": 2016 }, "location": "Wellington & Wairarapa, New Zealand", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHP66TUHnWKwQ/company-logo_100_100/0/1634602958059?e=1655942400&v=beta&t=vDWF-kpBkmOTzIaDHAD7U7fht43WaykiiWX2NOIvBnw", "starts_at": { "day": 1, "month": 1, "year": 2014 }, "title": "Researcher" }, { "company": "Massey University", "company_linkedin_profile_url": "https://www.linkedin.com/company/massey-university", "description": "Prepared and delivered undergraduate lectures and labs; lead semester long research methods projects; worked in cardiac rehabilitation clinic.", "ends_at": { "day": 31, "month": 12, "year": 2015 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHP66TUHnWKwQ/company-logo_100_100/0/1634602958059?e=1655942400&v=beta&t=vDWF-kpBkmOTzIaDHAD7U7fht43WaykiiWX2NOIvBnw", "starts_at": { "day": 1, "month": 1, "year": 2014 }, "title": "Assistant Lecturer" }, { "company": "Massey University", "company_linkedin_profile_url": "https://www.linkedin.com/company/massey-university", "description": "Taught lab courses; lead math, science, and statistics student workshops; assisted in three major clinical research studies; aggregated epigenetic data and created transcriptome figure for publication.", "ends_at": { "day": 31, "month": 12, "year": 2014 }, "location": "Wellington & Wairarapa, New Zealand", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHP66TUHnWKwQ/company-logo_100_100/0/1634602958059?e=1655942400&v=beta&t=vDWF-kpBkmOTzIaDHAD7U7fht43WaykiiWX2NOIvBnw", "starts_at": { "day": 1, "month": 1, "year": 2012 }, "title": "Research And Teaching Assistant" }, { "company": "Massey University", "company_linkedin_profile_url": "https://www.linkedin.com/company/massey-university", "description": null, "ends_at": { "day": 31, "month": 1, "year": 2014 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHP66TUHnWKwQ/company-logo_100_100/0/1634602958059?e=1655942400&v=beta&t=vDWF-kpBkmOTzIaDHAD7U7fht43WaykiiWX2NOIvBnw", "starts_at": { "day": 1, "month": 6, "year": 2012 }, "title": "Graduate Student" } ]
[ { "degree_name": "Doctor of Philosophy - PhD", "description": "Impairments in skeletal muscle function such as microvascular blood flow and\nmitochondrial function are associated with metabolic disorders, e.g. Type 2 Diabetes. Near-infrared spectroscopy (NIRS) is a promising research and diagnostic tool for the non-\ninvasive investigation of muscle function, potentially providing researchers with a tool\nfor elucidating the mechanisms underlying metabolic disorders and clinicians with a non-invasive\nmethod to quantify muscle dysfunction. The objective of the thesis is to demonstrate validity,\nbetween-day reliability, and clinical utility of NIRS derived measures of (i) microvascular blood\nflow, (ii) perfusion, (iii) mitochondrial respiratory capacity and (iv) temporal changes in\nmicrovascular oxygen delivery and uptake during incremental exercise. Characterizing important indices of muscle function with NIRS and demonstrating the clinical viability of these measurements will expand the use of NIRS for the investigation of in vivo muscle function.", "ends_at": { "day": 31, "month": 12, "year": 2020 }, "field_of_study": "Exercise Physiology", "logo_url": null, "school": "Massey University", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2014 } }, { "degree_name": "Postgraduate Diploma", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2013 }, "field_of_study": "Health Science", "logo_url": null, "school": "Massey University", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2012 } }, { "degree_name": "Bachelor's of Science", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2012 }, "field_of_study": "Biochemistry and Molecular Biology", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHQYa-3EY_aaQ/company-logo_100_100/0/1565645519512?e=1655942400&v=beta&t=umpHlyLbO_ApLhozcJFlsMOJ3_XRoemwSWlOCpEb9ls", "school": "UCSD", "school_linkedin_profile_url": "https://www.linkedin.com/school/ucsandiego/", "starts_at": { "day": 1, "month": 1, "year": 2009 } }, { "degree_name": "A.A in Biological and Physical Sciences (and Mathematics) ", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2009 }, "field_of_study": "Physical Sciences", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE4dUC9-gFk7w/company-logo_100_100/0/1630084963139?e=1655942400&v=beta&t=X4fJGlcGQMluhNWtuqObOf_8BBJ2rLAxy_YppdOZR8M", "school": "San Bernardino Valley College", "school_linkedin_profile_url": "https://www.linkedin.com/school/san-bernardino-valley-college/", "starts_at": { "day": 1, "month": 1, "year": 2007 } } ]
[ "English", "Spanish" ]
[]
[]
[ { "description": "Poster award for most interest in non-invasive physiological measurements", "issued_on": { "day": 1, "month": 5, "year": 2016 }, "issuer": "American College of Sports Medicind", "title": "Non-invasive interest group poster award" }, { "description": "Best poster award", "issued_on": { "day": 1, "month": 9, "year": 2015 }, "issuer": "Sports and Exercise Science New Zealand/ Medical Sciences", "title": "Best Poster" } ]
[]
[]
[ { "description": "Developed an automated device to inflate, lock, and deflate an arm cuff at specified times. Arduino development board was used to control an air valve, with LabVIEW software for the researcher to specify the inflation/deflation times.", "ends_at": null, "starts_at": { "day": 1, "month": 12, "year": 2013 }, "title": "Automated cuff inflator/deflator", "url": null }, { "description": "Developed custom Matlab user interface for expedited data processing in a research application. Several segments of a large data set had their slope calculated, and this interface allowed for simple range definition and data storage. Reduced work required from hours to minutes.", "ends_at": null, "starts_at": { "day": 1, "month": 11, "year": 2013 }, "title": "Analysis software", "url": null } ]
[]
[]
[ { "authority": "San Diego Miramar College", "display_source": null, "ends_at": { "day": 30, "month": 6, "year": 2012 }, "license_number": null, "name": "Nationally Certified Emergency Medical Technician", "starts_at": { "day": 1, "month": 6, "year": 2010 }, "url": null } ]
301
[ { "link": "https://www.linkedin.com/in/candace-rice-cpa-57a4004", "location": "Orange County, CA", "name": "Candace Rice, CPA", "summary": "Chief Operating Officer at Steadfast Companies" }, { "link": "https://www.linkedin.com/in/sonygregory", "location": "Pleasanton, CA", "name": "Sony Gregory", "summary": "Looking for Software Engineers and Engineering Managers to build transformative Delivery Experience at Wayfair" }, { "link": "https://www.linkedin.com/in/sanchitkhattar", "location": "San Francisco Bay Area", "name": "Sanchit Khattar", "summary": "Last Mile Delivery Product | ex- Walmart, Flipkart | Purdue | IIT Kanpur" }, { "link": "https://www.linkedin.com/in/evan-novorot-49b806196", "location": "Orange County, CA", "name": "Evan Novorot", "summary": "Sales Manager at PetSmart" }, { "link": "https://www.linkedin.com/in/natalie-chavez-2b888b158", "location": "Los Angeles Metropolitan Area", "name": "Natalie Chavez", "summary": "Payroll Coordinator at Cardenas Markets Inc" }, { "link": "https://www.linkedin.com/in/brentwmcintosh", "location": "San Juan Capistrano, CA", "name": "Brent McIntosh", "summary": "Doctor of Psychology at California Southern University" }, { "link": "https://www.linkedin.com/in/natalie-chavez-b9b27678", "location": "La Mirada, CA", "name": "natalie chavez", "summary": "Social Worker" }, { "link": "https://www.linkedin.com/in/rebekah-sterns-b868a41b6", "location": "San Juan Capistrano, CA", "name": "Rebekah Sterns", "summary": "BA in Psychology" }, { "link": "https://www.linkedin.com/in/cody-calderon-15a34ab5", "location": "Los Angeles, CA", "name": "Cody Calderon", "summary": "Financial Planning & Analysis" }, { "link": "https://www.linkedin.com/in/natalie-chavez-18b47525", "location": "Orange County, CA", "name": "Natalie Chavez", "summary": "Secondary Education Teacher" }, { "link": "https://www.linkedin.com/in/juan-martinez-escobar-863925154", "location": "Fullerton, CA", "name": "Juan Martinez Escobar", "summary": "Business graduate with a focus in Management" }, { "link": "https://www.linkedin.com/in/atzary-vazquez-a5147b144", "location": "San Juan Capistrano, CA", "name": "Atzary Vazquez", "summary": "Billing Specialist at O'Connell Landscape" }, { "link": "https://www.linkedin.com/in/sharon-wood-b8821532", "location": "San Juan Capistrano, CA", "name": "Sharon Wood", "summary": "Data Analyst at Meggitt (Orange County) - (formerly Endevco)" }, { "link": "https://www.linkedin.com/in/ailicec-figueroa-aragon-03a28330", "location": "San Juan Capistrano, CA", "name": "Ailicec Figueroa Aragon", "summary": "Licensed Marriage and Family Therapist" }, { "link": "https://www.linkedin.com/in/andrea-dal-gobbo-53785a45", "location": "Orange County, CA", "name": "Andrea Dal Gobbo", "summary": "Registered Nurse at Kaiser Permanente" }, { "link": "https://www.linkedin.com/in/cameron-richards-mba-54106857", "location": "Fullerton, CA", "name": "Cameron Richards, MBA", "summary": "Senior Commercial Finance Manager" }, { "link": "https://www.linkedin.com/in/anita-puelma-897008b8", "location": "Orange County, CA", "name": "Anita Puelma", "summary": "Project Coordinator" }, { "link": "https://www.linkedin.com/in/wade-douglas-mba-41941b19", "location": "Orange County, CA", "name": "Wade Douglas, MBA", "summary": "Controller at California Boring Inc" }, { "link": "https://www.linkedin.com/in/sydney-munger-3bb236b7", "location": "Boise, ID", "name": "Sydney Munger", "summary": "Billing Coordinator at Rimon Law" } ]
[]
[ { "activity_status": "Liked by Adam Lucero", "link": "https://www.linkedin.com/signup/cold-join", "title": "The daily check list..." }, { "activity_status": "Liked by Adam Lucero", "link": "https://www.linkedin.com/signup/cold-join", "title": "We're excited to share a few recent promotions within our company and we are lucky to have these valuable people on our team! Congratulations, Derek…" }, { "activity_status": "Liked by Adam Lucero", "link": "https://www.linkedin.com/signup/cold-join", "title": "It’s the final day of #optech2021! Come hear CEO Todd Katler chat candidly about PropTech, AI, and Humans alongside Bozzuto, AvalonBay Communities…" } ]
[ { "link": "https://www.linkedin.com/in/adam-lucero-49438549", "location": "El Paso, TX", "name": "Adam Lucero", "summary": "President at SMG EVENTS" }, { "link": "https://www.linkedin.com/in/adamlucero", "location": "Denver Metropolitan Area", "name": "Adam Lucero", "summary": "Area Preconstruction Manager" }, { "link": "https://www.linkedin.com/in/adam-lucero-17a2aa8b", "location": "Dallas-Fort Worth Metroplex", "name": "Adam Lucero", "summary": "Services Manager / Trainer / Recruiter with 20+ years Experience at Store and District Level" }, { "link": "https://www.linkedin.com/in/adam-lucero-8b46967b", "location": "Ferron, UT", "name": "Adam Lucero", "summary": "Construction Manager at Tamra mining company" }, { "link": "https://www.linkedin.com/in/adam-lucero-71106767", "location": "Denver, CO", "name": "Adam Lucero", "summary": "A passionate and energetic sales professional chartered to meet my clients objectives and exceed their expectations." } ]
[]
[ { "name": "MATHJOB.COM Math Jobs Mathematics Statistics Computer Science Data Analytics Finance Game Tech Meta", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFkuadaR0zyaA/group-logo_image-shrink_92x92/0/1537198488901?e=1647691200&v=beta&t=30NPLgFECcczj7V5pzX_b90kOCPoxBjHNvyVWUa1bpU", "url": "https://www.linkedin.com/groups/3697112" }, { "name": "NICHEJOBS.COM Engineering HR Recruiter Business Marketing Advertising Manufacturing Management Sales", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQGRthIzTbNvPg/group-logo_image-shrink_92x92/0/1537198366764?e=1647691200&v=beta&t=owHdkL6kP1DMU3kNvvbDwrXhx2p-bNRpJg59f-Cn3_c", "url": "https://www.linkedin.com/groups/3697100" }, { "name": "Science Researchers", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHiQFlgSBvhvA/group-logo_image-shrink_200x200/0/1631367407234?e=1647691200&v=beta&t=jd9YKpIT-jQr2QB2tokyxD69QkDPGRCYbfXi3Vm09tY", "url": "https://www.linkedin.com/groups/4089379" } ]
null
null
null
null
null
null
null
null
6,320
aaluisi
https://media-exp1.licdn.com/dms/image/C4E03AQENooTERryoxQ/profile-displayphoto-shrink_200_200/0/1516559963998?e=1652918400&v=beta&t=Vo4AVcnwyMVAfTPkKp6I3iq-1r11imTtCg34TDe0jK4
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
alan
aluisi
alan aluisi
New Business Developmenrt at Asset Mills
business development & sale asset mill
alan rewarding career dept . energy , understands importance jurisdictional inter-agency environmental regulatory compliance . alan wa hand-picked serve governor ’ citizen ’ advisory board provide community-wide input rocky flat cleanup phase . alan ha also represented third party innovative environmental technology industry government ; holder 7 patent , assigned one patent doe nuclear operation . alan manages ad operation manner seamless attentive throughout client cycle .
u
united state america
louisville
colorado
[ { "company": "Asset Mills", "company_linkedin_profile_url": "https://www.linkedin.com/company/asset-mills", "description": "New Business Development\nCompany Name Asset Mills\nDates Employed Mar 2017 – Present Employment Duration 10 mos\nLocation Louisville, Colorado\n\nAsset Mills provides a diverse selection of business services, including: asset sourcing, asset disposition, electronics recycling, data destruction and auctions and liquidation.\n\n* Sales Management\n* Team Management\n* Client Relations\n* Strategy Development", "ends_at": null, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHiXm9aHDN6DQ/company-logo_100_100/0/1519881045109?e=1655942400&v=beta&t=e6DaIdRolEsTrOLW_IQ84Z1Ua5jVxMM7qmafnCW5koA", "starts_at": { "day": 1, "month": 1, "year": 2016 }, "title": "New Business Developmenrt" }, { "company": "Eco Source International", "company_linkedin_profile_url": null, "description": "*Environmental Technology Broker", "ends_at": { "day": 31, "month": 8, "year": 2005 }, "location": "Greater Denver Area", "logo_url": null, "starts_at": { "day": 1, "month": 8, "year": 1993 }, "title": "Business Owner" }, { "company": "Department of Energy", "company_linkedin_profile_url": "https://www.linkedin.com/company/department-of-energy", "description": "*Radioisotope Production, Rarification & Analysis", "ends_at": { "day": 31, "month": 3, "year": 2005 }, "location": "Golden, CO", "logo_url": null, "starts_at": { "day": 1, "month": 3, "year": 1989 }, "title": "Technician/Crew Leader" } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[]
43
[ { "link": "https://www.linkedin.com/in/prabhjeet-singh-66a918172", "location": "Denver Metropolitan Area", "name": "Prabhjeet Singh", "summary": "Accounting Controller at Jay Feder Jewelers" }, { "link": "https://www.linkedin.com/in/anita-viehdorfer-bower-8882994a", "location": "Elwood, IN", "name": "anita viehdorfer-bower", "summary": "Independent Sales Representative at Avon" }, { "link": "https://www.linkedin.com/in/jason-ganong-9939541a6", "location": "Denver, CO", "name": "Jason Ganong", "summary": "Owner at Arvada Dental Excellence, PC" }, { "link": "https://www.linkedin.com/in/beth-johnson-ab980445", "location": "Denver, CO", "name": "Beth Johnson", "summary": "Music Teacher at Adams County School District" }, { "link": "https://www.linkedin.com/in/jennygilbreath", "location": "Westminster, CO", "name": "Jenny Gilbreath", "summary": "Account Executive at Canyon Title Company" }, { "link": "https://www.linkedin.com/in/kyle-etges", "location": "Nashville Metropolitan Area", "name": "Kyle Etges", "summary": "Adjunct Professor, Freelance Musician" }, { "link": "https://www.linkedin.com/in/kurtanp", "location": "Louisville, CO", "name": "Kurt Eherenman", "summary": "Web Designer and Information Architect, Owner, EhrenWerks, LLC" }, { "link": "https://www.linkedin.com/in/serena-eads-91ab291b", "location": "Aurora, CO", "name": "Serena Eads", "summary": "Eads Guitar Studio" }, { "link": "https://www.linkedin.com/in/blake-eberhard-7383bb33", "location": "Olathe, KS", "name": "Blake Eberhard", "summary": "Owner / Bassist at Blake Eberhard Bass Studio" }, { "link": "https://www.linkedin.com/in/elijahsamuels", "location": "Denver, CO", "name": "Elijah Samuels", "summary": "Software Engineer | Javascript | React | Ruby on Rails" }, { "link": "https://www.linkedin.com/in/orvelray", "location": "Denver Metropolitan Area", "name": "Orvel Ray Wilson, CSP, CEC", "summary": "Speakers and authors, Cut 5 years off your learning curve." }, { "link": "https://www.linkedin.com/in/deborah-stafford-73b422a", "location": "Longmont, CO", "name": "Deborah Stafford", "summary": "Vocalist at Self Employed" }, { "link": "https://www.linkedin.com/in/john-lumia-91b216a", "location": "Louisville, CO", "name": "John Lumia", "summary": "Retired from Ball Aerospace" }, { "link": "https://www.linkedin.com/in/barb-sill-prantner-55a586120", "location": "Lafayette, CO", "name": "Barb Sill-Prantner", "summary": "Realtor at MB/Sill-Prantner Realty" }, { "link": "https://www.linkedin.com/in/richard-glover-39597014", "location": "Boulder, CO", "name": "Richard Glover", "summary": "Instructor at Front Range Community College" }, { "link": "https://www.linkedin.com/in/larice-mccann-52956615", "location": "New Castle, DE", "name": "Larice Mccann", "summary": "New Business Specialist at United Electric Supply" }, { "link": "https://www.linkedin.com/in/jordantjohnson", "location": "Marietta, GA", "name": "Jordan Johnson", "summary": "Sr. Sales Executive- New Equipment Business at KONE" }, { "link": "https://www.linkedin.com/in/will-hawkins-244b09113", "location": "Lexington, SC", "name": "Will Hawkins", "summary": "National Business Relations Manager - General Credit Service Inc. - Evolve Business Solutions LLC" }, { "link": "https://www.linkedin.com/in/wiley-turner-0b2a768a", "location": "Bellevue, NE", "name": "Wiley Turner", "summary": "Glenn Valley Foods (New Business Specialists)" } ]
[]
[]
[]
[]
[]
null
null
null
null
null
null
null
null
6,321
aaluman
https://media-exp1.licdn.com/dms/image/C4E03AQE3-3urzT5HMA/profile-displayphoto-shrink_200_200/0/1597629808252?e=2147483647&v=beta&t=AC3ylbCoBvN8vgD7iwo_Y7YHpvHGq_0pI-Kw0uGy2_0
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aaron
luman
aaron luman
Administrative Assistant at Auto Safety House
administrative assistant auto safety house
detail-oriented professional 5+ year experience proven knowledge project management , distribution management , efficiency improvement .
u
united state america
phoenix
arizona
[ { "company": "Auto Safety House", "company_linkedin_profile_url": "https://www.linkedin.com/company/auto-safety-house", "description": null, "ends_at": null, "location": "Phoenix, Arizona, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQF1T4R7-ftV2g/company-logo_100_100/0/1617211564025?e=1655942400&v=beta&t=tma9CiyXMYzrZHGZPdjKM08bfyDz8_lWwf8izlY4Tz0", "starts_at": { "day": 1, "month": 1, "year": 2021 }, "title": "Administrative Assistant" }, { "company": "AlphaGraphics on University", "company_linkedin_profile_url": "https://www.linkedin.com/company/alphagraphics-on-university", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2020 }, "location": "Tempe, Arizona", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFUZBmzcQz8Qg/company-logo_100_100/0/1549652483925?e=1655942400&v=beta&t=2wSA6OkmInwka8Ymz6Ou1MO7W8cwyhrqpu1hpSwLa2I", "starts_at": { "day": 1, "month": 5, "year": 2017 }, "title": "agSigns Supervisor" }, { "company": "Plotter Doctor's", "company_linkedin_profile_url": "https://www.linkedin.com/company/plotter-doctor%27s", "description": null, "ends_at": { "day": 31, "month": 5, "year": 2017 }, "location": "Glendale, Arizona", "logo_url": null, "starts_at": { "day": 1, "month": 10, "year": 2015 }, "title": "Production Supervisor" }, { "company": "Plotter Supplies Inc", "company_linkedin_profile_url": "https://www.linkedin.com/company/plotter-supplies-inc", "description": null, "ends_at": { "day": 31, "month": 10, "year": 2015 }, "location": "Tempe, Arizona", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGP7Bu66a4daw/company-logo_100_100/0/1635258937670?e=1655942400&v=beta&t=CDvkpf9c1sK182l0PiE3hN3pM0NEKFfqQyYVq2m80fk", "starts_at": { "day": 1, "month": 12, "year": 2013 }, "title": "Sales Manager" } ]
[ { "degree_name": "Bachelor of Arts (B.A.)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2011 }, "field_of_study": "Design Studies", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHDGjY1IZJuog/company-logo_100_100/0/1519855922217?e=1655942400&v=beta&t=_sE4YlX6CkUAZzqqy-IuetFB3mGTnTg_VmZTvMHfvEs", "school": "Arizona State University", "school_linkedin_profile_url": "https://www.linkedin.com/school/arizona-state-university/", "starts_at": { "day": 1, "month": 1, "year": 2009 } }, { "degree_name": "Associate of Arts (A.A.)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2009 }, "field_of_study": "Graphic Design", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGJfrdLn4Iheg/company-logo_100_100/0/1519897133699?e=1655942400&v=beta&t=52G25WtO-Ndl4iy_hNo1EsCGc8T2LpL27WLccehFAps", "school": "Estrella Mountain Community College", "school_linkedin_profile_url": "https://www.linkedin.com/school/estrella-mountain-community-college/", "starts_at": { "day": 1, "month": 1, "year": 2007 } }, { "degree_name": "HS Diploma", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2007 }, "field_of_study": "Art/Art Studies, General", "logo_url": null, "school": "Willow Canyon High School", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2003 } } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[]
7
[ { "link": "https://www.linkedin.com/in/donnawerge", "location": "Mechanicsburg, PA", "name": "Donna Werge", "summary": "Do What you Love, Love what you Do: Just Breathe!" }, { "link": "https://www.linkedin.com/in/randy-morales-6b7498128", "location": "Miami, FL", "name": "Randy Morales", "summary": "Service Technician at Douglas Orr Plumbing" }, { "link": "https://www.linkedin.com/in/emily-alexander-437520146", "location": "Springfield-Branson, Missouri Area", "name": "Emily Alexander", "summary": "Art & Design Student" }, { "link": "https://www.linkedin.com/in/jean-nixon-10596970", "location": "Shreveport, LA", "name": "Jean Nixon", "summary": "Administrative Assistant at Southland Printing Company, Inc." }, { "link": "https://www.linkedin.com/in/grace-weinberg-891806185", "location": "Boston, MA", "name": "Grace Weinberg", "summary": "Editorial Operations Associate at Cell Press" }, { "link": "https://www.linkedin.com/in/barbara-barefoot-5b0a3593", "location": "North Manchester, IN", "name": "Barbara Barefoot", "summary": "Operations Clerk 2" }, { "link": "https://www.linkedin.com/in/ashley-kitchen-9761249a", "location": "Prosperity, SC", "name": "Ashley Kitchen", "summary": "Industries Inventory Analyst at South Carolina Department of Corrections" }, { "link": "https://www.linkedin.com/in/alyssa-grimes-05024798", "location": "Jacksonville, FL", "name": "Alyssa Grimes", "summary": "Customer Service Specialist with a focus in sales and administration." }, { "link": "https://www.linkedin.com/in/laurie-bauer-50a2b25b", "location": "Twin Falls, ID", "name": "Laurie Bauer", "summary": "Administrative Assistant at Alexander Clark Printing" }, { "link": "https://www.linkedin.com/in/catherine-putnam-76172964", "location": "North Ridgeville, OH", "name": "Catherine Putnam", "summary": "Operations and Production Manager at Maximum Graphix Inc." }, { "link": "https://www.linkedin.com/in/louise-guizzotti-0372a894", "location": "Buffalo, NY", "name": "Louise Guizzotti", "summary": "Executive Administrative Assistant at Neobiosis" }, { "link": "https://www.linkedin.com/in/erica-morales-07944ab5", "location": "Kansas City Metropolitan Area", "name": "Erica Morales", "summary": "Administrative Assistant III at Children's Mercy Kansas City" }, { "link": "https://www.linkedin.com/in/trsain", "location": "Charlotte Metro", "name": "Tracy Sain", "summary": "Administrative Assistant at Sain and Heavner Trucking Company" }, { "link": "https://www.linkedin.com/in/karin-kuntz-8740198b", "location": "Cambridge, MD", "name": "Karin Kuntz", "summary": "Kabeku Digital Photo Restoration and Graphic Design" }, { "link": "https://www.linkedin.com/in/michele-peluso-2835b810", "location": "North Reading, MA", "name": "Michele Peluso", "summary": "Administrative Assistant at Shawmut Printing" }, { "link": "https://www.linkedin.com/in/audrey-kohler-2338a3142", "location": "Juneau, AK", "name": "Audrey Kohler", "summary": "Administrative Assistant at Los Angeles Theater Center" }, { "link": "https://www.linkedin.com/in/torres-nathan", "location": "Dallas-Fort Worth Metroplex", "name": "Nathan Torres", "summary": "Talent Management Coordinator at CHRISTUS Health" }, { "link": "https://www.linkedin.com/in/ginelle-garratt-aa304894", "location": "Farmingdale, NY", "name": "Ginelle Garratt", "summary": "Administrative Assistant at R&J Graphics" } ]
[]
[]
[ { "link": "https://www.linkedin.com/in/aaron-luman-251939116", "location": "Lomita, CA", "name": "Aaron Luman", "summary": "Sales at Self" }, { "link": "https://www.linkedin.com/in/aaron-luman", "location": "Las Vegas, NV", "name": "Aaron Luman", "summary": null }, { "link": "https://www.linkedin.com/in/aaron-luman-280928152", "location": "Sterling, CO", "name": "Aaron Luman", "summary": "Forger at Nichols Tillage Tools Inc" }, { "link": "https://www.linkedin.com/in/aaron-luman-119689129", "location": "Liberal, KS", "name": "Aaron Luman", "summary": "Fire Lieutenant at City of Liberal" } ]
[]
[]
null
null
null
null
null
null
null
null
6,322
aalundgren
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://media-exp1.licdn.com/dms/image/C4E16AQGVcwgQm_zK7g/profile-displaybackgroundimage-shrink_200_800/0/1558537903836?e=1652918400&v=beta&t=aGOHsa2XmDv0H2O9sSNQj5U57ZJAZD2uRZYRFfEyzr0
andrew .
lundgren
andrew a. lundgren
Senior Vice President, General Counsel & Chief Compliance Officer at COGENCY GLOBAL INC.
general counsel chief compliance officer cogency global inc .
positive , proactive corporate lawyer experienced advising board director , business executive , appellate trial judge , political officeholder . critical thinker integrates legal knowledge management skill cross-functional team common goal commercial success . inquisitive empathetic counselor able engage personality type level organization .
u
united state america
greater philadelphia
null
[ { "company": "COGENCY GLOBAL INC.", "company_linkedin_profile_url": "https://www.linkedin.com/company/cogencyglobal", "description": null, "ends_at": null, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHmbnMLsdth9g/company-logo_100_100/0/1551909514107?e=1655942400&v=beta&t=CvXslWtu99_QXkTeiPH_nZgHaBdNiELFizvtciZkIi0", "starts_at": { "day": 1, "month": 1, "year": 2020 }, "title": "Senior Vice President, General Counsel & Chief Compliance Officer" }, { "company": "COGENCY GLOBAL INC.", "company_linkedin_profile_url": "https://www.linkedin.com/company/cogencyglobal", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2020 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHmbnMLsdth9g/company-logo_100_100/0/1551909514107?e=1655942400&v=beta&t=CvXslWtu99_QXkTeiPH_nZgHaBdNiELFizvtciZkIi0", "starts_at": { "day": 1, "month": 1, "year": 2017 }, "title": "General Counsel" }, { "company": "COGENCY GLOBAL INC.", "company_linkedin_profile_url": "https://www.linkedin.com/company/cogencyglobal", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2017 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHmbnMLsdth9g/company-logo_100_100/0/1551909514107?e=1655942400&v=beta&t=CvXslWtu99_QXkTeiPH_nZgHaBdNiELFizvtciZkIi0", "starts_at": { "day": 1, "month": 1, "year": 2011 }, "title": "Vice President & Assistant General Counsel" }, { "company": "Young Conaway Stargatt & Taylor, LLP", "company_linkedin_profile_url": "https://www.linkedin.com/company/young-conaway-stargatt-&-taylor-llp", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2011 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQF1sfmwbcP8xA/company-logo_100_100/0/1532372076360?e=1655942400&v=beta&t=8v-HD6d42gM6_8q81ZLE1Cb_y7Nz5Pd21hpj2nMTOTw", "starts_at": { "day": 1, "month": 1, "year": 2005 }, "title": "Associate, Federal Courts and Technology Litigation" }, { "company": "Delaware Supreme Court", "company_linkedin_profile_url": "https://www.linkedin.com/company/delaware-supreme-court", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2005 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFY2fRPfCxXsw/company-logo_100_100/0/1544753091846?e=1655942400&v=beta&t=Z_AYXBkokLsmkRZOcLH1K3NAynCZ_fMvrmC5u8W5fqc", "starts_at": { "day": 1, "month": 1, "year": 2004 }, "title": "Law Clerk, Chief Justice Myron T. Steele" }, { "company": "Delaware Superior Court", "company_linkedin_profile_url": "https://www.linkedin.com/company/delaware-superior-court", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2004 }, "location": null, "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 2003 }, "title": "Law Clerk, President Judge Henry duPont Ridgely" } ]
[ { "degree_name": "Master of Public Administration", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2013 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHnbnsnJlBiZg/company-logo_100_100/0/1574783042416?e=1655942400&v=beta&t=p59XghZbhZmxOiZGK46vJrYRXBzXFICPlHQ6Or5FA8s", "school": "University of Pennsylvania", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-pennsylvania/", "starts_at": { "day": 1, "month": 1, "year": 2011 } }, { "degree_name": "Juris Doctor", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2003 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEQ-M6vyt4sBA/company-logo_100_100/0/1519856193331?e=1655942400&v=beta&t=56zr95vH4LMvp5yJ3vqoAxiVLSsm_FHs-2QElK6A-18", "school": "Brooklyn Law School", "school_linkedin_profile_url": "https://www.linkedin.com/school/brooklyn-law-school/", "starts_at": { "day": 1, "month": 1, "year": 2000 } }, { "degree_name": "Bachelor of Liberal Arts", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2000 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQF5t62bcL0e9g/company-logo_100_100/0/1519855919126?e=1655942400&v=beta&t=5fyYqKTduVNijdmIxPJbYS5CjT2Ox3Jkb7aOaa7bBGY", "school": "Harvard University", "school_linkedin_profile_url": "https://www.linkedin.com/school/harvard-university/", "starts_at": { "day": 1, "month": 1, "year": 1996 } } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[ { "authority": "Delaware Supreme Court", "display_source": null, "ends_at": null, "license_number": null, "name": "Member, Delaware Bar", "starts_at": null, "url": null }, { "authority": "D.C. Court of Appeals", "display_source": null, "ends_at": null, "license_number": null, "name": "Member, District of Columbia Bar", "starts_at": null, "url": null } ]
366
[ { "link": "https://www.linkedin.com/in/navinbhutani", "location": "Washington DC-Baltimore Area", "name": "Navin Bhutani", "summary": "retail tenants' champion | trusted capital deployer | growth target hitter | JD | MBA" }, { "link": "https://www.linkedin.com/in/krystal-beckner-4a6a3917", "location": "St Louis, MO", "name": "Krystal Beckner", "summary": "Vice President of Statutory Representation at COGENCY GLOBAL INC" }, { "link": "https://www.linkedin.com/in/michaelrmarcello", "location": "Orange County, CA", "name": "Michael Marcello", "summary": "Certified Scrum Product Owner (CSPO), Certified Scrum Master (CSM)." }, { "link": "https://www.linkedin.com/in/tracie-jordan-a2572895", "location": "United States", "name": "Tracie Jordan", "summary": "--" }, { "link": "https://www.linkedin.com/in/christophertilton", "location": "Greater Reno Area", "name": "Christopher Tilton", "summary": "Poised and Ready for Opportunities" }, { "link": "https://www.linkedin.com/in/gaylejennings", "location": "Costa Mesa, CA", "name": "Gayle Jennings", "summary": "Senior Vice President, Tax at Mechanics Bank" }, { "link": "https://www.linkedin.com/in/kristy-lynch-82479415", "location": "Austin, TX", "name": "Kristy Lynch", "summary": "Accountant - CLEAResult Consulting" }, { "link": "https://www.linkedin.com/in/harry-argos-b1347425", "location": "West Covina, CA", "name": "harry argos", "summary": "Owner, icm" }, { "link": "https://www.linkedin.com/in/tiffany-roth-638b4196", "location": "Cadiz, KY", "name": "Tiffany Roth", "summary": "Trace Operations Manager at Pennyroyal Center" }, { "link": "https://www.linkedin.com/in/joyceromero", "location": "Denver, CO", "name": "Joyce Romero, MBA", "summary": "Product Manager at COGENCY GLOBAL INC." }, { "link": "https://www.linkedin.com/in/teresa-sharpley-6117a186", "location": "Albany, NY", "name": "Teresa Sharpley", "summary": "Customer Service Representative at Capitol Services, Inc." }, { "link": "https://www.linkedin.com/in/michelle-ellis-3a881850", "location": "Reno, NV", "name": "Michelle Ellis", "summary": "Office Manager at Capitol Services, Inc." }, { "link": "https://www.linkedin.com/in/msusc-llc", "location": "Memphis, TN", "name": "MSUSC, LLC", "summary": "Commercial and Residential Title Abstracting (TN, AR, MS)" }, { "link": "https://www.linkedin.com/in/michael-rossiello-78a04637", "location": "Houston, TX", "name": "Michael Rossiello", "summary": "Owner, North Star Information" }, { "link": "https://www.linkedin.com/in/cesar-delgado-b8329b21", "location": "United States", "name": "Cesar Delgado", "summary": "Legalization Specialist and Corporate Service Specialist" }, { "link": "https://www.linkedin.com/in/laurence-grayer-2744aa7", "location": "Great Falls, VA", "name": "Laurence Grayer", "summary": "General Counsel, Vice President, and Chief Compliance Officer at Creative Associates International" }, { "link": "https://www.linkedin.com/in/tiffany-scheppers", "location": "Charlotte Metro", "name": "Tiffany Scheppers, BSN, RN, JD", "summary": "General Counsel and Corporate Secretary at InfuCare Rx Inc." }, { "link": "https://www.linkedin.com/in/sadeqkhan", "location": "Washington DC-Baltimore Area", "name": "Sadeq Khan", "summary": "Corporate Counsel at Amazon" }, { "link": "https://www.linkedin.com/in/deborah-steiner-1596a333", "location": "Greater Chicago Area", "name": "Deborah Steiner", "summary": "EVP, Chief Administrative Officer, General Counsel, Corporate Secretary, and Chief Compliance Officer at RRD" }, { "link": "https://www.linkedin.com/in/averi-price-b90b3b5", "location": "Waban, MA", "name": "Averi Price", "summary": "Legal and Compliance Professional" } ]
[]
[]
[]
[]
[]
null
null
null
null
null
null
null
null
6,324
aaluong
https://media-exp1.licdn.com/dms/image/C4E03AQH2oMtkLCBxrw/profile-displayphoto-shrink_200_200/0/1638377968841?e=2147483647&v=beta&t=rUtJv36w8yKTzPA0_M5gCx9Y2BxZmRagfwmh6VoSMp0
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
adam
luong
adam luong
Technology Architecture Delivery - Associate Manager at Accenture
aws solution architect | cloud data & analytics | associate manager accenture aws business group ( aabg )
null
u
united state america
los angeles metropolitan area
null
[ { "company": "Accenture", "company_linkedin_profile_url": "https://www.linkedin.com/company/accenture", "description": null, "ends_at": null, "location": "Los Angeles Metropolitan Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHjvfNL_2AXIw/company-logo_100_100/0/1628018657141?e=1655942400&v=beta&t=X1Na4U8_Mqq9Vclubz2t-Wi5aomAsz_saSSRlpDjupU", "starts_at": { "day": 1, "month": 12, "year": 2021 }, "title": "Technology Architecture Delivery - Associate Manager" }, { "company": "Accenture", "company_linkedin_profile_url": "https://www.linkedin.com/company/accenture", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2021 }, "location": "Los Angeles Metropolitan Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHjvfNL_2AXIw/company-logo_100_100/0/1628018657141?e=1655942400&v=beta&t=X1Na4U8_Mqq9Vclubz2t-Wi5aomAsz_saSSRlpDjupU", "starts_at": { "day": 1, "month": 1, "year": 2020 }, "title": "Technology Architecture Delivery - Specialist" } ]
[ { "degree_name": "Bachelor of Arts (B.A.)", "description": null, "ends_at": null, "field_of_study": "Business Economics", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEuZlXAuo608Q/company-logo_100_100/0/1570207210620?e=1655942400&v=beta&t=cTRr6-g8fQi6n7eB3D3eLMDQKdo2xCsf04vPOZ-hngo", "school": "University of California, Irvine", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-california-irvine/", "starts_at": null } ]
[]
[]
[]
[]
[]
[]
[]
[]
[ { "cause": null, "company": "Back on My Feet", "company_linkedin_profile_url": "https://www.linkedin.com/company/backonmyfeet", "description": null, "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFkbZ49J2d5kg/company-logo_100_100/0/1519885495185?e=1655942400&v=beta&t=Wt5BoW_WwUvIRJTZZ8-EloIpIp-9Ao_ZIbVXOjVwz14", "starts_at": { "day": 1, "month": 6, "year": 2021 }, "title": "Career Coach" } ]
[ { "authority": "Amazon Web Services (AWS)", "display_source": "www.youracclaim.com", "ends_at": { "day": 31, "month": 10, "year": 2022 }, "license_number": null, "name": "AWS Certified SysOps Administrator - Associate", "starts_at": { "day": 1, "month": 10, "year": 2019 }, "url": "https://www.youracclaim.com/badges/b6a6dbca-eb89-4fad-aef7-e28cd882b47f" }, { "authority": "Amazon Web Services (AWS)", "display_source": "www.youracclaim.com", "ends_at": { "day": 31, "month": 5, "year": 2022 }, "license_number": null, "name": "AWS Certified Developer - Associate", "starts_at": { "day": 1, "month": 5, "year": 2019 }, "url": "https://www.youracclaim.com/badges/e3741ea9-6dc5-4fec-932a-c5430ed1cb1b" }, { "authority": "Amazon Web Services (AWS)", "display_source": "www.youracclaim.com", "ends_at": { "day": 31, "month": 3, "year": 2022 }, "license_number": null, "name": "AWS Certified Solutions Architect - Associate", "starts_at": { "day": 1, "month": 3, "year": 2019 }, "url": "https://www.youracclaim.com/badges/07c4fd35-10e4-4bde-a37a-26eeff590406" }, { "authority": "Scrum Alliance", "display_source": null, "ends_at": { "day": 31, "month": 7, "year": 2021 }, "license_number": "1091216", "name": "Certified ScrumMaster (CSM)", "starts_at": { "day": 1, "month": 7, "year": 2019 }, "url": null } ]
287
[]
[]
[]
[ { "link": "https://www.linkedin.com/in/adamluong", "location": "Philadelphia, PA", "name": "Adam Luong", "summary": "Development Consultant at SAP" }, { "link": "https://www.linkedin.com/in/adam-luong-2191066", "location": "Houston, TX", "name": "Adam Luong", "summary": "Network Engineer" }, { "link": "https://vn.linkedin.com/in/adam84luong", "location": "Vietnam", "name": "Adam Luong", "summary": "VN Manager at Cardpool.com" }, { "link": "https://www.linkedin.com/in/adam-luong-1a309233", "location": "San Francisco Bay Area", "name": "Adam Luong", "summary": "Marketing and advertising / design consultant" } ]
[]
[]
null
null
null
null
null
null
null
null
6,325
aalurkar
https://media-exp1.licdn.com/dms/image/C5603AQF8xe2a9CgO7g/profile-displayphoto-shrink_200_200/0/1549509902286?e=1652918400&v=beta&t=1L9N3jVU6JFSrbnk6nadKll3KJ3pObQgHaUOyWGPxJc
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aditya
alurkar
aditya alurkar
Researching my "Next play" at Self-Employed
researching `` next play ''
`` simplicity '' mantra . enjoy dynamic smaller company group . firm believer teamwork . deeply experienced early stage startup hyper-growth highly successful internet company , `` lived ( ) . '' take task including nitty gritty designing implementing system data processing scale , understanding technical human challenge building high performing globally distributed organization . involved developing technology solution help support data growth hyper-scale . technology help data-centric application running scale-out server connect data store guaranteed performance characteristic .
u
united state america
san francisco bay area
null
[ { "company": "Self-Employed", "company_linkedin_profile_url": null, "description": "I am taking the time to research \"what comes next\" on a full-time basis.", "ends_at": null, "location": "San Francisco Bay Area", "logo_url": null, "starts_at": { "day": 1, "month": 11, "year": 2020 }, "title": "Researching my \"Next play\"" }, { "company": "Metta Data Consulting", "company_linkedin_profile_url": null, "description": "Assist and advise various startups. This ranges from investing, brainstorming about strategy, architecture, collaborating to come up with tag-lines, and anything that can help a startup.", "ends_at": null, "location": "San Francisco Bay Area", "logo_url": null, "starts_at": { "day": 1, "month": 11, "year": 2012 }, "title": "Do-er of all things" }, { "company": "rENIAC", "company_linkedin_profile_url": "https://www.linkedin.com/company/reniac-inc", "description": "Advise and assist the founding team on solution development and application of technology to address customer needs.", "ends_at": { "day": 30, "month": 9, "year": 2021 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHgomPRl0FCWA/company-logo_100_100/0/1601070103158?e=1655942400&v=beta&t=z2eryjIf3_fGuL_RpnKJavqHsI8t8hJXbzPcKuYthPk", "starts_at": { "day": 1, "month": 12, "year": 2016 }, "title": "Advisor - Solution and Technology" }, { "company": "rENIAC", "company_linkedin_profile_url": "https://www.linkedin.com/company/reniac-inc", "description": "Design and develop solutions, leveraging our core IP to overcome scalability challenges in data management.", "ends_at": { "day": 31, "month": 12, "year": 2016 }, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHgomPRl0FCWA/company-logo_100_100/0/1601070103158?e=1655942400&v=beta&t=z2eryjIf3_fGuL_RpnKJavqHsI8t8hJXbzPcKuYthPk", "starts_at": { "day": 1, "month": 7, "year": 2014 }, "title": "VP Solutions" }, { "company": "CompilerWorks", "company_linkedin_profile_url": "https://www.linkedin.com/company/compilerworks", "description": "Help the CEO in doing everything else (aside from writing Java code)\nHelp the CTO in prioritizing what fire to put out first\nHelp all of the team members be as successful as they can be at putting out fires and starting a few good ones\nHelp to grow and build an amazing team of really passionate engineers", "ends_at": { "day": 30, "month": 11, "year": 2020 }, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHr2bRXG8bFsg/company-logo_100_100/0/1519861703656?e=1655942400&v=beta&t=v4-PmqiXe174cuRbu0Y2DyYLulBLPy18cTBH4YoR0gA", "starts_at": { "day": 1, "month": 2, "year": 2019 }, "title": "Chief Operating Officer" }, { "company": "CompilerWorks", "company_linkedin_profile_url": "https://www.linkedin.com/company/compilerworks", "description": "Worked on turning really cool technology into Products which make our customers smile (and on many occasions scratch their head because they did not think this was possible).", "ends_at": { "day": 31, "month": 1, "year": 2019 }, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHr2bRXG8bFsg/company-logo_100_100/0/1519861703656?e=1655942400&v=beta&t=v4-PmqiXe174cuRbu0Y2DyYLulBLPy18cTBH4YoR0gA", "starts_at": { "day": 1, "month": 11, "year": 2017 }, "title": "V.P. Product and Customer Success" }, { "company": "IMAGINE CHOCOLATE", "company_linkedin_profile_url": "https://www.linkedin.com/company/imagine-chocolate", "description": "Help with strategic initiatives. Helping Imagine leverage technology to scale operations.", "ends_at": { "day": 31, "month": 3, "year": 2017 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEdEG6wu8VzPA/company-logo_100_100/0/1519891459138?e=1655942400&v=beta&t=4SFqDWcs9tWOr689nPQsPmkM_M9fYwRiXWAn_TohTUc", "starts_at": { "day": 1, "month": 8, "year": 2011 }, "title": "Advisor" }, { "company": "Home", "company_linkedin_profile_url": null, "description": "Going to take some time off to figure out what comes next.", "ends_at": { "day": 31, "month": 7, "year": 2014 }, "location": null, "logo_url": null, "starts_at": { "day": 1, "month": 9, "year": 2012 }, "title": "Part-time dad, Part-time husband, Full-time ponderer" }, { "company": "LinkedIn", "company_linkedin_profile_url": "https://www.linkedin.com/company/linkedin", "description": "- I benchmarked, designed, setup our Aster Data based MPP data warehouse solution. In addition to initial setup I manage the Aster cluster.\n- I guide engineering teams make the best data storage/retrieval design decisions.\n- I manage change management process for all the production databases.", "ends_at": { "day": 30, "month": 9, "year": 2012 }, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHaVYd13rRz3A/company-logo_100_100/0/1638831589865?e=1655942400&v=beta&t=4uNvXCYoNTYLUY73NfgjhR8uV5weSZTRT7WoBza_RNw", "starts_at": { "day": 1, "month": 8, "year": 2009 }, "title": "Database Architect" }, { "company": "LinkedIn", "company_linkedin_profile_url": "https://www.linkedin.com/company/linkedin", "description": "LinkedIn is, well LinkedIn, the worlds largest professional networking site with over 50 Million.\t\nI was responsible for the Data Architecture within LinkedIn. I worked for the CTO office which defined goals and best practices to support the scalability and reliability needs. The CTO office also acted as the bridge between Engineering and Operations, this included setting up performance labs and metrics that were to be used to ensure that feature sets and releases will scale and would deploy without affecting performance and reliability in production. I was also responsible for the architecture to support the disaster/recovery needs and high-availability needs of the databases and data stores that supported LinkedIn.\nTechnical environment: Oracle, Oracle Enterprise Manager, MySQL, Java, KETL, Solaris, OSX", "ends_at": { "day": 31, "month": 8, "year": 2009 }, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHaVYd13rRz3A/company-logo_100_100/0/1638831589865?e=1655942400&v=beta&t=4uNvXCYoNTYLUY73NfgjhR8uV5weSZTRT7WoBza_RNw", "starts_at": { "day": 1, "month": 3, "year": 2006 }, "title": "Database Architect" }, { "company": "SourceForge, Inc.", "company_linkedin_profile_url": "https://www.linkedin.com/company/sourceforge-inc.", "description": "Sourceforge.net was the worlds largest Opensource repository in the world, it was home to over 100,000 projects and had over a Million registered users. The site served more than a Million software downloads per day and had at least one user come to the site for every country in the world, any given day.\nI was part of a small team of 4 that supported the SF.net infrastructure. I was the only DBA in the team and was the primary point of contact for any and all database needs. I worked closely with the QoS team to ensure the reliability of the service. During the 4+ years at SF.net I witnessed over 4X increase in popularity of Opensource software and site usage growth. A major part of my daily routine was troubleshooting, and problem-solving.\nTechnical environment: PostgreSQL, MySQL, DB2, Linux(Redhat,Fedora), Apache, PHP, OSX", "ends_at": { "day": 31, "month": 3, "year": 2006 }, "location": "San Francisco Bay Area", "logo_url": null, "starts_at": { "day": 1, "month": 11, "year": 2001 }, "title": "Sr. Database Administrator" }, { "company": "Zembu Labs", "company_linkedin_profile_url": null, "description": "Zembu was a startup that was developing a on-demand database replication platform. The idea of the system was to push data to the edge of the network and have databases self-populate with relevant and required data. Put simply Zembu was to databases what Akamai is to content.\nI worked on different teams within Zembu. I served on the operations team and was responsible to setup a 5 server asynchronous multi-master replication using Oracle replication. On the professional services team I met with customers and translated business requirements into technical requirement and feature requests.\nTechnical environment: Oracle, PostgreSQL, Solaris, Linux(Debian), Windows, ER-Studio", "ends_at": { "day": 31, "month": 10, "year": 2001 }, "location": "San Francisco Bay Area", "logo_url": null, "starts_at": { "day": 1, "month": 10, "year": 2000 }, "title": "Sr. Database Administrator" }, { "company": "Astata", "company_linkedin_profile_url": null, "description": "Astata was a startup that initially worked on a contract to develop a web-based community application for students. Astata eventually moved into a niche market of writing web-apps and apps for wireless devices. They had some of the first apps targeted for Blackberry.\nI inherited an inefficiently designed database that had to be re-engineered such that the monolithic database would be split into multiple databases with data flowing between the databases via replication. The redesign has to take into consideration privacy requirements. I also investigated and acquired tools to monitor, troubleshoot Oracle.\nTechnical environment: Oracle, Linux, Windows, ASP, Quest Instance Monitor, Quest spotlight, Quest SQLXpert.", "ends_at": { "day": 30, "month": 9, "year": 2000 }, "location": "New York City Metropolitan Area", "logo_url": null, "starts_at": { "day": 1, "month": 10, "year": 1999 }, "title": "Database Administrator" }, { "company": "Misc Contract Positions", "company_linkedin_profile_url": null, "description": "Consulted with various organizations. Responsibilities included software development, systems design. Working with a wide spectrum of customers and systems helped me understand my strengths and weaknesses and helped me focus in on Database technologies and implementations. I work on SQL development, modeling, scripting for backup/restore and SQL tuning.", "ends_at": { "day": 30, "month": 9, "year": 1999 }, "location": null, "logo_url": null, "starts_at": { "day": 1, "month": 5, "year": 1994 }, "title": "Consultant" } ]
[ { "degree_name": "M.S", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2000 }, "field_of_study": "Management Information Systems", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGkg1m9DqAgew/company-logo_100_100/0/1519856155992?e=1655942400&v=beta&t=lnkfBy9oYJ9fG1Z7V6H7Yz1r52Ljn-jOCP2otd6iHdw", "school": "Fairleigh Dickinson University", "school_linkedin_profile_url": "https://www.linkedin.com/school/fairleigh-dickinson-university/", "starts_at": { "day": 1, "month": 1, "year": 1998 } }, { "degree_name": "B.S", "description": null, "ends_at": { "day": 31, "month": 12, "year": 1998 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFPu9bGTEG2qA/company-logo_100_100/0/1591238749287?e=1655942400&v=beta&t=WCBQ3DV7Ai19CMHTWK_pIvOdrAjZp5ewdJcvQ5injWI", "school": "Goa University", "school_linkedin_profile_url": "https://www.linkedin.com/school/goa-university/", "starts_at": { "day": 1, "month": 1, "year": 1995 } }, { "degree_name": "HSSC", "description": null, "ends_at": { "day": 31, "month": 12, "year": 1994 }, "field_of_study": "Science", "logo_url": null, "school": "M.E.S. College", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 1992 } } ]
[ "English", "Marathi", "Gujarati", "Konkani", "Hindi" ]
[]
[]
[]
[]
[]
[]
[]
[ { "cause": "Health", "company": "kindness.org", "company_linkedin_profile_url": "https://www.linkedin.com/company/kindnessorg", "description": "Help in reminding people that \"being kind\" is the default setting.", "ends_at": { "day": 31, "month": 7, "year": 2021 }, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGFQrNm-VD0_g/company-logo_100_100/0/1642003866980?e=1655942400&v=beta&t=ImtgP2gxZcyGCaLF7P-JNpJoSZm0zsY0Cp8xrs8Ct-A", "starts_at": { "day": 1, "month": 9, "year": 2019 }, "title": "Member Board Of Directors" }, { "cause": "Education", "company": "Dalai Lama Center for Peace+Education", "company_linkedin_profile_url": null, "description": "Assisted with the social media strategy to sustain the momentum built during the Connecting for Change, Vancouver Peace Summit 2009. Focused on using technology as a tool to facilitate cross-sector collaboration between the professionals, who find themselves wanting to \"give back to society\" but don't necessarily knowing \"how-to\" and social innovators who know \"how-to\". Goal was to help grow the \"Connecting for Change\" LinkedIn group and make it a \"go-to\" place for professionals and social innovators to find each other, learn about each others strength, and collaborate.", "ends_at": null, "logo_url": null, "starts_at": { "day": 1, "month": 7, "year": 2009 }, "title": "Connector" }, { "cause": "Health", "company": "charity: water", "company_linkedin_profile_url": "https://www.linkedin.com/company/charitywater", "description": "Help charity:water in reaching its goal to provide access to clean water to almost 1 Billion people. I am a member of the \"Wells\" program which helps charity:water meet its goal of ensuring that 100% of funds raised through campaigns go towards water projects", "ends_at": { "day": 30, "month": 11, "year": 2014 }, "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQGXOGJLxCqhUA/company-logo_100_100/0/1519919819607?e=1655942400&v=beta&t=hfw8BI6xsxhXqZ18HtQA-ZnnyEY6EUNvub4HwhayBZM", "starts_at": { "day": 1, "month": 12, "year": 2011 }, "title": "Wells Members" } ]
[]
500
[ { "link": "https://www.linkedin.com/in/alanlwang", "location": "San Francisco Bay Area", "name": "Alan Wang", "summary": "Founder, Owner, Operating Principal at Alan Wang Realty Group and Keller Williams Santa Clara Valley" }, { "link": "https://in.linkedin.com/in/raviraj-nair-87b93aa", "location": "Maharashtra, India", "name": "Raviraj Nair", "summary": "VP - Core Payments Production Management, JP Morgan" }, { "link": "https://fi.linkedin.com/in/sudarsana-reddy-kadiri-541a3835", "location": "Helsinki Metropolitan Area", "name": "Sudarsana Reddy Kadiri", "summary": "Research Fellow at Aalto University" }, { "link": "https://www.linkedin.com/in/hrishi-shelar-9b988588", "location": "Greater Seattle Area", "name": "Hrishi Shelar", "summary": "Senior PM, Azure Space and Spectrum" }, { "link": "https://in.linkedin.com/in/urvish-mahida", "location": "Pune", "name": "Urvish Mahida", "summary": "Member Of Technical Staff at PhonePe" }, { "link": "https://za.linkedin.com/in/anil-sooklal-47a7a937", "location": "South Africa", "name": "Anil Sooklal", "summary": "Deputy Director General,International Relations and Cooperation\nBRICS & IBSA Sherpa, IORA Focal Point. Adjunct Professor" }, { "link": "https://www.linkedin.com/in/arunjainus", "location": "Raleigh-Durham-Chapel Hill Area", "name": "Arun Jain", "summary": "Engineering Leader | Solution Architect | Customer Success | Digital Strategy | Cloud | Data Platforms | Data Analytics | Automation | Innovation" }, { "link": "https://www.linkedin.com/in/nikunjnirmal", "location": "Dallas-Fort Worth Metroplex", "name": "Nikunj Nirmal", "summary": "Principal – Technology Solutions and Strategic programs (Amazon) | Chief Technology Officer | Head of Digital Transformation and Innovation Labs" }, { "link": "https://www.linkedin.com/in/goutham-puppala-97b3a21", "location": "Basking Ridge, NJ", "name": "Goutham Puppala", "summary": "Chief architect at Sensoriant Inc." }, { "link": "https://www.linkedin.com/in/arjun-malhotra-5b07005", "location": "Saratoga, CA", "name": "Arjun Malhotra", "summary": "Chairman Magic Software" }, { "link": "https://ca.linkedin.com/in/robboyko", "location": "Vancouver, BC", "name": "Rob Boyko", "summary": "Business & Market Development Leadership, Technology Commercialization, & Start-Ups Advisor" }, { "link": "https://www.linkedin.com/in/rahulramesh", "location": "Redmond, WA", "name": "Rahul Ramesh", "summary": "Engineering@Confluent" }, { "link": "https://www.linkedin.com/in/karenzhangny", "location": "New York, NY", "name": "Karen Zhang", "summary": "Product Manager, Zip" }, { "link": "https://www.linkedin.com/in/amulbpatel", "location": "San Francisco Bay Area", "name": "Amul Patel", "summary": "Director, Product Integration & Delivery, Health Innovation Technology at Blue Shield of California" }, { "link": "https://in.linkedin.com/in/pranjal-kamra-365355a0", "location": "Raipur", "name": "Pranjal Kamra", "summary": "Building Finology.in. Early Stage Investor." }, { "link": "https://www.linkedin.com/in/trounce", "location": "Palo Alto, CA", "name": "David Trounce", "summary": "Director Commercial Analytics at YouTube" }, { "link": "https://www.linkedin.com/in/zzkaru", "location": "San Francisco Bay Area", "name": "Zoher Karu", "summary": "Digital & data-driven transformation executive" }, { "link": "https://www.linkedin.com/in/esharaval", "location": "Seattle, WA", "name": "Esha Raval", "summary": "Senior Software Engineer at Google | Ex-Microsoft | Ex-Amazon" }, { "link": "https://www.linkedin.com/in/angelasong01", "location": "Cupertino, CA", "name": "Angela Song", "summary": "Spark AR Creator Platform" }, { "link": "https://www.linkedin.com/in/viken-eldemir-493182", "location": "San Francisco, CA", "name": "Viken Eldemir", "summary": "President, Global Field Operations" } ]
[ "Jonathan Goldman\n \n \n\n\n\n \n \n \n \n \n\n \n Adi is very capable and has a can-do attitude. He has done it\nall--from building servers to setting up new advanced distributed\ndatabases. He is a great resource and a pleasure to be around. I highly recommend him.", "Mike Greenfield\n \n \n\n\n\n \n \n \n \n \n\n \n Adi is both a detail-oriented, hands-on DBA who knows his stuff, and a visionary, innovative data architect who crafts clever, elegant solutions to complex technical problems. And he's a lot of fun to work with!" ]
[ { "activity_status": "Liked by Aditya Alurkar", "link": "https://www.linkedin.com/signup/cold-join", "title": "Hello All,We are looking for a QA Tester to assess software quality through manual testing.Experience: 1-5 YearsPosition: 2Desired Candidate…" }, { "activity_status": "Liked by Aditya Alurkar", "link": "https://www.linkedin.com/signup/cold-join", "title": "Shot 10yrs ago today at the OG LinkedInHQ. Time flies!#linkedinlife #membersfirst" } ]
[ { "link": "https://in.linkedin.com/in/aditya-alurkar-2799981ba", "location": "Gadhinglaj", "name": "Aditya Alurkar", "summary": "I'm a singer at T-Series" }, { "link": "https://www.linkedin.com/in/aditya-alurkar-19639b8", "location": "New Alexandria, VA", "name": "Aditya Alurkar", "summary": "Senior cost engineer at Booz Allen Hamilton" } ]
[]
[ { "name": "The LI Massage Team", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQE8CQZJWXs1uw/group-logo_image-shrink_200x200/0/1631354698507?e=1647691200&v=beta&t=d1Uve93_uDnRC58BhdDnXgdJOoANg1OWS39h0bEvQcY", "url": "https://www.linkedin.com/groups/3786392" }, { "name": "Network Operations Center (NOC) Professionals", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/1163667" }, { "name": "Collective Creativity", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQEVspJ9TnyaTA/group-logo_image-shrink_200x200/0/1631371569119?e=1647691200&v=beta&t=jR0YvKaXv1-VoSiW_nugTfCxgQNkCoG82jMhH9-_Kac", "url": "https://www.linkedin.com/groups/3153434" }, { "name": "Chief Data Officer (CDO) 🟥", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQEVxJLbviiSvw/group-logo_image-shrink_92x92/0/1643229937341?e=1647691200&v=beta&t=HLzzNIO1EKStkmzOO9a2EmJnf6QcxOI-1zHQRB-bwbI", "url": "https://www.linkedin.com/groups/3748530" }, { "name": "Former Zembu Employees", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQEDWbBF1bl4zA/group-logo_image-shrink_200x200/0/1631371469709?e=1647691200&v=beta&t=gCSzPu7q0RWr6lKoX1f649sx9Oo0l-mx3tyV9qqbZQU", "url": "https://www.linkedin.com/groups/1628467" }, { "name": "Technology Gamechangers", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQGraRr55kJO6w/group-logo_image-shrink_92x92/0/1631000096630?e=1647691200&v=beta&t=_cVbgkwMLoumhnouUnVBQBqydl1S4WbOKCSphzxPfZU", "url": "https://www.linkedin.com/groups/13987419" }, { "name": "Linux Admins", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/161293" }, { "name": "The World Café", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQGMe8wzb2fV_w/group-logo_image-shrink_200x200/0/1631437518411?e=1647691200&v=beta&t=_DuHSqj2JI8VsRD6BIwNmwai2lCGQQM4r16NXpLjO7Q", "url": "https://www.linkedin.com/groups/1061217" }, { "name": "TDWI: Analytics and Data Management Discussion Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHsy8PaEed0og/group-logo_image-shrink_200x200/0/1631373512165?e=1647691200&v=beta&t=AZjJcxNKx9wukT71yw4rD2QWC2bbJSAvXZ6nD1mWgag", "url": "https://www.linkedin.com/groups/45685" }, { "name": "The Do Work Project", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQEhJiQ1hajo4Q/group-logo_image-shrink_92x92/0/1630998694818?e=1647691200&v=beta&t=neZQ6FXsXZ4hXmxt39IVe4_-xSuCDwX3DJR9rJdiHlk", "url": "https://www.linkedin.com/groups/1839561" }, { "name": "Postgres", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQGpPFrIQ70pag/group-logo_image-shrink_200x200/0/1631373812279?e=1647691200&v=beta&t=H0ortN9EezIOryJm9zPmfEJlQJQd8toDTxroBPranmA", "url": "https://www.linkedin.com/groups/41621" }, { "name": "Friends of LinkedIn", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQH_qY2KRjDjnw/group-logo_image-shrink_200x200/0/1631367616052?e=1647691200&v=beta&t=0b0ci1VsbkCN1eTinKtHmSZRto3xN3vJ5WA6C8BRc1o", "url": "https://www.linkedin.com/groups/1905643" }, { "name": "Surya for Congress", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQFWgYA3zHVbIA/group-logo_image-shrink_200x200/0/1631379435730?e=1647691200&v=beta&t=nBCALMOxzU7WEtui_D8XyMlRhOTNv6iQvo6cuCdeymU", "url": "https://www.linkedin.com/groups/2502929" }, { "name": "Data Warehouse Architects", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/45624" } ]
null
null
null
null
null
null
null
null
6,326
aalva
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aaron
alva
aaron alva
Technologist at Federal Trade Commission
null
aaron alva lawyer ( ) hacker work technologist federal trade commission 's office technology research investigation ( otech ) . wa recipient nsf cybercorps scholarship joint master jd work university washington . ftc , explains technical issue attorney working behalf consumer , conduct research area impact u . ftc , aaron conducted research variety topic including cloud forensics , digital evidence admissibility , surgical robotics security , .
u
united state america
seattle
washington
[ { "company": "Federal Trade Commission", "company_linkedin_profile_url": "https://www.linkedin.com/company/federal-trade-commission", "description": null, "ends_at": null, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFwU8_tsXglXw/company-logo_100_100/0/1519897131162?e=1655942400&v=beta&t=BlcBdlnwlqeWPFw6o-mxLHkUInliYwhzHo_fY16OrNg", "starts_at": { "day": 1, "month": 9, "year": 2015 }, "title": "Technologist" }, { "company": "Federal Trade Commission", "company_linkedin_profile_url": "https://www.linkedin.com/company/federal-trade-commission", "description": null, "ends_at": { "day": 31, "month": 1, "year": 2017 }, "location": "Washington D.C. Metro Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFwU8_tsXglXw/company-logo_100_100/0/1519897131162?e=1655942400&v=beta&t=BlcBdlnwlqeWPFw6o-mxLHkUInliYwhzHo_fY16OrNg", "starts_at": { "day": 1, "month": 9, "year": 2015 }, "title": "Tech Policy Fellow" }, { "company": "Microsoft", "company_linkedin_profile_url": "https://www.linkedin.com/company/microsoft", "description": "MSR Intern working on international cybersecurity issues in Trustworthy Computing Security. \n- Completed a comprehensive analysis of national cybersecurity strategies. \n- Contributed to work related to the NIST Cybersecurity Framework.", "ends_at": { "day": 30, "month": 9, "year": 2014 }, "location": "Redmond, WA", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_100_100/0/1618231291419?e=1655942400&v=beta&t=lzKVkVuf-McwnYzrrz9ib7uQFSgowMUHhH_KDAbw3y0", "starts_at": { "day": 1, "month": 6, "year": 2014 }, "title": "Research Intern, Trustworthy Computing Security" }, { "company": "Software Engineering Institute / CERT® at Carnegie Mellon University", "company_linkedin_profile_url": "https://www.linkedin.com/company/carnegie-mellon-university", "description": "Researched cybersecurity legal issues within the Software Engineering Institute (SEI), CERT Cybersecurity & Resilience Measurement Center\n\nReferred IEEE conference paper with CERT\nAaron Alva and Lisa Young, “L-SQUARE: Preliminary Extension of the SQUARE Methodology to Address Legal Compliance.” Paper presented at the 1st International Workshop on Evolving Security & Privacy Requirements Engineering (ESPRE), Karlskrona, Sweeden, (Aug. 2014).", "ends_at": { "day": 30, "month": 9, "year": 2013 }, "location": "Arlington, VA", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHuB0Kghi5Syw/company-logo_100_100/0/1574428478747?e=1655942400&v=beta&t=Ihqh1iu5PaROiDXpeWUQlbZWYhrNzS4tN3d89Cr7Bkc", "starts_at": { "day": 1, "month": 6, "year": 2013 }, "title": "CERT Graduate Researcher" }, { "company": "Cloud Security Alliance", "company_linkedin_profile_url": "https://www.linkedin.com/company/cloud-security-alliance", "description": "Facilitated global research projects at CSA including: Mobile Working Group; Big Data Working Group; SLA Working Group; and CSA/ISACA joint Cloud Market Maturity project. Also supported international standards development. \n\nFounding charter member, Incident Management & Forensics Working Group.", "ends_at": { "day": 30, "month": 9, "year": 2012 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHxi-bZ02QUMA/company-logo_100_100/0/1584146322199?e=1655942400&v=beta&t=XmQkFFXzhyyrbc78EhnEMbB7_aAuyW38PPtxwiHnKlg", "starts_at": { "day": 1, "month": 4, "year": 2012 }, "title": "Graduate Intern, Global Research" }, { "company": "Intelius", "company_linkedin_profile_url": "https://www.linkedin.com/company/intelius", "description": "Created and implemented new methods to gather truth data for machine learning models used in the company's big data engine; Supported Chief Privacy Officer in privacy awareness outreach; Conducted quality analysis studies and assisted in producing new data quality metrics", "ends_at": { "day": 30, "month": 9, "year": 2011 }, "location": "Greater Seattle Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQG4y88nXM8JRw/company-logo_100_100/0/1519856349962?e=1655942400&v=beta&t=stBWeQdZRTeDgaEicx4Z1YaogxNtOFmV9eHhO7ms7bM", "starts_at": { "day": 1, "month": 8, "year": 2011 }, "title": "Summer Intern, Data Systems" }, { "company": "Pacific Northwest National Laboratory", "company_linkedin_profile_url": "https://www.linkedin.com/company/pacific-northwest-national-laboratory", "description": "Contributed to cybersecurity research in the areas of insider threat, adaptive systems, predictive defense, continuous monitoring systems and more; Managed the Department of Energy Grassroots Cybersecurity Research & Development community wiki. [Worked at PNNL June 2007- August 2008; Summer 2009; Summer 2010]", "ends_at": { "day": 31, "month": 5, "year": 2011 }, "location": "Richland/Kennewick/Pasco, Washington Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEz8979OnZyNQ/company-logo_100_100/0/1569862535533?e=1655942400&v=beta&t=jjGn6vmGNrbYAFOF9tzV7ZmKNkQ48nnd_fqB5-HhuiA", "starts_at": { "day": 1, "month": 6, "year": 2007 }, "title": "Technical/Business Student 4" } ]
[ { "degree_name": "Doctor of Law (J.D.)", "description": "Infosec & privacy law\n\nStudent contributor to the Tech Policy Lab", "ends_at": { "day": 31, "month": 12, "year": 2015 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFo_gnoJ5X8_w/company-logo_100_100/0/1519855922282?e=1655942400&v=beta&t=mw_iMLC0xAEC4Wtv3ke4FLeWFua_juCitCU1sIVu_xA", "school": "University of Washington School of Law", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-washington-school-of-law/", "starts_at": { "day": 1, "month": 1, "year": 2012 } }, { "degree_name": "Masters of Science", "description": "Specialization in Information Security / Information Assurance\nCertificate in Information Security & Risk Management", "ends_at": { "day": 31, "month": 12, "year": 2014 }, "field_of_study": "Information Management", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEMmhF9TqUCgA/company-logo_100_100/0/1554743867768?e=1655942400&v=beta&t=9sC6bNgPWZGLO1VS3OwCDWgqEsRElrtZ0VLWGnvzZ0g", "school": "University of Washington", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-washington/", "starts_at": { "day": 1, "month": 1, "year": 2011 } }, { "degree_name": "Major: Political Science | Minor: Secure Computing (Digital Forensics)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2011 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQERdqvS3PNJSg/company-logo_100_100/0/1519865950068?e=1655942400&v=beta&t=-5es7rdaw8ASYMPVvNOi_Gyn4J0FJTRrUmIADfm6KYo", "school": "University of Central Florida", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-central-florida/", "starts_at": { "day": 1, "month": 1, "year": 2008 } } ]
[]
[]
[ { "description": null, "name": "Cross-Device Tracking: Measurement and Disclosures", "published_on": { "day": 1, "month": 1, "year": 2017 }, "publisher": "Proceedings on Privacy Enhancing Technologies (PETS)", "url": "https://www.petsymposium.org/2017/papers/issue2/paper29-2017-2-source.pdf" }, { "description": "Aaron Alva and Lisa Young, “L-SQUARE: Preliminary Extension of the SQUARE Methodology to Address Legal Compliance.” Paper presented at the 1st International Workshop on Evolving Security & Privacy Requirements Engineering (ESPRE), Karlskrona, Sweeden, (IEEE, Aug. 2014).", "name": "L-SQUARE: Preliminary Extension of the SQUARE Methodology to Address Legal Compliance", "published_on": { "day": 1, "month": 1, "year": 2014 }, "publisher": "1st International Workshop on Evolving Security & Privacy Requirements Engineering (ESPRE)", "url": "http://espre2014.org/accepted-papers/" }, { "description": "Contributor", "name": "Mapping the Forensic Standard ISO/IEC 27037 to Cloud Computing", "published_on": { "day": 1, "month": 1, "year": 2013 }, "publisher": "Cloud Security Alliance", "url": "https://cloudsecurityalliance.org/research/imf/#_downloads" }, { "description": "During the early days of the 2011 Egyptian Revolution, the Mubarak regime shut down all Egyptian Internet access with the exception of one service provider, Noor ADSL. Analysts have noted that President Mubarak, in attempting to restrict Internet access, suffered from the dictator’s digital dilemma, and have speculated that Noor’s exceptional treatment was due to its role as a telecommunications provider for the Egyptian Stock Exchange. This paper shows, through an analysis of events, that stock exchange connectivity could not have been the rationale for Noor’s continued services and that transaction cost economics, as described by North’s theory of the state, provides a more thorough explanation for Mubarak’s selective intervention with regard to Internet service. Decisions made during this series of events have implications beyond the Arab Spring. Insights are drawn from the particular case of Noor’s role in the Egyptian Revolution and, in the process, a model is developed for future examination of the general case of the potential for loss of critical Internet infrastructure service under authoritarian governments.", "name": "Political and Economic Implications of Authoritarian Control of the Internet", "published_on": { "day": 1, "month": 1, "year": 2013 }, "publisher": "Critical Infrastructure Protection VII (Springer)", "url": "http://link.springer.com/chapter/10.1007/978-3-642-45330-4_1" }, { "description": "Nicolai Kuntze, Carsten Rudolph, Hellen Schilling, Aaron Alva, Barbara Endicott-Popovsky. \"Seizure of Digital Data and 'Selective Suppression' of Digital Evidence.\" Ninth Annual Systematic Approaches to Digital Forensic Engineering (SADFE) (2013).", "name": "Seizure of Digital Data and 'Selective Suppression' of Digital Evidence", "published_on": { "day": 1, "month": 1, "year": 2013 }, "publisher": "Systematic Approaches to Digital Forensic Engineering (SADFE)", "url": null }, { "description": "ABSTRACT: For the emerging field of cloud forensics, the development of validated and repeatable scientific processes for conducting cloud forensic investigations should include requirements that establish evidence collected as legally admissible. There is currently an uncertainty in the legal requirements for cloud forensics. Forensic investigations in the cloud introduce unique issues that must be addressed, and the legal environment of the cloud must be considered. The authors will detail the process in criminal cloud forensic investigations for commanding production from cloud providers including constitutional and statutory limitations, and the civil and criminal admissibility processes. Decisions in court cases rely on the authenticity and reliability of the evidence presented. Ensuring cases involving cloud forensics follow the proper legal process and requirements will be beneficial for validating evidence when presented in court. Further, understanding of legal requirements will aid in the research and development of cloud forensics tools to aid investigations.", "name": "Legal Process and Requirements for Cloud Forensic Investigations", "published_on": { "day": 1, "month": 12, "year": 2012 }, "publisher": "Cybercrime and Cloud Forensics: Applications for Investigation Processes", "url": "http://ssrn.com/abstract=2197978" }, { "description": "Norah Abokhodair and Aaron Alva. “Cyber Fratricide: A Literature Review.” Presented at the International Conference on Information Warfare (2012).", "name": "Cyber Fratricide: A Literature Review", "published_on": { "day": 1, "month": 1, "year": 2012 }, "publisher": "International Conference on Information Warfare", "url": null }, { "description": "Aaron Alva and Barbara Endicott-Popovsky. “Digital Evidence Education in Schools of Law.” 7th Annual Conference on Digital Forensics, Security, and Law (ADFSL) (2012).", "name": "Digital Evidence Education in Schools of Law", "published_on": { "day": 1, "month": 1, "year": 2012 }, "publisher": "Conference on Digital Forensics, Security, and Law (ADFSL)", "url": null }, { "description": "Aaron Alva, Scott David, Barbara Endicott-Popovsky. \"Forensic Barriers: Legal Implications of Storing and Processing Information in the Cloud.\" Eighth Annual Systematic Approaches to Digital Forensic Engineering (SADFE) (2012).", "name": "Forensic Barriers: Legal Implications of Storing and Processing Information in the Cloud", "published_on": { "day": 1, "month": 1, "year": 2012 }, "publisher": "Systematic Advances in Digital Forensics Engineering (SADFE)", "url": null }, { "description": "Kuntze, Nicolai, Carsten Rudolph, Aaron Alva, Barbara Endicott-Popovsky, John Christiansen, Thomas Kemmerich. \"On the Creation of Reliable Digital Evidence.\" Advances in Digital Forensics VIII. (2012).", "name": "On the Creation of Reliable Digital Evidence", "published_on": { "day": 1, "month": 1, "year": 2012 }, "publisher": "Advances in Digital Forensics VIII", "url": "http://link.springer.com/chapter/10.1007/978-3-642-33962-2_1" } ]
[ { "description": null, "issued_on": null, "issuer": "National Science Foundation", "title": "CyberCorps Scholarship For Service" }, { "description": "Highest honor awarded at University", "issued_on": null, "issuer": "University of Central Florida", "title": "Order of Pegasus" } ]
[]
[]
[]
[]
[]
[ { "authority": "(ISC)²", "display_source": null, "ends_at": { "day": 31, "month": 3, "year": 2023 }, "license_number": "752930", "name": "Certified Information Systems Security Professional (CISSP)", "starts_at": { "day": 1, "month": 4, "year": 2020 }, "url": null } ]
344
[]
[]
[]
[ { "link": "https://www.linkedin.com/in/aaron-alva-81a385130", "location": "Whittier, CA", "name": "Aaron Alva", "summary": "Inspector for Hera Technologies" }, { "link": "https://www.linkedin.com/in/aaron-alva-3aa62421a", "location": "Walla Walla, WA", "name": "Aaron Alva", "summary": "Technology Consultant at Whitman College" }, { "link": "https://ar.linkedin.com/in/aaronalva", "location": "Argentina", "name": "Aarón Alva", "summary": "..." }, { "link": "https://mx.linkedin.com/in/aaron-alva-127098200", "location": "Gustavo A. Madero, DIF", "name": "Aaron Alva", "summary": "Representante de operaciones" } ]
[]
[]
null
null
null
null
null
null
null
null
6,327
aalvado
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aurélie
alvado
aurélie alvado
Cheffe de projet Communication et mécénat at GRAINE Auvergne-Rhône-Alpes
cheffe de projet communication et mécénat chez graine auvergne-rhône-alpes
null
fr
france
lyon
null
[ { "company": "GRAINE Auvergne-Rhône-Alpes", "company_linkedin_profile_url": "https://fr.linkedin.com/company/graine-ara", "description": null, "ends_at": null, "location": "Région de Lyon, France", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEFVZQyLXQ0ew/company-logo_100_100/0/1519906915136?e=1655942400&v=beta&t=mCuRUNBNv8_Qkjgp38EtTQkBegp1VaAiRj2WmbD0lSs", "starts_at": { "day": 1, "month": 11, "year": 2019 }, "title": "Cheffe de projet Communication et mécénat" } ]
[]
[]
[]
[]
[]
[]
[]
[ { "description": "2019 est l'année de la refonte du site web du GRAINE. Il est temps de doter le réseau régional d'un site (plusieurs en réalité !) à la hauteur de ces missions de mise en réseau de tous ceux et toutes celles qui agissent pour l'éducation à l'environnement en Auvergne-Rhône-Alpes.", "ends_at": { "day": 31, "month": 12, "year": 2019 }, "starts_at": { "day": 1, "month": 1, "year": 2019 }, "title": "Refonte du site web du GRAINE", "url": "https://www.graine-ara.org" } ]
[]
[]
[]
500
[ { "link": "https://fr.linkedin.com/in/muriel-viviers-24300065", "location": "Villeurbanne", "name": "Muriel Viviers", "summary": "Responsable pédagogique des enseignements de sciences humaines et sociales et Entrepreneuriat chez Polytech Lyon" }, { "link": "https://fr.linkedin.com/in/no%C3%A9mie-berthelot-huby", "location": "Bièvres", "name": "Noémie Berthelot - Huby", "summary": "Cheffe de projet Animation de réseau - Espace Régional de Concertation et Dispositif de formation chez GRAINE Auvergne-Rhône-Alpes" }, { "link": "https://fr.linkedin.com/in/ophelie-saugey-65155b48", "location": "France", "name": "Ophelie Saugey", "summary": "--" }, { "link": "https://fr.linkedin.com/in/ours-bleu-98a4b422b", "location": "Lyon", "name": "Ours Bleu", "summary": "Freelance chez Le Monde des Ours Bleus" }, { "link": "https://fr.linkedin.com/in/nicolasmonseu", "location": "Grenoble et périphérie", "name": "Nicolas Monseu", "summary": "Accompagnateur Moyenne Montagne & Docteur en physique" }, { "link": "https://fr.linkedin.com/in/herv%C3%A9-coquillart-b4236a86", "location": "Châtelus", "name": "Hervé Coquillart", "summary": "Consultant Territoire, Environnement, Biodiversité" }, { "link": "https://fr.linkedin.com/in/romuald-durand-9648128b", "location": "Lyon et périphérie", "name": "Romuald Durand", "summary": "Principal adjoint chez COLLEGE FRANCOIS BROSSETTE" }, { "link": "https://fr.linkedin.com/in/pauline-schryve-a16183a7", "location": "Lyon et périphérie", "name": "Pauline SCHRYVE", "summary": "Co-directrice chez Maison du Vélo Lyon" }, { "link": "https://fr.linkedin.com/in/r%C3%A9gie-de-quartier-grenoble-0206141b1", "location": "Grenoble", "name": "Régie de Quartier Grenoble", "summary": "(Villeneuve/Village Olympique/Vigny Musset)" }, { "link": "https://fr.linkedin.com/in/david-chabanol-655175110", "location": "Chambéry", "name": "david CHABANOL", "summary": "Facilitateur de dynamiques collectives - coaching" }, { "link": "https://uk.linkedin.com/in/charlie-lembregts-5949b8b1", "location": "Cheshire West and Chester et périphérie", "name": "Charlie Lembregts", "summary": "Principal Recruitment Consultant - Europe" }, { "link": "https://fr.linkedin.com/in/delphine-d%C3%A9praz-6742a8154", "location": "Lyon", "name": "Delphine Dépraz", "summary": "Chargée de mission mobilité entreprises chez Maison du Vélo Lyon" }, { "link": "https://fr.linkedin.com/in/cervospub", "location": "Lyon et périphérie", "name": "guillaume CERVOS", "summary": "Dirigeant entreprise chez CERVOS Pub" }, { "link": "https://fr.linkedin.com/in/claire-blondel-3a93bb35", "location": "Lyon et périphérie", "name": "Claire Blondel", "summary": "Quality Director at Decathlon" }, { "link": "https://fr.linkedin.com/in/ludovic-bertina-6b086a1a3", "location": "Nantes et périphérie", "name": "Ludovic Bertina", "summary": "Coordinateur du programme TES du Collège des transitions sociétales" }, { "link": "https://fr.linkedin.com/in/arthur-grimonpont-69534886", "location": "Lyon", "name": "Arthur Grimonpont", "summary": "Transition et adaptation face aux menaces globales" }, { "link": "https://fr.linkedin.com/in/annebonnierelycoop", "location": "Lyon", "name": "Anne Bonnier", "summary": "Chargée de mission accompagnement, réseaux sociaux et animation du groupe des formateurs et formatrices chez Elycoop" }, { "link": "https://fr.linkedin.com/in/isabelle-mole", "location": "Lyon", "name": "Isabelle M.", "summary": "Coordinatrice régionale e-graine Auvergne Rhône Alpes chez e-graine" }, { "link": "https://br.linkedin.com/in/marcia-hirota-0a7b6b224", "location": "São Paulo, Brésil", "name": "Marcia Hirota", "summary": "Diretora executiva na Fundação SOS Mata Atlântica" }, { "link": "https://fr.linkedin.com/in/catherine-testa", "location": "Paris", "name": "⚡️ Catherine Testa", "summary": "Auteur \"Osez l'Optimisme\", co-founder L'Optimisme, Conférences internationales" } ]
[]
[]
[]
[]
[]
null
null
null
null
null
null
null
null
6,328
aalvaradicalselection
https://media-exp1.licdn.com/dms/image/C4E03AQHy3ac6R0AwHw/profile-displayphoto-shrink_200_200/0/1579736923054?e=1652918400&v=beta&t=6aolkPHFbn-Bj-Xtz6QsNaNGY0SgVXqwxQskHD5otuc
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
aaron
alvarado
aaron alvarado
Parts Research Specialist at TVH Parts Co.
required field *
eager opportunity .
u
united state america
kansa city metropolitan area
null
[ { "company": "TVH Parts Co.", "company_linkedin_profile_url": "https://www.linkedin.com/company/tvh-americas", "description": "Founded in 1969, the global TVH Parts Holding group now has 78 branches in 27 countries. Worldwide we offer more than 775,000 stocking numbers and more than 42,000,000 part numbers for over 450 different makes of world and U.S. manufactured industrial and agriculture vehicles. TVH ships daily by land, air, and sea to over 66,500 customers. TVH employs more than 4,300 people worldwide.\n\nAs a Technical Research Specialist I source technical information on industrial equipment for over 450 makes. Parts research, technical specs, price, and availability with continual exceptional customer focus.\n\nI work with very outgoing co-workers and departments within TVH Parts Co. to tackle problems , corrections, issues with research requests and quotes.", "ends_at": { "day": 30, "month": 6, "year": 2021 }, "location": "Olathe, Kansas, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEtVIBRf2tPRQ/company-logo_100_100/0/1617984640540?e=1655942400&v=beta&t=AwmkCpBZZ0zMJkY2Q41agSnBWeS_0NQ6OrY9JFI58Fs", "starts_at": { "day": 1, "month": 9, "year": 2020 }, "title": "Parts Research Specialist" }, { "company": "TAK Communications, Inc.", "company_linkedin_profile_url": "https://www.linkedin.com/company/tak-communications", "description": "Install Xfinity services as contracted by Comcast Corp. \nPracticed exceptional customer oriented installs for Cable TV, Internet, Phone, and Home Security in customers home and /or office.\nTroubleshoot equipment and signal issues within home and cable signal source.", "ends_at": { "day": 30, "month": 4, "year": 2020 }, "location": "Raytown, MO", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQH9cnd0etE0vQ/company-logo_100_100/0/1562789479755?e=1655942400&v=beta&t=_6o9acWZgT5epfBxcxj3yfsjqEdhMoT7KVQ6H-1lnwQ", "starts_at": { "day": 1, "month": 1, "year": 2019 }, "title": "Communications Contractor" }, { "company": "Sonoma Promotional Solutions", "company_linkedin_profile_url": null, "description": "Processing International Shipments. Processing Orders with International Factories. Managing Supply Chain Solutions. Managing Compliance of FedEx Trade Networks. Auditing transportation and Duty rates. Administrative Assistant.", "ends_at": { "day": 31, "month": 8, "year": 2018 }, "location": "United States", "logo_url": null, "starts_at": { "day": 1, "month": 2, "year": 2018 }, "title": "Factory Communications Supervisor" }, { "company": "Santa Rosa BMW Motorcycle", "company_linkedin_profile_url": null, "description": "Service Write up for Motorcycles, Processing Warranty Claims, Suggestive Selling, Building Customer Confidence, Parts Managing, Insurance Claims, Building Estimates, Dispatching work to Technician Skill level. Scheduling, Inventory Management, ordering, stocking", "ends_at": { "day": 30, "month": 9, "year": 2017 }, "location": "WIndsor, CA", "logo_url": null, "starts_at": { "day": 1, "month": 5, "year": 2017 }, "title": "Service Writer" }, { "company": "Amazon dba. WholeFoodsMarket", "company_linkedin_profile_url": null, "description": "Meat Department Production & Sanitation, ServSafe food handling permit, Customer Service, Suggestive Selling, Building Customer Product Knowledge, Seafood preparation, Beef, Pork, Lamb, and Poultry Cutting and Preparing.", "ends_at": { "day": 31, "month": 5, "year": 2017 }, "location": "Sebastopol, CA", "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 2017 }, "title": "Meat Department Associate" }, { "company": "Hansel Auto Group", "company_linkedin_profile_url": "https://www.linkedin.com/company/hansel-auto-group", "description": "Sales, Building Customer Product Knowledge and confidence, Marketing latest Wholesale incentives to increase sales, Inventory Management, Building Estimates per Insurance Adjusters request, Problem-solving, Critical Thinking, Manipulating Customer Fallacies to grasp satisfaction and sales. Teaching Technical operations and skills by phone and email for sold products, Managing Time, Detailing Manufacturers technical Data. Proficient in Dealer Management Systems, Automotive Parts Electronic Catalogues, Microsoft Office, ADP/CDK.....What's Next?", "ends_at": { "day": 30, "month": 11, "year": 2016 }, "location": "Santa Rosa, CA", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQFXtSvmKdM_9Q/company-logo_100_100/0/1519906619463?e=1655942400&v=beta&t=bELL9JIuFgvDWmfCsUg1tK4Jr13b8BAvIBgnQf6LtVI", "starts_at": { "day": 1, "month": 10, "year": 2012 }, "title": "Parts Consultant" }, { "company": "Hansel Auto Group", "company_linkedin_profile_url": "https://www.linkedin.com/company/hansel-auto-group", "description": "Shipping Orders, Receiving BMW VW SUBARU SAAB Inventory, Receiving Shipments for the dealer Group, Ensuring Accuracy of Invoiced Shipments to Actual Received inventory. Dispatching Deliveries based on size and Route. Managing Vendors Orders (e.g WORLDPAC ), Processing Paid Warranty Claims Disposal of Parts, Hazardous Materials Handling and Shipping. Anything ever asked of me.", "ends_at": { "day": 31, "month": 10, "year": 2012 }, "location": "Santa Rosa, CA", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQFXtSvmKdM_9Q/company-logo_100_100/0/1519906619463?e=1655942400&v=beta&t=bELL9JIuFgvDWmfCsUg1tK4Jr13b8BAvIBgnQf6LtVI", "starts_at": { "day": 1, "month": 11, "year": 2010 }, "title": "Shipping Receiving Manager" }, { "company": "Hansel Auto Group", "company_linkedin_profile_url": "https://www.linkedin.com/company/hansel-auto-group", "description": "Delivering Parts, Ensuring Accuracy of Delivered Parts to Order Invoice, Prompt Delivery times, Inspecting Quality and Integrity of parts recieved, Manage delivery Fleet vehicle, Track Mileage, Communicate issues and concerns between customer and dealer.", "ends_at": { "day": 30, "month": 11, "year": 2010 }, "location": "Santa Rosa, CA", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQFXtSvmKdM_9Q/company-logo_100_100/0/1519906619463?e=1655942400&v=beta&t=bELL9JIuFgvDWmfCsUg1tK4Jr13b8BAvIBgnQf6LtVI", "starts_at": { "day": 1, "month": 10, "year": 2010 }, "title": "Parts Driver" }, { "company": "Wellington Energy, Inc.", "company_linkedin_profile_url": "https://www.linkedin.com/company/wellington-energy-inc-", "description": "Contractor for Pacific Gas & Electric. Installing Natural Gas and Electric Meters for the RF/Wi-Fi SMART meter project. Inspecting homes and gas lines for damage or wear, Ensuring safe operation of newly installed Meter Exchange, Repair minor components to meter, Track meter usage and exchanged units, \nInstalled meter to electric panel, Inspect panel for Loss Prevention, Communicate Issues and Dangers to PG&E", "ends_at": { "day": 31, "month": 10, "year": 2010 }, "location": "North Bay Area, CA", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGZfutUQvInew/company-logo_100_100/0/1541516036691?e=1655942400&v=beta&t=J4eYxqnGLuSfcWsY_4TDWXgMEP3yix3mWx6Hsuyu7Q4", "starts_at": { "day": 1, "month": 4, "year": 2010 }, "title": "Meter Technician" }, { "company": "Nissan of Santa Rosa", "company_linkedin_profile_url": null, "description": "Deliver parts to wholesale customers around Marin, NAPA, and Sonoma County.\nEnsure accuracy of delivery to invoice, process customer returns, Communicate issues and concerns to Parts MAnager", "ends_at": { "day": 30, "month": 4, "year": 2010 }, "location": "Santa Rosa, CA", "logo_url": null, "starts_at": { "day": 1, "month": 7, "year": 2007 }, "title": "Parts Driver" }, { "company": "Papa Murphys Take N Bake Pizza", "company_linkedin_profile_url": "https://www.linkedin.com/company/papa-murphys-take-n-bake-pizza", "description": "Food Service, Managing Scheduling, Training Staff, Operating store to standards of the corporation.", "ends_at": { "day": 31, "month": 7, "year": 2007 }, "location": "Cotati, CA", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEjUdoEiFwDRw/company-logo_100_100/0/1519908217503?e=1655942400&v=beta&t=koqQ1ENnjBrIWBCUiTNmgHlRBZcpcJaQa5HvfmfFMc0", "starts_at": { "day": 1, "month": 6, "year": 2006 }, "title": "Assistant Manager" }, { "company": "Papa Murphys Take N Bake Pizza", "company_linkedin_profile_url": "https://www.linkedin.com/company/papa-murphys-take-n-bake-pizza", "description": "Manage Shift to Papa Murphys Standards and Policies, Duties and Tasks included, Making Pizza, Preparing Ingredients for the next business day, Closing store, Opening store, Cash Drawer Control, Operating Restaurant, suggestive selling, taking orders, customer satisfaction, ServSafe certification.", "ends_at": { "day": 30, "month": 6, "year": 2006 }, "location": "Windsor, CA", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEjUdoEiFwDRw/company-logo_100_100/0/1519908217503?e=1655942400&v=beta&t=koqQ1ENnjBrIWBCUiTNmgHlRBZcpcJaQa5HvfmfFMc0", "starts_at": { "day": 1, "month": 9, "year": 2005 }, "title": "Shift Manager" } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[]
67
[ { "link": "https://www.linkedin.com/in/jil-schlagel-771bab15", "location": "United States", "name": "Jil Schlagel", "summary": "Pricing Analyst at TVH Parts NV" }, { "link": "https://www.linkedin.com/in/mckinnon-burns-4026b8181", "location": "Kansas City Metropolitan Area", "name": "McKinnon Burns", "summary": "Warehouse Supervisor at Beyond Warehousing" }, { "link": "https://www.linkedin.com/in/kevin-hedrick-6a8370163", "location": "Olathe, KS", "name": "Kevin Hedrick", "summary": "QA Technician at TVH Parts Co." }, { "link": "https://www.linkedin.com/in/marty-beasley-6078637a", "location": "Warsaw, MO", "name": "Marty Beasley", "summary": "TVHU Instructor at TVH Americas" }, { "link": "https://www.linkedin.com/in/jessica-purkey-0a8082161", "location": "Olathe, KS", "name": "Jessica Purkey", "summary": "Technical Data Editor at TVH Parts Co." }, { "link": "https://www.linkedin.com/in/rob-malt", "location": "Olathe, KS", "name": "Rob Malt", "summary": "Product Owner at TVH Parts Co." }, { "link": "https://www.linkedin.com/in/jessie-teegarden-78980111b", "location": "Kansas City Metropolitan Area", "name": "Jessie Teegarden", "summary": "Associate Graphic Designer at TVH Parts Co." }, { "link": "https://www.linkedin.com/in/olivia-hoang-85952715", "location": "Lawrence, KS", "name": "Olivia Hoang", "summary": "TVH Parts Co." }, { "link": "https://www.linkedin.com/in/kerry-grindstaff-20860a34", "location": "Kansas City Metropolitan Area", "name": "Kerry Grindstaff", "summary": "Currently Looking for a New Opportunity" }, { "link": "https://www.linkedin.com/in/daretha-woolworth-51309bb5", "location": "Edgerton, KS", "name": "Daretha Woolworth", "summary": "Lead trainer / Mechanical Drafter at TVH Parts Co." }, { "link": "https://www.linkedin.com/in/leigh-ann-nyquist-3076321a1", "location": "United States", "name": "Leigh Ann Nyquist", "summary": "Riega Foods" }, { "link": "https://www.linkedin.com/in/jim-hockett-70253418", "location": "Olathe, KS", "name": "Jim Hockett", "summary": "Remote Branch Operations Manager at TVH America" }, { "link": "https://www.linkedin.com/in/dennis-paarman-252908137", "location": "Lenexa, KS", "name": "Dennis Paarman", "summary": "Employment Search at N/A" }, { "link": "https://www.linkedin.com/in/jason-starkey-7a22857", "location": "Spring Hill, KS", "name": "Jason Starkey", "summary": "Product Specialist at TVH TotalSource® Parts and Accessories" }, { "link": "https://www.linkedin.com/in/seble-simeon-4a903aa9", "location": "Olathe, KS", "name": "Seble Simeon", "summary": "ADMINISTRATIVE OFFICE PROFFISIONAL at Kansas City Kansas Community College" }, { "link": "https://www.linkedin.com/in/kevin-brazil-38657094", "location": "Overland Park, KS", "name": "Kevin Brazil", "summary": "Warehouse Operations Clerk at TVH Parts Co." }, { "link": "https://www.linkedin.com/in/kevin-hedrick-369a46b4", "location": "Olathe, KS", "name": "Kevin Hedrick", "summary": "Quality Assurance Technician at TVH Americas" }, { "link": "https://www.linkedin.com/in/weston-burford-b30137189", "location": "Kansas City Metropolitan Area", "name": "Weston Burford", "summary": "Buy Specialist at TAFS, Inc." }, { "link": "https://www.linkedin.com/in/amy-ledgerwood-53b089b5", "location": "Olathe, KS", "name": "Amy Ledgerwood", "summary": "Accounts Payable Supervisor at TVH Americas" }, { "link": "https://www.linkedin.com/in/brian-mitchell-0b4ab61a", "location": "Spring Hill, KS", "name": "Brian Mitchell", "summary": "Senior Technical Data Editor / Quality Control" } ]
[]
[ { "activity_status": "Liked by Aaron Alvarado", "link": "https://www.linkedin.com/signup/cold-join", "title": "Nothing screams loader…" }, { "activity_status": "Liked by Aaron Alvarado", "link": "https://www.linkedin.com/signup/cold-join", "title": "This! 🙌" }, { "activity_status": "Liked by Aaron Alvarado", "link": "https://www.linkedin.com/signup/cold-join", "title": "Looking to start a career in ticket sales? Join our entry level training program!Apply: atmlb.com/3o6cKY6" } ]
[ { "link": "https://pe.linkedin.com/in/aaron-alvarado", "location": "Peru", "name": "Aarón Alvarado", "summary": "Analista de Planeamiento de Producción at Alicorp" }, { "link": "https://cr.linkedin.com/in/aaron-alvarado-95089abb", "location": "Costa Rica", "name": "Aaron Alvarado", "summary": "Technical Support Engineer" }, { "link": "https://www.linkedin.com/in/aaron-alvarado-8aa2b63b", "location": "Houston, TX", "name": "Aaron Alvarado", "summary": "Sr. Product Manager at Safety Vision" }, { "link": "https://mx.linkedin.com/in/aaronalvaradol", "location": "Durango, DUR", "name": "Aarón Alvarado", "summary": "Site Facilities Manager en Teleperformance" }, { "link": "https://ec.linkedin.com/in/aaron-alvarado-8a2653162", "location": "Ecuador", "name": "Aaron Alvarado", "summary": "Co Founder - CEO FinClub" } ]
[]
[]
null
null
null
null
null
null
null
null
6,329
aalvarado
https://media-exp1.licdn.com/dms/image/C5603AQGJEzXM-pqA2Q/profile-displayphoto-shrink_200_200/0/1644729295222?e=2147483647&v=beta&t=N2hahyt1nA3eB4wOC_tJRnUTNHA_VaywOO35_dv5S4s
https://media-exp1.licdn.com/dms/image/C4E16AQEqRfkRSvZS7g/profile-displaybackgroundimage-shrink_200_800/0/1517693181827?e=1652918400&v=beta&t=5RBLs99zljKD8qAOLX0Z9Ygxl4JieGwku9YxOqNUSXA
alexander
alvarado
alexander alvarado
VP Client Installation and Support at TraXtion
work hard silence . let success make noise
information technology professional 20 year high-level management experience industry , learned best way achieve success looking every detail trusting team . management belief based integrity , quality , service , along positive attitude , aptitude strategic thought planning , ability adapt quickly new idea situation allows achieve consistent significant success multiple industry . • confident , driving individual reacts quickly change . • self-starter strong sense urgency responds positively challenge pressure . • fast learner practical ingenuous problem solver . • fluent articulate communicator , flexible responsive . self-motivated , goal oriented doer .
u
united state america
dallas-fort worth metroplex
null
[ { "company": "TraXtion", "company_linkedin_profile_url": "https://www.linkedin.com/company/gotraxtion", "description": "Formerly Tire Profiles, TraXtion™ is a software-driven, technology company revolutionizing tire tread and alignment readings. So you start seeing a return on your investment from day one.", "ends_at": null, "location": "Irving, Texas, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGzn20dze4lCQ/company-logo_100_100/0/1639503172303?e=1655942400&v=beta&t=jZB0TloL_WCmrXlLXbjI3Yt3fiCE1W1ntNGyLlVN6qA", "starts_at": { "day": 1, "month": 2, "year": 2022 }, "title": "VP Client Installation and Support" }, { "company": "Tire Profiles LLC", "company_linkedin_profile_url": "https://www.linkedin.com/company/tire-profiles-inc", "description": "Tire Profiles was formed in 2008 as an offshoot of a railway diagnostics company called ImageMap. From the early 1990s, Roger Tracy and his team of engineers at ImageMap developed diagnostic measurement systems for railway infrastructure and rolling stock. Complementary systems were also developed to measure different properties of the rail car wheels. These systems became widely used throughout the world for measuring rail track conformity on North America’s heavy haul railroads, in China’s vast railway infrastructure system and on the high speed railways of Europe. ImageMap rail equipment is used today to measure track at up to 200 mph (320km/h).\n\nAt the same time, ImageMap also developed systems for use in the tire engineering labs of major tire manufacturers to measure tread depth and sidewall deflection of tires under load. The cutting edge technology of these “TireMap” systems formed the seed of what would become Tire Profiles. An early version was engineered for the Formula 1 racing circuit to measure the wear patterns of their grooved tires. This development was what gave birth to the tire replacement industry products Tire Profiles sells today.\n\nIn 2013, Roger Tracy team up with auto industry veteran David Boyle to help develop these products for the automotive industry. As Tire Profiles’ first president, David Boyle’s experience in building and running large technology based companies with products designed specifically for the automotive repair market has been instrumental in shaping Tire Profiles into what it is today. In January 2014, Tire Profiles officially launched the TreadSpec brand of products to meet the needs to the automotive, new car and aftermarket segments. Later that year, a prototype of what would become the Groove Glove won the best new technology product award as SEMA. With two products, TreadSpec and Groove Glove, Tire Profiles is the industry leader in tire and alignment measurement and diagnostic systems and instruments.", "ends_at": { "day": 28, "month": 2, "year": 2022 }, "location": "Irving, Texas", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQF3WY9hUiZfgA/company-logo_100_100/0/1590591667725?e=1655942400&v=beta&t=jehILxrY07AF0JIPGBqYm0pj4eB82STrwkk2PVS0NiY", "starts_at": { "day": 1, "month": 9, "year": 2018 }, "title": "IT, Support Services & Production Manager" }, { "company": "Roundtree Automotive Group", "company_linkedin_profile_url": "https://www.linkedin.com/company/roundtree-automotive-group", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2018 }, "location": "Dallas/Fort Worth Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEU-qp8rN4vRQ/company-logo_100_100/0/1519903069540?e=1655942400&v=beta&t=E7GJAfQk6VPJfCe6OBNunMYTR-hh6I1jU-qar_yajAg", "starts_at": { "day": 1, "month": 1, "year": 2018 }, "title": "Directof of IT" }, { "company": "Roundtree Automotive Group", "company_linkedin_profile_url": "https://www.linkedin.com/company/roundtree-automotive-group", "description": null, "ends_at": { "day": 31, "month": 1, "year": 2018 }, "location": "Dallas/Fort Worth Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEU-qp8rN4vRQ/company-logo_100_100/0/1519903069540?e=1655942400&v=beta&t=E7GJAfQk6VPJfCe6OBNunMYTR-hh6I1jU-qar_yajAg", "starts_at": { "day": 1, "month": 10, "year": 2017 }, "title": "IT Manager" }, { "company": "Aegis Defence Services", "company_linkedin_profile_url": "https://www.linkedin.com/company/aegis-defence-services-ltd", "description": "Aegis is a leading security and risk management company with project experience in over 60 countries. We have a worldwide client-base including governments, international agencies and the international corporate sector, and are a major security provider to the United States government and intelligence and security advisor to the maritime insurer Lloyd’s of London’s Joint War Committee (JWC).\n\nWe offer comprehensive advice on every aspect of security from corporate operations, commercial risk and foreign investment to counter-terrorism, close protection and support to governments. Aegis runs a global network of offices, contacts, and associates. Furthermore, our clients benefit from the extensive capabilities of our personnel, built up through careers in the military, diplomatic and intelligence services, as well as in the police, journalism, the UN, finance and commerce.\n\nThe experience and ethos built during the RSSS-I contract and a range of other government and commercial contracts in Iraq allowed Aegis to transition to the Security Support Services Iraq (SSS-I) contract, and to secure and successfully mobilize the security for the US Embassy Kabul, a project which currently employs over 1000 people.\n\nThe definition and requirements of security are ever changing. In recent years, we have grown a successful security service business in support of the extractives industry, focused initially on the Oil and Gas sectors in Iraq, but expanding into East and North Africa. We have also been in the vanguard of developing comprehensive business practices and ethical codes of conduct for the security industry and as such we are one of the first companies to become accredited to the industry standard (PSC 1).\n\nAegis Defense Services LLC is a U.S. company and a member of the worldwide Aegis Group.", "ends_at": { "day": 30, "month": 9, "year": 2017 }, "location": "McLean, VA", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFR29vfENs05g/company-logo_100_100/0/1519897401401?e=1655942400&v=beta&t=JnWDaKxhPOOcg53lR_95OmMJdXCkUc4DNTcXQnAVA6A", "starts_at": { "day": 1, "month": 9, "year": 2014 }, "title": "Director of Information Technology" }, { "company": "The Fresnel Company", "company_linkedin_profile_url": "https://www.linkedin.com/company/the-fresnel-company", "description": "The Fresnel Company provides a wide range of consulting, integration, technology, and support solutions and services to government agencies. \nSenior Consultant/IT Operations Manager – 06/2013 to Present\n•\tProvide budget analysis for company operations and IT \n•\tProvide communication of project status\n•\tOversee IT operational infrastructure and deliver technology resources\n•\tManage Facilities and Security \n•\tOversee vendor selection and management process, contract negotiations, and project management for entire company.", "ends_at": { "day": 31, "month": 8, "year": 2014 }, "location": "Springfield, VA", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQE_f24wR6S4Vw/company-logo_100_100/0/1519952093199?e=1655942400&v=beta&t=-xI5Vj_Hexj4xxvaq7SQY-Oexqw_ZqlbaLwaoW8VlsM", "starts_at": { "day": 1, "month": 6, "year": 2013 }, "title": "Sr. Consulant" }, { "company": "Savantage Solutions", "company_linkedin_profile_url": "https://www.linkedin.com/company/savantage-solutions", "description": "Savantage Solutions is a premier provider of consulting, technology, maintenance, and operational support services and solutions to Federal, State, and Local governments. \nIT Operations Manager – 04/2009 to 06/2013\nManaged all aspects of company IT needs and requirements. \n•\tResponsible for planning, organizing, and managing the IT department \n•\tManaged and mentored staff of three (3) to effectively achieve job responsibilities\n•\tProvided budget analysis\n•\tProvided communication of project status\n\n•\tOversaw vendor selection and management process, contract negotiations, and project management\n•\tOversaw IT operational infrastructure and delivered technology resources \n•\tSuccessfully replaced dated PBX phone system with a new IP telecommunications system featuring Cisco Systems' VOIP/unified messaging\n•\tWorked with various department leads ensuring positive relationships between clients and Information Technology\n•\tDesigned the infrastructure of a state of the art 14,000 sq. ft. office expansion\n•\tManagement of 75 plus Server/SAN Environment\n•\tManaged and controlled over 150 User machines", "ends_at": { "day": 31, "month": 5, "year": 2013 }, "location": "Rockville, MD", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQF3Lvv8SQZZww/company-logo_100_100/0/1551890521251?e=1655942400&v=beta&t=udpoMRmcXnzNVcMqfjJFR58h3JnHfgXaJITt1zjXCjE", "starts_at": { "day": 1, "month": 4, "year": 2009 }, "title": "IT Operations Manager" }, { "company": "Struever Bros. Eccles & Rouse", "company_linkedin_profile_url": "https://www.linkedin.com/company/struever-bros.-eccles-&-rouse", "description": "As Network Manager I develop the organization's structure, strategic growth plans, and all operational policies and procedures, oversee the development and maintenance of all IT operations aligned with business plan for growth and profit. Establish goals, objectives, and policies for the IT Department through implementing best practices. Initiated and developed disaster procedures and methodologies appropriate for the information infrastructure. Successfully created and deployed the infrastructure utilizing LAN/WAN Nationwide domestic projects, VPN solution, DHCP, SSL, Citrix, wireless solution. Responsibilities include:\n\tBudget analysis\n\tCommunication of project status\n\tSchedule all IT involved projects and tracking.\n\tManagement of 50 plus Server/SAN Environment\n\tManage and control of over 350 User machines\n\tManagement and control of 6 WAN – From Boston, Baltimore, Nashville\n\tOversee IT operational infrastructure and deliver technology resources to construction/development field projects.\n\tSuccessfully replaced dated PBX phone system with a new IP telecommunications system featuring Cisco Systems' VOIP/unified messaging.\n\tWork with various department leads ensuring positive relationships between clients and Information Technology", "ends_at": { "day": 30, "month": 4, "year": 2012 }, "location": "Baltimore, MD", "logo_url": null, "starts_at": { "day": 1, "month": 10, "year": 1999 }, "title": "Network Manager" }, { "company": "YMCA of Metropolitan Washington", "company_linkedin_profile_url": "https://www.linkedin.com/company/ymca-of-metropolitan-washington", "description": null, "ends_at": { "day": 31, "month": 12, "year": 1999 }, "location": "Bethesda Chevy Chase YMCA", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQF-sfU1avKeQg/company-logo_100_100/0/1519896562772?e=1655942400&v=beta&t=okih2uBWkNCJnFP_NpyhNcudmtwIZacXy3J0DlNDvQA", "starts_at": { "day": 1, "month": 1, "year": 1994 }, "title": "MIS" } ]
[]
[ "Spanish" ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
500
[ { "link": "https://www.linkedin.com/in/teresa-hutcheson-84b85798", "location": "United States", "name": "Teresa Hutcheson", "summary": "--" }, { "link": "https://www.linkedin.com/in/timothy-effrein-13405485", "location": "Ashburn, VA", "name": "Timothy Effrein", "summary": "Small Business Owner at Northwest Crown & Bridge" }, { "link": "https://www.linkedin.com/in/paul-arsenault-b9b132172", "location": "Greater Seattle Area", "name": "Paul Arsenault", "summary": "Guest Services Specialist at Woodland Park Zoo" }, { "link": "https://tw.linkedin.com/in/d-shiu-94871b110", "location": "Taiwan", "name": "D Shiu", "summary": "--" }, { "link": "https://de.linkedin.com/in/ulrich-kosch%C3%BCtzki-4326b915", "location": "Berlin Metropolitan Area", "name": "Ulrich Koschützki", "summary": "IT-Admin bei Test" }, { "link": "https://www.linkedin.com/in/ann-parsons-63925711", "location": "Rowlett, TX", "name": "Ann Parsons", "summary": "System Administrator at Garland ISD" }, { "link": "https://www.linkedin.com/in/sean-richardson-009b8b16a", "location": "Greater Philadelphia", "name": "Sean Richardson", "summary": "Batter servic technician at 2001 Towing" }, { "link": "https://www.linkedin.com/in/winnetta-yant-7a67418b", "location": "Salinas, CA", "name": "Winnetta Yant", "summary": "Supervisor of Case Management" }, { "link": "https://www.linkedin.com/in/davebullers", "location": "San Francisco, CA", "name": "David Bullers", "summary": "If you need to know what I do, just ask me." }, { "link": "https://www.linkedin.com/in/rebecca-ochinero-3bb26953", "location": "Salinas, CA", "name": "Rebecca Ochinero", "summary": "Accounts Payable, Accounts Receivable, Journal Entries, Bank Recons, etc." }, { "link": "https://www.linkedin.com/in/tysonsteelemarketing", "location": "Eugene, OR", "name": "Tyson Steele", "summary": "Steele Family Ventures" }, { "link": "https://www.linkedin.com/in/raackerman", "location": "Alexandria, VA", "name": "Roy A Ackerman, PhD, EA", "summary": "The Adjuvancy, LLC" }, { "link": "https://www.linkedin.com/in/jon-broome-18a42249", "location": "Pueblo-Cañon City Area", "name": "Jon Broome", "summary": "Business Teacher at Pueblo School District No 60" }, { "link": "https://www.linkedin.com/in/aaron-brender-7316191a", "location": "College Station, TX", "name": "Aaron Brender", "summary": "IT and Systems Management" }, { "link": "https://www.linkedin.com/in/gregg-svoma-b93a4667", "location": "Avon, IN", "name": "Gregg Svoma", "summary": "President-Design In Dentistry at Design In Dentistry" }, { "link": "https://www.linkedin.com/in/lisa-price317", "location": "South Lyon, MI", "name": "Lisa Price, PMP", "summary": "Information Technology Manager | Complex Global Senior IT Project Manager | IT Infrastructure Expert" }, { "link": "https://www.linkedin.com/in/carlosaortiz", "location": "Melbourne, FL", "name": "Carlos Ortiz", "summary": "IT Support Services Manager for Percepta" }, { "link": "https://www.linkedin.com/in/amy-golden-565aa565", "location": "Huntsville, OH", "name": "Amy Golden", "summary": "MBA, Senior IT Project Manager" }, { "link": "https://www.linkedin.com/in/brhurst", "location": "Clarksville, TN", "name": "Brandon Hurst", "summary": "IT Manager & EPICOR Systems Administrator" } ]
[ "Marty Goldstein\n \n \n\n\n\n \n \n \n \n \n\n \n Alex is one of the rare individuals that a person will be fortunate to meet and work with: very smart, seems to understand everything, and always has your back. \n" ]
[ { "activity_status": "Shared by Alexander Alvarado", "link": "https://www.linkedin.com/signup/cold-join", "title": "This week, we remember the actions of Medal of Honor recipient Lieutenant Edward H. “Butch” O’Hare. He earned the Medal when, unaided, he took down…" }, { "activity_status": "Liked by Alexander Alvarado", "link": "https://www.linkedin.com/signup/cold-join", "title": "This week, we remember the actions of Medal of Honor recipient Lieutenant Edward H. “Butch” O’Hare. He earned the Medal when, unaided, he took down…" }, { "activity_status": "Shared by Alexander Alvarado", "link": "https://www.linkedin.com/signup/cold-join", "title": "On this day in 1966, Staff Sgt. Barry Sadler debuted his song \"Ballad of the Green Berets\" on the Ed Sullivan Show. SSG Sadler served with 7th…" } ]
[ { "link": "https://au.linkedin.com/in/alexalvaradoa", "location": "Greater Sydney Area", "name": "Alexander Alvarado", "summary": "Management Consulting Manager at Accenture" }, { "link": "https://www.linkedin.com/in/alvaradoalexander", "location": "Greater Houston", "name": "Alexander Alvarado", "summary": "Assurance Intern at EY | Accounting Student at the C.T. Bauer College of Business | Professional Program in Accountancy" }, { "link": "https://pe.linkedin.com/in/alexander-alvarado-554949b4", "location": "Peru", "name": "Alexander Alvarado", "summary": "Supervisor en Grupo Crosland" }, { "link": "https://www.linkedin.com/in/alexander-alvarado", "location": "Hatboro, PA", "name": "Alexander Alvarado", "summary": "IT management professional" }, { "link": "https://www.linkedin.com/in/alexander-alvarado-54369a149", "location": "Milton, FL", "name": "Alexander Alvarado", "summary": "Paradigm Parachute & Defense" } ]
[]
[ { "name": "Automotive Industry Professionals", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGFPNdaSKwf0Q/group-logo_image-shrink_92x92/0/1631009869048?e=1647691200&v=beta&t=USTyv5_voqxK38s0Y2V-VSH2bZ8WkS9114-YAZvxxuM", "url": "https://www.linkedin.com/groups/78017" }, { "name": "The Project Manager Network - #1 Group for Project Managers", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/37888" }, { "name": "The Intelligence Community", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQGrvvwqpobYOQ/group-logo_image-shrink_92x92/0/1631000307959?e=1647691200&v=beta&t=hjAMvPgw7NiaJFz_OP-BjcRvwlG6coRsvnuQgT7WtxU", "url": "https://www.linkedin.com/groups/1271127" }, { "name": "Government Contractors Looking For DCAA Compliant Accounting Software", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/3848063" }, { "name": "CompTIA's Advancing Tech Talent and Diversity Community", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQEvPr0ODLI7fg/group-logo_image-shrink_92x92/0/1631004456355?e=1647691200&v=beta&t=z1QMydAGKPCc0jLWyKrEKN3Z8YTz-EOOIO1feOk_9Mk", "url": "https://www.linkedin.com/groups/3709918" }, { "name": "Cloud Experts Network", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQHKvBPte4Jg9A/group-logo_image-shrink_92x92/0/1631005112662?e=1647691200&v=beta&t=a7UlkLHycGkfHPb4K8xAYG4_qFgkQWKlz2KoW6adGyw", "url": "https://www.linkedin.com/groups/3795605" }, { "name": "Automotive Management Professionals", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQEwekmmWLjdcQ/group-logo_image-shrink_200x200/0/1631001812666?e=1647691200&v=beta&t=zQCmgZomdGfE_rq_l0AouU573G-2Q4q7NaFDohHSqs8", "url": "https://www.linkedin.com/groups/82093" }, { "name": "Global Information Technology Professionals Association", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFtWIKLuRVvCA/group-logo_image-shrink_92x92/0/1631008100901?e=1647691200&v=beta&t=VSxQGXgV7rIRv2mHRLZiz-ER9kzK7t6NmbH4O-lZr-U", "url": "https://www.linkedin.com/groups/41292" }, { "name": "Information Technology, FinTech, Blockchain and Bitcoin Innovation", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQG7OS2EIil_pQ/group-logo_image-shrink_200x200/0/1631375305509?e=1647691200&v=beta&t=zrkP1RW18winWHZwgBcjjUWAGGjidttmK-_eMTtpe6U", "url": "https://www.linkedin.com/groups/2154029" }, { "name": "IT Specialist Network", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQG32sPYxPXKVA/group-logo_image-shrink_92x92/0/1631003315541?e=1647691200&v=beta&t=EOqGBMhhos2ZVJVzEz8vzEUnU5P3B0wnlMbBkccRQ5s", "url": "https://www.linkedin.com/groups/37485" }, { "name": "QuickBooks integrates with GovBooks for Government Contracting and DCAA Compliance", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQEppb8-UuNbkw/group-logo_image-shrink_200x200/0/1631399631017?e=1647691200&v=beta&t=a2YJccikVjSLpZJE14IlRVOB1JsB6zs9HAaxbzea7sk", "url": "https://www.linkedin.com/groups/4066067" }, { "name": "Quickbooks Government Contractors: DCAA Compliance & Project Cost Accounting (Independent Group)", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQF9rFM2DpURKA/group-logo_image-shrink_200x200/0/1631361819824?e=1647691200&v=beta&t=rZ5pBbjW04ktde7becFX1u-iuyvU48dtYNg-Jqc2m6s", "url": "https://www.linkedin.com/groups/4070959" }, { "name": "U.S. Department of Homeland Security, DHS", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFD8ccX2EQUpQ/group-logo_image-shrink_200x200/0/1631361118301?e=1647691200&v=beta&t=TK_yjLkRKUGmTDm8eGsU8I7EJ3kBVMhGAc9pzunyR6M", "url": "https://www.linkedin.com/groups/1227907" }, { "name": "DCAA Approved Accounting Systems - QuickBooks", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQE8qKLw4Ce8pg/group-logo_image-shrink_200x200/0/1631370641510?e=1647691200&v=beta&t=-xlEYEGQnN_cRKvmV0qcD3Sow_P4cvFjo5bxA8z_RDE", "url": "https://www.linkedin.com/groups/3818504" } ]
null
null
null
null
null
null
null
null
6,330
aalvaradochinguel
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
antonio
alvarado
antonio alvarado
Cloud Platform Specialist at Kyndryl
cloud platform specialist en kyndryl
null
pe
peru
null
null
[ { "company": "Kyndryl", "company_linkedin_profile_url": "https://pe.linkedin.com/company/kyndryl", "description": null, "ends_at": null, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHgQ1kcTnuSCg/company-logo_100_100/0/1624663575900?e=1655942400&v=beta&t=CeWc_74TBYFwAv0bTGrhFTZV4X2AhrtblDhpyAAsQh4", "starts_at": { "day": 1, "month": 9, "year": 2021 }, "title": "Cloud Platform Specialist" }, { "company": "IBM", "company_linkedin_profile_url": "https://pe.linkedin.com/company/ibm", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2021 }, "location": "Perú", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHnDb1Rq_7PNQ/company-logo_100_100/0/1645010927195?e=1655942400&v=beta&t=F3nev5VrIfWUvP9mfk9Kc_yj90MFaIUHvi56h7NPvxY", "starts_at": { "day": 1, "month": 3, "year": 2021 }, "title": "Cloud Platform Specialist" }, { "company": "CAMPOSOL S.A.", "company_linkedin_profile_url": "https://pe.linkedin.com/company/camposol", "description": null, "ends_at": { "day": 31, "month": 10, "year": 2020 }, "location": "Av. El Derby 250, Santiago de Surco, Lima", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEEKKMWRL-5XA/company-logo_100_100/0/1552324911042?e=1655942400&v=beta&t=fC4EuKDa_eHI9_Eg8l6eggcbnJXQ2_cGPtMhWO9OhAA", "starts_at": { "day": 1, "month": 1, "year": 2019 }, "title": "Analista de TI" }, { "company": "TORIOUX GROUP S.A.C.", "company_linkedin_profile_url": "https://pe.linkedin.com/company/torioux-group-sac", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2018 }, "location": "Lima", "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 2018 }, "title": "IT Support Consultant" }, { "company": "TORIOUX GROUP S.A.C.", "company_linkedin_profile_url": "https://pe.linkedin.com/company/torioux-group-sac", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2017 }, "location": "Provincia de Lima, Peru", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFse6qD6AVvLA/company-logo_100_100/0/1519881078239?e=1655942400&v=beta&t=FL5MiMt3IvfaZx4f9rVq7mYCHjbRvUweY1G1ZQ2Lwi0", "starts_at": { "day": 1, "month": 7, "year": 2017 }, "title": "Practicante /IT Support Consultant" } ]
[ { "degree_name": "Redes y Comumnicaciones de Datos", "description": null, "ends_at": null, "field_of_study": "Tecnología/Técnico de telecomunicaciones", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGpccdoF6ovFA/company-logo_100_100/0/1519870721802?e=1655942400&v=beta&t=kzsq6A8-5PoEIfMILPWXOIo9D1hIPM1n0KhVxX3RwJg", "school": "IDAT", "school_linkedin_profile_url": "https://pe.linkedin.com/school/idat/", "starts_at": { "day": 1, "month": 1, "year": 2014 } } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[ { "authority": "Microsoft", "display_source": "www.youracclaim.com", "ends_at": null, "license_number": null, "name": "Microsoft Certified: Azure Fundamentals", "starts_at": { "day": 1, "month": 3, "year": 2021 }, "url": "https://www.youracclaim.com/badges/f8e4c0b2-5e50-425d-823f-62cb8801b3f0?source=linked_in_profile" }, { "authority": "CertiProf", "display_source": null, "ends_at": null, "license_number": "CLVPSFPYSP-SSVKJJGZ-XHRSYYHPMC", "name": "ISO/IEC 27001:2013 Auditor", "starts_at": { "day": 1, "month": 6, "year": 2020 }, "url": null }, { "authority": "SCRUMstudy - Accreditation Body for Scrum and Agile", "display_source": "www.scrumstudy.com", "ends_at": null, "license_number": "787619", "name": "Scrum Fundamentals Certifed", "starts_at": { "day": 1, "month": 6, "year": 2020 }, "url": "https://www.scrumstudy.com/certification/certification-registry" }, { "authority": "AXELOS Global Best Practice", "display_source": "www.peoplecert.org", "ends_at": null, "license_number": "GR671132115LA", "name": "ITIL 4", "starts_at": { "day": 1, "month": 3, "year": 2020 }, "url": "https://www.peoplecert.org/for-corporations/certificate-verification-service" }, { "authority": "Cisco", "display_source": null, "ends_at": { "day": 31, "month": 10, "year": 2022 }, "license_number": "437604422456ARVF", "name": "Cisco Certified Entry Networking Technician (CCENT)", "starts_at": { "day": 1, "month": 10, "year": 2019 }, "url": null }, { "authority": "Microsoft", "display_source": "www.youracclaim.com", "ends_at": { "day": 31, "month": 10, "year": 2022 }, "license_number": "H534-1056", "name": "Microsoft Certified: Azure Administrator Associate (AZ-104)", "starts_at": { "day": 1, "month": 10, "year": 2020 }, "url": "https://www.youracclaim.com/badges/b51ec8a4-0610-470c-8366-b04fc72e691f?source=linked_in_profile" }, { "authority": "Fortinet", "display_source": "training.fortinet.com", "ends_at": { "day": 31, "month": 3, "year": 2022 }, "license_number": "4aUU7aYa6c", "name": "NSE 1 Network Seciruty Associate", "starts_at": { "day": 1, "month": 3, "year": 2020 }, "url": "https://training.fortinet.com/mod/customcert/verify_certificate.php" }, { "authority": "Fortinet", "display_source": "training.fortinet.com", "ends_at": { "day": 31, "month": 3, "year": 2022 }, "license_number": "gElmo2BvNm", "name": "NSE 2 Network Security Associate", "starts_at": { "day": 1, "month": 3, "year": 2020 }, "url": "https://training.fortinet.com/mod/customcert/verify_certificate.php" }, { "authority": "Fortinet", "display_source": "training.fortinet.com", "ends_at": { "day": 31, "month": 3, "year": 2022 }, "license_number": "HO520608U5", "name": "NSE 3 Network Seciruty Associate", "starts_at": { "day": 1, "month": 3, "year": 2020 }, "url": "https://training.fortinet.com/mod/customcert/verify_certificate.php" } ]
247
[ { "link": "https://cl.linkedin.com/in/hectormansilla", "location": "Gran Santiago", "name": "Hector Mansilla Arias", "summary": "Application Developer @ Kyndryl" }, { "link": "https://pe.linkedin.com/in/antonella-bettocchi", "location": "Perú", "name": "Antonella Bettocchi", "summary": "Project Administrator Analyst en Kyndryl" }, { "link": "https://uy.linkedin.com/in/graciela-facelli-56b2805", "location": "Uruguay", "name": "Graciela Facelli", "summary": "Client Technical Solutioner at Kyndryl" }, { "link": "https://ar.linkedin.com/in/rodrigopereiraclementoni", "location": "Argentina", "name": "Rodrigo Pereira Clementoni", "summary": "Technical Program Manager, MCP, GCCP, ITIL" }, { "link": "https://pe.linkedin.com/in/sheila-saenz-23155a69", "location": "Cajamarca, Perú", "name": "Sheila Saenz", "summary": "Delivery Partner Executive Manager en Kyndryl" }, { "link": "https://ar.linkedin.com/in/alfredo-segura-a2192815", "location": "Argentina", "name": "Alfredo SEGURA", "summary": "Project Manager en Kyndryl" }, { "link": "https://cl.linkedin.com/in/rosa-de-freitas-a4b49239", "location": "Chile", "name": "Rosa De Freitas", "summary": "Digital & Technological Services en Kyndryl" }, { "link": "https://cl.linkedin.com/in/ivan-saavedra-49b5b3150", "location": "Estación Central", "name": "Ivan Saavedra", "summary": "Gerente de división de TI en Appnet Technology" }, { "link": "https://cl.linkedin.com/in/felipe-sepulveda-098a12b9", "location": "Chile", "name": "Felipe Sepulveda", "summary": "Ingeniero de Proyectos Redes en Hewlett-Packard" }, { "link": "https://cl.linkedin.com/in/mceron", "location": "Chile", "name": "Mauricio Ceron Palacios", "summary": "Client Partner Executive | Accelerating business transformation and modernization" }, { "link": "https://pe.linkedin.com/in/rodolfo-velasco-roca-2ab6135b", "location": "Perú", "name": "Rodolfo Velasco Roca", "summary": "Delivery Manager en Kyndryl Perú" }, { "link": "https://cl.linkedin.com/in/marcelo-alejandro-aravena-boza-57b41711b", "location": "Chile", "name": "Marcelo Alejandro Aravena Boza", "summary": "Supervisor Data Center en Entel Chile" }, { "link": "https://ec.linkedin.com/in/santiago-flores-ba1970149", "location": "Ecuador", "name": "Santiago Flores", "summary": "Client Technical Architect | Kyndryl" }, { "link": "https://pe.linkedin.com/in/juan-francisco-alfaro-02b35330", "location": "Perú", "name": "Juan Francisco Alfaro", "summary": "Multipractice & Delivery Integration Leader at Kyndryl | Technology Leader" }, { "link": "https://pe.linkedin.com/in/kristelkatherinefigueroaneyra", "location": "Perú", "name": "Kristel Katherine Figueroa Neyra", "summary": "Asistente de Tecnología" }, { "link": "https://pe.linkedin.com/in/william-chavez-hernandez-1a88ba12a", "location": "Perú", "name": "William Chavez Hernandez", "summary": "Cloud Engineer | MultiCloud | Microsoft | AWS" }, { "link": "https://pe.linkedin.com/in/jos%C3%A9-antonio-oliva-pireta-9057639a", "location": "Perú", "name": "José Antonio Oliva Pireta", "summary": "Ingeniero On-site - Proyecto Telefónica en Aquarius Consulting" } ]
[ "Jose Carlos Bustamante\n \n \n\n\n\n \n \n \n \n \n\n \n «Antonio es una persona con un alto grado de autoaprendizaje y perseverancia. Durante el tiempo en Camposol demostró compromiso y manejo de los proyectos que se tuvieron en el área de TI. Considero que seria un recurso importante y de gran aporte para cualquier área de Tecnología. »" ]
[ { "activity_status": "Recomendado por Antonio Alvarado", "link": "https://www.linkedin.com/signup/cold-join", "title": "ATENCIÓN A TODAS LAS UNIDADES 🚨 llamado de emergencia para los DATA ENGINEER de Argentina SIN INGLÉS! Los estamos buscando y queremos que sean parte…" }, { "activity_status": "Recomendado por Antonio Alvarado", "link": "https://www.linkedin.com/signup/cold-join", "title": "New video exploring the brand new VM Scale Set (VMSS) Flexible orchestration, or FLEX! Completely new way of thinking about VM orchestration and not…" }, { "activity_status": "Recomendado por Antonio Alvarado", "link": "https://www.linkedin.com/signup/cold-join", "title": "Share if you Agree." } ]
[ { "link": "https://mx.linkedin.com/in/antonio-alvarado-89973763", "location": "Ciudad de México", "name": "Antonio Alvarado", "summary": null }, { "link": "https://es.linkedin.com/in/antonio-alvarado-10355319", "location": "Madrid y alrededores", "name": "Antonio Alvarado", "summary": "Artista Cibernético y Multimedia" }, { "link": "https://mx.linkedin.com/in/antonio-alvarado-845b9164", "location": "Jalisco, México", "name": "Antonio Alvarado", "summary": "CONTADORES DE SOLUCIONES, BENEFICIOS Y RESULTADOS" }, { "link": "https://es.linkedin.com/in/antonio-alvarado-a83712a4", "location": "Hospitalet de Llobregat", "name": "Antonio Alvarado", "summary": "Project Manager en Grupo Medixon" } ]
[]
[ { "name": "PowerShell Engineers", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGCeFXE2TTgiQ/group-logo_image-shrink_92x92/0/1631006621668?e=1647691200&v=beta&t=a3hOrnwWgdCHMqu3aCNFoLOThf2bFs48nIQh5jZldEI", "url": "https://www.linkedin.com/groups/12068488" }, { "name": "Network Engineer Professionals", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQGJDWH9evZctQ/group-logo_image-shrink_92x92/0/1631005331789?e=1647691200&v=beta&t=OuDFNWAJGIqrlEvQlKPqv_HfZwDSGYgiT6bg05xy50c", "url": "https://www.linkedin.com/groups/101362" }, { "name": "Modern Endpoint Management (MECM | SCCM | Intune | AzureVD | Security | MacOS | iOS )", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQF8qlYZYnUhEg/group-logo_image-shrink_92x92/0/1644850064218?e=1647691200&v=beta&t=x05dy0_ZN81iWQx1RSdIj3oCV2CBHM7iiyJH3SGadNI", "url": "https://www.linkedin.com/groups/8761296" }, { "name": "Ansible Users", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQF5rFMVCJJwug/group-logo_image-shrink_92x92/0/1643986201896?e=1647691200&v=beta&t=3z4jaFxBflDgNEBArrxjD83fsVRAmSaInsJSlcWRRzM", "url": "https://www.linkedin.com/groups/4648083" }, { "name": "IT Support Job (Desktop, Network, Ticket Dispatch, Freelance IT project )", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQHiodicLXcUIg/group-logo_image-shrink_92x92/0/1631007008861?e=1647691200&v=beta&t=LXWWlcI5kskEk0SI34lQ6zFygTJKeeEsy8Vv9G3lwG8", "url": "https://www.linkedin.com/groups/13836532" }, { "name": "Group of IT Professionals", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQEPLQW6Qi0hjg/group-logo_image-shrink_200x200/0/1631369911460?e=1647691200&v=beta&t=LizkqoiDZ-XMVwCc6J9GB34UYoNUI4NqUnBOlIw1fp8", "url": "https://www.linkedin.com/groups/1875904" }, { "name": "CISCO PROFESSIONALS", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGw1kSHn1iLoA/group-logo_image-shrink_200x200/0/1631367542400?e=1647691200&v=beta&t=Yl9zvhEx4PaelsSXbuksL6SG7Nk5HDxNLAbq3UnfHEs", "url": "https://www.linkedin.com/groups/65533" }, { "name": "Power Platform | Español (Power Apps - Power Automate - Power BI - Power Virtual Agent)", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQF5AZfDv6kytw/group-logo_image-shrink_92x92/0/1630996386935?e=1647691200&v=beta&t=Zf7d8b5EARSytUW3J9CWCv11_Y_lGiHly2K6-pZsOjc", "url": "https://www.linkedin.com/groups/8973093" } ]
null
null
null
null
null
null
null
null
6,331
aalvaradoe
https://media-exp1.licdn.com/dms/image/D5603AQEsgAkKNJ5esQ/profile-displayphoto-shrink_200_200/0/1629474665934?e=1652918400&v=beta&t=5a1SUE9VMYdQjeIyhm4B3pL9uH6ANKW4hAzo6ryuPcA
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
alan
alvarado
alan alvarado
Founder at Alux Capital SA de CV SOFOM ENR
entrepreneur | cto | tech advisor
null
mx
mexico
mexico city
null
[ { "company": "Alux Capital SA de CV SOFOM ENR", "company_linkedin_profile_url": null, "description": null, "ends_at": null, "location": "Ciudad de México, México", "logo_url": null, "starts_at": { "day": 1, "month": 11, "year": 2021 }, "title": "Founder" }, { "company": "Finpulso", "company_linkedin_profile_url": null, "description": null, "ends_at": null, "location": "Mexico City", "logo_url": null, "starts_at": { "day": 1, "month": 4, "year": 2020 }, "title": "Founder & CEO" }, { "company": "Métricas México", "company_linkedin_profile_url": "https://mx.linkedin.com/company/idakorp-it", "description": null, "ends_at": null, "location": "Ciudad de México y alrededores, México", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFflnvln_bEKQ/company-logo_100_100/0/1546880161259?e=1655942400&v=beta&t=3Vk4EJJZLe2sJIYPzsl7B3Hm8ouD341Bslbi2-flOvM", "starts_at": { "day": 1, "month": 3, "year": 2016 }, "title": "Founder & CEO" }, { "company": "Cacao Paycard", "company_linkedin_profile_url": "https://mx.linkedin.com/company/cacaopaycard", "description": null, "ends_at": { "day": 31, "month": 5, "year": 2019 }, "location": "Mexico City", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHjdI1_5Y-Mug/company-logo_100_100/0/1625503285436?e=1655942400&v=beta&t=yU1hfaewX75bEcHTXSAdba-yviB1VkmECWQppeaqKHg", "starts_at": { "day": 1, "month": 4, "year": 2016 }, "title": "CTO" }, { "company": "Uulala", "company_linkedin_profile_url": "https://mx.linkedin.com/company/uulala", "description": null, "ends_at": { "day": 31, "month": 1, "year": 2019 }, "location": "Greater Los Angeles Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGGaLfQNc2dGA/company-logo_100_100/0/1545152834406?e=1655942400&v=beta&t=Xi_eTD0DGCOCMZwme_B43-wWHG4MAWFqIS9bdfhtuuw", "starts_at": { "day": 1, "month": 10, "year": 2016 }, "title": "CTO" }, { "company": "Opencap", "company_linkedin_profile_url": "https://mx.linkedin.com/company/opencap", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2017 }, "location": "Ciudad de México y alrededores, México", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQF9-ZjUeblYwQ/company-logo_100_100/0/1519926458736?e=1655942400&v=beta&t=QR6b1WCc_OMpjJ3H2jpq7U8C1LrplhBKxMrGYwrcqu4", "starts_at": { "day": 1, "month": 6, "year": 2016 }, "title": "CTO" }, { "company": "Ktapulta Ventures", "company_linkedin_profile_url": "https://mx.linkedin.com/company/ktapulta-ventures", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2017 }, "location": "Ciudad de México y alrededores, México", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFStIdUAwupJw/company-logo_100_100/0/1519921973127?e=1655942400&v=beta&t=myXBLPv2-xh26cndbTouqfUsgVxfPjZCIDLNLdTXRmM", "starts_at": { "day": 1, "month": 7, "year": 2014 }, "title": "CTO" }, { "company": "Klink Mobile, Inc.", "company_linkedin_profile_url": "https://mx.linkedin.com/company/klink-mobile-inc-", "description": null, "ends_at": { "day": 31, "month": 5, "year": 2014 }, "location": "Kansas City y alrededores, Missouri, Estados Unidos", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQG7QZ-NRJZBSQ/company-logo_100_100/0/1519863477905?e=1655942400&v=beta&t=Spl6AyiIGp6gQ6SATklMNiNYsAYmf72si3PJSS2854I", "starts_at": { "day": 1, "month": 11, "year": 2012 }, "title": "CTO" }, { "company": "Racoons Group", "company_linkedin_profile_url": "https://mx.linkedin.com/company/racoons-group", "description": null, "ends_at": { "day": 30, "month": 4, "year": 2014 }, "location": "Federación Rusa", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQHuc-BbRyOE6Q/company-logo_100_100/0/1519884724786?e=1655942400&v=beta&t=S91d5vX0FoHO2744lzm6oEbTCoMLIF8MdJjfoxyrVuo", "starts_at": { "day": 1, "month": 1, "year": 2014 }, "title": "Team Lead" }, { "company": "Sentry System, Singapore", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 30, "month": 11, "year": 2012 }, "location": "Singapore", "logo_url": null, "starts_at": { "day": 1, "month": 7, "year": 2012 }, "title": "Business Intelligence Architect" }, { "company": "Loteria Nacional de Mexico", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 31, "month": 7, "year": 2012 }, "location": "Ciudad de México y alrededores, México", "logo_url": null, "starts_at": { "day": 1, "month": 3, "year": 2011 }, "title": "SOA Developer and Technical Leader" }, { "company": "TAE IT", "company_linkedin_profile_url": "https://mx.linkedin.com/company/tae-it", "description": null, "ends_at": { "day": 28, "month": 2, "year": 2011 }, "location": "Dallas/Fort Worth y alrededores, Estados Unidos", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQE0hiaz98Czpg/company-logo_100_100/0/1519881613322?e=1655942400&v=beta&t=wGoNm9wzDt8AFTvzps5Bg5N4jum-bJfpmuKcNOmyxjY", "starts_at": { "day": 1, "month": 11, "year": 2010 }, "title": "Project Leader and developer" }, { "company": "Grupo Impulsa", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 31, "month": 10, "year": 2010 }, "location": "Ciudad de México y alrededores, México", "logo_url": null, "starts_at": { "day": 1, "month": 10, "year": 2009 }, "title": "Project Leader - Developer" }, { "company": "RJ Consultores", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 31, "month": 10, "year": 2009 }, "location": "Ciudad de México y alrededores, México", "logo_url": null, "starts_at": { "day": 1, "month": 3, "year": 2007 }, "title": "Developer" } ]
[ { "degree_name": "Master's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2015 }, "field_of_study": "Information Systems and Technologies", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHUC1LtF3lcmA/company-logo_100_100/0/1519901217143?e=1655942400&v=beta&t=YPj45gk8g5Yn5PxDsXaSCcX9OrVsNyTHvPo7oBnJbI8", "school": "Казанский государственный университет им. В.И. Ульянова-Ленина", "school_linkedin_profile_url": "https://mx.linkedin.com/school/%D0%BA%D0%B0%D0%B7%D0%B0%D0%BD%D1%81%D0%BA%D0%B8%D0%B9-%D0%B3%D0%BE%D1%81%D1%83%D0%B4%D0%B0%D1%80%D1%81%D1%82%D0%B2%D0%B5%D0%BD%D0%BD%D1%8B%D0%B9-%D1%83%D0%BD%D0%B8%D0%B2%D0%B5%D1%80%D1%81%D0%B8%D1%82%D0%B5%D1%82-%D0%B8%D0%BC.-%D0%B2.%D0%B8.-%D1%83%D0%BB%D1%8C%D1%8F%D0%BD%D0%BE%D0%B2%D0%B0-%D0%BB%D0%B5%D0%BD%D0%B8%D0%BD%D0%B0/", "starts_at": { "day": 1, "month": 1, "year": 2013 } }, { "degree_name": "Bachelor's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2011 }, "field_of_study": "Ingeniería de sistemas", "logo_url": null, "school": "Escuela Superior de Computo, IPN", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2006 } }, { "degree_name": "Bachelor of Technology (BTech)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2006 }, "field_of_study": "Tecnología de la información", "logo_url": null, "school": "CECyT 3 Estanislao Ramirez Ruiz", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2003 } }, { "degree_name": null, "description": null, "ends_at": { "day": 31, "month": 12, "year": 2003 }, "field_of_study": null, "logo_url": null, "school": "Plantel Fundación Azteca", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2000 } } ]
[ "Español", "Inglés", "Ruso" ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
500
[ { "link": "https://www.linkedin.com/in/arturo-revilla-b5b5141b7", "location": "Leonia, NJ", "name": "Arturo Revilla", "summary": "Legal Compliance Officer at Xpress Money" }, { "link": "https://www.linkedin.com/in/stephen-bosio-9a16596b", "location": "Los Angeles, CA", "name": "Stephen Bosio", "summary": "Director of Sales at LoanCenter" }, { "link": "https://www.linkedin.com/in/mike-campos-1509b7133", "location": "Rancho Cucamonga, CA", "name": "Mike Campos", "summary": "President at Best Buy Insurance Services" }, { "link": "https://www.linkedin.com/in/josh-craddock-185893118", "location": "Boca Raton, FL", "name": "Josh Craddock", "summary": "Senior Account Manager at Nation Safe Drivers, the leading provider of ancillary products such as Roadside Assistance." }, { "link": "https://gt.linkedin.com/in/mark-mej%C3%ADa-16787a9a", "location": "Guatemala", "name": "Mark Mejía", "summary": "Gerente Comercial" }, { "link": "https://www.linkedin.com/in/ariana-a-536252162", "location": "Dallas-Fort Worth Metroplex", "name": "Ariana A.", "summary": "Commercial Lines Account Manager" }, { "link": "https://www.linkedin.com/in/karla-silva-pr", "location": "Los Angeles Metropolitan Area", "name": "Karla Silva", "summary": "Investor Relations VP at Vivative Ventures, Inc." }, { "link": "https://mx.linkedin.com/in/alberto-pi%C3%B1a-landy-0bb2371ab", "location": "Mexico City Metropolitan Area", "name": "Alberto Piña Landy", "summary": "Student at Universidad Iberoamericana" }, { "link": "https://mx.linkedin.com/in/barrerajulio", "location": "Mexico City Metropolitan Area", "name": "Julio Barrera", "summary": "Architect | Tech lead | Engineer manager | SR FullStack developer | Learning Enthusiast | Business lover" }, { "link": "https://mx.linkedin.com/in/jorge-muriel-330a4a21a", "location": "Mexico City, Mexico", "name": "Jorge Muriel", "summary": "Student at Universidad Iberoamericana, Ciudad de México" }, { "link": "https://mx.linkedin.com/in/mikhail-castillo-9b763b48", "location": "Mexico City", "name": "Mikhail Castillo", "summary": "Tech Lead" }, { "link": "https://www.linkedin.com/in/rafael-gomez-360b6381", "location": "San Diego, CA", "name": "Rafael Gomez", "summary": "President & CEO at Crediauto Financial" }, { "link": "https://mx.linkedin.com/in/saul-alor", "location": "Puebla, Mexico", "name": "Saúl Alor Chávez", "summary": "SDR at @Tribal" }, { "link": "https://es.linkedin.com/in/raul-reyes-caballero-7992b714a", "location": "Catalonia, Spain", "name": "Raul Reyes Caballero", "summary": "CEO and co-founder in Jumpets" }, { "link": "https://mx.linkedin.com/in/muchologo", "location": "Mexico City, Mexico", "name": "James Zaballa", "summary": "Fullstack Developer Senior en YAYDOO" }, { "link": "https://www.linkedin.com/in/bakulbadwal", "location": "Miami, FL", "name": "Bakul Badwal", "summary": "Cryptocurrency Research Analyst at Legacy Research Group | DeFi & Crypto Writer" }, { "link": "https://mx.linkedin.com/in/xaviersanchezarnedo", "location": "Mexico City Metropolitan Area", "name": "Xavier Sanchez", "summary": "Financial Operations Lead" }, { "link": "https://mx.linkedin.com/in/carlos-augusto-tejeda-rodr%C3%ADguez-37107792", "location": "Mexico City, Mexico", "name": "Carlos Augusto Tejeda Rodríguez", "summary": "Medios de Pago / Fintech / Analytics / Producto" }, { "link": "https://mx.linkedin.com/in/claudia-s%C3%A1nchez-deloy-00562a5a", "location": "Mexico City, Mexico", "name": "Claudia Sánchez Deloy", "summary": "Mentor | Accounting Consultant | Enterprising | Micro and SME Administration Specialist | Training | Director" } ]
[]
[]
[ { "link": "https://www.linkedin.com/in/webkingservices", "location": "Greater Houston", "name": "Alan Alvarado", "summary": "Business growth strategist in branding, marketing and sales. Successfully scaling businesses through fundamentals and results-driven tech - WebKing.com" }, { "link": "https://www.linkedin.com/in/alan-alvarado-709749101", "location": "Stockton, CA", "name": "Alan Alvarado", "summary": "Assistant Project Manager at Schuff Steel" }, { "link": "https://pe.linkedin.com/in/alanalvaradop", "location": "Peru", "name": "Alan Alvarado", "summary": "Bachiller en Psicología Organizacional / Gestión del Talento Humano / Salud Ocupacional / Desarrollo Organizacional" }, { "link": "https://mx.linkedin.com/in/alan-alvarado-897542169", "location": "Greater Guadalupe Area", "name": "Alan Alvarado", "summary": "Aeronautical Engineer" } ]
[]
[ { "name": "Payments Strategy", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGO28O8wk81Gg/group-logo_image-shrink_200x200/0/1631367267869?e=1647691200&v=beta&t=wqHMoKg4uyFcJlfCe0gJ_j4mGYKc9lL9BLuVwKisaLY", "url": "https://www.linkedin.com/groups/64064" }, { "name": "Technology and Digital Executives Network", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQHkS17_RQ60rw/group-logo_image-shrink_92x92/0/1631000119891?e=1647691200&v=beta&t=M1Xr4G9FBvpthAiFdcm2HFiBrA_xknmPumICFpNp-QU", "url": "https://www.linkedin.com/groups/8327230" }, { "name": "UX Strategy: Smarter Product Design", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQH3iLfZKemEPw/group-logo_image-shrink_92x92/0/1631005845937?e=1647691200&v=beta&t=AbcIhBE0eK04oZr6GK1-P0KyPhoSwJmGfeV9gJIX2Ic", "url": "https://www.linkedin.com/groups/3735935" }, { "name": "Cloud Computing", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQEmFrxjTCD4rg/group-logo_image-shrink_200x200/0/1631004060435?e=1647691200&v=beta&t=kkm-Y7UVeflcdvelZzxGkYXRZExXPEjRQUzu2FZBHC0", "url": "https://www.linkedin.com/groups/61513" }, { "name": "Crowd Experts - Crowdfunding Professionals", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGf3SkW1vUE4g/group-logo_image-shrink_200x200/0/1631375002189?e=1647691200&v=beta&t=kuRmTpDQw6YMREVZ8hXaxInEraBS_BHfWC-fSCR0nu0", "url": "https://www.linkedin.com/groups/6568366" }, { "name": "Android", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGJNEzWwzFigQ/group-logo_image-shrink_200x200/0/1631374169149?e=1647691200&v=beta&t=RS-a9TvNS9DyT4WzD63yOFeXAo6vUgYfwA2g9HV0YEo", "url": "https://www.linkedin.com/groups/88206" }, { "name": "Professional CV Wizard (LION)", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQHXPPSH7djf7w/group-logo_image-shrink_200x200/0/1631413304674?e=1647691200&v=beta&t=mT5O6zNln8T6Gshhlh6cK-vDXYE588YBfFXY7L2_dl4", "url": "https://www.linkedin.com/groups/8189363" }, { "name": "Android Developer Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGQfLZQpjDYrA/group-logo_image-shrink_200x200/0/1631357995141?e=1647691200&v=beta&t=UrJ_ikLY0zORI6_c6rtqlG6oDYP9POww5zIYsQzxow0", "url": "https://www.linkedin.com/groups/86481" }, { "name": "Commercial Lending Forum", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFzmWbHqSUjtA/group-logo_image-shrink_200x200/0/1631411041112?e=1647691200&v=beta&t=xXg3CwTz7-St2O_DBSGqLgoQdZLtip-Hv-SraiIDgE8", "url": "https://www.linkedin.com/groups/4125740" }, { "name": "Mexico IT and Technology Industry", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQGjWncR6nduow/group-logo_image-shrink_92x92/0/1631006268238?e=1647691200&v=beta&t=JrMvWystbQKSl9JgqgDTWj_mNjEnDww6kmUwWyAI4d4", "url": "https://www.linkedin.com/groups/1993290" }, { "name": "Linux Expert", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFsrfDk6tvDTg/group-logo_image-shrink_92x92/0/1525122585937?e=1647691200&v=beta&t=pAVB1Ep2qOhe_x7nb0e5nJzm4CIf3STtDBEBr12knlg", "url": "https://www.linkedin.com/groups/49301" }, { "name": "Mobile Payments Strategy", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQG4hpiLZ049eg/group-logo_image-shrink_200x200/0/1631427038712?e=1647691200&v=beta&t=IIreiRYwoX7xavY6_2Pc9_9aAmvzCMWnk03A5ZAV6OA", "url": "https://www.linkedin.com/groups/149016" }, { "name": "Innopolis", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQED6cktX5FOAg/group-logo_image-shrink_200x200/0/1631374512121?e=1647691200&v=beta&t=z2i3cqI8GiODZ-UbY01ziQvREXxbX4wlAFmDN_pN_CI", "url": "https://www.linkedin.com/groups/4747604" }, { "name": "Credit Scoring Methods", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5107AQGGstCRK2C5Mw/group-logo_image-shrink_200x200/0/1631426225072?e=1647691200&v=beta&t=Q4aUFOCZo6cfyxnQcTxipuXlIwE1uHScOkCNuLfeoqo", "url": "https://www.linkedin.com/groups/2209596" } ]
null
null
null
null
null
null
null
null
6,332
aalvaradosd
https://media-exp1.licdn.com/dms/image/C5603AQFoQCbKowBVVQ/profile-displayphoto-shrink_200_200/0/1625843991414?e=1652918400&v=beta&t=AMTwLPwh9xCOU9K9QsN50fYsISckWer3Spq5lP5JuDY
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
alberto
alvarado
alberto alvarado
Zone Business Consultant at Affinity Development Group
zone business consultant affinity development group
null
u
united state america
san diego county
california
[ { "company": "Affinity Development Group", "company_linkedin_profile_url": "https://www.linkedin.com/company/affinity-development-group", "description": null, "ends_at": null, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHDVJzxr2tJxQ/company-logo_100_100/0/1558032857997?e=1655942400&v=beta&t=3QoSJuvg_dSJUsZzMCdnb5EQnu2ltbyreLklGSjTFjg", "starts_at": { "day": 1, "month": 1, "year": 2019 }, "title": "Zone Business Consultant" }, { "company": "Affinity Development Group", "company_linkedin_profile_url": "https://www.linkedin.com/company/affinity-development-group", "description": "Understanding market factors that affect pricing in different demographics.\nUnderstanding the pricing rules, clearly explain to others and offer suggestions how to resolve inconsistences. \nProvide ongoing support to business consultants in assigned terrorizes. \nSuggest improvements to data gathering and implementation process.", "ends_at": null, "location": "Greater San Diego Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHDVJzxr2tJxQ/company-logo_100_100/0/1558032857997?e=1655942400&v=beta&t=3QoSJuvg_dSJUsZzMCdnb5EQnu2ltbyreLklGSjTFjg", "starts_at": { "day": 1, "month": 12, "year": 2017 }, "title": "Analyst" }, { "company": "Affinity Development Group", "company_linkedin_profile_url": "https://www.linkedin.com/company/affinity-development-group", "description": null, "ends_at": null, "location": "Greater San Diego Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHDVJzxr2tJxQ/company-logo_100_100/0/1558032857997?e=1655942400&v=beta&t=3QoSJuvg_dSJUsZzMCdnb5EQnu2ltbyreLklGSjTFjg", "starts_at": { "day": 1, "month": 8, "year": 2011 }, "title": "Zone Business Associate" }, { "company": "Farmers Insurance", "company_linkedin_profile_url": "https://www.linkedin.com/company/farmers-insurance", "description": null, "ends_at": { "day": 31, "month": 5, "year": 2011 }, "location": "La Mesa, CA", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEJeoOF4x67sQ/company-logo_100_100/0/1625588062260?e=1655942400&v=beta&t=HOU9CbzpMlwsW5sjkekXBkAYgPDQqfeNk2Xjqg70XWo", "starts_at": { "day": 1, "month": 8, "year": 2009 }, "title": "Agency Producer" }, { "company": "Autotrader US", "company_linkedin_profile_url": "https://www.linkedin.com/company/autotrader-com", "description": null, "ends_at": { "day": 31, "month": 10, "year": 2008 }, "location": "Greater San Diego Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQE4CtQw1SpRsg/company-logo_100_100/0/1524252725972?e=1655942400&v=beta&t=LMRM5NFjd7z6thBZwREaCkjUQJs6_Pp2VMuBtQYKJrs", "starts_at": { "day": 1, "month": 5, "year": 2004 }, "title": "Field Sales Coordinator" } ]
[ { "degree_name": null, "description": null, "ends_at": null, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFjd3mmfDo2YQ/company-logo_100_100/0/1647534813414?e=1655942400&v=beta&t=kGt9mtNI9iKrZzoqjfW9l5LWhf4WtSHpNsO9HNeaBk0", "school": "San Diego State University", "school_linkedin_profile_url": "https://www.linkedin.com/school/san-diego-state-university/", "starts_at": null }, { "degree_name": "Fundraising and Development", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2019 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQF88Pht7TPlnA/company-logo_100_100/0/1595523429099?e=1655942400&v=beta&t=ex5eltZBDTIvosYdG8LRL9tQnqdmmBk_zdwpbl8z11w", "school": "UC San Diego Extension", "school_linkedin_profile_url": "https://www.linkedin.com/school/uc-san-diego-extension/", "starts_at": { "day": 1, "month": 1, "year": 2017 } } ]
[ "English", "Spanish" ]
[ { "description": null, "ends_at": null, "org_name": "BikeSD", "starts_at": { "day": 1, "month": 1, "year": 2017 }, "title": "Development Officer" }, { "description": null, "ends_at": null, "org_name": "Toastmasters International - San Diego Toastmasters 7", "starts_at": { "day": 1, "month": 1, "year": 2016 }, "title": "Club Treasurer" } ]
[]
[ { "description": "This award recognizes one member whose educational accomplishments, club service, dedication and enthusiasm are exceptional.", "issued_on": { "day": 1, "month": 8, "year": 2017 }, "issuer": "San Diego Toastmasters 7", "title": "2016-2017 Toastmasters of The Year" } ]
[]
[]
[]
[]
[ { "cause": "Education", "company": "District 5 Toastmasters", "company_linkedin_profile_url": "https://www.linkedin.com/company/d5toastmasters", "description": null, "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHUxcW8AY9Psw/company-logo_100_100/0/1533683994657?e=1655942400&v=beta&t=SHVqF8pd5n2qROBs-pwJYtoRj9lxNPRCQ2GEgHGVhI0", "starts_at": { "day": 1, "month": 7, "year": 2018 }, "title": "Public Relations Manager" }, { "cause": "Education", "company": "District 5 Toastmasters", "company_linkedin_profile_url": "https://www.linkedin.com/company/d5toastmasters", "description": "As area director, we serve as the direct liaison between district 5 Toastmasters and the clubs. One way that you serve clubs is through the area club visits conducted. These visits are crucial to understanding how clubs are fulfilling member needs, and how the district is successful in supporting and meeting the needs of each club.\n\nResponsibilities:\n◾Report regularly to the division director and district leaders on area progress . \n◾Serve as Area Council chair. \n◾Hold at least two Area Council meetings each year and have the following topics on the agenda: .\n◾Achieve Distinguished Area status. \n◾Motivate and assist each club in the area to become a Distinguished Club.\n◾Participate in area director training provided by the district.\n◾Assess club membership and its leadership’s willingness to grow.\n◾Assess who will achieve educational achievements and when these will be completed.\n◾Submit the Area Report of the Club Visit form online.\n◾Contact club presidents monthly about: \n◾Distinguished Club Program performance.\n◾Follow-up on items identified during previous visit or contact.\n◾District training or other district events.", "ends_at": { "day": 31, "month": 7, "year": 2018 }, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHUxcW8AY9Psw/company-logo_100_100/0/1533683994657?e=1655942400&v=beta&t=SHVqF8pd5n2qROBs-pwJYtoRj9lxNPRCQ2GEgHGVhI0", "starts_at": { "day": 1, "month": 7, "year": 2017 }, "title": "Area 9 Director - District 5 Toastmasters" } ]
[ { "authority": "Toastmasters International", "display_source": null, "ends_at": null, "license_number": null, "name": "Distinguished Toastmasters Award", "starts_at": { "day": 1, "month": 3, "year": 2019 }, "url": null }, { "authority": "UC San Diego Extension", "display_source": null, "ends_at": null, "license_number": null, "name": "Business Management Certificate", "starts_at": { "day": 1, "month": 1, "year": 2017 }, "url": null }, { "authority": "UC San Diego Extension", "display_source": null, "ends_at": null, "license_number": null, "name": "Fundraising and Development Certificate", "starts_at": { "day": 1, "month": 9, "year": 2016 }, "url": null }, { "authority": "Toastmasters International", "display_source": null, "ends_at": null, "license_number": null, "name": "Advanced Communicator & Leadership Bronze", "starts_at": { "day": 1, "month": 9, "year": 2015 }, "url": null }, { "authority": "California Department of Motor Vehicles", "display_source": null, "ends_at": null, "license_number": null, "name": "OCCUPATIONAL LICENSES", "starts_at": { "day": 1, "month": 6, "year": 2011 }, "url": null }, { "authority": "Personal and Commercial lines of Insurance", "display_source": null, "ends_at": { "day": 30, "month": 11, "year": 2014 }, "license_number": null, "name": "Property and Casualty licensed", "starts_at": { "day": 1, "month": 11, "year": 2009 }, "url": null } ]
410
[ { "link": "https://www.linkedin.com/in/dominick-paolino-61b24b7b", "location": "San Diego, CA", "name": "Dominick Paolino", "summary": "Dealer Compliance Manager at Affinity Development Group" }, { "link": "https://www.linkedin.com/in/beth-chaponis-84930a65", "location": "Kennebunk, ME", "name": "Beth Chaponis", "summary": "EVP of Marketing at Costco Auto Program // Affinity Development Group" }, { "link": "https://www.linkedin.com/in/roguarino", "location": "New York City Metropolitan Area", "name": "Rob Guarino", "summary": "Sales And Leasing Consultant at Ramsey Subaru Inc" }, { "link": "https://www.linkedin.com/in/lance-dean-86a7b4120", "location": "San Diego County, CA", "name": "Lance Dean", "summary": "Logistics Manager at Affinity Development Group" }, { "link": "https://www.linkedin.com/in/laura-fletcher-63794667", "location": "Commerce Township, MI", "name": "Laura Fletcher", "summary": "Territory Manager" }, { "link": "https://www.linkedin.com/in/rich-serritos-063361bb", "location": "Midland, MI", "name": "Rich Serritos", "summary": "Retail District Manager at Dollar General" }, { "link": "https://www.linkedin.com/in/john-gillum-24b5081b6", "location": "Sacramento, CA", "name": "John Gillum", "summary": "Heating Air Conditioning Service Technician at Villara Building Systems" }, { "link": "https://kh.linkedin.com/in/samet-hor-ab119b70", "location": "Cambodia", "name": "Samet Hor", "summary": "Senior Quality Assurance Consultant at Centric Brands" }, { "link": "https://www.linkedin.com/in/kimelwell", "location": "Napa, CA", "name": "Kim Elwell", "summary": "Proprietor, Halcyon Wines x Partner, The James Collective" }, { "link": "https://www.linkedin.com/in/jason-keiderling-9135496", "location": "Camas, WA", "name": "Jason Keiderling", "summary": "Director of Sales - Costco at Kerry" }, { "link": "https://www.linkedin.com/in/aaron-avalos-3838021b1", "location": "Spokane, WA", "name": "Aaron Avalos", "summary": "A passionate leader with a commitment to talent acquisition, organizational development, and executive HR support. Innovative in bridging talent gaps in HR solutions, onboarding, coaching, and employee development." }, { "link": "https://in.linkedin.com/in/shahid-shaikh-7aa950116", "location": "Pune", "name": "Shahid Shaikh", "summary": "Sr Software Engineer - Tech Mahindra" }, { "link": "https://www.linkedin.com/in/benjamin-cornforth-890b29", "location": "San Jose, CA", "name": "Benjamin Cornforth", "summary": "Vice President, Global Strategic Client Accounts at RGP" }, { "link": "https://www.linkedin.com/in/randy-anderson-745934111", "location": "Jersey County, IL", "name": "Randy Anderson", "summary": "Trucker at John Christner Trucking, LLC" }, { "link": "https://www.linkedin.com/in/marty-hull-5845227", "location": "Canyon Lake, TX", "name": "Marty Hull", "summary": "Executive Vice President at Affinity Development Group / Costco Auto Program" }, { "link": "https://www.linkedin.com/in/tyler-jenkins-78550758", "location": "Miami-Fort Lauderdale Area", "name": "Tyler Jenkins", "summary": "Zone Business Consultant at Affinity Development Group" }, { "link": "https://www.linkedin.com/in/smahoney", "location": "New York City Metropolitan Area", "name": "Sean Mahoney", "summary": "Head of Sales at Invisibly" }, { "link": "https://www.linkedin.com/in/jeremypixton", "location": "Salt Lake City Metropolitan Area", "name": "Jeremy Pixton", "summary": "Chief Executive Officer at Wise Home Solutions" } ]
[]
[ { "activity_status": "Liked by Alberto Alvarado", "link": "https://www.linkedin.com/signup/cold-join", "title": "I met Rosemary thanks to North San Diego Business Chamber. She's been CEO since age 25, has hunted and cleaned an elk on her own, and is raising a…" }, { "activity_status": "Liked by Alberto Alvarado", "link": "https://www.linkedin.com/signup/cold-join", "title": "Start at Costco Auto Program for your next RV purchase. Costco members can combine exclusive prearranged pricing with available manufacturer…" }, { "activity_status": "Liked by Alberto Alvarado", "link": "https://www.linkedin.com/signup/cold-join", "title": "Learn more about Costco Auto Program and learn how to get hassle-free prearranged pricing on your next vehicle purchase." } ]
[ { "link": "https://ar.linkedin.com/in/alberto-alvarado-61205568", "location": "Argentina", "name": "Alberto Alvarado", "summary": "Alberto Alvarado" }, { "link": "https://www.linkedin.com/in/alberto-alvarado-44531810a", "location": "Santa Rosa, CA", "name": "Alberto Alvarado", "summary": "UX Technical Sourcer at Google (via Nelson Staffing)" }, { "link": "https://gt.linkedin.com/in/alberto-alvarado-69831335", "location": "Guatemala", "name": "Alberto Alvarado", "summary": "Gerente de gestión integral en Tecnifibras, S.A" }, { "link": "https://sv.linkedin.com/in/alberto-alvarado-996b601b9", "location": "El Salvador", "name": "Alberto Alvarado", "summary": "Técnico en Sistemas de Computación" }, { "link": "https://pa.linkedin.com/in/albertoalvaradostm", "location": "Panama", "name": "Alberto Alvarado", "summary": "Private Equity Analyst at MKH Capital Partners" } ]
[]
[ { "name": "Automotive News Professional Community", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQF7-BQDk_rKhg/group-logo_image-shrink_200x200/0/1631375051405?e=1647691200&v=beta&t=OsyEl819osAEJ2zw4poLRwLRPO6wdYFKlAqWl87SWdk", "url": "https://www.linkedin.com/groups/2474084" }, { "name": "Automotive Industry Professionals Worldwide", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQF8Ev7dWLMFKA/group-logo_image-shrink_200x200/0/1631358354763?e=1647691200&v=beta&t=W9cP_PNQGzCUQq-xVjhlOd9RNrLd-SRv_LYpjAgR2xA", "url": "https://www.linkedin.com/groups/90579" }, { "name": "Development and Fundraising Professionals", "profile_pic_url": "https://static-exp1.licdn.com/sc/h/4h1ldzvvebtszyx75ve7dst1v", "url": "https://www.linkedin.com/groups/2057740" }, { "name": "Double the Donation: Matching Gifts for Nonprofit Fundraising Professionals", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5107AQFvMJALNN95xg/group-logo_image-shrink_200x200/0/1631418571753?e=1647691200&v=beta&t=bWZjqepKCyFyI9Zr-z8uQ6dtOAqf0oT-0niq5IH9ViI", "url": "https://www.linkedin.com/groups/4863004" }, { "name": "AMA San Diego", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQHfUUZRBmuPAA/group-logo_image-shrink_200x200/0/1631371703705?e=1647691200&v=beta&t=yNTWWd90kovrasPmEakkOp9zP5Y8ZmrvkeWIH-U5OuI", "url": "https://www.linkedin.com/groups/73704" }, { "name": "Fundraising and Grantmaking", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQE93GDG2lU0nw/group-logo_image-shrink_92x92/0/1631004778383?e=1647691200&v=beta&t=66l4DMvJfMTrnL_EhJQ1Rj90yKvqeDMH3reEHnGr-o0", "url": "https://www.linkedin.com/groups/148345" }, { "name": "Automotive Dealers Network", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQEIYwTdSiTfmQ/group-logo_image-shrink_200x200/0/1631425722107?e=1647691200&v=beta&t=AJE5w8WV-dM4lw3fvTqxqpsAHfz044aZqt8caHHIzuo", "url": "https://www.linkedin.com/groups/84318" }, { "name": "LED Lighting Professionals", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQEc7OL8Usc_lw/group-logo_image-shrink_200x200/0/1631367603980?e=1647691200&v=beta&t=rtT_QDnV6fu-lJJAshW3npBc5nhiZXzSURjc8A5dX9s", "url": "https://www.linkedin.com/groups/2320188" } ]
null
null
null
null
null
null
null
null
6,333
aalvaradov
https://media-exp1.licdn.com/dms/image/C4E03AQFiJCKKa5_pdw/profile-displayphoto-shrink_200_200/0/1517733546385?e=1652918400&v=beta&t=nKHAA2marcTf9rEbePNco1ak468LUnoOcRenV5D4pnE
https://media-exp1.licdn.com/dms/image/C4E16AQHWkfYpdzUbIg/profile-displaybackgroundimage-shrink_200_800/0/1517733547082?e=1652918400&v=beta&t=JuzgZaUzAtOVQ7_CdHyJuEfIMSfsyeE8Mh94zVJD0HQ
alex alvarado
venegas
alex alvarado venegas
Admin Plataformas Unix at DXC Technology
ingeniería de tecnologías de la información en cencosud s.a .
profesional con amplios conocimientos en administración de la infraestructura middleware del sector de la telecomunicaciones . excelente relación con mi pares de equipo clientes , con conocimientos necesarios para implementar administrar soluciones de tecnología , desarrollo de la gestión prestación de servicios .
u
united state america
null
null
[ { "company": "DXC Technology", "company_linkedin_profile_url": "https://www.linkedin.com/company/dxctechnology", "description": "Trabajé como ingeniero Unix Level 3 dando soporte y apoyo a la resolución de problemas las SAG de Transbank, Redbanc y Nexus.\nProblem Lead, Gestion de grupos Unix L1 Y L2 en temas relativos a la funciones y problema diarios de cada SAG en la plataforma Service Now.\nBacklog DXC Unix L3, Focal Point del Backlog para resolución de incidentes, controles de cambios, tareas, cambios emergentes, presentación de en CAB interna de Transbank.\nLíder de proyectos en SAG compartida para creación de máquinas virtuales Linux Redhat 7 e Instalación de Software y proyectos de infraestructura TI Unix.\nAdministración general de Sistemas Operativos Redhat 7, AIX 7, Oracle Solaris 11, HP-UX 11.31 Instalación de sistema operativo, revisión y solución a vulnerabilidades de seguridad de sistema operativo, actualización y mejora continua de Firmware.", "ends_at": { "day": 31, "month": 5, "year": 2021 }, "location": "Santiago, Región Metropolitana de Santiago, Chile", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFt7orYWPc9MQ/company-logo_100_100/0/1623288155863?e=1655942400&v=beta&t=U0hR4o2xYtBpeZ0FPwNiAYklV1xCRMgRjNrkccv2gQM", "starts_at": { "day": 1, "month": 10, "year": 2019 }, "title": "Admin Plataformas Unix" }, { "company": "Cencosud S.A.", "company_linkedin_profile_url": "https://www.linkedin.com/company/cencosud-s-a-", "description": "Proyecto de Ingeniería de sistemas para Cencosud área de operaciones CCO, Gestion de troubleshooting TI Unix, Linux, MS Windows, Middleware y Base de Datos.", "ends_at": { "day": 31, "month": 10, "year": 2019 }, "location": "Región Metropolitana de Santiago, Chile", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHPwGe8jr5xsQ/company-logo_100_100/0/1574365733763?e=1655942400&v=beta&t=NqIIHcPBT5VM3D-lmyG4n0QHwCF6WCXF9g9SzHJkI_4", "starts_at": { "day": 1, "month": 5, "year": 2019 }, "title": "Ingeniería de tecnologías de la información" }, { "company": "Itaú Chile", "company_linkedin_profile_url": "https://www.linkedin.com/company/itauchile", "description": "Ingeniero de infraestructura TI\nExperiencia en software de desarrollo y monitoreo, Splunk, Puppet Enterprice, EAP Datagrid, Jboss, Vmware 6. Base de Datos Mysql Server y Oracle middleware Websphere, Webservices, Weblogic gestión de políticas de Backup VIM, virtualización de servidores en infraestructura y balanceo Big Ip. administración de sistemas operativos Unix, Aix, Solaris, HP-UX, Linux Redhat 7 y MS Windows Server 2016", "ends_at": { "day": 28, "month": 2, "year": 2019 }, "location": "rosario norte las condes", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQF85Ubg3EprAw/company-logo_100_100/0/1625158217187?e=1655942400&v=beta&t=A3nbhkVnlZjxD3o4wlkwlvnd-vwJvNLIlVy9M8zOWi8", "starts_at": { "day": 1, "month": 4, "year": 2018 }, "title": "Ingeniero de proyectos de TI" }, { "company": "Falabella Financiero", "company_linkedin_profile_url": "https://www.linkedin.com/company/falabella-financiero", "description": "Ingeniero Core financiero apoyo y soporte a Infraestructura TI. Administración de la infraestructura SOA donde realice soporte a la plataforma Bancaria Flexcube, SAT CMR.", "ends_at": { "day": 30, "month": 4, "year": 2018 }, "location": "Santiago, Región Metropolitana de Santiago, Chile", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHoq7Ss7EXgEg/company-logo_100_100/0/1625153184170?e=1655942400&v=beta&t=UPWjBSjPYVShH_M6be1jjx5qsmP7iPtxwpAskXk7DiU", "starts_at": { "day": 1, "month": 6, "year": 2017 }, "title": "Ingeniero de Producción Core" }, { "company": "Indra Company", "company_linkedin_profile_url": "https://www.linkedin.com/company/indra", "description": "Líder de infraestructura Unix Linux en Telefónica Empresas Chile. \nServicios soluciones para Data Center, Cloud Computing, Housing, Hosting e ingeniería de sistemas de ambientes Unix.\nResponsable de la supervisión, control y la operación de sistemas TI soporte de múltiples proveedores y clientes.\nDirección de equipo responsable en áreas TI incluyendo la instalación, la operación, la planificación, configuración sistemas, productos, networking e integración y soluciones de desarrollo de prueba para productos en diferentes unidades de negocio.", "ends_at": { "day": 31, "month": 5, "year": 2017 }, "location": "Avenida del Valle 765 Huechuraba, Santiago de Chile", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQE_l86n4N73QQ/company-logo_100_100/0/1646898677177?e=1655942400&v=beta&t=MkRWqZN5Mf-8efXaCdYLp2pW6jTcvEkzpOv-sVdA83M", "starts_at": { "day": 1, "month": 3, "year": 2014 }, "title": "Leader Professional Services" }, { "company": "IBM", "company_linkedin_profile_url": "https://www.linkedin.com/company/ibm", "description": "Especialista IT responsable de proporcionar servicios de tecnología y soporte técnico en tareas como análisis, instalación, pruebas, programa e integración de sistemas, productos, sistemas operativos y software de clientes. Levantamiento y transferencia de infraestructura de conocimiento Midrange Unix de Movistar.", "ends_at": { "day": 31, "month": 1, "year": 2014 }, "location": "Santiago de Chile, Providencia", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHnDb1Rq_7PNQ/company-logo_100_100/0/1645010927195?e=1655942400&v=beta&t=F3nev5VrIfWUvP9mfk9Kc_yj90MFaIUHvi56h7NPvxY", "starts_at": { "day": 1, "month": 1, "year": 2013 }, "title": "IT Specialist" }, { "company": "Indra", "company_linkedin_profile_url": "https://www.linkedin.com/company/indra", "description": "Ingeniero de Sistemas con experiencia es la administración de sistemas operativos Unix: \n\nSolaris, HPUX. Administración de volúmenes LVM, VxVM, SVM, Networking, Storage para el cliente Telefónica-Movistar.", "ends_at": { "day": 31, "month": 12, "year": 2012 }, "location": "Ciudad Empresarial, Santiago", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQE_l86n4N73QQ/company-logo_100_100/0/1646898677177?e=1655942400&v=beta&t=MkRWqZN5Mf-8efXaCdYLp2pW6jTcvEkzpOv-sVdA83M", "starts_at": { "day": 1, "month": 6, "year": 2010 }, "title": "System Engineer" }, { "company": "Claro Chile S.A.", "company_linkedin_profile_url": "https://www.linkedin.com/company/claro-chile-s.a.", "description": "Ingeniero de Calidad de Red. \n\nRealicé supervisión, detección y presentación de funcionamiento de la red CDMA. \n\nAdministración de sistema Unix y Base de Datos. Realicé automatización de procesos para\nmedición de performance y KPIS de la red de CDMA y UMTS. Participé directamente del proceso de auditoría, permitiendo la certificación de la agencia reguladora. Apoyé la migración de servidores de producción para la red móvil. \n\nTrabajé proyectos de desarrollo de software y diseño red de Core.", "ends_at": { "day": 31, "month": 12, "year": 2009 }, "location": "Ciudad Empresarial, Santiago", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQFGwF56cEUrug/company-logo_100_100/0/1519938354975?e=1655942400&v=beta&t=rogfTnmiSInr4a2zUXrftn6MpUvSpyVu8OS-YVh4TkM", "starts_at": { "day": 1, "month": 7, "year": 2006 }, "title": "Ingeniero de Calidad de Red" }, { "company": "Orion 2000", "company_linkedin_profile_url": "https://www.linkedin.com/company/orion-2000", "description": "Trabajé como consultor de seguridad de la información. \n\nRealicé el análisis de seguridad para levantar sistemas de información del módulo SAP/R3 y correo electrónico Outlook.\n\nImplementé políticas de seguridad Informática en base a la norma ISO 17799.", "ends_at": { "day": 30, "month": 6, "year": 2005 }, "location": "Santiago, Apoquindo", "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 2005 }, "title": "Consultor informático" }, { "company": "Metrogas S.A.", "company_linkedin_profile_url": "https://www.linkedin.com/company/metrogas-s.a.", "description": "Trabajé e investigué políticas de seguridad y el control de los usuarios de la red corporativa, lo que apliqué en mi tesis de ingeniería y trabajo de título. \n\nTrabajé dando soporte al área comercial en los sistemas ERP SAP y Windows 2000 Pro. Esto trajo como resultado un mejor uso de los recursos de la red\nInformática de Metrogas integrando a ellas políticas de seguridad de la información. \n\nAdemás participé en el cambio de sucursal del área comercial, donde se trasladó toda la red a nuevo edifico corporativo.", "ends_at": { "day": 30, "month": 11, "year": 2004 }, "location": "Santiago, Providencia", "logo_url": null, "starts_at": { "day": 1, "month": 3, "year": 2004 }, "title": "Engineer & Work Title" } ]
[ { "degree_name": "Ingeniero Civil en Informática", "description": null, "ends_at": null, "field_of_study": "Graduate Cs. Engineering, Computing Sciences", "logo_url": null, "school": "Universidad de Ciencias de la Informática", "school_linkedin_profile_url": "https://www.linkedin.com/school/universidad-de-ciencias-de-la-inform%C3%A1tica/", "starts_at": null } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[ { "authority": "Hadi Partovi", "display_source": "code.org", "ends_at": { "day": 31, "month": 8, "year": 2015 }, "license_number": null, "name": "---The Hour of Code--", "starts_at": { "day": 1, "month": 8, "year": 2015 }, "url": "https://code.org/printcertificate/5ab470f0c9f700fa0407a32be8298994" } ]
null
[ { "link": "https://au.linkedin.com/in/erika-singh-64770168", "location": "Sydney, NS", "name": "Erika Singh", "summary": "Principal Business Analyst en BHP" }, { "link": "https://cl.linkedin.com/in/boris-guerrero-diaz-69b13694", "location": "Chile", "name": "Boris Guerrero Diaz", "summary": "Analista Funcional COBOL en IBM de Chile" }, { "link": "https://cl.linkedin.com/in/lorena-monsalve-bb255033", "location": "Chile", "name": "Lorena monsalve", "summary": "Modulo de atención para atencion de estudiantes en Tarjeta Estudiantil JUNAEB en INFER" }, { "link": "https://cl.linkedin.com/in/alejandro-llancaqueo-caro-518b6074", "location": "Chile", "name": "Alejandro Llancaqueo Caro", "summary": "Jefe de Proyectos en Vielco Generadores" }, { "link": "https://cl.linkedin.com/in/fabian-farias-retamal-87048824", "location": "Chile", "name": "Fabian Farias Retamal", "summary": "Consultor SAP Business One" }, { "link": "https://cl.linkedin.com/in/patricio-carrasco-214b0577", "location": "Chile", "name": "Patricio Carrasco", "summary": "COORDINADOR DE DEPORTES en Universidad del Pacífico Chile" }, { "link": "https://cl.linkedin.com/in/nicole-andrea-cid-salgado-a96009132", "location": "Provincia de Santiago", "name": "Nicole Andrea Cid Salgado", "summary": "Mentora, Trabajadora Social, CCO para Chile." }, { "link": "https://cl.linkedin.com/in/sergio-agoni-0b05b9132", "location": "Independencia", "name": "Sergio Agoni", "summary": "Analista de sistema en Cencosud" }, { "link": "https://cl.linkedin.com/in/mar%C3%ADa-jos%C3%A9-medina-vargas-97b66754", "location": "Santiago", "name": "María José Medina Vargas", "summary": "Ingeniero en Control de Calidad en Entel" }, { "link": "https://cl.linkedin.com/in/andrea-cristina-flores-galleguillos-33134973", "location": "Chile", "name": "Andrea Cristina Flores Galleguillos", "summary": "Profesora básica, mención trastornos del aprendizaje. en colegio Mistral" }, { "link": "https://cl.linkedin.com/in/andrea-campos-valenzuela-24298539", "location": "Provincia de Santiago", "name": "Andrea Campos Valenzuela", "summary": "Ingeniero en Informatica mención arquitectura de software en Universidad de Ciencias de la Informática" }, { "link": "https://cl.linkedin.com/in/h%C3%A9ctor-daniel-acevedo-angulo-5683a53a", "location": "Chile", "name": "Héctor Daniel Acevedo Angulo", "summary": "Lider TI SAP en Hospital La Florida en Hospital Clínico Dra. Eloísa Díaz I. La Florida" }, { "link": "https://cl.linkedin.com/in/christian-miranda-b875462b", "location": "Chile", "name": "Christian Miranda", "summary": "Arquitecto de soluciones en Teradata." }, { "link": "https://cl.linkedin.com/in/andrea-acosta-4167357", "location": "Chile", "name": "Andrea Acosta", "summary": "Account Manager Key Account en Evertec" }, { "link": "https://cl.linkedin.com/in/pablo-guzman-sanchez", "location": "Chile", "name": "Pablo Guzmán Sánchez", "summary": "Jefe de Proyecto Migración Legacy y Eficiencia Operacional" }, { "link": "https://www.linkedin.com/in/jorgevenegas", "location": "San Francisco Bay Area", "name": "Jorge Venegas Carrasco", "summary": "Senior Software Engineer, Growth @ Upstart" }, { "link": "https://cl.linkedin.com/in/fabiangonzalezc", "location": "Provincia de Santiago", "name": "Fabian Gonzalez", "summary": "Analista configuration manager en Falabella Retail S.A" }, { "link": "https://cl.linkedin.com/in/rodrigoahumada", "location": "Chile", "name": "Rodrigo Ahumada", "summary": "Jefe de proyectos / Especialista Mainframe-Cobol / Gestión de TI" }, { "link": "https://cl.linkedin.com/in/pablo-valenzuela-valenzuela-ba0b8135", "location": "Provincia de Santiago", "name": "Pablo Valenzuela Valenzuela", "summary": "Analista de Sistemas en Clínica las Condes S.A" }, { "link": "https://co.linkedin.com/in/m%C3%B3nica-mar%C3%ADa-gallego-g%C3%B3mez-6a672a26", "location": "Colombia", "name": "Monica Maria Gallego Gomez", "summary": "Systems Engineer, University of Medellín" } ]
[ "Gianni Morello\n \n \n\n\n\n \n \n \n \n \n\n \n En mi trabajo diario (planificación) siempre esta la necesidad de obtener buenas estadisticas desde las Maquinas de Comunicaciones.(Trafico). En ese sentido siempre he obtenido de él, los datos necesarios para realizar las proyecciones que necesito. El esta a cargo de administrar algunas de las plataformas de estadisticas basadas en HW SUN y OS solaris/Unix" ]
[]
[ { "link": "https://ec.linkedin.com/in/alex-xavier-venegas-alvarado-66a6091b2", "location": "Quito", "name": "ALEX XAVIER VENEGAS ALVARADO", "summary": "Student at Universidad de las Fuerzas Armadas - ESPE" } ]
[]
[]
null
null
null
null
null
null
null
null
6,334
aalvare
https://media-exp1.licdn.com/dms/image/C4D03AQGJWa14FLYCpQ/profile-displayphoto-shrink_200_200/0/1521482878657?e=1652918400&v=beta&t=YxKjCFeIWWfI0FZ5n84P0Ib-vfL_MSg4TcgKx3pibes
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
adrian
alvarez
adrian alvarez
AD, Lead Application Architect Cloud System at Boehringer Ingelheim
lead cloud architect boehringer ingelheim
null
u
united state america
chicago
illinois
[ { "company": "Boehringer Ingelheim", "company_linkedin_profile_url": "https://www.linkedin.com/company/boehringer-ingelheim", "description": null, "ends_at": null, "location": "United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQF-BkJ_L17ZSw/company-logo_100_100/0/1555601492336?e=1655942400&v=beta&t=JmUsxPs8fgw1b8HwPvC0MESETK8kC85DTh4mHDkYv0A", "starts_at": { "day": 1, "month": 12, "year": 2021 }, "title": "AD, Lead Application Architect Cloud System" }, { "company": "Khipu, LLC", "company_linkedin_profile_url": "https://www.linkedin.com/company/khipu-llc", "description": null, "ends_at": null, "location": "United States", "logo_url": null, "starts_at": { "day": 1, "month": 8, "year": 2019 }, "title": "Chief Executive Officer" } ]
[ { "degree_name": "Electrical Engineering ", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2017 }, "field_of_study": "Signal Processing and Communications", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGaD7AuaL571Q/company-logo_100_100/0/1645128364517?e=1655942400&v=beta&t=I-T-PTSXeVO1ibaH-txWQpUrFE0Rk_ZuQqVhOqzsMXc", "school": "North Carolina State University", "school_linkedin_profile_url": "https://www.linkedin.com/school/north-carolina-state-university/", "starts_at": { "day": 1, "month": 1, "year": 2013 } }, { "degree_name": "Biomedical Engineering", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2017 }, "field_of_study": "Signal Processing and Bioelectricity", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGaD7AuaL571Q/company-logo_100_100/0/1645128364517?e=1655942400&v=beta&t=I-T-PTSXeVO1ibaH-txWQpUrFE0Rk_ZuQqVhOqzsMXc", "school": "North Carolina State University", "school_linkedin_profile_url": "https://www.linkedin.com/school/north-carolina-state-university/", "starts_at": { "day": 1, "month": 1, "year": 2013 } }, { "degree_name": "Biomedical Engineering", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2017 }, "field_of_study": "Signal Processing and Bioelectricity", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQE68OxmXDWiGg/company-logo_100_100/0/1564669098872?e=1655942400&v=beta&t=PQUc0YHr1UNi5yP5ZX88X9Q1SxbOWX9QKQbfVVdzDG8", "school": "University of North Carolina at Chapel Hill", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-north-carolina-at-chapel-hill/", "starts_at": { "day": 1, "month": 1, "year": 2013 } } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[]
93
[ { "link": "https://www.linkedin.com/in/lauren-bergnes", "location": "Chicago, IL", "name": "Lauren Bergnes", "summary": "Editorial Content Coordinator at HBP" }, { "link": "https://es.linkedin.com/in/andreina-sandrock-651806a5", "location": "Barcelona", "name": "Andreina Sandrock", "summary": "SAP and Synertrade Consultant at GFT Spain" }, { "link": "https://es.linkedin.com/in/tettke", "location": "Greater Barcelona Metropolitan Area", "name": "Axel Tettke", "summary": "Digital Transformation Project Manager at GFT Group" }, { "link": "https://www.linkedin.com/in/melissa-morgan-73a534121", "location": "Richmond, VA", "name": "Melissa Morgan", "summary": "Analytical Scientist/Laboratory Specialist in the Bioanalytical Shared Resource Laboratory at VCU's Department of Pharmaceutics" }, { "link": "https://de.linkedin.com/in/dejanrudic", "location": "Ludwigshafen Am Rhein", "name": "Dejan Rudic", "summary": "IT Professional" }, { "link": "https://es.linkedin.com/in/rodrigofacchinipalma", "location": "Barcelona", "name": "Rodrigo Javier Facchini Palma", "summary": "Business Partner y Office Manager en Sniptech" }, { "link": "https://ar.linkedin.com/in/esteperez", "location": "Partido de San Nicolás", "name": "Esteban Jose Perez", "summary": "Data & Application Integration Architect at Boehringer Ingelheim" }, { "link": "https://www.linkedin.com/in/john-gallagher-730a04141", "location": "United States", "name": "John Gallagher", "summary": "Propulsion Engineer at BLUE ORIGIN" }, { "link": "https://www.linkedin.com/in/nick-davis-vt18", "location": "Washington DC-Baltimore Area", "name": "Nicholas Davis", "summary": "Data Scientist at Booz Allen Hamilton" }, { "link": "https://www.linkedin.com/in/sheena-deivasigamani", "location": "Blacksburg, VA", "name": "Sheena Deivasigamani", "summary": "Undergraduate Research at MICS" }, { "link": "https://www.linkedin.com/in/kyle-davey-a45aa799", "location": "Whippany, NJ", "name": "Kyle Davey", "summary": "Associate Software Engineer at JPMorgan Chase & Co." }, { "link": "https://www.linkedin.com/in/jacquelyn-podolski-06439710a", "location": "Boston, MA", "name": "Jacquelyn Podolski", "summary": "Junior Product Manager at Indigo" }, { "link": "https://es.linkedin.com/in/adri%C3%A1n-%C3%A1lvarez-78220415b", "location": "Greater Santa Cruz de Tenerife Metropolitan Area", "name": "Adrián Álvarez", "summary": "Backend developer at Expero" }, { "link": "https://www.linkedin.com/in/austin-cantrell", "location": "Lawrence, KS", "name": "Austin Cantrell", "summary": "Application Development Engineer at Invisible AI" }, { "link": "https://www.linkedin.com/in/sigrid-ohnesorge-848439111", "location": "Boston, MA", "name": "Sigrid Ohnesorge", "summary": "Business Analyst at Comlinkdata" }, { "link": "https://www.linkedin.com/in/tiffanyabell", "location": "Washington, DC", "name": "Tiffany Bell", "summary": "Mathematics Teacher at Prince George's County Public Schools" }, { "link": "https://www.linkedin.com/in/robert-small-a16b9", "location": "Boston, MA", "name": "Robert Small", "summary": null }, { "link": "https://www.linkedin.com/in/kranthi-reddy-4861329", "location": "Dallas-Fort Worth Metroplex", "name": "Kranthi Reddy", "summary": "Senior Director Of Engineering at Teladoc Health" }, { "link": "https://es.linkedin.com/in/laura-ferrer-montiel-71938011", "location": "Barcelona", "name": "Laura Ferrer Montiel", "summary": "Strategy & Digital Transformation Principal at Capgemini Invent" }, { "link": "https://www.linkedin.com/in/ross123roberts", "location": "Littleton, MA", "name": "Ross Roberts", "summary": "Data Engineer II at Comlinkdata" } ]
[]
[]
[ { "link": "https://es.linkedin.com/in/adrian-alvarez-6860b8100", "location": "Greater Vigo Metropolitan Area", "name": "Adrian Alvarez", "summary": "Operations Departament en INCARGO GALICIA SL" }, { "link": "https://www.linkedin.com/in/adrian-alvarez-5a386472", "location": "San Diego, CA", "name": "Adrian Alvarez", "summary": "CEO at Progressive Heating & Air, inc" }, { "link": "https://www.linkedin.com/in/adrian-alvarez-b543a6b8", "location": "Missouri City, TX", "name": "Adrian Alvarez", "summary": "Operations at EURO GLASS LLC" }, { "link": "https://ar.linkedin.com/in/adrian-alvarez-01ba1859", "location": "Argentina", "name": "Adrian Alvarez", "summary": "Profesor Adjunto Full Time en Instituto Tecnologico Buenos Aires" }, { "link": "https://cl.linkedin.com/in/adrian-alvarez-470b369b", "location": "La Florida", "name": "Adrian Alvarez", "summary": "Especialista en soporte técnico en Red Apis" } ]
[]
[ { "name": "Data Intelligence Thought Leaders", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQFCjRjOUd4KQA/group-logo_image-shrink_200x200/0/1631374191360?e=1647691200&v=beta&t=16y02-tcbR1GdmY5gPPouJFA5MIvy_7EQbdY3INde4Y", "url": "https://www.linkedin.com/groups/8549214" }, { "name": "Data Science Central", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFgIrDQ9DzXEw/group-logo_image-shrink_92x92/0/1631005688319?e=1647691200&v=beta&t=lUwqIYR-FMu0MFhDa7mbkZw1QFFVw0fPaDtuBo3kr3w", "url": "https://www.linkedin.com/groups/35222" } ]
null
null
null
null
null
null
null
null
6,335
aalvarez
https://media-exp1.licdn.com/dms/image/C4E03AQEm30w_kSmO6Q/profile-displayphoto-shrink_200_200/0/1517244660937?e=1652918400&v=beta&t=10qmSuFvrQOaknSW94RQKi4d13HmYvXxmv3hmLNHq-A
https://media-exp1.licdn.com/dms/image/C4E16AQEVyRJu-1CL1A/profile-displaybackgroundimage-shrink_200_800/0/1517245202083?e=1652918400&v=beta&t=jIMdrMR4yvyXpvxlSqU2l-KsRKv-U9fJX2V1Q6GzzSs
anthony e .
.
anthony e. .
Web Developer at Self-employed
mobile web specialist ( mws ) , progressive web app ( pwa )
: 've helped small business owner grow online sale marketing modern website lead generation , lead qualification finally conversion . matter : need eye-catching website impress customer . like go great length get detail right project , want get note right marketing . : web service help focus energy budget wisely . walk step efficient tested process creating high-impact website . little 10 minute online , help discover - right website . work based personal preference desire reality improve website . seen : gave presentation local web development using virtual machine open source developer conference united nation microsoft time square . work : spent career working field consumer electronics , architecture , sale marketing . understand client need better anyone else . strategic business advisor , 'm able seamlessly integrate hard-won , battle-tested , industry knowledge strategic plan ensure client achieve goal - every time . bottom line : need marketing partner understand need time limitation . phone : +1-973-400-9409 email : anthony.alvarez.eng @ gmail.com blog : anthonyalvarez.us twitter : @ anthonyealvarez github : anthonyalvarez
u
united state america
new york
new york
[ { "company": "Self-employed", "company_linkedin_profile_url": null, "description": "Design, build, promote and maintain websites through the entire software development lifecycle. (SDLC) from hosting, to coding, to testing, deployment and marketing.", "ends_at": null, "location": "Greater New York City Area", "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 2009 }, "title": "Web Developer" }, { "company": "Creative Circle", "company_linkedin_profile_url": "https://www.linkedin.com/company/creative-circle", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2018 }, "location": "Greater New York City Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHVH1hqeWV_aA/company-logo_100_100/0/1641933796202?e=1655942400&v=beta&t=k5aSykXNjtHHm4QA-GgzCm6rqQylWFppvoZk4QltGzQ", "starts_at": { "day": 1, "month": 8, "year": 2017 }, "title": "Remote Front End Web Developer" }, { "company": "Borough of Manhattan Community College", "company_linkedin_profile_url": "https://www.linkedin.com/company/bmcc", "description": "Teaching two courses: Ruby on Rails and Ruby Programming.\n\nRuby on Rails has been embraced, especially by start-ups, and is finding increasing support in corporate IT groups. As a result, there is rising demand for Ruby on Rails programmers. In this course, you'll walk away with knowledge of Ruby on Rails and the ability to design and rapidly prototype a web application. To solidify and demonstrate your knowledge, you will build your own Ruby on Rails applications during the course. Ideal for anyone who wants to be a web application developer! Sign up today!” Prerequisite: RUBY Programming. \n\n\nRuby is a dynamic, object-oriented, generalpurpose programming language widely used in web applications and servers. This introductory course will cover the foundations of problem solving through Ruby programming. Students will learn the basics of object-oriented software development and begin to explore some of the more advanced tools to the Ruby-based developer. This course provides the student with the preliminary understanding towards starting an entry-level or internship position", "ends_at": { "day": 31, "month": 5, "year": 2018 }, "location": "Greater New York City Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEcBXR7qonQjw/company-logo_100_100/0/1625223451385?e=1655942400&v=beta&t=H_1U0MHd8A0w4102XEO09eyvqq1vcfYRWeE0ieLBmlE", "starts_at": { "day": 1, "month": 5, "year": 2017 }, "title": "Adjunct Instructor" }, { "company": "PACKT PUBLISHING LIMITED", "company_linkedin_profile_url": "https://www.linkedin.com/company/packt-publishing-limited", "description": "Provided Technical reviewing services for a book about Windows 8 game development using C++ using 3D graphics for touchscreens devices. This book shows you how to develop games for both by following clear, hands-on examples.", "ends_at": { "day": 31, "month": 10, "year": 2013 }, "location": "Greater New York City Area", "logo_url": null, "starts_at": { "day": 1, "month": 4, "year": 2013 }, "title": "Technical Team Member" }, { "company": "CASIO AMERICA, INC.", "company_linkedin_profile_url": "https://www.linkedin.com/company/casio-usa", "description": null, "ends_at": { "day": 31, "month": 10, "year": 2008 }, "location": "Dover, NJ", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHLlm2RBFYXqQ/company-logo_100_100/0/1519856134233?e=1655942400&v=beta&t=M5kfMUW7J14-VTB6NAsHH_5Obhc9cqcfsDbt_CvV5b4", "starts_at": { "day": 1, "month": 10, "year": 2003 }, "title": "Marketing System Manager" }, { "company": "CASIO AMERICA, INC.", "company_linkedin_profile_url": "https://www.linkedin.com/company/casio-usa", "description": null, "ends_at": { "day": 31, "month": 1, "year": 2007 }, "location": "Dover, NJ", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHLlm2RBFYXqQ/company-logo_100_100/0/1519856134233?e=1655942400&v=beta&t=M5kfMUW7J14-VTB6NAsHH_5Obhc9cqcfsDbt_CvV5b4", "starts_at": { "day": 1, "month": 1, "year": 2005 }, "title": "Salesforce.com Database Administator" }, { "company": "Panasonic Wireless Design Center", "company_linkedin_profile_url": "https://www.linkedin.com/company/panasonic-northamerica", "description": null, "ends_at": { "day": 30, "month": 9, "year": 2003 }, "location": "Suwanee, GA", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEX--V8burL-Q/company-logo_100_100/0/1608226648199?e=1655942400&v=beta&t=usAY9Edli8Txrdz4ka7Lp4wlTvc0sf1x06Bn-fJIO-M", "starts_at": { "day": 1, "month": 9, "year": 2000 }, "title": "Webmaster" }, { "company": "Panasonic Wireless Design Center", "company_linkedin_profile_url": "https://www.linkedin.com/company/panasonic-northamerica", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2003 }, "location": "Suwanee, GA", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEX--V8burL-Q/company-logo_100_100/0/1608226648199?e=1655942400&v=beta&t=usAY9Edli8Txrdz4ka7Lp4wlTvc0sf1x06Bn-fJIO-M", "starts_at": { "day": 1, "month": 1, "year": 2001 }, "title": "Web Security Administrator" }, { "company": "Panasonic Wireless Design Center", "company_linkedin_profile_url": "https://www.linkedin.com/company/panasonic-northamerica", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2003 }, "location": "Suwannee, GA", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEX--V8burL-Q/company-logo_100_100/0/1608226648199?e=1655942400&v=beta&t=usAY9Edli8Txrdz4ka7Lp4wlTvc0sf1x06Bn-fJIO-M", "starts_at": { "day": 1, "month": 1, "year": 2001 }, "title": "PGP Email Security Administrator" }, { "company": "Keefe Tech Continuing Education", "company_linkedin_profile_url": "https://www.linkedin.com/company/keefe-tech", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2000 }, "location": "Framingham, MA", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEk3uuCBGvKRQ/company-logo_100_100/0/1625148131488?e=1655942400&v=beta&t=YHI30Bbm6r6Q3Ol9-FE457E8MQjKTFXavGTaKke5bAM", "starts_at": { "day": 1, "month": 1, "year": 1999 }, "title": "Software Instructor" }, { "company": "Computer Report Radio Show", "company_linkedin_profile_url": null, "description": "AM talk radio show.", "ends_at": { "day": 31, "month": 12, "year": 2000 }, "location": null, "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 1998 }, "title": "Talk Radio Personality" }, { "company": "Acunet Internet Services", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 31, "month": 12, "year": 2000 }, "location": "Marlboro, MA", "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 1996 }, "title": "Webmaster" }, { "company": "Assabet Valley Regional Adult Continuing Education", "company_linkedin_profile_url": "https://www.linkedin.com/company/assabet-valley-regional-adult-continuing-education", "description": null, "ends_at": { "day": 31, "month": 12, "year": 1999 }, "location": "Marlboro, MA", "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 1998 }, "title": "Software Instructor" }, { "company": "Kozo Systems, KK", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 31, "month": 7, "year": 1996 }, "location": "Within 23 wards, Tokyo, Japan", "logo_url": null, "starts_at": { "day": 1, "month": 7, "year": 1993 }, "title": "Software Engineer" }, { "company": "Internet Access Center KK", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 31, "month": 1, "year": 1996 }, "location": "Within 23 wards, Tokyo, Japan", "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 1994 }, "title": "Web Developer" }, { "company": "Pitney Bowes", "company_linkedin_profile_url": "https://www.linkedin.com/company/pitney-bowes", "description": "Earned Sales Man of the month award.", "ends_at": { "day": 31, "month": 1, "year": 1993 }, "location": "Greater New York City Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHgK3bRPrzN7Q/company-logo_100_100/0/1625125238278?e=1655942400&v=beta&t=Vq-YmwwpsW6dOuxCleUq-tUHJWYi3UVMAuPY6p423cQ", "starts_at": { "day": 1, "month": 1, "year": 1992 }, "title": "Sales Associate" }, { "company": "International Business Machines", "company_linkedin_profile_url": "https://www.linkedin.com/company/ibm", "description": null, "ends_at": { "day": 31, "month": 12, "year": 1990 }, "location": "Washington D.C. Metro Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHnDb1Rq_7PNQ/company-logo_100_100/0/1645010927195?e=1655942400&v=beta&t=F3nev5VrIfWUvP9mfk9Kc_yj90MFaIUHvi56h7NPvxY", "starts_at": { "day": 1, "month": 1, "year": 1985 }, "title": "LAN Support and Networking" } ]
[ { "degree_name": "Nanodegree", "description": "Incrementally converted a static web page to a mobile-ready web application. Add ARIA accessibility tags for screen reader use. Convert graphic design to be responsive on different sized displays. Add a service worker to create a seamless offline experience. Use Gulp build tool to Trans-pile, compress and minify and bundling ES6 JavaScript. Use Google Dev Tools Lighthouse web performance testing. Cross browser testing with Browser-Sync. ARIA A11y web accessibility screen reader testing. Extensive use of Promises and service worker in JavaScript.", "ends_at": { "day": 31, "month": 12, "year": 2018 }, "field_of_study": "Mobile Web Specialist", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGAbiASb657Fg/company-logo_100_100/0/1639683820896?e=1655942400&v=beta&t=VoAj7tltPTdUB0DrFxCI7Tut4a3ckoMlfyLkHDu8OyU", "school": "Udacity", "school_linkedin_profile_url": "https://www.linkedin.com/school/udacity/", "starts_at": { "day": 1, "month": 1, "year": 2018 } }, { "degree_name": "Certificate", "description": "Training on Agile Software Development and Scrum to gain knowledge and experience to obtain Agile certification and placement as a Scrum Master or Agile Project Manager.", "ends_at": { "day": 31, "month": 12, "year": 2018 }, "field_of_study": "Agile Software Development using Scrum", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGJqT1gbvQLTA/company-logo_100_100/0/1519871876682?e=1655942400&v=beta&t=-WbP4Pqm-4PkfGyg2Y287rJabrolY-z7byM5bWSXk7s", "school": "The Job Hackers", "school_linkedin_profile_url": "https://www.linkedin.com/school/thejobhackers/", "starts_at": { "day": 1, "month": 1, "year": 2018 } }, { "degree_name": "Windows Server and Cloud Administration Certificate", "description": "Gained deep subject matter expertise and had the opportunity to become Microsoft Certified Professionals (MCP), Microsoft Certified Solutions Associates (MCSA), and Microsoft Certified Solutions Experts (MCSE), which have been shown to increase employability and compensation. In addition to the specific IT skills gained, graduates developed strong collaboration skills and technical writing abilities.", "ends_at": { "day": 31, "month": 12, "year": 2016 }, "field_of_study": "Azure Private Cloud and Windows Server Administration", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFTHhpJHLeZNw/company-logo_100_100/0/1637181741818?e=1655942400&v=beta&t=gqZDDI-Ye9pmrHHLPMvtIOLtND5_FBtHy9DbuArYRlk", "school": "CUNY New York City College of Technology", "school_linkedin_profile_url": "https://www.linkedin.com/school/new-york-city-college-of-technology-cuny/", "starts_at": { "day": 1, "month": 1, "year": 2016 } }, { "degree_name": "Bachelor of Arts - BA", "description": null, "ends_at": { "day": 31, "month": 12, "year": 1991 }, "field_of_study": "East Asian Studies", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEA8ZDkSlc1Gw/company-logo_100_100/0/1647282489256?e=1655942400&v=beta&t=w5EfSELXzrzpGTzIVk3WRT2MkFDaJJ4p77uju6sI-pg", "school": "City University of New York City College", "school_linkedin_profile_url": "https://www.linkedin.com/school/city-college-of-new-york/", "starts_at": { "day": 1, "month": 1, "year": 1989 } }, { "degree_name": "Academic", "description": "The School of Chinese as a Second Language (SCSL), Sun Yat-sen University is one of the first institutes to teach Chinese as a Second Language. Since the 1980s, more than 10,000 students from 100 countries and regions have studied in SCSL. It is also an official center for the Chinese Proficiency Test (HSK).", "ends_at": { "day": 31, "month": 12, "year": 1989 }, "field_of_study": "Chinese Language and Culture", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQH4kTcwkgMGeQ/company-logo_100_100/0/1519878831091?e=1655942400&v=beta&t=ZUlyB0DRf5vClDK9W6Q7YwA7J84rMBlrmV4kcqBrbts", "school": "Sun Yat-Sen University", "school_linkedin_profile_url": "https://www.linkedin.com/school/sun-yat-sen-univeristy/", "starts_at": { "day": 1, "month": 1, "year": 1988 } }, { "degree_name": "Associate of Arts and Sciences - AAS", "description": null, "ends_at": { "day": 31, "month": 12, "year": 1988 }, "field_of_study": "Computer Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEcSw4qs9msJg/company-logo_100_100/0/1611584337807?e=1655942400&v=beta&t=tQ1vUEnho81tmlPrii9zZSyVPSKGsXalO3s0fXQKjhI", "school": "Pace University", "school_linkedin_profile_url": "https://www.linkedin.com/school/pace-university/", "starts_at": { "day": 1, "month": 1, "year": 1985 } }, { "degree_name": "Academic Diploma", "description": "http://www.hunterschools.org/hs", "ends_at": { "day": 31, "month": 12, "year": 1983 }, "field_of_study": null, "logo_url": null, "school": "Hunter College High School", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 1976 } } ]
[ "English", "Spanish", "Chinese" ]
[]
[ { "description": "I just released my first online course for beginners to learn Web App Programming. The course consists of 15 short videos. The total running time is just under 60 minutes. \n\nI'm excited to share my new @skillshare online class about #webappdevelopment which covers the essentials of developing #ruby on @rails using @Docker and will give you the basics you need to begin trying it out for yourself.", "name": "Intro to Web App Development using Ruby on Rails", "published_on": { "day": 1, "month": 7, "year": 2018 }, "publisher": "Skillshare", "url": "http://anthonyalvarez.us/learnwebappdevlopment" }, { "description": "Provided Technical reviewing services. Windows 8 brings touchscreens to the tablet and PC. This book will show you how to develop games for both by following clear, hands-on examples. Takes your C++ skills into exciting areas of 3D development.", "name": "Learning Windows 8 Game Development", "published_on": { "day": 1, "month": 10, "year": 2013 }, "publisher": "Packt Publishing", "url": "https://www.packtpub.com/game-development/learning-windows-8-game-development" } ]
[ { "description": "One of the top 10% of students from Web developer track to earn full scholarships to Mobile Web Specialist (MWS) Nanodegree program. This scholarship is part of the Grow with Google initiative.\n\nhttps://grow.google/programs/udacity/\nhttps://www.udacity.com/grow-with-google", "issued_on": { "day": 1, "month": 1, "year": 2018 }, "issuer": "Udacity", "title": "Grow with Google Developer Scholarship Program" }, { "description": "Successful Implementation of Salesforce.com", "issued_on": { "day": 1, "month": 8, "year": 2007 }, "issuer": "Casio Ameica, Inc", "title": "Casio Employee of the Month" }, { "description": "Studied Chinese Culture and Language in Guangzhou, China.\n\nGot caught up in Pro-Democracy movement at University.\nWas interviewed for NBC Today show by journalist Jon Alpert, founder of DCTV New York.\n\nhttps://www.youtube.com/watch?v=_21j0m8DCbM", "issued_on": { "day": 1, "month": 6, "year": 1989 }, "issuer": "Sun Yat Sen University", "title": "CCNY China Foreign Exchange Scholarship" }, { "description": null, "issued_on": null, "issuer": "Pace University, New York", "title": "Cum Laude" } ]
[]
[]
[ { "description": "•\tConvert Static site into Progressive Web App (PWA)\n•\tIncrementally convert a static web page to a mobile-ready web application. \n•\tAdd accessibility tags for screen reader use \n•\tConvert the design to be responsive on mobile devices. \n•\tCreate a seamless offline web experience\n•\tData driven website using API backend", "ends_at": { "day": 31, "month": 12, "year": 2018 }, "starts_at": { "day": 1, "month": 3, "year": 2018 }, "title": "Restaurant Review Website", "url": "https://restaurant-review-app-mb.netlify.com/" }, { "description": "Features GET, POST, PUT and DELETE endpoints. \n\nGET Endpoints\n•\tGet all restaurants\n•\tGet favorite restaurants\n•\tGet a restaurant by id\n•\tGet all reviews for a restaurant\n•\tGet all restaurant reviews\n•\tGet a restaurant review by id\n•\tGet all reviews for a restaurant\n\nPOST Endpoints\n•\tCreate a new restaurant review\n\nPUT Endpoints\n•\tFavorite a restaurant\n•\tUnfavorite a restaurant\n•\tUpdate a restaurant review\n\nDELETE Endpoints\n•\tDelete a restaurant review", "ends_at": { "day": 31, "month": 12, "year": 2018 }, "starts_at": { "day": 1, "month": 10, "year": 2018 }, "title": "Restaurant Review Website JSON API Server for Local Development", "url": "https://github.com/anthonyalvarez/mws-restaurant-stage-3" }, { "description": "Just released my first online course for beginners to learn Web App Programming. \nCourse consists of 15 short videos. The total running time is just under 60 minutes.\ninvite you to start a 2 month free trial. \nPlease take my courses in that 2 months. \nCancel any time before the 2 months is up and never pay a penny.", "ends_at": null, "starts_at": { "day": 1, "month": 6, "year": 2018 }, "title": "Beginners Guide to Web App Programming with Ruby on Rails and Docker", "url": "http://anthonyalvarez.us/learnwebappdevlopment" }, { "description": "Gave a developer talk about the features, benefits, and advantages of Vagrant, why it is so awesome and how you can get up and running quickly. Vagrant is a great piece of software that creates reproducible and portable virtual machines which can be used as web servers for local WordPress testing environments. Vagrant is a tool for managing virtual machines – creating a programmatic way to create and configure virtual machines that mimic an application’s production environment. The talk was given at WordCamp, DevOps Camp and RubyCamp all in New York.", "ends_at": null, "starts_at": { "day": 1, "month": 7, "year": 2016 }, "title": "Using Virtual Machines (VMs) for local and team Web Development", "url": "http://anthonyalvarez.us/vagrant-for-local-and-team-wordpress-development/" }, { "description": "Created web video for home page.", "ends_at": null, "starts_at": { "day": 1, "month": 5, "year": 2015 }, "title": "NYC Chinatown Oral History Project Web Video", "url": "http://bit.ly/nycchinatownoralhist" }, { "description": "Video marketing", "ends_at": { "day": 28, "month": 2, "year": 2015 }, "starts_at": { "day": 1, "month": 1, "year": 2015 }, "title": "GM Printing Web Video", "url": null } ]
[]
[ { "cause": "Education", "company": "HISPA - Hispanics Inspiring Student's Performance and Achievement", "company_linkedin_profile_url": "https://www.linkedin.com/company/hispa", "description": "HISPA Role Models have a positive impact on student attitude towards education: 96% of students were inspired to do better in school and 95% were inspired to set college as a goal. In fact, students’ belief that they could attend college increased after each HISPA Role Model visit.\n\nhttp://anthonyalvarez.us/hispa-role-model-program-inspires-students-to-attend-college-at-manhattan-bridges-high-school-nyc/", "ends_at": { "day": 31, "month": 1, "year": 2019 }, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFRZREvKin-Cg/company-logo_100_100/0/1519908276732?e=1655942400&v=beta&t=hbDoW75PkPmHBmycnYYfrnQn-cXUMAp_iwDNRRZU_8k", "starts_at": { "day": 1, "month": 1, "year": 2018 }, "title": "Role Model Program" }, { "cause": "Disaster and Humanitarian Relief", "company": "City of New York", "company_linkedin_profile_url": "https://www.linkedin.com/company/city-of-new-york", "description": "New York City Community Emergency Response Teams (NYC CERT) are groups of dedicated volunteers who help to prepare their neighbors and communities for different types of disasters.\n\nNYC CERT members undergo a training program that provides basic response skills needed for fire safety, light search and rescue, community disaster support, disaster medical operations, and traffic control.\n\nMembers are affiliated with a community team by their legal residence. The volunteer commitment is for at least one year of service following graduation.", "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHYvb2SBID9Sw/company-logo_100_100/0/1519856269314?e=1655942400&v=beta&t=_an8Ffm5UJ154JzzHovyAxPRZXBjIej9BQq5E5I-oCY", "starts_at": { "day": 1, "month": 5, "year": 2015 }, "title": "Community Emergency Response Team (CERT)" }, { "cause": "Education", "company": "Code:Nation", "company_linkedin_profile_url": "https://www.linkedin.com/company/code-nation", "description": "Taught web development at a New York City Department of Education Public school in order to equip students in under-resourced high schools with the skills, experiences, and connections that together create access to careers in technology.\n\nTaught students how to build a website from scratch using code. Part of NYC mayor Bill DiBlasio's commitment to make computer science education available to high school students at all city public schools over the next 10 years. \n\nThe entire world is built on software now. The same way everyone is not going to be a published author, but we all know all the basics of the English language.At the same time, it makes sense to me that everybody is not going to be a software engineer but at least they know the basics of how this technology works. \n\nMy work was featured on Time Warner Cable's NY1 Cable News segment \"It Ain't Rocket Science\" with Adam Balkin. Watch on-demand video below.\nhttps://youtu.be/-MlqgGwYE68?t=249\n\nhttps://twitter.com/AnthonyEAlvarez/status/655386929786175489", "ends_at": { "day": 30, "month": 6, "year": 2016 }, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQH5N2kp7TvTHg/company-logo_100_100/0/1594401308936?e=1655942400&v=beta&t=D7XJzDSSUYUS5Hy8TuC3vakGF2kigNnlReo5dIVi_jI", "starts_at": { "day": 1, "month": 9, "year": 2015 }, "title": "Instructor" }, { "cause": "Economic Empowerment", "company": "Catholic Charities of the Archdiocese of New York", "company_linkedin_profile_url": "https://www.linkedin.com/company/catholiccharitiesofny", "description": "Helping immigrants, refugees and other under represented ethnic groups who need help learning conversational English during a 12 week program created by me.", "ends_at": { "day": 31, "month": 5, "year": 2014 }, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHwtIkZFbe5iw/company-logo_100_100/0/1626446123609?e=1655942400&v=beta&t=Lve-9RioOQVw4mWKlLxAYT8Z9eJ9udAyMBwkCa0eZ0w", "starts_at": { "day": 1, "month": 3, "year": 2014 }, "title": "Adult English as a Second Language (ESL) instructor" }, { "cause": "Education", "company": "Railsbridge NYC", "company_linkedin_profile_url": null, "description": "RailsBridge NYC holds free 1.5 day Workshops in the New York City area to help women learn how to program their first websites in Ruby and Ruby on Rails.", "ends_at": { "day": 31, "month": 5, "year": 2016 }, "logo_url": null, "starts_at": { "day": 1, "month": 5, "year": 2013 }, "title": "Ruby on Reails Teacher" }, { "cause": "Civil Rights and Social Action", "company": "Asian American Journalists Association", "company_linkedin_profile_url": "https://www.linkedin.com/company/aaja", "description": "2010 convention, widely viewed as one of the best in AAJA’s history, honored for the first time in its 29 years, its Founders and Asian American Pioneers in journalism as a group. The event turned out to be the greatest gathering of pioneer Asian American journalists in history. \n\nThirty-six of 107 individuals, more than half of all living Asian American pioneers in U.S. journalism (1925-1975), were honored by the Asian American Journalists Association at the unveiling of AAJA’s Honor Roll of Asian American Pioneers in Journalism at the 29th annual AAJA Convention. Event held in Hollywood.", "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFQbVjfimA-4Q/company-logo_100_100/0/1628543712186?e=1655942400&v=beta&t=7IIcypFHsfik0wHcFItT999t8ae4TjfvupSCV_Do4lU", "starts_at": { "day": 1, "month": 8, "year": 2010 }, "title": "Photograher" }, { "cause": "Civil Rights and Social Action", "company": "Asian American Journalists Association", "company_linkedin_profile_url": "https://www.linkedin.com/company/aaja", "description": "Produced video for first annual Trivia Bowl which raised over $50K in journalism scholarships. Event was hosted by Ti-Hua Chang and JuJu Chang and held at ABC TV studio in New York.", "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFQbVjfimA-4Q/company-logo_100_100/0/1628543712186?e=1655942400&v=beta&t=7IIcypFHsfik0wHcFItT999t8ae4TjfvupSCV_Do4lU", "starts_at": null, "title": "Video Producer" }, { "cause": "Civil Rights and Social Action", "company": "Day One New York", "company_linkedin_profile_url": "https://www.linkedin.com/company/day-one-new-york", "description": "Created Public Service announcement (PSA) for a documentary which was broadcast on Cable TV multiple times in New York Metro Area.", "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGmBYPbMVZKOg/company-logo_100_100/0/1542057833682?e=1655942400&v=beta&t=GAaMl-kQS25g5An9piVn2bgLk1WYCsDfKosCfKhQkEk", "starts_at": { "day": 1, "month": 11, "year": 2009 }, "title": "Video Producer" }, { "cause": "Civil Rights and Social Action", "company": "Center Against Domestic Violence", "company_linkedin_profile_url": "https://www.linkedin.com/company/center-against-domestic-violence", "description": "Created Public Service announcement (PSA) for a documentary which was broadcast on Cable TV multiple times in New York Metro Area.", "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQG_onC4kh3-TA/company-logo_100_100/0/1519922018158?e=1655942400&v=beta&t=Q3ND_SYWT8P9LA_-C023OndggE_cd8jaqkqw7chqe5s", "starts_at": { "day": 1, "month": 11, "year": 2009 }, "title": "Video Producer" }, { "cause": "Civil Rights and Social Action", "company": "New York Asian Women's Center", "company_linkedin_profile_url": "https://www.linkedin.com/company/new-york-asian-women%27s-center", "description": "Created Public Service announcement (PSA) for a documentary which was broadcast on Cable TV multiple times in New York Metro Area.", "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQHtoRYhqCVAEw/company-logo_100_100/0/1519905469401?e=1655942400&v=beta&t=kJd4jxD4ieYVzH5lTmokrLHrGx10Q_Nv3momm8mEkbE", "starts_at": { "day": 1, "month": 11, "year": 2009 }, "title": "Video Producer" }, { "cause": "Civil Rights and Social Action", "company": "Barrier Free Living", "company_linkedin_profile_url": "https://www.linkedin.com/company/barrier-free-living", "description": "Created Public Service announcement (PSA) for a documentary which was broadcast on Cable TV multiple times in New York Metro Area.", "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGaefVv0m4CFQ/company-logo_100_100/0/1547046363513?e=1655942400&v=beta&t=EiAYHyudicFby8g1vcz4Arcioy7ObjiHB8_O_TP0mbQ", "starts_at": { "day": 1, "month": 11, "year": 2009 }, "title": "Video Producer" }, { "cause": "Social Services", "company": "Sons of the American Legion, Post 1291", "company_linkedin_profile_url": null, "description": "Password Recover, Network optimization.", "ends_at": null, "logo_url": null, "starts_at": { "day": 1, "month": 3, "year": 2018 }, "title": "Windows Systems Administrator" } ]
[ { "authority": "Udacity", "display_source": "confirm.udacity.com", "ends_at": null, "license_number": null, "name": "Mobile Web Specialist Nanodegree", "starts_at": { "day": 1, "month": 12, "year": 2018 }, "url": "https://confirm.udacity.com/LK9QGTG5" }, { "authority": "Udacity", "display_source": null, "ends_at": null, "license_number": null, "name": "Grow with Google Challenge Scholarship", "starts_at": { "day": 1, "month": 1, "year": 2018 }, "url": null }, { "authority": "Google", "display_source": "www.google.com", "ends_at": { "day": 31, "month": 8, "year": 2015 }, "license_number": null, "name": "Adwords", "starts_at": { "day": 1, "month": 8, "year": 2014 }, "url": "https://www.google.com/partners/" }, { "authority": "New York City Emergency Management Department", "display_source": "www.nyc.gov", "ends_at": { "day": 30, "month": 6, "year": 2015 }, "license_number": null, "name": "Community Emergency Response Team (CERT)", "starts_at": { "day": 1, "month": 5, "year": 2015 }, "url": "http://www.nyc.gov/html/oem/html/get_involved/cert.shtml" }, { "authority": "Google", "display_source": "analyticsacademy.withgoogle.com", "ends_at": { "day": 31, "month": 12, "year": 2013 }, "license_number": null, "name": "Digital Analytics", "starts_at": { "day": 1, "month": 11, "year": 2013 }, "url": "https://analyticsacademy.withgoogle.com/" }, { "authority": "Kauffman Foundation", "display_source": "fasttrac.org", "ends_at": { "day": 31, "month": 7, "year": 2013 }, "license_number": null, "name": "FastTrack GrowthVenture", "starts_at": { "day": 1, "month": 5, "year": 2013 }, "url": "http://fasttrac.org/entrepreneurs/programs/FastTrac%20GrowthVenture.aspx" }, { "authority": "Wellstone Action", "display_source": "www.wellstone.org", "ends_at": { "day": 30, "month": 4, "year": 2013 }, "license_number": null, "name": "Camp Wellstone - Campaign Track", "starts_at": { "day": 1, "month": 3, "year": 2013 }, "url": "http://www.Wellstone.org" }, { "authority": "Kauffman Foundation", "display_source": "www.levin.suny.edu", "ends_at": { "day": 31, "month": 1, "year": 2013 }, "license_number": null, "name": "FastTrac NewVenture", "starts_at": { "day": 1, "month": 11, "year": 2012 }, "url": "http://www.levin.suny.edu/fastTrac/" }, { "authority": "Salesforce", "display_source": "www.salesforce.com", "ends_at": { "day": 31, "month": 7, "year": 2006 }, "license_number": null, "name": "Salesforce.com Administrator Workshop", "starts_at": { "day": 1, "month": 5, "year": 2006 }, "url": "https://www.salesforce.com/services-training/training_certification/training.jsp#admin" }, { "authority": "CANTERBURY Corporate Univ", "display_source": null, "ends_at": { "day": 31, "month": 3, "year": 2004 }, "license_number": null, "name": "Fastrack to ColdFusion", "starts_at": { "day": 1, "month": 2, "year": 2004 }, "url": null }, { "authority": "PMG NetAnalyst", "display_source": null, "ends_at": { "day": 31, "month": 7, "year": 2003 }, "license_number": null, "name": "Fluke Networks Integrated Troubleshooting", "starts_at": { "day": 1, "month": 6, "year": 2003 }, "url": null }, { "authority": "Fred Pryor Seminars and CareerTrack", "display_source": "www.pryor.com", "ends_at": { "day": 31, "month": 8, "year": 2000 }, "license_number": null, "name": "How to Deliver Exceptional Customer Service", "starts_at": { "day": 1, "month": 8, "year": 2000 }, "url": "http://www.pryor.com/mkt_info/seminars/desc/KC.asp" }, { "authority": "ECC (Japan)", "display_source": "www.ecc-nihongo.com", "ends_at": { "day": 30, "month": 9, "year": 1995 }, "license_number": null, "name": "Japanese Language Institute Conversation Course", "starts_at": { "day": 1, "month": 6, "year": 1995 }, "url": "http://www.ecc-nihongo.com" }, { "authority": "Sun Yat-sen University", "display_source": "eng.sysu.edu.cn", "ends_at": { "day": 30, "month": 6, "year": 1989 }, "license_number": null, "name": "Chinese Language and Culture", "starts_at": { "day": 1, "month": 9, "year": 1988 }, "url": "http://eng.sysu.edu.cn/" }, { "authority": "Workshop in Business Opportunities", "display_source": "www.wibo.org", "ends_at": null, "license_number": null, "name": "Workshop in Business Opportunities Certificate of Participation", "starts_at": null, "url": "http://www.wibo.org/" } ]
500
[]
[ "Ashu Bhatnagar\n \n \n\n\n\n \n \n \n \n \n\n \n Anthony was my right hand man during the launch of Acunet Internet Services. Hands-on. hardworking, dedicated, talented and a team player with positive attitude are qualities easily attributed to Anthony.", "Jacques Julmice, MBA\n \n \n\n\n\n \n \n \n \n \n\n \n I had the pleasure of working with Anthony for 3 years at Panasonic Wireless. As the Webmaster, Anthony always did an excellent job presenting the Panasonic North American Wireless division to the rest of the world through his stellar designs. He had the very difficult task of taking requirements from various engineering groups to design Intranet sites for the various departments and his attention to detail made him successful in that role. I would welcome the opportunity to work with Anthony in the future and highly recommend him." ]
[ { "activity_status": "Liked by Anthony E. A.", "link": "https://www.linkedin.com/signup/cold-join", "title": "NJIT Latinos in College: HISPA- Rod Colón" }, { "activity_status": "Liked by Anthony E. A.", "link": "https://www.linkedin.com/signup/cold-join", "title": "We know so little! Follow☝🏻☝🏻👍🏻" }, { "activity_status": "Liked by Anthony E. A.", "link": "https://www.linkedin.com/signup/cold-join", "title": "Buy Black Tulsa is a local online guide that not only helps you find and support Black businesses in Tulsa, but also honors the legacy of Black…" } ]
[]
[]
[ { "name": "PSG - Professional Support Group of Dover, NJ", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5107AQGbYesQzqehQg/group-logo_image-shrink_200x200/0/1631436888847?e=1647691200&v=beta&t=N3DpyMGX_IbwkRd5AI4t_d-6FVR7qehTsZFGoafy0oc", "url": "https://www.linkedin.com/groups/77954" }, { "name": "WordPress Developers", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGzl7tZB7HvdA/group-logo_image-shrink_92x92/0/1525133458860?e=1647691200&v=beta&t=PC0upvGgeAPtuKN45EujAw0FSOu190xPV8Smj5arWFU", "url": "https://www.linkedin.com/groups/3722491" }, { "name": "IBM co/ex workers independent group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGb3ihkEsZR4Q/group-logo_image-shrink_200x200/0/1631365275196?e=1647691200&v=beta&t=AW8BBpeyxSWt8ny8kwSgW-2az-hfPcp9hWYHfgG1ycY", "url": "https://www.linkedin.com/groups/55301" }, { "name": "Marketing I Social Media I Business I Digital I Crypto I NFT's", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQGfo--YpW0NXA/group-logo_image-shrink_92x92/0/1631001979675?e=1647691200&v=beta&t=2kAAqX1vo6-eSjelsLY21GQlQkwQGiSB7QxE9h-dse8", "url": "https://www.linkedin.com/groups/41352" }, { "name": "Panasonic alumni", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQE0w5QPmmu2tA/group-logo_image-shrink_200x200/0/1631378970471?e=1647691200&v=beta&t=L_Z5PqDSzTxfcoRMw3OKIWPN9ZLBgATNuT217GT8PUk", "url": "https://www.linkedin.com/groups/90633" }, { "name": "Pace Alumni", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQENDrh6t3OYNQ/group-logo_image-shrink_92x92/0/1631002090339?e=1647691200&v=beta&t=36mocTtcznyn7PePrRO42FY2hiYlUAeRcWtd_qUsABQ", "url": "https://www.linkedin.com/groups/76111" }, { "name": "Digital Marketing", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQG_ojpd1_NxIw/group-logo_image-shrink_200x200/0/1631007741746?e=1647691200&v=beta&t=QuC8yt8ZSBWxAV-5WtdaZ6wLb7yattjT2mRRpdNND0E", "url": "https://www.linkedin.com/groups/62352" }, { "name": "Webmasters & online marketing professionals", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQHfR92fdyPZTQ/group-logo_image-shrink_200x200/0/1631417994609?e=1647691200&v=beta&t=t2Gpgs4RDAVNEiH4m2XMKp1HrboodPBgBaIjgVjvnXU", "url": "https://www.linkedin.com/groups/37072" }, { "name": "Hakka Networking", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQGhlpO1lkM26A/group-logo_image-shrink_200x200/0/1631361465400?e=1647691200&v=beta&t=_211lb3YH65WUhuHXzZoT8MDuo8QghZUEqoa6W6B_v0", "url": "https://www.linkedin.com/groups/5094942" }, { "name": "Hunter College High School Alumnae/i Association", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5107AQG60c9g7j0qWQ/group-logo_image-shrink_200x200/0/1631418181038?e=1647691200&v=beta&t=u7___8Uz4QdMPkQ1T6gs3Kex2m7Q3sbI-IV9k6IBGI8", "url": "https://www.linkedin.com/groups/66075" }, { "name": "RailsBridge Alumni Network", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5107AQErZmoH_EeKlQ/group-logo_image-shrink_200x200/0/1631413231702?e=1647691200&v=beta&t=0DarrI7BzTZmb4cCjE7NRmFl_3_m_wpqt5Gqvkp_000", "url": "https://www.linkedin.com/groups/2123131" }, { "name": "NY Web Developers", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQEkCOahc6FzcQ/group-logo_image-shrink_200x200/0/1631375114737?e=1647691200&v=beta&t=nwAHepXLtgEmnt-WBbne_H3yjAmH8wlL4FruNBiScTA", "url": "https://www.linkedin.com/groups/1200077" }, { "name": "Drupal \"911\" for Designers and Creative Agencies", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQGUQjcwcIbonw/group-logo_image-shrink_200x200/0/1631379332030?e=1647691200&v=beta&t=Q6Guh5baRKUzXEnno5AyZ5atUse-uVov0-Rncdl-0L4", "url": "https://www.linkedin.com/groups/1969535" }, { "name": "FastTrac Alumni Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQEW6Ha8kyyAvw/group-logo_image-shrink_200x200/0/1631421694008?e=1647691200&v=beta&t=pQ_OhiWhw0K43OIfQEIlGwTH8DxHCHy9MSBBT0285_g", "url": "https://www.linkedin.com/groups/129763" } ]
null
null
null
null
null
null
null
null
6,336
aalvarezaguirre
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
alejandro alvarez
aguirre
alejandro alvarez aguirre
Project Cluster Manager EUV Install Base - tsmc Focus Team at ASML
project cluster manager asml
null
nl
netherlands
den haag
zuid-holland
[ { "company": "ASML", "company_linkedin_profile_url": "https://nl.linkedin.com/company/asml", "description": null, "ends_at": null, "location": "Veldhoven, Netherlands", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGssQfw50QsaQ/company-logo_100_100/0/1519855871260?e=1655942400&v=beta&t=2YveX4sXLQlzx1Kbulx3J1d2ltiGlVZzTvpPmcO6NDY", "starts_at": { "day": 1, "month": 4, "year": 2021 }, "title": "Project Cluster Manager EUV Install Base - tsmc Focus Team" }, { "company": "ASML", "company_linkedin_profile_url": "https://nl.linkedin.com/company/asml", "description": null, "ends_at": { "day": 31, "month": 3, "year": 2021 }, "location": "Hsinchu, Taiwan", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGssQfw50QsaQ/company-logo_100_100/0/1519855871260?e=1655942400&v=beta&t=2YveX4sXLQlzx1Kbulx3J1d2ltiGlVZzTvpPmcO6NDY", "starts_at": { "day": 1, "month": 11, "year": 2017 }, "title": "Tecnical Project Leader EUV Source - tsmc Workstream" }, { "company": "ASML", "company_linkedin_profile_url": "https://nl.linkedin.com/company/asml", "description": null, "ends_at": { "day": 31, "month": 10, "year": 2017 }, "location": "San Diego, California, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGssQfw50QsaQ/company-logo_100_100/0/1519855871260?e=1655942400&v=beta&t=2YveX4sXLQlzx1Kbulx3J1d2ltiGlVZzTvpPmcO6NDY", "starts_at": { "day": 1, "month": 1, "year": 2016 }, "title": "Team Leader Plasma Controls - EUV Source" }, { "company": "ASML", "company_linkedin_profile_url": "https://nl.linkedin.com/company/asml", "description": null, "ends_at": { "day": 31, "month": 10, "year": 2017 }, "location": "San Diego, California, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGssQfw50QsaQ/company-logo_100_100/0/1519855871260?e=1655942400&v=beta&t=2YveX4sXLQlzx1Kbulx3J1d2ltiGlVZzTvpPmcO6NDY", "starts_at": { "day": 1, "month": 9, "year": 2015 }, "title": "Senior Controls Engineer - EUV Source" }, { "company": "TU Delft", "company_linkedin_profile_url": "https://nl.linkedin.com/company/tudelft", "description": "Contactless substrate handling (flying wafers!).", "ends_at": { "day": 30, "month": 9, "year": 2015 }, "location": "Delft Area, Netherlands", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQF47O_hsjJnpg/company-logo_100_100/0/1639217383649?e=1655942400&v=beta&t=ThPa3IUE8_RsU9uUDMlEN4tYrg8MMcowGaTLecmF1P0", "starts_at": { "day": 1, "month": 5, "year": 2014 }, "title": "Lead Research Engineer" }, { "company": "TMC", "company_linkedin_profile_url": "https://nl.linkedin.com/company/tmc", "description": "On assignment at ASML's Wafer Handling Group.", "ends_at": { "day": 30, "month": 4, "year": 2014 }, "location": "Eindhoven Area, Netherlands", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEZ163xEht9jw/company-logo_100_100/0/1519868029346?e=1655942400&v=beta&t=4_s8Ic98V-eCTab5qmDkvJarRWmymBsHp1ZOA43XK38", "starts_at": { "day": 1, "month": 9, "year": 2012 }, "title": "Mechatronics Development Engineer" }, { "company": "ASML", "company_linkedin_profile_url": "https://nl.linkedin.com/company/asml", "description": "Wafer Handling Group.", "ends_at": { "day": 30, "month": 4, "year": 2014 }, "location": "Eindhoven Area, Netherlands", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGssQfw50QsaQ/company-logo_100_100/0/1519855871260?e=1655942400&v=beta&t=2YveX4sXLQlzx1Kbulx3J1d2ltiGlVZzTvpPmcO6NDY", "starts_at": { "day": 1, "month": 9, "year": 2012 }, "title": "Mechatronics Development Engineer" }, { "company": "Eindhoven University of Technology", "company_linkedin_profile_url": "https://nl.linkedin.com/company/eindhoven-university-of-technology", "description": "Service robotics startup ROSE BV.", "ends_at": { "day": 31, "month": 8, "year": 2012 }, "location": "Eindhoven Area, Netherlands", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQG4PGSYiNG4CA/company-logo_100_100/0/1642150189320?e=1655942400&v=beta&t=5yivFiyaSxPcvSfPHOLNEjtK6TmmBNbqs96TvWpkABY", "starts_at": { "day": 1, "month": 2, "year": 2011 }, "title": "Robotics & Control Engineer" }, { "company": "Eindhoven University of Technology", "company_linkedin_profile_url": "https://nl.linkedin.com/company/eindhoven-university-of-technology", "description": "Remote control and motion coordination of mobile robots.", "ends_at": { "day": 31, "month": 1, "year": 2011 }, "location": "Eindhoven Area, Netherlands", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQG4PGSYiNG4CA/company-logo_100_100/0/1642150189320?e=1655942400&v=beta&t=5yivFiyaSxPcvSfPHOLNEjtK6TmmBNbqs96TvWpkABY", "starts_at": { "day": 1, "month": 1, "year": 2007 }, "title": "Ph.D. Candidate" }, { "company": "Eindhoven University of Technology", "company_linkedin_profile_url": "https://nl.linkedin.com/company/eindhoven-university-of-technology", "description": "Dutch Robotics humanoid soccer team.", "ends_at": { "day": 31, "month": 12, "year": 2010 }, "location": "Eindhoven Area, Netherlands", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQG4PGSYiNG4CA/company-logo_100_100/0/1642150189320?e=1655942400&v=beta&t=5yivFiyaSxPcvSfPHOLNEjtK6TmmBNbqs96TvWpkABY", "starts_at": { "day": 1, "month": 12, "year": 2007 }, "title": "Robotics & Control Engineer" }, { "company": "Centro de Investigación y de Estudios Avanzados del IPN", "company_linkedin_profile_url": "https://nl.linkedin.com/company/cinvestavipn", "description": "Design and implementation of cost-effective controllers for power electronic converters.", "ends_at": { "day": 30, "month": 6, "year": 2003 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGmcjA5RpPFCw/company-logo_100_100/0/1528066371947?e=1655942400&v=beta&t=7Kuai-OR94dN8mwa6Y_G_6QmPbXnlaz9y2BApcOCHUE", "starts_at": { "day": 1, "month": 1, "year": 2003 }, "title": "Research Intern" } ]
[ { "degree_name": "Professional Certificate", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2017 }, "field_of_study": "Architecture and Systems Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHBK7qvTvtkZA/company-logo_100_100/0/1519856414204?e=1655942400&v=beta&t=xvpk-8NszpdxH2KGIkfjGXTexySIgxpbbRfeIJST1FQ", "school": "Massachusetts Institute of Technology", "school_linkedin_profile_url": "https://nl.linkedin.com/school/mit/", "starts_at": { "day": 1, "month": 1, "year": 2016 } }, { "degree_name": "Ph.D.", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2011 }, "field_of_study": "Systems and Control", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQG4PGSYiNG4CA/company-logo_100_100/0/1642150189320?e=1655942400&v=beta&t=5yivFiyaSxPcvSfPHOLNEjtK6TmmBNbqs96TvWpkABY", "school": "Eindhoven University of Technology", "school_linkedin_profile_url": "https://nl.linkedin.com/school/eindhoven-university-of-technology/", "starts_at": { "day": 1, "month": 1, "year": 2007 } }, { "degree_name": "Graduate Certificate in Systems and Control", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2008 }, "field_of_study": null, "logo_url": null, "school": "Dutch Institute of Systems and Control", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2007 } }, { "degree_name": "M.Sc.", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2006 }, "field_of_study": "Mechatronics", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGmcjA5RpPFCw/company-logo_100_100/0/1528066371947?e=1655942400&v=beta&t=7Kuai-OR94dN8mwa6Y_G_6QmPbXnlaz9y2BApcOCHUE", "school": "Centro de Investigación y de Estudios Avanzados del IPN", "school_linkedin_profile_url": "https://nl.linkedin.com/school/cinvestavipn/", "starts_at": { "day": 1, "month": 1, "year": 2004 } }, { "degree_name": "Graduate Certificate in Automation", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2003 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQF8AdEN54Vzlw/company-logo_100_100/0/1519856640129?e=1655942400&v=beta&t=xLj89mz0JvzRx3oJAMGsJLvleNqTSk0DPVhYHB5vYXU", "school": "Université de Poitiers", "school_linkedin_profile_url": "https://nl.linkedin.com/school/universitepoitiers/", "starts_at": { "day": 1, "month": 1, "year": 2003 } }, { "degree_name": "B.Sc.", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2003 }, "field_of_study": "Electronics and Communications Engineering", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHHpOawvCXhUg/company-logo_100_100/0/1647281420460?e=1655942400&v=beta&t=_JvxOi2TcdRnapu4anGMqlRoqKLMX24bULbL7imOjJA", "school": "Instituto Tecnológico y de Estudios Superiores de Monterrey / ITESM", "school_linkedin_profile_url": "https://nl.linkedin.com/school/tecdemonterrey/", "starts_at": { "day": 1, "month": 1, "year": 1999 } } ]
[ "Spanish", "English", "Dutch", "French" ]
[]
[]
[]
[]
[]
[]
[]
[ { "cause": "Onderwijs", "company": "Coursera", "company_linkedin_profile_url": "https://nl.linkedin.com/company/coursera", "description": null, "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGexnfBxeEG-g/company-logo_100_100/0/1608039227697?e=1655942400&v=beta&t=H-BgxFaiFAf3HispHoqTPwtYx1b2jUtLaeF4RSN5i9U", "starts_at": { "day": 1, "month": 5, "year": 2014 }, "title": "Translator" }, { "cause": null, "company": "TED Conferences", "company_linkedin_profile_url": "https://nl.linkedin.com/company/ted-conferences", "description": null, "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHkvkAwdF8MsQ/company-logo_100_100/0/1519862124898?e=1655942400&v=beta&t=5kIbC0GXA47oXt1OJg188PWmd3h2uKqd_EPkPZkEIXY", "starts_at": { "day": 1, "month": 1, "year": 2009 }, "title": "Translator" } ]
[ { "authority": "Coursera Verified Certificates", "display_source": "www.coursera.org", "ends_at": null, "license_number": "QZB5G7SBZF", "name": "Algorithmic Thinking", "starts_at": { "day": 1, "month": 10, "year": 2014 }, "url": "https://www.coursera.org/signature/certificate/QZB5G7SBZF" }, { "authority": "Dienst Uitvoering Onderwijs (DUO)", "display_source": null, "ends_at": null, "license_number": null, "name": "Staatsexamen NT2 programma I (Dutch as a second language)", "starts_at": { "day": 1, "month": 10, "year": 2014 }, "url": null }, { "authority": "Coursera Verified Certificates", "display_source": "www.coursera.org", "ends_at": null, "license_number": "DRL3N8PJ5Z", "name": "Principles of Computing", "starts_at": { "day": 1, "month": 8, "year": 2014 }, "url": "https://www.coursera.org/signature/certificate/DRL3N8PJ5Z" }, { "authority": "Coursera Verified Certificates", "display_source": "www.coursera.org", "ends_at": null, "license_number": "6G655CWNVW", "name": "An Introduction to Interactive Programming in Python", "starts_at": { "day": 1, "month": 5, "year": 2014 }, "url": "https://www.coursera.org/signature/certificate/6G655CWNVW" }, { "authority": "Coursera Verified Certificates", "display_source": "www.coursera.org", "ends_at": null, "license_number": "YASV5383KZ", "name": "University Teaching 101", "starts_at": { "day": 1, "month": 4, "year": 2014 }, "url": "https://www.coursera.org/signature/certificate/YASV5383KZ" }, { "authority": "Rode Kruis Nederland", "display_source": null, "ends_at": { "day": 31, "month": 10, "year": 2016 }, "license_number": "ekp000005121-44258", "name": "Baby and Child First Aid", "starts_at": { "day": 1, "month": 10, "year": 2014 }, "url": null }, { "authority": "Rode Kruis Nederland", "display_source": null, "ends_at": { "day": 30, "month": 9, "year": 2016 }, "license_number": "ekp000005121-36245", "name": "European First Aid Certificate (EFAC)", "starts_at": { "day": 1, "month": 9, "year": 2014 }, "url": null } ]
500
[ { "link": "https://tw.linkedin.com/in/darcy-chen-asml", "location": "Nieuw Taipei", "name": "Darcy Chen", "summary": "Project Manager at ASML" }, { "link": "https://nl.linkedin.com/in/roy-schrama", "location": "Sterksel", "name": "Roy Schrama", "summary": "GSC EUV Scanner C&T bij ASML" }, { "link": "https://nl.linkedin.com/in/bartarends", "location": "Veldhoven", "name": "Bart Arends", "summary": "Project Cluster Manager EUV IBS Body and Source Layout Cluster at ASML" }, { "link": "https://nl.linkedin.com/in/dennis-leeuw-324162169", "location": "Eindhoven", "name": "Dennis Leeuw", "summary": "Architect bij ASML" }, { "link": "https://www.linkedin.com/in/farsheedtarapore", "location": "San Diego, CA", "name": "Farsheed Tarapore", "summary": "Sr Program Manager at ASML | PMP" }, { "link": "https://nl.linkedin.com/in/andy-bovington-7726568", "location": "Eindhoven", "name": "Andy Bovington", "summary": "Senior Customer Support project manager at ASML" }, { "link": "https://www.linkedin.com/in/chintan-patel-738806175", "location": "San Diego, CA", "name": "Chintan Patel", "summary": "Sr. Project Leader | Semiconductor | Medical Device | Customer Support | New Product Introduction | Project Management | Technical Support |" }, { "link": "https://tw.linkedin.com/in/%E5%AE%97%E6%A8%BA-%E8%94%A1-81850a104", "location": "Taiwan", "name": "蔡宗樺", "summary": "ASML EUV Technical Support Engineer" }, { "link": "https://tw.linkedin.com/in/eddie-hung-735583162", "location": "Taiwan", "name": "Eddie Hung", "summary": "KM Project Leader" }, { "link": "https://nl.linkedin.com/in/rene-america-60587215", "location": "Eindhoven", "name": "Rene America", "summary": "Sr. Project Manager Software Quality" }, { "link": "https://nl.linkedin.com/in/bert-van-dijk-68628641", "location": "Eindhoven", "name": "Bert van Dijk", "summary": "DE source laser integration engineer @ASML" }, { "link": "https://nl.linkedin.com/in/matthias-kruizinga-2a23bb43", "location": "Eindhoven", "name": "Matthias Kruizinga", "summary": "Mechanical Architect opto mechanics bij ASML" }, { "link": "https://nl.linkedin.com/in/joseph-carbone-8381687", "location": "Veldhoven", "name": "Joseph Carbone", "summary": "EUV Volume Systems, Product Development Manager at ASML" }, { "link": "https://tw.linkedin.com/in/louellacasandile", "location": "Taoyuan", "name": "Louel Lacasandile", "summary": "Manufacturing Team Lead at ASML" }, { "link": "https://tw.linkedin.com/in/spencer-lin-a48a0082", "location": "Taiwan", "name": "Spencer Lin", "summary": "TW Application HVM operation manager at ASML Taiwan" }, { "link": "https://tw.linkedin.com/in/scott-cheng-667a297a", "location": "Taiwan", "name": "Scott Cheng", "summary": "Service Performance Manager at ASML" }, { "link": "https://tw.linkedin.com/in/morris-lin-80b46096", "location": "Hsinchu City", "name": "Morris Lin", "summary": "Product Manager at ATOP Technologies, Inc." }, { "link": "https://nl.linkedin.com/in/jeffrey-nurhakim-810a0131", "location": "Eindhoven", "name": "Jeffrey Nurhakim", "summary": "CS Application & Business Support (ABS) Engineering at ASML" }, { "link": "https://tw.linkedin.com/in/yu-wei-hsu-4a6a2679", "location": "Nantou", "name": "Yu Wei Hsu", "summary": "Customer Support Engineer at ASML" } ]
[]
[ { "activity_status": "Gemarkeerd als interessant door Alejandro Alvarez Aguirre", "link": "https://www.linkedin.com/signup/cold-join", "title": "We are proud to announce the launch of our brand new website! We have highlighted our software and redesigned our website with you in mind.Feel…" }, { "activity_status": "Gemarkeerd als interessant door Alejandro Alvarez Aguirre", "link": "https://www.linkedin.com/signup/cold-join", "title": "I'm very excited that next Monday I will be giving my first lecture in mechatronics as a hybrid teacher at Fontys Engineering in Eindhoven. So proud…" }, { "activity_status": "Gemarkeerd als interessant door Alejandro Alvarez Aguirre", "link": "https://www.linkedin.com/signup/cold-join", "title": "BREAKING: Intel and ASML strengthen their collaboration to drive High-NA into manufacturing in 2025 https://lnkd.in/dwtpXErw" } ]
[ { "link": "https://mx.linkedin.com/in/alejandro-alvarez-aguirre-675522104", "location": "Toluca, MEX", "name": "Alejandro Alvarez Aguirre", "summary": "Control de Gestión en Grupo EULEN" }, { "link": "https://co.linkedin.com/in/alejandro-aguirre-alvarez-374a6414", "location": "Bogota D.C.", "name": "Alejandro Aguirre Alvarez", "summary": "Developer Big Data en Tata Consultancy Services" }, { "link": "https://cl.linkedin.com/in/alejandro-%C3%A1lvarez-aguirre-b326a15a", "location": "Arica and Parinacota Region, Chili", "name": "Alejandro Álvarez Aguirre", "summary": "Superintendente de Control y Mejoramiento Mina, BHP Billiton, Cerro Colorado" }, { "link": "https://mx.linkedin.com/in/alejandro-alvarez-aguirre-572b7761", "location": "Mexico", "name": "Alejandro Alvarez Aguirre", "summary": "--" } ]
[]
[]
null
null
null
null
null
null
null
null
6,337
aalvarezchavez
https://media-exp1.licdn.com/dms/image/C5603AQHb6D8flKrk0g/profile-displayphoto-shrink_200_200/0/1589929517350?e=1652918400&v=beta&t=bGSn87fQa-3GQCq1y8j-Gz-QHWw8RIBR2Jk5b07q8HA
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
adriana
alvarez
adriana alvarez
Cocinero de línea at The Little Nell
cocinero de línea en little nell
experienced mexican cook graduated colegio superior de gastronomía . great expertise pastry area , well chocolate crafting , mexican spanish cuisine . im currently working cook line little nell hotel covering garde manger rotisseur station . really interested kitchen station especially pastry area rotisseur station . actualmente trabajo como cocinera de línea en el hotel little nell como garde manger rotisseur . interesada en cualquier área de cocina especialmente repostería rotisseur .
u
united state america
aspen
colorado
[ { "company": "The Little Nell", "company_linkedin_profile_url": "https://www.linkedin.com/company/the-little-nell", "description": null, "ends_at": null, "location": "Aspen, Colorado, Estados Unidos", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHJaADNnWakSg/company-logo_100_100/0/1619635784599?e=1655942400&v=beta&t=aKRoh5VlWwaf5QeI4zWLKioBSuQYe7OcSyolxsat5Hs", "starts_at": { "day": 1, "month": 12, "year": 2018 }, "title": "Cocinero de línea" }, { "company": "The Little Nell", "company_linkedin_profile_url": "https://www.linkedin.com/company/the-little-nell", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2019 }, "location": "Aspen, Colorado, Estados Unidos", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHJaADNnWakSg/company-logo_100_100/0/1619635784599?e=1655942400&v=beta&t=aKRoh5VlWwaf5QeI4zWLKioBSuQYe7OcSyolxsat5Hs", "starts_at": { "day": 1, "month": 12, "year": 2018 }, "title": "Cocinero de banquetes" }, { "company": "Hotel Jerome", "company_linkedin_profile_url": "https://www.linkedin.com/company/the-hotel-jerome", "description": null, "ends_at": { "day": 31, "month": 5, "year": 2018 }, "location": "Aspen, Colorado, Estados Unidos", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHk9JemrTBa9g/company-logo_100_100/0/1620247110701?e=1655942400&v=beta&t=g-fzFPO1qJqPmBSL1Hcj_THTVJFazFIu4qzDfLQjzNE", "starts_at": { "day": 1, "month": 12, "year": 2015 }, "title": "Cocinero de línea" }, { "company": "Hotel Jerome", "company_linkedin_profile_url": "https://www.linkedin.com/company/the-hotel-jerome", "description": null, "ends_at": { "day": 31, "month": 3, "year": 2016 }, "location": "Aspen, Colorado, Estados Unidos", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHk9JemrTBa9g/company-logo_100_100/0/1620247110701?e=1655942400&v=beta&t=g-fzFPO1qJqPmBSL1Hcj_THTVJFazFIu4qzDfLQjzNE", "starts_at": { "day": 1, "month": 2, "year": 2016 }, "title": "Pastelero" }, { "company": "Nobu Restaurants", "company_linkedin_profile_url": "https://www.linkedin.com/company/nobu-restaurant-group", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2014 }, "location": "Distrito Federal, México", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEVYUDQowdtzw/company-logo_100_100/0/1571162770903?e=1655942400&v=beta&t=YkGgH8DiVWpCIKI3dsX7QQbIgBUZloKo4cNdWpIR_8o", "starts_at": { "day": 1, "month": 1, "year": 2014 }, "title": "Preparador" } ]
[ { "degree_name": "Master's degree", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2021 }, "field_of_study": "Hotel and restaurant management", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEj6dqkp75A2g/company-logo_100_100/0/1519885865069?e=1655942400&v=beta&t=ivwXyWFQkM6y6ypAuzzjJXtY7pc-0RW6Xlvfw06-7aU", "school": "ISU Universidad", "school_linkedin_profile_url": "https://www.linkedin.com/school/isu-universidad/", "starts_at": { "day": 1, "month": 1, "year": 2020 } }, { "degree_name": "Licenciatura", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2015 }, "field_of_study": "Cocina y gastronomía, general", "logo_url": null, "school": "Colegio Superior de Gastronomía", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2011 } } ]
[]
[]
[]
[]
[]
[ { "name": "Formación del chocolatero, Que Bo! chocolatería mexicana evolutiva", "number": "-" } ]
[]
[]
[]
[]
33
[]
[]
[ { "activity_status": "Liked by Adriana Alvarez", "link": "https://www.linkedin.com/signup/cold-join", "title": "Happy Thanksgiving a day early! Wednesday 11/24 marks an early opening at Aspen Mountain with 100 skiable acres + Snowmass with 86 skiable acres." }, { "activity_status": "Liked by Adriana Alvarez", "link": "https://www.linkedin.com/signup/cold-join", "title": "Aspen Mountain is open and the slopes are blanketed in snow. Join us this ski season for a safe and welcoming stay at The Little Nell…" } ]
[ { "link": "https://br.linkedin.com/in/adriana-alvarez-62355a40", "location": "Campinas, SP", "name": "Adriana Alvarez", "summary": "Coordenadora na Área Educacional" }, { "link": "https://mx.linkedin.com/in/adriana-alvarez-09334623", "location": "Naucalpan de Juárez, MEX", "name": "Adriana Alvarez", "summary": "KAM JR en SANSUI" }, { "link": "https://www.linkedin.com/in/adriana-alvarez-9b840096", "location": null, "name": "Adriana Alvarez", "summary": "Director/ Accionista de Multieventos Américas S.A y Multieventos Américas USA LLC" }, { "link": "https://www.linkedin.com/in/adriana-alvarez-b80b5524", "location": "Miami, FL", "name": "Adriana Alvarez", "summary": "Real Estate Investment Specialist and Broker/Owner at AMA Realty Group Inc." }, { "link": "https://ar.linkedin.com/in/adriana-alvarez-2b783842", "location": "Argentina", "name": "ADRIANA ALVAREZ", "summary": "Psicologa clinica cognitiva posracionalista" } ]
[]
[]
null
null
null
null
null
null
null
null
6,338
aalvarezcorrea
https://media-exp1.licdn.com/dms/image/C4D03AQH51fYy2yuqqg/profile-displayphoto-shrink_200_200/0/1603993201768?e=1652918400&v=beta&t=Mz-EQXbnLn7WGEGXwMPwt-t-MSgMchgX6WpWSMGxs44
https://media-exp1.licdn.com/dms/image/C4D16AQG2Yf3L1LABAQ/profile-displaybackgroundimage-shrink_200_800/0/1646243194882?e=1652918400&v=beta&t=Xxi1v3I_epCMk_cUnVce74myVZ2hq14x8Gh_qfAjV9M
alejandro alvarez correa
( he/him )
alejandro alvarez correa ( he/him )
EVP, Chief Marketing Officer (CMO) - Marketing, eComm, Private Label Credit at American Signature Inc.
chief marketing officer ( cmo ) american signature inc . exploring board opportunity . alumn : gap inc.| victoria 's secret | levi's| bcg .
null
u
united state america
columbus
ohio
[ { "company": "American Signature Inc.", "company_linkedin_profile_url": "https://www.linkedin.com/company/american-signature-inc", "description": "The most efficient and effective traffic driver is brand connection (i.e. brand love). This is my guiding principle. \n\nLead a team of 50+ professionals across the Marketing (media, creative, production, visual merchandising, CRM and strategy), Private Label Credit Card and eCommerce functions to develop integrated marketing campaigns that inspire customers, develop enduring emotional connections and ultimately drive traffic and sales. \n\nResponsible for all major strategic, transformational branding initiatives as well as short-term execution of all marketing efforts (traditional, digital, site) with a significant advertising budget (Millions). Launched several new brands (architecture, identity, standards, etc.) and OMNI-channel initiatives that fueled significant sales growth and solidified the brand's positioning for the future.\n\nAmerican Signature Inc. is a leading U.S. furniture retailer [part of the Schottenstein Stores family of brands] with 120+ stores under the Designer Looks Furniture, Value City Furniture and American Signature Furniture brand names. We are a family-owned business [sister brand to American Eagle Outfitters and DSW] known for our quality Designer Looks collection, which offers high-end styles at affordable prices. \n\nSales figures are not public - however, Hoovers.com estimates sales to be well north of $1B.", "ends_at": null, "location": "Columbus, Ohio Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQEpXZByxMIKIg/company-logo_100_100/0/1626195409703?e=1655942400&v=beta&t=m8_N3BYZUw_gRO-euYfJTK30EarTlkPzkzZDeNg8xBo", "starts_at": { "day": 1, "month": 8, "year": 2018 }, "title": "EVP, Chief Marketing Officer (CMO) - Marketing, eComm, Private Label Credit" }, { "company": "Banana Republic", "company_linkedin_profile_url": "https://www.linkedin.com/company/gap-inc--banana-republic", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2018 }, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGLuH7MUUMWeQ/company-logo_100_100/0/1646154390525?e=1655942400&v=beta&t=DezI3A_1v4MsfOWFl8eR6iSIxUU7QnUL-TzEDzwK_2o", "starts_at": { "day": 1, "month": 7, "year": 2015 }, "title": "Head of Marketing/ Senior Director Banana Republic Factory" }, { "company": "Banana Republic", "company_linkedin_profile_url": "https://www.linkedin.com/company/gap-inc--banana-republic", "description": null, "ends_at": { "day": 31, "month": 7, "year": 2015 }, "location": "San Francisco, CA", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGLuH7MUUMWeQ/company-logo_100_100/0/1646154390525?e=1655942400&v=beta&t=DezI3A_1v4MsfOWFl8eR6iSIxUU7QnUL-TzEDzwK_2o", "starts_at": { "day": 1, "month": 6, "year": 2011 }, "title": "Director & Senior Director of Global Brand Engagement / Global Marketing Strategy" }, { "company": "Victoria's Secret", "company_linkedin_profile_url": "https://www.linkedin.com/company/victoria%27s-secret", "description": null, "ends_at": { "day": 31, "month": 3, "year": 2011 }, "location": "Columbus, Ohio Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGnxDYHqXzMbw/company-logo_100_100/0/1642797422330?e=1655942400&v=beta&t=gPvrz2Q2fqtCLjbYft0B137OwSvN3rJxaw0EgvcDueA", "starts_at": { "day": 1, "month": 6, "year": 2008 }, "title": "Marketing Manager / Director" }, { "company": "Levi Strauss & Co.", "company_linkedin_profile_url": "https://www.linkedin.com/company/levi-strauss-&-co-", "description": null, "ends_at": { "day": 30, "month": 6, "year": 2008 }, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHhKsgcS5WuWg/company-logo_100_100/0/1625257938248?e=1655942400&v=beta&t=BaxprZo_M7MwcmXU_1l2HxDlEFVT5INEg7hTrEIQ4bw", "starts_at": { "day": 1, "month": 8, "year": 2005 }, "title": "Manager of Strategy and Marketing" }, { "company": "The Boston Consulting Group", "company_linkedin_profile_url": "https://www.linkedin.com/company/boston-consulting-group", "description": null, "ends_at": { "day": 31, "month": 1, "year": 2003 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQH6Hmb4BYfS1g/company-logo_100_100/0/1637177206703?e=1655942400&v=beta&t=foz20y5JY8sMgbz1OAWEJQOwjzegG98X8DFyC0BG4cA", "starts_at": { "day": 1, "month": 1, "year": 2000 }, "title": "Sr. Associate" } ]
[ { "degree_name": "MBA", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2005 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEc1EFtLIThEw/company-logo_100_100/0/1519856022461?e=1655942400&v=beta&t=pujMljWwEzlCftvq1hE-S1eUg2eR8PAq8-7nsrXt4Z4", "school": "University of California, Berkeley, Haas School of Business", "school_linkedin_profile_url": "https://www.linkedin.com/school/berkeley-haas/", "starts_at": { "day": 1, "month": 1, "year": 2003 } }, { "degree_name": "BS", "description": null, "ends_at": { "day": 31, "month": 12, "year": 1999 }, "field_of_study": null, "logo_url": null, "school": "ITESM, Monterrey Tech", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 1995 } } ]
[ "Spanish", "German", "French" ]
[ { "description": null, "ends_at": null, "org_name": "GLAAD", "starts_at": null, "title": "Member" } ]
[]
[]
[]
[]
[]
[]
[]
[]
500
[]
[ "Scott Binger\n \n \n\n\n\n \n \n \n \n \n\n \n I was incredibly fortunate, while at American Signature, Inc., to work side by side with Alejandro Alvarez Correa. I personally benefited from examples of his inspiration, encouragement and partnership.\nUnder Alejandro’s leadership, I witnessed the monumental undertaking of work to change brand perception for the better. The successful results are a credit to his business acumen, relentless focus on the customer(s) and the way in which he leads the team to do their very best work. He recognizes business challenges, successfully addressing them with data, strategy and brand right creative. All while encouraging a healthy dose of fun.\nAlejandro loves his team and shows his respect by cheerleading their work. He excels at creating opportunities by personally investing his time in their individual development. His open door policy exemplifies his willingness to connect in an empathetic way with ALL his team members. He is big on feedback, both giving and receiving, and uses it to keep communication lines open at all levels of the organization. With an eye on corporate culture, he believes the how the work gets done is as important as the work it’s self.\nI will forever be a phone call away for Alejandro, as I respect and care for him that much. He is a good man.", "Andrew Glaser\n \n \n\n\n\n \n \n \n \n \n\n \n Alejandro is a world-class marketer on four fronts. First, his leadership style creates intense loyalty and devotion among his people He accomplishes this by showing each person that he deeply cares about them as individuals and is willing to put in the work to develop them so that they can achieve their goals. At the same time, he is maniacal about the team, coaching groups of people to work well together to achieve a greater purpose. Second, he's brilliantly creative, taking customer insights and building a meaningful emotional connection to the customer. He does this with consistency and excellence and it's wildly impressive. Third, he is deeply metric-driven, driving himself and his team to dig through the data allowing him to be more effective and efficient than competitors in buying the right media at the right time for the right person while showing the right product. Fourth, he is fiercely customer-centric, always seeking out new and better ways of understanding the deepest nuances of what drives the customer so that he can find them and form meaningful connections with them. I highly recommend Alejandro and truly enjoy working with him!" ]
[]
[]
[]
[]
null
null
null
null
null
null
null
null
6,339
aalvareze
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
angela
.
angela .
Concept Director at Concept You Brands LLC
marketing & advertising
business administration , marketing strategist , graphic/web designer . help small big business position success identifying , stand relate target market . combining brand market knowledge sale growth goal , ’ able provide optimized plan assistance define best mix marketing tactic communicate customer . skill : proficient illustrator , design , photoshop , wordpress , shopify , mailchimp , surveymonkey , office , salesforce , pipedrive , hootsuite , google ad / google analytics , facebook ad .
u
united state america
miami-fort lauderdale area
null
[ { "company": "Concept You Brands LLC", "company_linkedin_profile_url": null, "description": null, "ends_at": null, "location": "Miami/Fort Lauderdale Area", "logo_url": null, "starts_at": { "day": 1, "month": 7, "year": 2017 }, "title": "Concept Director" }, { "company": "Verónika Pagán Swimwear", "company_linkedin_profile_url": null, "description": "- Creation and design the Shopify E-commerce for a designer's brand\n- Responsible for updating collections online while maintaining brand appearance\n- Manage social media graphic content and email marketing\n- Maintain online brand awareness while communicating with valuable contacts in order to drive traffic to the website\n- Work with management and sales team to determine marketing budget, expenses, and development of future creative marketing plans", "ends_at": null, "location": "Miami, Florida", "logo_url": null, "starts_at": { "day": 1, "month": 10, "year": 2015 }, "title": "Freelance Marketing Consultant and Web Designer" }, { "company": "Water Time Charter", "company_linkedin_profile_url": null, "description": "- Redesigned the corporate website, landing pages and developed a customer review program through mailing campaigns\n- Lead the implementation of a CRM project to facilitate the follow-up of customers during the process of booking and final sale of luxury yachts tour packages\n- Design marketing materials such as brochures, flyers, presentations, and advertisings in perfect visual conditions to be sent for printing", "ends_at": null, "location": "Miami Beach, Florida", "logo_url": null, "starts_at": { "day": 1, "month": 9, "year": 2016 }, "title": "Freelance Marketing Consultant and Web Designer" }, { "company": "KF Soles The Soles of Espadrilles", "company_linkedin_profile_url": null, "description": "- Shopify Website Developer", "ends_at": { "day": 31, "month": 1, "year": 2020 }, "location": "Miami/Fort Lauderdale Area", "logo_url": null, "starts_at": { "day": 1, "month": 6, "year": 2019 }, "title": "Freelance Website Designer" }, { "company": "Smart Graphic Corp", "company_linkedin_profile_url": null, "description": "- Overseeing and developing Digital Marketing Campaigns\n- Conducting research and analyzing data to identify and define audiences\n- Devising and presenting ideas and strategies\n- Managing campaigns on social media for differents clients", "ends_at": { "day": 31, "month": 8, "year": 2019 }, "location": null, "logo_url": null, "starts_at": { "day": 1, "month": 8, "year": 2018 }, "title": "Social Media Marketing Specialist" }, { "company": "ELT Think Tank", "company_linkedin_profile_url": "https://www.linkedin.com/company/elt-think-tank", "description": null, "ends_at": { "day": 31, "month": 5, "year": 2019 }, "location": "Colombia", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFFFvdDslGOzQ/company-logo_100_100/0/1570623959649?e=1655942400&v=beta&t=NSrkNfCHu24pPwE6YkK2TR6_BZ1YPGzxowSruHYec_I", "starts_at": { "day": 1, "month": 11, "year": 2016 }, "title": "Freelance Marketing Consultant" }, { "company": "FNL Language Solutions", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 31, "month": 1, "year": 2017 }, "location": "Antioquia Area, Colombia", "logo_url": null, "starts_at": { "day": 1, "month": 3, "year": 2015 }, "title": "Freelance Marketing Consultant & Graphic Designer" }, { "company": "FNL Language Solutions", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 31, "month": 1, "year": 2015 }, "location": "Medellín, Antioquia Department, Colombia", "logo_url": null, "starts_at": { "day": 1, "month": 8, "year": 2012 }, "title": "Marketing Leader" }, { "company": "Comcel", "company_linkedin_profile_url": "https://www.linkedin.com/company/comcel", "description": null, "ends_at": { "day": 31, "month": 10, "year": 2011 }, "location": "Medellin, Colombia", "logo_url": null, "starts_at": { "day": 1, "month": 4, "year": 2009 }, "title": "Commercial Advisor" }, { "company": "Otraforma Advertising Agency", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 28, "month": 2, "year": 2009 }, "location": "Argentina", "logo_url": null, "starts_at": { "day": 1, "month": 2, "year": 2004 }, "title": "Administrator" } ]
[ { "degree_name": "Master's degree", "description": null, "ends_at": null, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGm8IgYC8f93w/company-logo_100_100/0/1612442596918?e=1655942400&v=beta&t=NxK4kJLCIiKHtvV_oJZkxriMJeiXUJL5kkL5sJV_uH8", "school": "Universidad Nacional del Sur", "school_linkedin_profile_url": "https://www.linkedin.com/school/universidad-nacional-del-sur/", "starts_at": null }, { "degree_name": "Bachelor of Business Administration (B.B.A.)", "description": null, "ends_at": null, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQEwYHpiKt8vww/company-logo_100_100/0/1533309556072?e=1655942400&v=beta&t=Per6Aw4_GXer3QKWKoP49rxWHtiM7hJ2Q1gxGqhixa4", "school": "Universidad de San Buenaventura Cali", "school_linkedin_profile_url": "https://www.linkedin.com/school/universidad-de-san-buenaventura-cali/", "starts_at": null }, { "degree_name": "Bachelor's degree", "description": null, "ends_at": null, "field_of_study": null, "logo_url": null, "school": "School Of Arts", "school_linkedin_profile_url": null, "starts_at": null }, { "degree_name": "Digital Marketing Planner", "description": null, "ends_at": null, "field_of_study": null, "logo_url": null, "school": "Interlat Group", "school_linkedin_profile_url": null, "starts_at": null }, { "degree_name": "Google Partner", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2016 }, "field_of_study": null, "logo_url": null, "school": "Google Academy", "school_linkedin_profile_url": null, "starts_at": { "day": 1, "month": 1, "year": 2016 } } ]
[ "Español", "Ingles" ]
[]
[]
[]
[]
[]
[]
[]
[ { "cause": "Education", "company": "FNL Language Solutions Foundation", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 31, "month": 12, "year": 2016 }, "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 2013 }, "title": "Marketing Volunteer" } ]
[ { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "Learning Content Marketing", "starts_at": { "day": 1, "month": 2, "year": 2018 }, "url": "http://www.linkedin.com/learning/learning-content-marketing" }, { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "Learning Shopify", "starts_at": { "day": 1, "month": 2, "year": 2018 }, "url": "http://www.linkedin.com/learning/learning-shopify" }, { "authority": "LinkedIn", "display_source": "www.linkedin.com", "ends_at": null, "license_number": null, "name": "Phone-Based Customer Service", "starts_at": { "day": 1, "month": 1, "year": 2018 }, "url": "http://www.linkedin.com/learning/phone-based-customer-service" } ]
65
[ { "link": "https://www.linkedin.com/in/mirna-romero-gonz%C3%A1lez-7409b086", "location": "Portland, OR", "name": "Mirna Romero González", "summary": "N" }, { "link": "https://www.linkedin.com/in/mirna-gonzalez-600184232", "location": "El Monte, CA", "name": "Mirna Gonzalez", "summary": "Enpaque en Ready Pac Foods, Inc." }, { "link": "https://www.linkedin.com/in/mirna-gonzalez-47a885229", "location": "Hyattsville, MD", "name": "Mirna Gonzalez", "summary": "--" }, { "link": "https://www.linkedin.com/in/mirna-gonz%C3%A1lez-20824377", "location": "Newark, NJ", "name": "Mirna González", "summary": "Lawyer at OWNER" }, { "link": "https://www.linkedin.com/in/mirna-gonzalez-778508195", "location": "Dallas-Fort Worth Metroplex", "name": "Mirna Gonzalez", "summary": "Customer Service Rep" }, { "link": "https://www.linkedin.com/in/myrna-gonzalez-2529a768", "location": "United States", "name": "Myrna Gonzalez", "summary": "--" }, { "link": "https://www.linkedin.com/in/mirna-gonzalez-1b884a10", "location": "Los Angeles, CA", "name": "mirna gonzalez", "summary": "make-up artist at univision comunications" }, { "link": "https://www.linkedin.com/in/myrna-gonzalez-99810b16", "location": "Austin, TX", "name": "Myrna Gonzalez", "summary": "President at G & G Marble and Granite Inc" }, { "link": "https://www.linkedin.com/in/mirna-gonzalez-816330229", "location": "Providence County, RI", "name": "Mirna Gonzalez", "summary": "Quality Improvement Specialist at RIPCPC/Integra" }, { "link": "https://www.linkedin.com/in/calimyrna", "location": "Detroit, MI", "name": "Myrna Gonzalez", "summary": "Human Resources Assistant at Plymouth Evergreen" }, { "link": "https://www.linkedin.com/in/mirna-gonzalez-01968958", "location": "Lomita, CA", "name": "Mirna Gonzalez", "summary": "Optum Medical Group" }, { "link": "https://sv.linkedin.com/in/mirna-gonzalez-29808219a", "location": "El Salvador", "name": "Mirna Gonzalez", "summary": "Senior Demand Planner en Diszasa" }, { "link": "https://www.linkedin.com/in/myrna-karina-gonzalez-cantu-08a316b2", "location": "Greater McAllen Area", "name": "Myrna Karina Gonzalez Cantu", "summary": "Periodontics and Implant Dentistry, Oral Sciences" }, { "link": "https://www.linkedin.com/in/mirna-gonzalez-92818643", "location": "Loma Linda, CA", "name": "Mirna Gonzalez", "summary": "RN" }, { "link": "https://mx.linkedin.com/in/mirna-gisel-gonz%C3%A1lez-mercado-82592976", "location": "Mexico", "name": "Mirna Gisel González Mercado", "summary": "MD-PhD Human Genetics/ Research professor ITESM Campus Guadalajara" }, { "link": "https://www.linkedin.com/in/myrna-gonzalez-338b67a9", "location": "Austin, Texas Metropolitan Area", "name": "Myrna Gonzalez", "summary": "REALTOR®@ JPAR\nOwner at G and G Marble & Granite Inc" }, { "link": "https://www.linkedin.com/in/mirna-gonzalez-30125812", "location": "Apopka, FL", "name": "Mirna Gonzalez", "summary": "New Home Consultant" }, { "link": "https://mx.linkedin.com/in/mirnagzz", "location": "Monterrey, NLE", "name": "Mirna González-González, Ph.D.", "summary": "Profesora Investigadora y Coordinadora del GIEE de Bioingeniería y Medicina Regenerativa en Tecnológico de Monterrey" }, { "link": "https://eg.linkedin.com/in/mirna-soliman-1312aa11a", "location": "Egypt", "name": "Mirna Soliman", "summary": "Associate Sales Engineer Analyst at Dell Technologies" } ]
[]
[]
[ { "link": "https://www.linkedin.com/in/angela-boone", "location": "Dallas-Fort Worth Metroplex", "name": "Angela Boone", "summary": "Cloud Applications Sales Manager, Higher Education" }, { "link": "https://www.linkedin.com/in/angela-a-71914923", "location": "Atlanta Metropolitan Area", "name": "Angela A.", "summary": "Talent Acquisition Consultant-Supply Chain" }, { "link": "https://in.linkedin.com/in/angela-a-51a614203", "location": "Hyderabad", "name": "Angela A", "summary": "Technical Recruiter at Vinsys" }, { "link": "https://in.linkedin.com/in/angela-a-9533501b3", "location": "Bengaluru", "name": "Angela A", "summary": "Associate Professional Software Engineer at DXC technology" }, { "link": "https://www.linkedin.com/in/angelahbg", "location": "Greater Harrisburg Area", "name": "Angela A.", "summary": "Audit Manager Exploring New Opportunities" } ]
[]
[]
null
null
null
null
null
null
null
null
6,340
aalvarezruiz
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
alina
alvarez-ruiz
alina alvarez-ruiz
Project Coordinator at ECS
project coordinator- ec
experienced change/release coordinator demonstrated history working information technology service industry . skilled microsoft product , customer service , event coordination , communication , multiple change tool , changegear jira . strong itil foundation v3 certified information technology professional bachelor science ( b.s . ) focused communication medium study california state university , monterey bay .
u
united state america
united state
null
[ { "company": "ECS", "company_linkedin_profile_url": "https://www.linkedin.com/company/ecstechhq", "description": null, "ends_at": null, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQFaCMotFtEDnA/company-logo_100_100/0/1570464082176?e=1655942400&v=beta&t=a1ecRQdpC_pKJGRNNHXeqEb2n_TH5YgfUknVLmH4P1g", "starts_at": { "day": 1, "month": 9, "year": 2021 }, "title": "Project Coordinator" }, { "company": "IndraSoft, Inc.", "company_linkedin_profile_url": "https://www.linkedin.com/company/indrasoft-inc-", "description": null, "ends_at": { "day": 30, "month": 9, "year": 2021 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQHKYjQfCj-bgw/company-logo_100_100/0/1627303071023?e=1655942400&v=beta&t=Dyf8mbQsnhpIBs4ihFn6xIyi5cm8pt6cZLHZRf2XP58", "starts_at": { "day": 1, "month": 12, "year": 2020 }, "title": "Project Coordinator" }, { "company": "Conviso Inc.", "company_linkedin_profile_url": "https://www.linkedin.com/company/convisoinc", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2020 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHxtncdcsNWEg/company-logo_100_100/0/1583270210346?e=1655942400&v=beta&t=EXGvJqqS2na5A6TPUUqX9XP3IrKPX326P_20g5zq5zg", "starts_at": { "day": 1, "month": 10, "year": 2018 }, "title": "Release Coordinator" }, { "company": "DirectViz Solutions, LLC", "company_linkedin_profile_url": "https://www.linkedin.com/company/directviz-solutions-llc", "description": null, "ends_at": { "day": 31, "month": 10, "year": 2018 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFP-Fh1FY5O8g/company-logo_100_100/0/1640195646124?e=1655942400&v=beta&t=8hdpB9oDoUpDzcHGz1aCXUF6Wq43SPbKBgFccN1OksQ", "starts_at": { "day": 1, "month": 11, "year": 2017 }, "title": "Release Coordinator" }, { "company": "DirectViz Solutions", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 30, "month": 11, "year": 2017 }, "location": null, "logo_url": null, "starts_at": { "day": 1, "month": 9, "year": 2016 }, "title": "Incident Manager" }, { "company": "Sunrise Senior Living", "company_linkedin_profile_url": null, "description": "Care for 8-10 Residents within an 8 hour shift.\nAssist with activities of daily living.", "ends_at": { "day": 30, "month": 11, "year": 2015 }, "location": null, "logo_url": null, "starts_at": { "day": 1, "month": 8, "year": 2014 }, "title": "CNA" }, { "company": "Voices for Children - CASA Monterey County", "company_linkedin_profile_url": "https://www.linkedin.com/company/voices-for-children-casa-monterey-county", "description": null, "ends_at": { "day": 30, "month": 9, "year": 2014 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFWyY4UndqrDQ/company-logo_100_100/0/1519912022095?e=1655942400&v=beta&t=zyc58a_516wMHM5r99YpnKjNsnsUwE5EZBeA4YrJTMc", "starts_at": { "day": 1, "month": 7, "year": 2014 }, "title": "Website Maintanence" }, { "company": "AutoZone West Inc.", "company_linkedin_profile_url": null, "description": null, "ends_at": { "day": 31, "month": 8, "year": 2014 }, "location": null, "logo_url": null, "starts_at": { "day": 1, "month": 2, "year": 2009 }, "title": "Manager" } ]
[ { "degree_name": "Bachelor of Science (B.S.)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2016 }, "field_of_study": "Communication and Media Studies", "logo_url": "https://media-exp1.licdn.com/dms/image/C510BAQF_j1EZaPf4rA/company-logo_100_100/0/1519856004278?e=1655942400&v=beta&t=wIwT3RRNXszRfLedTzng2hamFheEvbLn2nKKm6OsunA", "school": "California State University, Monterey Bay", "school_linkedin_profile_url": "https://www.linkedin.com/school/csu-monterey-bay/", "starts_at": { "day": 1, "month": 1, "year": 2013 } }, { "degree_name": "Associate of Arts (A.A.)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2013 }, "field_of_study": "Natural Sciences", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGfiTIcT2oIEw/company-logo_100_100/0/1519876057204?e=1655942400&v=beta&t=WRGTQUeSczMG4PPj6-5bjjuOBMW9hEym5Uyh9o12Ans", "school": "Hartnell College", "school_linkedin_profile_url": "https://www.linkedin.com/school/hartnell-community-college/", "starts_at": { "day": 1, "month": 1, "year": 2009 } } ]
[]
[]
[]
[]
[]
[]
[]
[]
[ { "cause": "Health", "company": "Natividad Medical Center (NMC)", "company_linkedin_profile_url": "https://www.linkedin.com/company/natividadinspiringhealthylives", "description": "Helped visitors locate services.\nDeliver meals.\nProvide information to visitors.", "ends_at": { "day": 30, "month": 4, "year": 2014 }, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGv07MoqDmEQg/company-logo_100_100/0/1526486514821?e=1655942400&v=beta&t=PaaPYefS_SR5RS0c9xsu46fxfUms1ABYHUvu2RYkfzo", "starts_at": { "day": 1, "month": 2, "year": 2014 }, "title": "Volunteer" } ]
[ { "authority": "PeopleCert", "display_source": null, "ends_at": null, "license_number": null, "name": "ITIL Foundation Level", "starts_at": { "day": 1, "month": 2, "year": 2018 }, "url": null }, { "authority": "CompTIA", "display_source": null, "ends_at": { "day": 30, "month": 6, "year": 2024 }, "license_number": "COMP001021133321", "name": "Sec +", "starts_at": { "day": 1, "month": 6, "year": 2021 }, "url": null } ]
189
[ { "link": "https://www.linkedin.com/in/karma-cotton-1a391b82", "location": "Summerfield, NC", "name": "KARMA COTTON", "summary": "Proposal Manager at MetroStar, APMP Certified" }, { "link": "https://www.linkedin.com/in/linda-vankuren-103a4713", "location": "Manassas, VA", "name": "Linda VanKuren", "summary": "Senior BA at IndraSoft, Inc." }, { "link": "https://www.linkedin.com/in/jaylene-carteret-mba-pmp-7a703730", "location": "Greater Montgomery Area", "name": "Jaylene Carteret, MBA, PMP", "summary": "Base Maintenance, Product Line Manager, AFLCMC/HIM" }, { "link": "https://www.linkedin.com/in/shruthi-belagodu", "location": "Herndon, VA", "name": "Shruthi Belagodu", "summary": "Software Engineer at IndraSoft, Inc." }, { "link": "https://www.linkedin.com/in/bchin", "location": "Gaithersburg, MD", "name": "Bill Chin, PMP, ITIL v3, CSM, SA, POPM", "summary": "Program Management | Solutions Architecture" }, { "link": "https://www.linkedin.com/in/kishorisharan", "location": "Montgomery, AL", "name": "Kishori Sharan", "summary": "Sr. Software Engineer at ECS" }, { "link": "https://www.linkedin.com/in/gupta-ruchi", "location": "Chantilly, VA", "name": "Ruchi Gupta, PMI-ACP, APRM, SA, SASM, RTE MBA-L. CSM, ICP-ATF, Kanban-PM, ACAC", "summary": "Agile Transformation and Program Management" }, { "link": "https://www.linkedin.com/in/john-luongo-55697410", "location": "Herndon, VA", "name": "John Luongo", "summary": "Developing solutions to facilitate Government innovation and services" }, { "link": "https://in.linkedin.com/in/vishav-ranjan-ab5033a2", "location": "Mukerian", "name": "VISHAV RANJAN", "summary": "DIRECTOR SALES at girdhar groups" }, { "link": "https://bd.linkedin.com/in/hossain-rahman-b129883a", "location": "Bangladesh", "name": "Hossain Rahman", "summary": "DY.GENERAL MANAGER(MKT.)FEEDS at Meghna Group of Industries" }, { "link": "https://uk.linkedin.com/in/rahman-hossain-837769140", "location": "London", "name": "Rahman Hossain", "summary": "HR Manager at OiiO International" }, { "link": "https://in.linkedin.com/in/vishav-ranjan-a507461a2", "location": "Mukerian", "name": "Vishav Ranjan", "summary": "Managing Partner at Garvm Pharma" }, { "link": "https://bd.linkedin.com/in/rahman-hossain-a52252216", "location": "Dhaka, Bangladesh", "name": "Rahman Hossain", "summary": "Engineer Intern at The computer" }, { "link": "https://www.linkedin.com/in/anju-siraj-7a36871b4", "location": "Alpharetta, GA", "name": "Anju Siraj", "summary": "Fashion Designer at Sanriq Stylz" }, { "link": "https://www.linkedin.com/in/vishav-singh-0ab40242", "location": "New Alexandria, VA", "name": "Vishav Singh", "summary": "Systems/Server Engineer at Hewlett-Packard" }, { "link": "https://www.linkedin.com/in/vishav-singh-92ab5a197", "location": "Stockton, CA", "name": "Vishav Singh", "summary": "Owner of Lucky Liquor" }, { "link": "https://www.linkedin.com/in/lauren-ilenin-msn-rn-79a50b213", "location": "Mantua, OH", "name": "Lauren Ilenin MSN, RN", "summary": "Clinical Quality Auditor Senior at Anthem, Inc." }, { "link": "https://www.linkedin.com/in/mbuen", "location": "Fayetteville, NC", "name": "Michael B.", "summary": "Senior Infrastructure Engineer at Lowe's Companies, Inc." }, { "link": "https://www.linkedin.com/in/yvonnewheby", "location": "New York, NY", "name": "Yvonne Wheby", "summary": "Project Specialist" } ]
[]
[]
[]
[]
[ { "name": "California State University Monterey Bay, Department of Biology & Chemistry", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQGZ1eg4XuJccA/group-logo_image-shrink_92x92/0/1631000216703?e=1647691200&v=beta&t=nsukMnbBkEeG8E6WGQgIF-pLhCTHRz8ySC_hzN98PyU", "url": "https://www.linkedin.com/groups/13778713" } ]
null
null
null
null
null
null
null
null
6,341
aalvarezvillot
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://media-exp1.licdn.com/dms/image/C4D16AQHVholQZZwbUQ/profile-displaybackgroundimage-shrink_200_800/0/1643657253966?e=1652918400&v=beta&t=YZ86H9OA0hxg4tpuEuOrHBBpAKbeKhB1QpwGw28sor0
amanda
álvarez
amanda álvarez
Senior Manager, Global Social Lead, Chevrolet, Digital at Weber Shandwick
global social lead , chevrolet weber shandwick
amanda `` rezzie '' alvarez ( either amanda rezzie work , decision ! ) : social expert , driving creative strategy + content development several brand ; part-time podcaster , focused uplifting black + brown community ; culture-jacker , inserting brand trending conversation ; competitive gamer + member philadelphia sport clergy , always playing win . rezzie graduate boston university college communication , earned bachelor 's degree public relation , advertising , applied communication , concentration political science . currently , global social lead chevrolet , driving culture forward . always know 's trending well know nick foles ' final stats super bowl lii . 're looking up-to-date nba news recap , 've got covered .
u
united state america
brooklyn
new york
[ { "company": "Weber Shandwick", "company_linkedin_profile_url": "https://www.linkedin.com/company/weber-shandwick", "description": null, "ends_at": null, "location": "New York, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQE91YB_R3NPaw/company-logo_100_100/0/1637080273878?e=1655942400&v=beta&t=KxVDpkKNtGySgr7_CwR6Omkn6A-v2ZRwyS4TFpPKvHs", "starts_at": { "day": 1, "month": 2, "year": 2022 }, "title": "Senior Manager, Global Social Lead, Chevrolet, Digital" } ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[]
[]
500
[ { "link": "https://cm.linkedin.com/in/fran%C3%A7ois-njiowo-nana-a5292a162", "location": "Vina", "name": "François Njiowo Nana", "summary": "Étudiant(e) (Université de ngaoundéré)" }, { "link": "https://th.linkedin.com/in/aanant-sony-849277129", "location": "Bangkok City, Thailand", "name": "Aanant Sony", "summary": "COO & Co-Founder at W.JAMES VENTURES" }, { "link": "https://www.linkedin.com/in/anthony-cassese-mba-0614b029", "location": "Norwood, MA", "name": "Anthony Cassese, MBA", "summary": "Senior Manager, Research Administration at Tufts Clinical and Translational Science Institute (CTSI)" }, { "link": "https://au.linkedin.com/in/aaron-m-dowling", "location": "Greater Sydney Area", "name": "Aaron Dowling", "summary": "Senior Communications Manager at Cochlear" }, { "link": "https://it.linkedin.com/in/marco-piero-paolini-67a38425", "location": "Lucca", "name": "Marco Piero Paolini", "summary": "Technical Specialist at Lastastaplus srl" }, { "link": "https://www.linkedin.com/in/federicopaul", "location": "Boston, MA", "name": "Paul Federico", "summary": "Focused on delivering exceptional, strategic sales programs - from onboarding to continuous learning." }, { "link": "https://sg.linkedin.com/in/jiajliu", "location": "Singapore", "name": "Jia Liu", "summary": "Regional Lead (SEA) @ InterWorks (Tableau & Dataiku Certified) - Building bridges for the love of data and food." }, { "link": "https://ru.linkedin.com/in/whitey", "location": "Saint Petersburg Metropolitan Area", "name": "Sergey Ivanov", "summary": "Chief Marketing Officer at Petshop.ru" }, { "link": "https://www.linkedin.com/in/james-buonantuono-b8a3134", "location": "New York City Metropolitan Area", "name": "James Buonantuono", "summary": "SVP, Creative Director at Lippe Taylor" }, { "link": "https://ph.linkedin.com/in/chip-go-m-sc-2a81597", "location": "Calabarzon, Philippines", "name": "Chip Go, M.Sc.", "summary": "Founder & Head of Studio - Ubisoft Philippines" }, { "link": "https://www.linkedin.com/in/mougeh-kowkabi-76629b7", "location": "Washington, DC", "name": "Mougeh Kowkabi", "summary": "Accounting" }, { "link": "https://sg.linkedin.com/in/annbq", "location": "Singapore", "name": "An Nguyen", "summary": "Enterprise Sales | Financial Services | Singapore" }, { "link": "https://ru.linkedin.com/in/ivan-borodulin-9294bb181", "location": "Moscow", "name": "Ivan Borodulin", "summary": "Senior User Acquisition Manager в компании Flo Health Inc." }, { "link": "https://in.linkedin.com/in/mohit-pandit-a5177a120", "location": "Bengaluru", "name": "Mohit Pandit", "summary": "Investing in Blockchain @ M31 Capital." }, { "link": "https://sg.linkedin.com/in/johntantst", "location": "Singapore", "name": "John Tan", "summary": "Customer Success Director at Techsumption" }, { "link": "https://www.linkedin.com/in/kaylablefko", "location": "Brooklyn, NY", "name": "Kayla Blefko", "summary": "Vice President, Digital Influencer at GCI Health" }, { "link": "https://ua.linkedin.com/in/andrey-c", "location": "Ukraine", "name": "Andrey Cherednychenko", "summary": "Chief Marketing Officer at CS.Money" }, { "link": "https://www.linkedin.com/in/benjaminwalpoth", "location": "Boston, MA", "name": "Ben Walpoth", "summary": "Branding and Marketing of Luxury Brands I 5* Hospitality I HNWIs Targeting I Publisher & Content Creator" }, { "link": "https://www.linkedin.com/in/emilyakadawaite", "location": "Los Angeles, CA", "name": "Emily Akada Waite, MA, MSc.", "summary": "Account Director at Lippe Taylor" }, { "link": "https://www.linkedin.com/in/katharine-foley-714a5534", "location": "Milwaukee, WI", "name": "Katharine Foley", "summary": "Account Supervisor at Kane Communications Group" } ]
[]
[]
[ { "link": "https://www.linkedin.com/in/amanda-alvarez-71497468", "location": "Miami, FL", "name": "Amanda Alvarez", "summary": "Boutique Director at Van Cleef & Arpels" }, { "link": "https://www.linkedin.com/in/amanda-alvarez-24b16017b", "location": "Miami-Fort Lauderdale Area", "name": "Amanda Alvarez", "summary": "HR Generalist" }, { "link": "https://www.linkedin.com/in/amanda-alvarez-corporate-recruiter", "location": "Fort Lauderdale, FL", "name": "Amanda Alvarez", "summary": "Inquisitive Senior Talent Acquisition Specialist at CHG Healthcare" }, { "link": "https://www.linkedin.com/in/amanda-alvarez-88759ba1", "location": "Auburndale, MA", "name": "Amanda Alvarez", "summary": "Senior DevSecOps Engineer" } ]
[]
[]
null
null
null
null
null
null
null
null
6,342
aalvarolunaa
https://media-exp1.licdn.com/dms/image/C4E03AQEb9FR9OeaKyA/profile-displayphoto-shrink_200_200/0/1520894272672?e=1652918400&v=beta&t=r8MBdnaQOcixQDMsfIUAVYrIDA_56D6rAxDzETDHXq4
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
alvaro
luna
alvaro luna
Senior Technical Consultant at Autodesk
senior technical consultant generative design autodesk
http : //github.com/alvaroluna http : //objectiveapplications.com
u
united state america
san francisco
california
[ { "company": "Autodesk", "company_linkedin_profile_url": "https://www.linkedin.com/company/autodesk", "description": null, "ends_at": null, "location": "San Francisco, CA", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGKB8FKYpHyOA/company-logo_100_100/0/1631037415329?e=1655942400&v=beta&t=CxesVSt6pbCoZA837X5-rmkmJg_-CqlLr7KbLojGS3Y", "starts_at": { "day": 1, "month": 3, "year": 2021 }, "title": "Senior Technical Consultant" }, { "company": "Autodesk", "company_linkedin_profile_url": "https://www.linkedin.com/company/autodesk", "description": null, "ends_at": { "day": 31, "month": 3, "year": 2021 }, "location": "San Francisco, California, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGKB8FKYpHyOA/company-logo_100_100/0/1631037415329?e=1655942400&v=beta&t=CxesVSt6pbCoZA837X5-rmkmJg_-CqlLr7KbLojGS3Y", "starts_at": { "day": 1, "month": 2, "year": 2020 }, "title": "Technical Consultant" }, { "company": "Objective Applications LLC", "company_linkedin_profile_url": "https://www.linkedin.com/company/objective-applications", "description": "Objective Applications is a computational design and digital fabrication consultancy, that partners with architects, designers, and fabricators to build custom digital tools to help realize complex, technically demanding projects.", "ends_at": null, "location": "Chicago, IL | San Francisco, CA", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQE5h6lcvIbD4w/company-logo_100_100/0/1519782062279?e=1655942400&v=beta&t=voMGGo2Pd8Ks11fYnY0U4tiqbYflYd1J-n6AysAcfKI", "starts_at": { "day": 1, "month": 1, "year": 2017 }, "title": "Founder" }, { "company": "WeWork", "company_linkedin_profile_url": "https://www.linkedin.com/company/wework", "description": "At WeWork, I am leading the development of a new platform called LevelUp which uses our laser scan data to generate accurate material and labor estimates for floor leveling. We estimate that this tool will save the company nearly $20M a year in change orders and wasted material. \n\nIn addition, I am developing an automation tool for designing and fabricating the glass and metal partition walls used throughout WeWork spaces. This new plug-in will also reduce waste and dramatically improve the fit and finish of our system in the field.", "ends_at": { "day": 29, "month": 2, "year": 2020 }, "location": "San Francisco, CA", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHrSdUTzFbijw/company-logo_100_100/0/1604519218190?e=1655942400&v=beta&t=HWuzNig7vGFVY7vVLyNJWM6q8_f7P3vXlGJQP-1E8Kg", "starts_at": { "day": 1, "month": 2, "year": 2019 }, "title": "Design Technology Lead" }, { "company": "Adrian Smith + Gordon Gill Architecture", "company_linkedin_profile_url": "https://www.linkedin.com/company/asggarchitecture", "description": "AS+GG is an award-winning, international architecture firm specializing in super-tall, high-performance buildings. As a Computational Designer, I created plugins to assist designers in curtain wall automation and optimization, focusing in particular on being able to accurately translate complex geometric data from Rhino for documentation in Revit.", "ends_at": { "day": 28, "month": 2, "year": 2019 }, "location": "Chicago, IL", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEAIEE-HDsQrA/company-logo_100_100/0/1519873931061?e=1655942400&v=beta&t=HoyIIWKVo7iX0iHg71rUUZZxdchGczm_h_xGimye_P0", "starts_at": { "day": 1, "month": 4, "year": 2018 }, "title": "Computational Designer" }, { "company": "Fabric Images, Inc.", "company_linkedin_profile_url": "https://www.linkedin.com/company/fabric-images", "description": "Semios Studios is a design innovation lab with a direct connection to the fabrication facility of our parent company, Fabric Images. This relationship allows us to provide our clients with integrated design-build solutions. We develop products, design spaces, and assist other designers with the fabrication of their designs.", "ends_at": { "day": 31, "month": 1, "year": 2017 }, "location": "Greater Chicago Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEVOyR6WTZq0g/company-logo_100_100/0/1519874794394?e=1655942400&v=beta&t=Dq54T_tl5cjfQqKrxfgF-v6fmgjTxvQ6ftfNAu06LoU", "starts_at": { "day": 1, "month": 7, "year": 2013 }, "title": "Design + R&D | Semios Studios + Fi" }, { "company": "Pratt Institute", "company_linkedin_profile_url": "https://www.linkedin.com/company/pratt-institute", "description": "In the spring of 2016, I served as a computational design and digital fabrication advisor for Professor Francine Monaco's Studio, Pattern Recognition. The studio focused on the development of modular surfaces which responded to a chosen program. I created tutorials on the use of various fabrication tools, and lectured on the role of Grasshopper and Rhino in the design process.", "ends_at": { "day": 31, "month": 5, "year": 2016 }, "location": "New York City, NY", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQF7trFo0UzZ9A/company-logo_100_100/0/1625145271035?e=1655942400&v=beta&t=Zn8krQ5le0E64KA-2DVDwjF1xl4uGTnUuD-6N8CypH4", "starts_at": { "day": 1, "month": 1, "year": 2016 }, "title": "Studio Adviser, Computational Design and Digital Fabrication" }, { "company": "Self-Employed", "company_linkedin_profile_url": "https://www.linkedin.com/company/monadichq", "description": "As a freelance visualization artist, I produced renderings for various architectural firms in the Chicago area using Rhino, 3ds Max, and Vray", "ends_at": { "day": 31, "month": 7, "year": 2013 }, "location": "Chicago, IL", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQF-wKHYfKZX2w/company-logo_100_100/0/1519879274292?e=1655942400&v=beta&t=rjCIDVOLOOecJ8OeKAwP7OzI8dTt1HadosN83hYCj_0", "starts_at": { "day": 1, "month": 1, "year": 2013 }, "title": "Freelance Designer" }, { "company": "Aptum Architecture", "company_linkedin_profile_url": null, "description": "As a designer for Aptum Architecture, I helped investigate ways that architecture and the landscape could be programmed to mitigate the consequences of climate change in urban areas. I conducted research and created models, drawings, and diagrams for various competitions, exhibits, and small-scale building projects.", "ends_at": { "day": 30, "month": 6, "year": 2012 }, "location": "Urbana-Champaign, IL", "logo_url": null, "starts_at": { "day": 1, "month": 8, "year": 2010 }, "title": "Designer" } ]
[ { "degree_name": "Bachelor of Science (BS)", "description": null, "ends_at": null, "field_of_study": "Architectural Studies", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQGFFDl_Z9pIAA/company-logo_100_100/0/1595014871850?e=1655942400&v=beta&t=VBl1UvvXydPD6x6XLFYYqt2XsXD-w8lLYBSR1I6r_as", "school": "University of Illinois at Urbana-Champaign", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-illinois-urbana-champaign/", "starts_at": null }, { "degree_name": "Certificate | Full Stack Web Development", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2020 }, "field_of_study": "Computer Programming/Programmer, General", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGF8uB7vUoJ0Q/company-logo_100_100/0/1639585476982?e=1655942400&v=beta&t=_1dF9Fien_w4m3xBPJDFmuaaTYrpuJ-OvhSx7K3zZoM", "school": "University of California, Berkeley", "school_linkedin_profile_url": "https://www.linkedin.com/school/uc-berkeley/", "starts_at": { "day": 1, "month": 1, "year": 2020 } } ]
[ "Spanish", "English" ]
[]
[]
[]
[]
[]
[]
[]
[]
[]
500
[]
[]
[ { "activity_status": "Liked by Alvaro Luna", "link": "https://www.linkedin.com/signup/cold-join", "title": "A cartoon by P. C. Vey. #NewYorkerCartoonsSee more cartoons from this week’s issue: http://nyer.cm/x6Q4he7" }, { "activity_status": "Liked by Alvaro Luna", "link": "https://www.linkedin.com/signup/cold-join", "title": "Kéré, the first Black architect to receive the Pritzker, pursues a rigorous social mission while creating buildings of rich materiality and…" }, { "activity_status": "Liked by Alvaro Luna", "link": "https://www.linkedin.com/signup/cold-join", "title": "It seems my network has a mild interest in rocks. Here are some more iconic rocks brought into Revit from Rhino via Conveyor.Learn more about…" } ]
[ { "link": "https://pe.linkedin.com/in/alvarolunach", "location": "Peru", "name": "Alvaro Luna", "summary": "Asociación Cultural Peruano Británica" }, { "link": "https://mx.linkedin.com/in/alvaro-luna-74a23515", "location": "Mexico City", "name": "Alvaro Luna", "summary": "Gerente General Taurus Mexico en TAURUS 4PL LOGISTICS" }, { "link": "https://ca.linkedin.com/in/alvaro-luna-05a0a879", "location": "Vancouver, BC", "name": "Alvaro Luna", "summary": "M. Psych, M.C. - Program Specialist/Clinician, Mental Health at Health Initiative for Men" }, { "link": "https://es.linkedin.com/in/%C3%A1lvaro-luna-educaci%C3%B3n", "location": "Madrid", "name": "Álvaro Luna", "summary": "Profesor universitario y consultor freelance" }, { "link": "https://es.linkedin.com/in/alvaro-luna-06607893", "location": "Greater Madrid Metropolitan Area", "name": "Alvaro Luna", "summary": "Founder at Housers" } ]
[]
[ { "name": "Rhinoceros User Group", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQFrbWRnjd4SdQ/group-logo_image-shrink_200x200/0/1631435066645?e=1647691200&v=beta&t=itySOI77MK8MrPNIEgk-J-JKD9xlXwOKEhYJRdApZK0", "url": "https://www.linkedin.com/groups/75313" }, { "name": "Grasshopper", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQH5AMYoI1r5Wg/group-logo_image-shrink_200x200/0/1631436547734?e=1647691200&v=beta&t=oDAIdxcGrCnGb684uYOnpBi8POklUQionbOXWbCO12c", "url": "https://www.linkedin.com/groups/2124819" }, { "name": "Architectural Technician / Architectural Technologist", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQE6iZ_jVAQYow/group-logo_image-shrink_200x200/0/1631362066966?e=1647691200&v=beta&t=Lx1B4U6YFMgLZnNGT1odHbSEcfsiU-Xu1L4eSQY-_z8", "url": "https://www.linkedin.com/groups/1522097" }, { "name": "WeWork Alums", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQFzpgtcUgKmJg/group-logo_image-shrink_92x92/0/1630997278017?e=1647691200&v=beta&t=osYj3py1zpMzbpmwk6Cs9idBD1kfFnT53-LHm9CeUk0", "url": "https://www.linkedin.com/groups/8859369" }, { "name": "The One WeCo Family", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQEyIwDwlTY8Rw/group-logo_image-shrink_92x92/0/1631001408981?e=1647691200&v=beta&t=Sm7qwD-_QIwqa4CSEEYXkT6z-Sys1RKLqlUMxk6tAnY", "url": "https://www.linkedin.com/groups/12309484" } ]
null
null
null
null
null
null
null
null
6,343
aalvendia
https://media-exp1.licdn.com/dms/image/C5603AQHBBpvPbOzx8Q/profile-displayphoto-shrink_200_200/0/1644002361500?e=1652918400&v=beta&t=A9g4vJR4Gur5Jo4a4g0W072AnBc0OFvrsFZxSyM8ULk
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
alex
alvendia-wienkers
alex alvendia-wienkers
Associate Director, International Recruitment at University of Southern California
associate director , international recruitment university southern california
null
u
united state america
los angeles
california
[ { "company": "University of Southern California", "company_linkedin_profile_url": "https://www.linkedin.com/company/university-of-southern-california", "description": null, "ends_at": null, "location": "Los Angeles Metropolitan Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHatTfEv4Af6w/company-logo_100_100/0/1519855864375?e=1655942400&v=beta&t=SJNQIMDMco5SIQwLeVARsdt5YDg6NO5m6sBOuWQd8Dg", "starts_at": { "day": 1, "month": 7, "year": 2020 }, "title": "Associate Director, International Recruitment" }, { "company": "University of Southern California", "company_linkedin_profile_url": "https://www.linkedin.com/company/university-of-southern-california", "description": "Admission Manager for SE Asia, East Asia, South China Region, Sub-Saharan Africa, Oceania & (formerly) Eastern Europe", "ends_at": { "day": 31, "month": 7, "year": 2020 }, "location": "Greater Los Angeles Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHatTfEv4Af6w/company-logo_100_100/0/1519855864375?e=1655942400&v=beta&t=SJNQIMDMco5SIQwLeVARsdt5YDg6NO5m6sBOuWQd8Dg", "starts_at": { "day": 1, "month": 12, "year": 2016 }, "title": "International Admission Officer" }, { "company": "University of Southern California", "company_linkedin_profile_url": "https://www.linkedin.com/company/university-of-southern-california", "description": null, "ends_at": { "day": 30, "month": 11, "year": 2016 }, "location": "Greater Los Angeles Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHatTfEv4Af6w/company-logo_100_100/0/1519855864375?e=1655942400&v=beta&t=SJNQIMDMco5SIQwLeVARsdt5YDg6NO5m6sBOuWQd8Dg", "starts_at": { "day": 1, "month": 8, "year": 2014 }, "title": "Assistant Director" }, { "company": "2U", "company_linkedin_profile_url": "https://www.linkedin.com/company/2u", "description": null, "ends_at": { "day": 31, "month": 8, "year": 2014 }, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGw8ArXaPKMYA/company-logo_100_100/0/1541788933420?e=1655942400&v=beta&t=9HLVpuPThF1r6UUXAUg4zGHrJI1jZ3iLfQc1zYxDgK0", "starts_at": { "day": 1, "month": 6, "year": 2013 }, "title": "Admission Counselor" }, { "company": "The White House", "company_linkedin_profile_url": "https://www.linkedin.com/company/invalid1444515", "description": null, "ends_at": { "day": 31, "month": 5, "year": 2013 }, "location": "Washington D.C. Metro Area", "logo_url": null, "starts_at": { "day": 1, "month": 1, "year": 2013 }, "title": "Council on Environmental Quality" } ]
[ { "degree_name": "Master of Arts (M.A.)", "description": null, "ends_at": null, "field_of_study": "Strategic Public Relations", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQHatTfEv4Af6w/company-logo_100_100/0/1519855864375?e=1655942400&v=beta&t=SJNQIMDMco5SIQwLeVARsdt5YDg6NO5m6sBOuWQd8Dg", "school": "University of Southern California", "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-southern-california/", "starts_at": null }, { "degree_name": "Bachelor of Arts (B.A.)", "description": null, "ends_at": null, "field_of_study": "Environmental Studies", "logo_url": null, "school": "The George Washington University", "school_linkedin_profile_url": null, "starts_at": null } ]
[ "English" ]
[ { "description": null, "ends_at": null, "org_name": "West Hollywood Soccer Club", "starts_at": null, "title": "Board Member" } ]
[ { "description": null, "name": "Millennials Recruiting Millennials", "published_on": null, "publisher": null, "url": "https://3fn72f6h8343uvxzx2v9bkc6-wpengine.netdna-ssl.com/wp-content/uploads/2016/06/Millennials-Recruiting-Millennials.pdf" } ]
[]
[]
[]
[]
[]
[ { "cause": "Civil Rights and Social Action", "company": "West Hollywood Soccer Club Inc.", "company_linkedin_profile_url": "https://www.linkedin.com/company/west-hollywood-soccer-club-inc-", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2019 }, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQF9A6eWuPnBSw/company-logo_100_100/0/1519873581254?e=1655942400&v=beta&t=WUZ1GrA8O_jke3G0uJrgHrC8ckffmyzRUCdkVBPUUbA", "starts_at": { "day": 1, "month": 1, "year": 2018 }, "title": "President" }, { "cause": "Civil Rights and Social Action", "company": "West Hollywood Soccer Club Inc.", "company_linkedin_profile_url": "https://www.linkedin.com/company/west-hollywood-soccer-club-inc-", "description": null, "ends_at": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQF9A6eWuPnBSw/company-logo_100_100/0/1519873581254?e=1655942400&v=beta&t=WUZ1GrA8O_jke3G0uJrgHrC8ckffmyzRUCdkVBPUUbA", "starts_at": { "day": 1, "month": 1, "year": 2015 }, "title": "Board Member" } ]
[]
500
[ { "link": "https://www.linkedin.com/in/erinbrown94", "location": "Los Angeles, CA", "name": "Erin Brown", "summary": "PR & Marketing @ Coco" }, { "link": "https://www.linkedin.com/in/micaelastevens", "location": "Los Angeles, CA", "name": "Micaela Stevens", "summary": "PR | USC Annenberg M.A. Graduate" }, { "link": "https://www.linkedin.com/in/jack-hughes-044b0a183", "location": "Malibu, CA", "name": "Jack Hughes", "summary": "Strategy Consultant, Political Scientist, and Journalist" }, { "link": "https://www.linkedin.com/in/emilyshon", "location": "Los Angeles, CA", "name": "Emily Shon", "summary": "Manager, Content Creation at Golin" }, { "link": "https://www.linkedin.com/in/judy-wang-8747258a", "location": "New York, NY", "name": "Judy Wang", "summary": "Marketing/Public Relations" }, { "link": "https://www.linkedin.com/in/yishanchen82", "location": "Los Angeles, CA", "name": "Linda Chen", "summary": "Public Relations | Social Media | Product Marketing" }, { "link": "https://www.linkedin.com/in/cathygpark", "location": "San Francisco Bay Area", "name": "Cathy Park", "summary": "Corporate Communications @ Apple " }, { "link": "https://www.linkedin.com/in/josh-ostrovsky-11b5731b2", "location": "New York, NY", "name": "Josh Ostrovsky", "summary": "Founder/ Chief Marketing Officer at BABE Wine" }, { "link": "https://sg.linkedin.com/in/matthew-lee-417a46220", "location": "Singapore", "name": "Matthew Lee", "summary": "Training Ammo Operator at Singapore Armed Forces (SAF)" }, { "link": "https://www.linkedin.com/in/jayhongchew", "location": "Cambridge, MA", "name": "Jay Hong Chew", "summary": "Harvard '25" }, { "link": "https://www.linkedin.com/in/tyler-rose-veguez-8b4510179", "location": "Houston, TX", "name": "Tyler-Rose Veguez", "summary": "Upper School Dean at The Kinkaid School" }, { "link": "https://www.linkedin.com/in/selenacantor", "location": "New York, NY", "name": "Selena Cantor", "summary": "International Education Leader | Experienced Program Director | Digital Learning & Language Specialist" }, { "link": "https://www.linkedin.com/in/haike-zhao-69736031", "location": "Greater Chicago Area", "name": "Haike Zhao", "summary": "Associate Director at The College Board" }, { "link": "https://www.linkedin.com/in/carol-choong", "location": "New York City Metropolitan Area", "name": "Carol Choong", "summary": "Senior Director, Int'l Market Management, East Asia & the Pacific, The College Board" }, { "link": "https://cn.linkedin.com/in/rwdavis", "location": "Suzhou", "name": "Russell Davis", "summary": "Director of Global Student Recruitment at Duke Kunshan University" }, { "link": "https://www.linkedin.com/in/manuelitamaldonado", "location": "San Luis Obispo, CA", "name": "Manuelita Maldonado", "summary": "PR Specialist" }, { "link": "https://www.linkedin.com/in/carrie-davis-8b48894", "location": "Los Angeles, CA", "name": "Carrie Davis", "summary": "Senior Communications Executive" }, { "link": "https://www.linkedin.com/in/claire-sisun", "location": "Denver, CO", "name": "Claire Sisun, M.A.", "summary": "Public Relations & Communications" } ]
[]
[]
[]
[]
[]
null
null
null
null
null
null
null
null
6,344
aalvia-ahmed
https://media-exp1.licdn.com/dms/image/C4E03AQG71kR44gHk5g/profile-displayphoto-shrink_200_200/0/1530537438247?e=1652918400&v=beta&t=nzQSbNgtw8_he-Ejv8wBUqRoa91sgmt7tN3bg_msV5E
https://media-exp1.licdn.com/dms/image/C4E16AQF8w5vdQUDl2Q/profile-displaybackgroundimage-shrink_200_800/0/1634617811781?e=1652918400&v=beta&t=ImtYfnTNO9cZDYYc54fT2eQKkw4Z8igSgbzFUk784TQ
aalvia
ahmed
aalvia ahmed
Enterprise Sales Engineer at Datadog
enterprise sale engineer datadog
currently enterprise sale engineer datadog , working client across usa north central & tola region . 5+ year experience delivering solution global fortune 500 company thru use various different technology & platform .
u
united state america
chicago
illinois
[ { "company": "Datadog", "company_linkedin_profile_url": "https://www.linkedin.com/company/datadog", "description": null, "ends_at": null, "location": "Chicago, Illinois, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQFEhgRYWOqq3Q/company-logo_100_100/0/1625162475183?e=1655942400&v=beta&t=Kkv_TqLtuu7qRLlR5MOe6cEw4FoBghk921xDnSvLTOY", "starts_at": { "day": 1, "month": 10, "year": 2021 }, "title": "Enterprise Sales Engineer" }, { "company": "ExxonMobil", "company_linkedin_profile_url": "https://www.linkedin.com/company/exxonmobil", "description": "Organization / Team: ITOE Cross Service Monitoring Solutions \n\nMain Responsibilities / Accomplishments:\n\n•\tAdvise internal team developers on how solutions should be designed based on application type & platform used to deliver solution. \n•\tWork with Monitoring Data Architect to build requirements & help design ingestion of telemetry from stores with various platform via APIs to deliver a centralized source of ingestion.\n•\tLead working sessions with partnering internal IT organizations to onboard them to use monitoring platforms owned by our team for their monitoring use cases.\n•\tAdvise partnering IT organizations& project managers to determine best fit monitoring platforms to use based on monitoring use case & cost. \n•\tContribute on making newly on-boarded Monitoring platforms owned by team Enterprise Ready - RBAC design, Establish use cases to deliver business value & License usage management.", "ends_at": { "day": 31, "month": 10, "year": 2021 }, "location": "The Woodlands, Texas, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQE_IRWZ2qVHpw/company-logo_100_100/0/1519856502690?e=1655942400&v=beta&t=DmHpDmcFcf0FcqBwYYZJMj5Uf3D2FATsw6pDX_Lt_Ls", "starts_at": { "day": 1, "month": 4, "year": 2021 }, "title": "Lead Technical Consultant" }, { "company": "ExxonMobil", "company_linkedin_profile_url": "https://www.linkedin.com/company/exxonmobil", "description": "Organization / Team: ITOE Cross Service Monitoring Solutions\n\nMain Responsibilities / Accomplishments:\n•\tLead Technical Deep Dives for potential customers to learn more about their Application (Monolith or Modern) Architecture, identify monitoring gaps & suggest the use of best fit monitoring platform owned by our team.\n•\tWork with RTE & Scrum Master to ensure Features for current or upcoming quarterly program increments are up to date with acceptance criteria & technical details about customers use case for development team.\n•\tCreate & prioritize bi-weekly Sprint product backlog items for Features approved in quarterly program increment. \n•\tArticulate & document value delivered by monitoring solutions to customers.\n•\tCollaborate with Architects & Technical Leads on how new released modules & product improvements released by vendors for monitoring platforms we own can be utilized to deliver value for new & existing customers.\n•\tCollaborate with Architects, Supervisors & Major Incident Manager from Business Operations Support team to provide design tactical and/or strategical solutions to fill monitoring gaps for applications that had a major incident, which lead to direct business impact.", "ends_at": { "day": 30, "month": 4, "year": 2021 }, "location": "The Woodlands, Texas, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQE_IRWZ2qVHpw/company-logo_100_100/0/1519856502690?e=1655942400&v=beta&t=DmHpDmcFcf0FcqBwYYZJMj5Uf3D2FATsw6pDX_Lt_Ls", "starts_at": { "day": 1, "month": 7, "year": 2019 }, "title": "APM Product Owner" }, { "company": "ExxonMobil", "company_linkedin_profile_url": "https://www.linkedin.com/company/exxonmobil", "description": "Organization / Team: ITOE-Cross Service Monitoring Solutions\n\nMain Responsibilities / Accomplishments: \n•\tDeveloped User Experience Splunk Application for the Top 5 Business Critical Citrix XenApp Portfolio to provide platform stakeholders, operations team & project managers the ability to consume User Experience data in real time to measure KPI’s and make future platform improvement business decisions. \n•\tPartnered with Splunk Enterprise Platform team to automate deployment of uberAgent to Windows Servers via Splunk Deployment server.\n•\tConsult other ExxonMobil IT companies with Splunk development best practices for alerts & dashboard development.\n•\tPartnered with Industrial IT organization to ingest monitoring data into from various monitoring platform hosted in controlled Enterprise environment to open Enterprise environment for event correlation purposes. \n•\tLead development of a Bill of Lading transaction compliance Splunk dashboards to provide F&L business & technology stakeholders centralized platform to view compliance of Bill of Lading transaction generated across Fuel Terminal Globally. \n\n\nNote: I still took part in leading deliver of Splunk Applications from the ITOE-Cross Service Monitoring Solutions team, even after I moved into a new role with the team.", "ends_at": { "day": 30, "month": 6, "year": 2019 }, "location": "The Woodlands, Texas, United States", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQE_IRWZ2qVHpw/company-logo_100_100/0/1519856502690?e=1655942400&v=beta&t=DmHpDmcFcf0FcqBwYYZJMj5Uf3D2FATsw6pDX_Lt_Ls", "starts_at": { "day": 1, "month": 5, "year": 2018 }, "title": "Lead Splunk Developer" }, { "company": "Humana", "company_linkedin_profile_url": "https://www.linkedin.com/company/humana", "description": "Worked as an Applications Engineer under the ITSE - Enterprise BI Platforms & Solutions Organization.\n\nMy main responsibility was to develop, enhance, and support applications across Splunk Enterprise platform for multiple clients across the enterprise. \n\nI was responsible for managing communication between our offshore developers, system testers and product owners.", "ends_at": { "day": 31, "month": 5, "year": 2018 }, "location": "Louisville, Kentucky", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGay-LnLgSOSw/company-logo_100_100/0/1632422432070?e=1655942400&v=beta&t=oxnUdNxklxYVZqd8bvErLZQnDGwELJiiNAIRpO3I5ZI", "starts_at": { "day": 1, "month": 5, "year": 2017 }, "title": "Applications Engineer" }, { "company": "Humana", "company_linkedin_profile_url": "https://www.linkedin.com/company/humana", "description": "Worked 15-40 hours a week during Senior of College as a Splunk Developer with an agile delivery team that delivered a series of Splunk applications with alerts & dashboards that provided Humana’s Grievances & Appeals department members to gain real time visibility into Grievances & Appeals cases for tracking & compliance measurement purposes.", "ends_at": { "day": 30, "month": 4, "year": 2017 }, "location": "Louisville, Kentucky", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGay-LnLgSOSw/company-logo_100_100/0/1632422432070?e=1655942400&v=beta&t=oxnUdNxklxYVZqd8bvErLZQnDGwELJiiNAIRpO3I5ZI", "starts_at": { "day": 1, "month": 9, "year": 2016 }, "title": "BI Platforms & Solutions Extended Intern" }, { "company": "Humana", "company_linkedin_profile_url": "https://www.linkedin.com/company/humana", "description": "Developed a Splunk Application with 3 other interns for the Enterprise BI Platforms & Solution teams. \n\nDashboard allowed team to monitor performance, storage, availability, and usage metrics for BI platforms that the team was responsible for managing.", "ends_at": { "day": 31, "month": 8, "year": 2016 }, "location": "Louisville, Kentucky", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGay-LnLgSOSw/company-logo_100_100/0/1632422432070?e=1655942400&v=beta&t=oxnUdNxklxYVZqd8bvErLZQnDGwELJiiNAIRpO3I5ZI", "starts_at": { "day": 1, "month": 5, "year": 2016 }, "title": "Data Analytics Summer Intern" } ]
[ { "degree_name": "Bachelor’s Degree", "description": "Graduated in December of 2016 from Indiana University with a B.S. in Informatics from the School of Informatics & Computing / Business Foundation certificate from Kelly’s School of Business.", "ends_at": { "day": 31, "month": 12, "year": 2016 }, "field_of_study": "Informatics", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFonK534Iq8-Q/company-logo_100_100/0/1519856139080?e=1655942400&v=beta&t=kghmOSr2LzIGByL56DUfAdYhJgYYD5s51J3iQdeB6Fc", "school": "Indiana University Bloomington", "school_linkedin_profile_url": "https://www.linkedin.com/school/indiana-university-bloomington/", "starts_at": { "day": 1, "month": 1, "year": 2013 } } ]
[ "English", "Bengali" ]
[]
[]
[]
[]
[]
[]
[]
[]
[ { "authority": "Microsoft", "display_source": "www.youracclaim.com", "ends_at": null, "license_number": null, "name": "Microsoft Certified: Azure Fundamentals", "starts_at": { "day": 1, "month": 1, "year": 2021 }, "url": "https://www.youracclaim.com/badges/5c435acf-9235-49e0-9fd3-8f5a37ddbe88?source=linked_in_profile" }, { "authority": "Splunk", "display_source": null, "ends_at": null, "license_number": "Cert-228700", "name": "Splunk Certified Power User 6.x", "starts_at": { "day": 1, "month": 3, "year": 2018 }, "url": null }, { "authority": "Amazon Web Services (AWS)", "display_source": "www.credly.com", "ends_at": { "day": 31, "month": 12, "year": 2024 }, "license_number": null, "name": "AWS Certified Cloud Practitioner", "starts_at": { "day": 1, "month": 12, "year": 2021 }, "url": "https://www.credly.com/badges/a252ecd2-b5f8-4898-83c6-4c7a329b37be?source=linked_in_profile" } ]
500
[ { "link": "https://www.linkedin.com/in/amanda-shafer-", "location": "Chicago, IL", "name": "Amanda Shafer", "summary": "Leasing Associate" }, { "link": "https://de.linkedin.com/in/rui-costa-44ab6578", "location": "Munich", "name": "Rui Costa", "summary": "Software Engineer at BMW Group" }, { "link": "https://in.linkedin.com/in/rumana-m-h-75170918a", "location": "Bengaluru", "name": "Rumana M.H", "summary": "Student at Mount Carmel College Bangalore" }, { "link": "https://in.linkedin.com/in/vinutha-c-49216a181", "location": "Bengaluru", "name": "Vinutha C", "summary": "--vinutha" }, { "link": "https://in.linkedin.com/in/chenpaka-a-480149198", "location": "Bengaluru", "name": "Chenpaka A", "summary": "Scrum Master at ExxonMobil" }, { "link": "https://www.linkedin.com/in/maryclairecoletteheldring", "location": "Chicago, IL", "name": "Maryclaire Heldring", "summary": "Manager, Customer Experience at United Airlines" }, { "link": "https://www.linkedin.com/in/annampierce1", "location": "Chicago, IL", "name": "Anna Pierce", "summary": "Driven B2B sales performer specializing in SMB with track record of hitting and exceeding quotas" }, { "link": "https://in.linkedin.com/in/prasad-achaar-33b5871a2", "location": "Bengaluru", "name": "Prasad Achaar", "summary": "Realtor at RE/MAX" }, { "link": "https://fr.linkedin.com/in/mohammed-chlieh-5104a7b3", "location": "Paris", "name": "Mohammed Chlieh", "summary": "Data Engineer at Datadog" }, { "link": "https://www.linkedin.com/in/andrewmatiasprofile", "location": "Morton Grove, IL", "name": "Andrew Matias", "summary": "Senior Sales Representative at YCharts" }, { "link": "https://www.linkedin.com/in/jessin-joseph-58456b14a", "location": "Lexington, KY", "name": "Jessin Joseph", "summary": "Senior Director Medicaid Services at Capital Rx" }, { "link": "https://fr.linkedin.com/in/thomas-vindard", "location": "Paris", "name": "Thomas Vindard", "summary": "Software Engineer at Datadog" }, { "link": "https://www.linkedin.com/in/aawilli", "location": "Atlanta, GA", "name": "Aaron Williams", "summary": "Product Owner | Strategy | Robust Technical Solutions" }, { "link": "https://www.linkedin.com/in/sarah-mcdonnell-21614694", "location": "Houston, TX", "name": "Sarah McDonnell", "summary": "Wells Digital Product Owner at Chevron" }, { "link": "https://www.linkedin.com/in/dobboris", "location": "New York, NY", "name": "Boris Dobrijevic", "summary": "Principal Product Manager at Foolproof" }, { "link": "https://www.linkedin.com/in/jrmatthews91", "location": "Atlanta, GA", "name": "Justin Matthews", "summary": "MBA Candidate | WashU Olin Business School" }, { "link": "https://www.linkedin.com/in/logankeith", "location": "Fitchburg, MA", "name": "Logan Keith", "summary": "Product Manager at CVS Health Company | Product Management Fellow@YaleChildStudyCenter" }, { "link": "https://www.linkedin.com/in/tombymark", "location": "Greater Minneapolis-St. Paul Area", "name": "Tom Bymark, MBA", "summary": "Management Consultant at Accenture" } ]
[ "Raj Annaladasu\n \n \n\n\n\n \n \n \n \n \n\n \n Aalvia and I worked together on multiple business-critical and high-scale projects for four years. Aalvia as a product owner of the team, attended to the details of the execution to deliver monitoring solutions for the application teams while energizing the team and making sure the team is functional and strategically plan for long-term activities such as making a vision for business-driven solutions. \n\nPutting on his developer hat, he helped the team meet to achieve goals during the project execution phase. \n\nKeeping a balance between designing and architecting solutions that will fulfill the business case and the tactical execution of low-level features is the most carved skill possessed during his assignments.\n\nAalvia is a self-motivated and wise person but also an inspiring perfectionist. Creative strategist with unique interpersonal skills. Customer-focused and honest team player. Working with him is a signature of success. It is my pleasure to recommend him personally and professionally.", "Roy Weber\n \n \n\n\n\n \n \n \n \n \n\n \n Aalvia and I have been part of an application monitoring solutions team at ExxonMobil since 2018. We work together on a lot of projects and he always did an outstanding job.\n\nI especially enjoyed our demos and deep-dive sessions together with potential customers. He drives the meeting and shows them the benefits of our monitoring tools and develops potential solutions that bring them value. It's a great collaboration we have where he kicks it off and builds it up and then hands it over to me and I show the tool AppDynamics. Great presentation skills.\n\nAalvia is also a great product owner for the team. He is very knowledgeable with Agile workflows and helps the team stay on track to deliver solutions.\n\nHe handles his duties and responsibilities diligently. A true leader! He will be a great asset to any company and will bring tremendous value." ]
[ { "activity_status": "Liked by Aalvia Ahmed", "link": "https://www.linkedin.com/signup/cold-join", "title": "Received a pretty momentous package in the mail this weekend. A little over 2 years into selling and proud to share that I was recognized as the…" }, { "activity_status": "Liked by Aalvia Ahmed", "link": "https://www.linkedin.com/signup/cold-join", "title": "It’s time to quit asking candidates about employment gaps.In 2020, companies like you laid off 114+ million workers.In 2022, many of the same…" }, { "activity_status": "Liked by Aalvia Ahmed", "link": "https://www.linkedin.com/signup/cold-join", "title": "After moving to Datadog over a year ago, I’m delighted to have been named Top SE for EMEA Commercial-Mid Market! 🍾🎉Thanks to all the people who…" } ]
[ { "link": "https://www.linkedin.com/in/aalvia-ahmed-77906789", "location": "Lincolnwood, IL", "name": "Aalvia Ahmed", "summary": "Student at Indiana University Bloomington" } ]
[]
[ { "name": "Houston IT", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C5607AQGyDC0rVTJtrQ/group-logo_image-shrink_200x200/0/1631421177758?e=1647691200&v=beta&t=CzGVe74hYDB07I7qWmjyujf1Hxx7YiWt-QiEfXXFMB4", "url": "https://www.linkedin.com/groups/80043" }, { "name": "Indiana University Alumni - Chicago", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQEbml523XjS5w/group-logo_image-shrink_200x200/0/1631373072450?e=1647691200&v=beta&t=QvXEsWJudvsctsHIDnnfFJxujJPtKjd0AYXcRpVp6Lw", "url": "https://www.linkedin.com/groups/1095627" }, { "name": "IU Luddy School of Informatics, Computing, and Engineering", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4E07AQFlifUuy4KJxg/group-logo_image-shrink_92x92/0/1631007070652?e=1647691200&v=beta&t=VdN7POKJxeWUYpOQG_HDucD7qj3Y_KF9F2yLD9LaU48", "url": "https://www.linkedin.com/groups/133911" } ]
null
null
null
null
null
null
null
null
6,345
aalvinlin
https://media-exp1.licdn.com/dms/image/C5603AQHybezOWyJ5PA/profile-displayphoto-shrink_200_200/0/1621061344011?e=2147483647&v=beta&t=FHkOnG2crsjnwlXXz4FGOr2OIRCDNCbjNq4JTF8ItHw
https://media-exp1.licdn.com/dms/image/C5616AQFbCiXW_UXGww/profile-displaybackgroundimage-shrink_200_800/0/1621061679833?e=1652918400&v=beta&t=E4K6bmYlCTTiU6mmMx6y3cT37-STTlXdJJcknhZderw
alvin
lin
alvin lin
Computer Science Curriculum Designer and Academic Coach at Freelance
full stack web developer
'm alvin , full stack web developer passionate education . always tried find way make math science education exciting relevant student , believe web technology today allow many creative way accomplish goal . plan continue create tool application greatly enhance learning experience student teacher classroom .
u
united state america
san francisco bay area
null
[ { "company": "Freelance", "company_linkedin_profile_url": null, "description": "• Created a 12-week, project-based, introductory programming course for the client, a middle school teacher, to teach remotely\n• Designed 9 lessons, each with project instructions, code challenges, grading rubric, sample completed project, and supporting materials\n• Met weekly with the client to plan and review the delivery of each lesson and to work through the challenges of remote instruction", "ends_at": { "day": 31, "month": 3, "year": 2021 }, "location": null, "logo_url": null, "starts_at": { "day": 1, "month": 8, "year": 2020 }, "title": "Computer Science Curriculum Designer and Academic Coach" }, { "company": "San José Unified School District", "company_linkedin_profile_url": "https://www.linkedin.com/company/san-jose-unified-school-district", "description": "• Taught 7th grade and 8th grade students\n• Collaborated with the math department on a year-long initiative to improve the school’s average math scores for at-risk populations on the Smarter Balanced assessment", "ends_at": { "day": 30, "month": 6, "year": 2019 }, "location": "San Jose", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHn3PxV3YWtdA/company-logo_100_100/0/1519913263532?e=1655942400&v=beta&t=m0l-HpHyepEgGQNA_71D-3ApLvRN8ofx9dsbrMfllBM", "starts_at": { "day": 1, "month": 8, "year": 2018 }, "title": "Middle School Teacher" }, { "company": "Sequoia Academy", "company_linkedin_profile_url": null, "description": "• Led weekly classes with 4 to 12 students per class to supplement their school classes\n• Empowered students to learn and practice study skills and to hold themselves accountable for their learning and school grades\n• Taught elementary and middle school math, algebra, geometry, calculus, English, biology, chemistry, SAT test prep, ACT test prep, and AMC 8, 10, 12 math competitions\n• Designed classwork, homework, and formative assessments for each of the classes taught\n• Wrote over 900 English grammar exercises for formative assessment\n• Designed and maintained a SQLite database containing more than 3,700 problems to generate individualized practice problems based on student performance\n• Wrote PHP scripts to generate LaTeX worksheets with answer keys for math and chemistry students", "ends_at": { "day": 30, "month": 4, "year": 2018 }, "location": "Palo Alto", "logo_url": null, "starts_at": { "day": 1, "month": 8, "year": 2012 }, "title": "Academic Tutor" } ]
[ { "degree_name": "Full Stack Web Development", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2020 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHfs34E829YUQ/company-logo_100_100/0/1637088036250?e=1655942400&v=beta&t=L6LP2YFz1Tt8ZbISPzawfQqr9ZKZ8oqfPrKzoRX9P3Y", "school": "Lambda School", "school_linkedin_profile_url": "https://www.linkedin.com/school/bloominstituteoftechnology/", "starts_at": { "day": 1, "month": 1, "year": 2019 } }, { "degree_name": "Master of Arts - MA", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2018 }, "field_of_study": "Teaching", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQEY5Yl-l-Ubug/company-logo_100_100/0/1619076092794?e=1655942400&v=beta&t=Ua3llofqubt_jaNwyxXn4k6HJTzi832ag17zPll3kvQ", "school": "Santa Clara University", "school_linkedin_profile_url": "https://www.linkedin.com/school/santa-clara-university/", "starts_at": { "day": 1, "month": 1, "year": 2016 } }, { "degree_name": "Bachelor of Arts (B.A.)", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2012 }, "field_of_study": "Cognitive Science", "logo_url": "https://media-exp1.licdn.com/dms/image/C4D0BAQGF8uB7vUoJ0Q/company-logo_100_100/0/1639585476982?e=1655942400&v=beta&t=_1dF9Fien_w4m3xBPJDFmuaaTYrpuJ-OvhSx7K3zZoM", "school": "University of California, Berkeley", "school_linkedin_profile_url": "https://www.linkedin.com/school/uc-berkeley/", "starts_at": { "day": 1, "month": 1, "year": 2007 } } ]
[]
[]
[]
[]
[]
[ { "name": "Intro to Programming using Scratch (Middle school level)", "number": "-" } ]
[ { "description": "Collaborated with an all-remote team of 2 UX designers and 3 other full stack developers over a period of 8 weeks\nLed twice-weekly meetings with the stakeholder, an English teacher from Bahrain\nJumpstarted the stakeholder’s rebranding campaign by refactoring legacy React code and creating a mobile-responsive marketing page\nRedesigned user authentication and authorization process using JSON web tokens\nWrote scripts in PHP and Node to categorize and track 624 flagged CodeClimate issues to help the team prioritize development\n\nTech stack: HTML/CSS, Sass, React, Node, Express", "ends_at": { "day": 30, "month": 4, "year": 2020 }, "starts_at": { "day": 1, "month": 3, "year": 2020 }, "title": "Garden of Knowledge", "url": "https://github.com/Labs22-GardenOfKnowledge/garden-of-knowledge-labs22-fe" }, { "description": "Collaborated with an all-remote team of 2 React developers and a UX designer to plan and build the application in 5 days\nBuilt the server as the sole backend developer\nDesigned routes for authentication, authorization, and middleware\nWrote and passed 61 unit tests \nExtensively documented all the server-side routes and possible status codes\n\nTech stack: Node, Express", "ends_at": { "day": 31, "month": 3, "year": 2020 }, "starts_at": { "day": 1, "month": 3, "year": 2020 }, "title": "Sleep Tracker", "url": "https://github.com/buildweek-sleep-tracker/back-end" }, { "description": "* Worked with an all-remote team of four web developers to build an application in one week\n* Created React application with client-side authentication and routing\n* Added CSS styling to React components created by team members\n* Mentored least-experienced team member on React principles\n\nTech stack: React, HTML, CSS", "ends_at": { "day": 31, "month": 1, "year": 2020 }, "starts_at": { "day": 1, "month": 1, "year": 2020 }, "title": "Anywhere Fitness", "url": "https://github.com/build-anywhere-fitness-5/front-end" } ]
[]
[]
[ { "authority": "Lambda School", "display_source": "www.credly.com", "ends_at": null, "license_number": null, "name": "Full-Stack Web Development + Technical Interviewing", "starts_at": { "day": 1, "month": 6, "year": 2021 }, "url": "https://www.credly.com/badges/0176fab6-5e41-464c-aeec-efc6a84a5ca7?source=linked_in_profile" } ]
33
[ { "link": "https://www.linkedin.com/in/teon-monroe-b0132296", "location": "Mountain View, CA", "name": "Teon Monroe", "summary": "Winning" }, { "link": "https://www.linkedin.com/in/vicky-chen-97a41642", "location": "Campbell, CA", "name": "Vicky Chen", "summary": "Teaching and Learning Specialist" }, { "link": "https://www.linkedin.com/in/kblawie", "location": "San Francisco Bay Area", "name": "Katie Blawie", "summary": "Marketing @ Lyft" }, { "link": "https://www.linkedin.com/in/jessica-jang-ba911a73", "location": "Modesto, CA", "name": "Jessica Jang", "summary": "Just keep swimming!" }, { "link": "https://kr.linkedin.com/in/ashleyypark", "location": "Seoul", "name": "Ashley Park", "summary": "Senior Partnership Manager, Platforms" }, { "link": "https://www.linkedin.com/in/vincent-sanders", "location": "Kansas City Metropolitan Area", "name": "Vincent Sanders", "summary": "Associate Solutions Architect at Amazon Web Services (AWS)" }, { "link": "https://pt.linkedin.com/in/anamonteiro430", "location": "Porto Metropolitan Area", "name": "Ana Francisca Monteiro", "summary": "Software Developer | TeamViewer" }, { "link": "https://www.linkedin.com/in/brannan-conrad-18852616b", "location": "Greater Chicago Area", "name": "Brannan Conrad", "summary": "Nerd" }, { "link": "https://www.linkedin.com/in/adam-monast", "location": "Forestdale, MA", "name": "Adam Monast", "summary": "Full Stack Web Developer" }, { "link": "https://www.linkedin.com/in/trevor4hire", "location": "Greater Philadelphia", "name": "Trevor Martin", "summary": "Back End Developer at Groove Commerce" }, { "link": "https://www.linkedin.com/in/adam-skoog-30a87ab4", "location": "Pullman, WA", "name": "Adam Skoog", "summary": "Washington State University Graduate" }, { "link": "https://www.linkedin.com/in/jayleachcoding", "location": "Springfield, MO", "name": "Jay Leach", "summary": "Software Development Engineer II at Expedia Group" }, { "link": "https://www.linkedin.com/in/igor-atakhanov", "location": "Dallas, TX", "name": "Igor Atakhanov", "summary": "Software Engineer 2 at Array" }, { "link": "https://www.linkedin.com/in/arturo-wu-zhou-87556338", "location": "Los Angeles Metropolitan Area", "name": "Arturo Wu Zhou", "summary": "Software Developer Kik" }, { "link": "https://www.linkedin.com/in/dtauraso", "location": "Seattle, WA", "name": "David Tauraso", "summary": "Software Engineer 1 at Dell Technologies" }, { "link": "https://www.linkedin.com/in/bryan-k-adams", "location": "St George, UT", "name": "Bryan Adams", "summary": "QA Engineer/ Android Developer at Fishbowl" }, { "link": "https://www.linkedin.com/in/spencer-elggren", "location": "Lehi, UT", "name": "Spencer Elggren", "summary": "Software Engineer at 3M" }, { "link": "https://www.linkedin.com/in/williamsulinski", "location": "Los Angeles, CA", "name": "William Sulinski", "summary": null }, { "link": "https://www.linkedin.com/in/hsutimothy", "location": "San Francisco Bay Area", "name": "Timothy Hsu", "summary": "Test Engineer at Meta, contracted through Electronic Cooling Solutions" }, { "link": "https://www.linkedin.com/in/amandakailin", "location": "San Francisco Bay Area", "name": "Amanda Kailin H.", "summary": "Information Security Program Manager at 23andMe" } ]
[]
[]
[ { "link": "https://cn.linkedin.com/in/alvin-lin-8869a7b7", "location": "Suzhou", "name": "Alvin Lin", "summary": "PQM" }, { "link": "https://www.linkedin.com/in/alvin-lin-iub", "location": "Bloomington, IN", "name": "Alvin Lin", "summary": "MSIS Graduate Student-IUB, ANG Munitions Supervisor & Officer-Select, Incoming PwC CP&F Associate" }, { "link": "https://my.linkedin.com/in/alvinlwt", "location": "Kuala Lumpur", "name": "Alvin Lin", "summary": "Senior Business Development Manager, SiteMinder (Singapore, Malaysia, Cambodia)" }, { "link": "https://ca.linkedin.com/in/alvinwlin", "location": "Burnaby, BC", "name": "Alvin Lin", "summary": "Entrepreneur, Mentor, Founder, Pilot | EMBA" }, { "link": "https://www.linkedin.com/in/alvin-lin-32ba5331", "location": "Brooklyn, NY", "name": "Alvin Lin", "summary": "Chef" } ]
[]
[]
null
null
null
null
null
null
null
null
6,346
aalvira
https://static-exp1.licdn.com/sc/h/244xhbkr7g40x6bsu4gi6q4ry
https://static-exp1.licdn.com/sc/h/5q92mjc5c51bjlwaj3rs9aa82
alex
alvira
alex alvira
Program Manager at Amazon
program manager amazon
null
u
united state america
san diego
california
[ { "company": "Amazon", "company_linkedin_profile_url": "https://www.linkedin.com/company/amazon", "description": null, "ends_at": null, "location": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=1655942400&v=beta&t=AVKhS-aqZ8h_yaf-McQWAc1jIlHiawZrjoadhfnNFOM", "starts_at": { "day": 1, "month": 3, "year": 2021 }, "title": "Program Manager" }, { "company": "Amazon", "company_linkedin_profile_url": "https://www.linkedin.com/company/amazon", "description": null, "ends_at": { "day": 31, "month": 3, "year": 2021 }, "location": "San Francisco Bay Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHTvZwCx4p2Qg/company-logo_100_100/0/1612205615891?e=1655942400&v=beta&t=AVKhS-aqZ8h_yaf-McQWAc1jIlHiawZrjoadhfnNFOM", "starts_at": { "day": 1, "month": 10, "year": 2020 }, "title": "Area Operations Manager" }, { "company": "Station Casinos", "company_linkedin_profile_url": "https://www.linkedin.com/company/station-casinos", "description": null, "ends_at": { "day": 30, "month": 9, "year": 2020 }, "location": "Las Vegas Metropolitan Area", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGbx4CbY2HfHA/company-logo_100_100/0/1632332273166?e=1655942400&v=beta&t=a-wtU3PEnxUIbJfia15nXdIpFxN2EOB1Xj0Aivv8uuA", "starts_at": { "day": 1, "month": 5, "year": 2020 }, "title": "Director Of Operations" }, { "company": "Station Casinos", "company_linkedin_profile_url": "https://www.linkedin.com/company/station-casinos", "description": "•\tAnalyzed profit and loss statements for opportunities of growth then executed targeted activities to increase margins\n•\tActed as point project manager for various projects across the business ranging from comping initiatives to business intelligence metrics\n•\tResponsible for reducing expenses while also facilitating revenue driving activities\n•\tLead crisis management research and provided a case for c suite level executives\n•\tResearched trends and consumer behavior across the business to provide the most updated landscape assessments for upper management", "ends_at": { "day": 31, "month": 5, "year": 2020 }, "location": "Las Vegas, Nevada", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGbx4CbY2HfHA/company-logo_100_100/0/1632332273166?e=1655942400&v=beta&t=a-wtU3PEnxUIbJfia15nXdIpFxN2EOB1Xj0Aivv8uuA", "starts_at": { "day": 1, "month": 7, "year": 2019 }, "title": "Management Development Program Associate - (Operations Manager)" }, { "company": "California Cyber Security Institute", "company_linkedin_profile_url": null, "description": "•\tConducted market research to establish key demographic and psychographics for target market in Def Con campaign\n•\tResearched which marketing channels would best reach target audience\n•\tCreated marketing campaign content\n•\tDesigned marketing implementation schedule\n•\tDeveloped brand image and aligned with marketing campaign for brand image consistency \n•\tCultivated cross team relationships with key stakeholders\n•\tGrew opportunities to acquire warm leads for the sales funnel", "ends_at": { "day": 31, "month": 5, "year": 2019 }, "location": "San Diego", "logo_url": null, "starts_at": { "day": 1, "month": 3, "year": 2019 }, "title": "Marketing Campaign Consultant" }, { "company": "Station Casinos", "company_linkedin_profile_url": "https://www.linkedin.com/company/station-casinos", "description": "Station Casinos is the leader in the gaming and luxury experience industry for Las Vegas locals\n• Analyzed and generated a 10 year financial report \n• Researched and presented findings on an RMS system being utilized by hotel and revenue team directors\n• Updated hotel pacing reports and shared feedback with sales teams\n• Developed best practices for the customer journey when making an online booking\n• Designed a database marketing promotion package for the month of November\n• Modeled and created shop reports built to provide insight into service levels\n• Participated in secret shops of our differing experience offerings\n• Completed competitive set landscape analysis for head counts, pricing, offerings, and operations across the business\n• Shadowed various directors, VPs, and SVPs in Food and Beverage, Operations, Marketing, Profit Management, Operational Analysis, and Revenues", "ends_at": { "day": 31, "month": 8, "year": 2018 }, "location": "Las Vegas, Nevada", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQGbx4CbY2HfHA/company-logo_100_100/0/1632332273166?e=1655942400&v=beta&t=a-wtU3PEnxUIbJfia15nXdIpFxN2EOB1Xj0Aivv8uuA", "starts_at": { "day": 1, "month": 6, "year": 2018 }, "title": "Operational Analysis MBA Intern" }, { "company": "CBX Software", "company_linkedin_profile_url": "https://www.linkedin.com/company/cbxsoftware", "description": "CBX Software compresses the supply chain, helping Retailers and Brands expand assortments, accelerate new products to market, and efficiently on board new suppliers and eliminate redundancies.\n•\tMeasured and optimized campaign performance to deliver relevant marketing content to customers, and influencers and the right time in the buying cycle\n•\tCollaborated with Marketing team and creative agencies to develop and execute marketing campaigns\n•\tManaged reporting tools and oversaw data analysis and conclusion/insight development•\tPerformed client crisis assessments as needed\n•\tSupported marketing sales across the North American business unit by managing the needs of multiple projects and campaigns", "ends_at": { "day": 31, "month": 3, "year": 2018 }, "location": "San Diego", "logo_url": "https://media-exp1.licdn.com/dms/image/C4E0BAQF7k7UiT16boQ/company-logo_100_100/0/1519856295414?e=1655942400&v=beta&t=7n4zuNhjcoseLFb0fWLGVwxHuIQKdc5-2riH22ANcqU", "starts_at": { "day": 1, "month": 1, "year": 2018 }, "title": "Strategic Growth Marketing Intern" }, { "company": "Sovereign Health", "company_linkedin_profile_url": null, "description": "Treat dual diagnosis teens in an in-patient facility to lead to a better quality of life\n•\tSupervised a team of 30 plus employee’s day to day operations; recommended a 5-point plan to increase employee productiveness\n•\tScheduled treatment plans for 55 clients on a weekly basis\n•\tDeveloped day to day work assignments for 20 + employees \n•\tPerformed client crisis assessments as needed\n•\tEvaluated 15 employee’s performance through bi weekly assessment\n•\tTrained new employees in practice and procedure \n•\tRelayed treatment, and operational needs to superiors in a weekly meeting\n•\tResponsible for keeping staff engaged, on task, and productive through core leadership strategies", "ends_at": { "day": 31, "month": 12, "year": 2016 }, "location": "Greater San Diego Area", "logo_url": null, "starts_at": { "day": 1, "month": 8, "year": 2016 }, "title": "Lead House Manager" }, { "company": "Anka Behavioral Health, Inc.", "company_linkedin_profile_url": "https://www.linkedin.com/company/anka-behavioral-health-inc.", "description": "Anka Behavioral Health is a crisis treatment facility that works with clients with severe mental disorders\n•\tPlanned client treatment; giving clear achievable goals on an individual basis (Example: Improve depressed affect by 30% within 7 days of arrival by completing daily grooming, taking walks, attending groups)\n•\tEnvisioned and applied new group parameters by updating assessment questions and evaluating mechanisms \n•\tDirected clinical operations for clients and employees. \n•\tCommunicated facility needs to upper management in a monthly group session", "ends_at": { "day": 30, "month": 9, "year": 2015 }, "location": "Rohnert Park", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHEL8CJSlwm0g/company-logo_100_100/0/1523400562753?e=1655942400&v=beta&t=sQLgWS5vSwwv_b_l-MFPM0_Q796Df-5azMT__HuVWj0", "starts_at": { "day": 1, "month": 9, "year": 2014 }, "title": "Mental Health Rehabilitation Worker/ Assistant Program Administrator" } ]
[ { "degree_name": "Master of Business Administration - MBA", "description": null, "ends_at": { "day": 31, "month": 12, "year": 2019 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHd7udLttvZSg/company-logo_100_100/0/1570486502688?e=1655942400&v=beta&t=6_PYFXB4ZoPCoJZAckO4hlwINcSpz5Oj9xh6ZZup99w", "school": "University of California, San Diego - Rady School of Management", "school_linkedin_profile_url": "https://www.linkedin.com/school/ucsandiego-rady-school-of-management/", "starts_at": { "day": 1, "month": 1, "year": 2017 } }, { "degree_name": "Bachelor's degree", "description": "Sonoma State allowed for my full transition from Student-Athlete to Student fully. Sonoma State University provided an environment conducive to academic and professional growth. Gone was the young man from Merced California, obsessed with baseball. Born was the possibility at a well rounded future, supported by the work ethic intrinsic with collegiate athletic labor.", "ends_at": { "day": 31, "month": 12, "year": 2015 }, "field_of_study": "Psychology, Philosophy", "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQHFZ7Fx0TJj5g/company-logo_100_100/0/1617042839574?e=1655942400&v=beta&t=Wb1NvF-6QpTeXZUREL1e0DpoXjtzt92JMVz41qGudPI", "school": "Sonoma State University", "school_linkedin_profile_url": "https://www.linkedin.com/school/sonoma-state-university/", "starts_at": { "day": 1, "month": 1, "year": 2013 } }, { "degree_name": "General Education", "description": "This school opened a new world of possibilities. Possibilities that extended beyond the field and on into Academia.", "ends_at": { "day": 31, "month": 12, "year": 2012 }, "field_of_study": null, "logo_url": "https://media-exp1.licdn.com/dms/image/C560BAQFZ4wH5x_s05w/company-logo_100_100/0/1519907961279?e=1655942400&v=beta&t=yemf9QX0OaBDGtG1VUYmvoZOdKcoAtP0myRstrTKpKs", "school": "Chabot College", "school_linkedin_profile_url": "https://www.linkedin.com/school/chabot-college/", "starts_at": { "day": 1, "month": 1, "year": 2009 } } ]
[ "English" ]
[]
[]
[]
[]
[ { "name": "Bioethics", "number": "-" }, { "name": "Calculus", "number": "-" }, { "name": "Cognitive Psychology", "number": "-" }, { "name": "Contemporary Topics In Philosophy: Robotics", "number": "-" }, { "name": "Neuroetics", "number": "-" }, { "name": "Physiological Psychology", "number": "-" }, { "name": "Psychopathology", "number": "-" }, { "name": "Research Methods", "number": "-" }, { "name": "Social Psychology", "number": "-" } ]
[]
[]
[]
[]
253
[ { "link": "https://www.linkedin.com/in/alexander-simon-862898bb", "location": "Los Angeles Metropolitan Area", "name": "Alexander Simon", "summary": "Looking for New Opportunities to Grow" }, { "link": "https://www.linkedin.com/in/justinian-park", "location": "San Diego County, CA", "name": "Justinian Park", "summary": "Program Manager" }, { "link": "https://www.linkedin.com/in/erictctu", "location": "San Diego, CA", "name": "Eric Tu", "summary": "Solutions Architect - Private Equity at Amazon Web Services (AWS)" }, { "link": "https://www.linkedin.com/in/biancaorozco", "location": "San Diego, CA", "name": "Bianca Orozco", "summary": "Area Manager at Amazon" }, { "link": "https://www.linkedin.com/in/youngy215", "location": "Orange County, CA", "name": "Young Park - Yuon", "summary": "Manager at Amazon" }, { "link": "https://www.linkedin.com/in/irenerwang", "location": "San Diego, CA", "name": "Irene Wang", "summary": "Business Analyst passionate about making and finding data driven improvement opportunities" }, { "link": "https://www.linkedin.com/in/joe-pazdzior-30b1262", "location": "San Diego, CA", "name": "Joe Pazdzior", "summary": "Amazon AWS" }, { "link": "https://www.linkedin.com/in/isaac-cervantes", "location": "Los Angeles, CA", "name": "Isaac Cervantes", "summary": "Recent Cornell Information Science graduate, interested in sales engineering and other technical, customer-facing roles." }, { "link": "https://www.linkedin.com/in/katie-nelli", "location": "San Diego, CA", "name": "Katie Nelli", "summary": "Recruiting Coordinator at Amazon" }, { "link": "https://www.linkedin.com/in/collynsloss", "location": "San Diego, CA", "name": "Collyn Sloss", "summary": "Program Manager - Professional Services - Customer Health & Engagement Enablement (CHEE)" }, { "link": "https://www.linkedin.com/in/aktaagheda", "location": "Irvine, CA", "name": "Akta A.", "summary": "MBA | Program Management | Software Development | Integration" }, { "link": "https://www.linkedin.com/in/kelli-sievers-b3374194", "location": "San Diego, CA", "name": "Kelli Sievers", "summary": "Recruiter at Amazon Web Services (AWS)" }, { "link": "https://www.linkedin.com/in/rakhi-hingorani-4568aa99", "location": "San Diego, CA", "name": "Rakhi Hingorani", "summary": "Technical Recruiter at Amazon Web Services | We’re hiring" }, { "link": "https://www.linkedin.com/in/mateo-choi", "location": "San Diego, CA", "name": "Mateo Choi", "summary": "Software Development Engineer at Amazon" }, { "link": "https://www.linkedin.com/in/clintshrout", "location": "Greater Seattle Area", "name": "Clinton Shrout", "summary": "Live Sports Streaming Operations Manager at Amazon" }, { "link": "https://www.linkedin.com/in/timroot83", "location": "Greater Seattle Area", "name": "Tim Root", "summary": "Sr. Program Manager at Amazon" }, { "link": "https://www.linkedin.com/in/bencrenca", "location": "Washington DC-Baltimore Area", "name": "Ben Crenca", "summary": "Talent Acquisition | Employer Branding | Building Culture" }, { "link": "https://www.linkedin.com/in/autonomousluis", "location": "Belmont, CA", "name": "Luis Arciniegas", "summary": "Autonomous Vehicles at Woven Planet" }, { "link": "https://www.linkedin.com/in/kbobier", "location": "Seattle, WA", "name": "Kodi Bobier", "summary": "Talent & Hiring Strategy, Illinois MBA Candidate and Travel Lover" }, { "link": "https://www.linkedin.com/in/andre-banks-sr-7471693b", "location": "Alpharetta, GA", "name": "Andre Banks, Sr.", "summary": "Operations Area Manager II at Amazon" } ]
[]
[]
[ { "link": "https://co.linkedin.com/in/jesica-alexandra-salazar-alvira-045a49b2", "location": "Colombia", "name": "jesica alexandra salazar alvira", "summary": "Profesional de Servicios y tecnologías de la información" }, { "link": "https://uy.linkedin.com/in/alex-alvira-8baa5022", "location": "Uruguay", "name": "Alex Alvira", "summary": "Vendedor en PALMAR SUEVIA ADMS. LTDA." }, { "link": "https://co.linkedin.com/in/alexalviraluna", "location": "Bogota, D.C.", "name": "Alex Alvira Luna", "summary": "Principal CEO en Alex Luna Web" }, { "link": "https://co.linkedin.com/in/yeisson-alexander-toledo-alvira-1a4a05b7", "location": "Neiva", "name": "Yeisson Alexander Toledo Alvira", "summary": "tecnologo en mantenimiento electronico e instrumental industrial" } ]
[]
[ { "name": "Pi Kappa Phi Gamma Chapter", "profile_pic_url": "https://media-exp1.licdn.com/dms/image/C4D07AQE7L7h8avWBDQ/group-logo_image-shrink_200x200/0/1631374863809?e=1647691200&v=beta&t=I0QM94XCe1OXXFOgrKH8bNlxQ5PvZfpAz9T81rIUP6s", "url": "https://www.linkedin.com/groups/1771780" } ]
null
null
null
null
null
null
null
null
6,347