A big staffing agency that places workers in tech jobs has been exposed for discriminating against anyone who isn’t a foreign Indian worker.

This story is troubling because we all know this is happening in so many other places, as Americans are being edged out of careers in their own country thanks to self-serving, anti-American companies like this one, who appear to have been up to no good for quite some time.

https://revolver.news/2024/10/white-workers-just-won-landmark-court-case-against-indian-loving-staffing-agency-silicon-valley/

 

Software Engineer (CIPEA)

Figma, Inc. has the following position available in San Francisco, CA:

Software Engineer (CIPEA): Build end-to-end full stack features for FigJam, including building new UI components and fix bugs in existing, creating new back-end services & endpoints, and carrying out performance and reliability monitoring and analysis. Help shape our product direction on FigJam from an engineering perspective. Identify engineering opportunities for the product to better meet user needs. Collaborate on data & monitoring to make an objective case for the prioritization of certain features and/or initiatives. Collaborate with Product, Design and Data Science to make sure product and engineering goas are aligned. Collaborate with designers, project managers and other engineers to plan features and build a high-quality whiteboarding product. Produce scoped technical designs and architectural diagrams. Estimate technical projects, with support. Report on task status and set timelines for their individual work. Help grow Figma by interviewing candidates for teams across the Engineering organization. Position based at headquarters and may be assigned to unanticipated worksites throughout the U.S. as determined by management. Telecommuting permitted.

Position requires a Bachelor of Science or foreign degree equivalent in Computer Engineering, Computer Science, Software Engineering, or a related field.

Send resume to: career-opportunities@figma.com. Must reference job title and job code CIPEA. Annual base salary range: $165,850.00 – $185,850.00. Figma also offers equity and a competitive package of additional benefits, including halt/retirement plans and paid time off.

Lead Packaging Engineer (CIPOT)

Mattel HQ, Inc. has the following position available in El Segundo, CA:

Lead Packaging Engineer (CIPOT): Develop and design innovative structural packaging solutions to support worldwide product launches through a comprehensive knowledge of technology, materials and competitive analysis. Drive the packaging design process to create the most functional and appealing packaging design utilizing for Mattel IP brands such as Hot Wheels, Barbie, Matchbox as well as a variety of licensed brands like Disney Cars, Toy Story, WWE, and Jurassic World. Create innovative structures to ensure competitive advantage. Design 3D structures that complement and protect complex products. Originate a package concept for cost estimate and provide different packaging solutions and cost savings. Prepare standard engineering drawings utilizing single layer and multilayer paper materials plus multiple plastics and pulp materials. Generate detailed packaging specifications and rethink package designs with new, innovative visions. Confer with internal Packaging Design Staff, Marketing, Product Design, and Project Managers on a variety of packages and brands for an extensive line of playful and engaging products. Support several toy fair requirements throughout the year.

Some telecommuting permitted.

Position requires a Bachelor’s degree in Graphic Design, Packaging Design, or related field, plus three (3) years of experience in the job offered, or in a related occupation. In lieu of a Bachelor’s degree, employer will accept five (5) years of work experience in the job offered, or in a related occupation. Any suitable combination of experience, education, or training is acceptable.

Send resume to: talentacquisition@mattel.com. Must reference job title and job code: CIPOT. The annual salary range for this position is between $129,981.00 – $149,981.00.

Product Designer (CIPPA)

Mattel HQ, Inc. has the following position available in El Segundo, CA:

Product Designer (CIPPA): Combine artistic talent with research on product use, marketing, and materials to create the most functional and appealing product design. Design and develop production of children’s toys utilizing an innovative mindset to envision the possibilities and “what-ifs” with a fresh new perspective. Prepare sketches of ideas, detailed drawings, illustrations, artwork, or blueprints, using drafting instruments, paints and brushes, or computer-aided design equipment. Achieve business objectives quickly and effectively and remove barriers to speed to make Mattel a nimbler business and organization. Direct and coordinate the fabrication of models or samples and the drafting of working drawings and specification sheets from sketches. Fabricate models or samples in paper, wood, glass, fabric, plastic, metal, or other materials, using hand or power tools. Demonstrate a high level of 3D digital modeling capabilities as well as digital rendering skills and proficiency in Photoshop, Illustrator and 2D computer programs. Investigate product characteristics such as the product’s safety and handling qualities, its market appeal, how efficiently it can be produced, and ways of distributing, using, and maintaining it. Keep up to date on current trends in general as well as trends in fashion and toy. Modify and refine designs, using working models, to conform with customer specifications, production limitations, or changes in design trends. Brainstorm and ideate with strong sketching and rendering skills. Evaluate feasibility of design ideas, based on factors such as appearance, safety, function, serviceability, budget, production costs/methods, and market characteristics. Confer with engineering, marketing, production, sales departments, or with customers, to establish and evaluate design concepts for manufactured products. Present designs and reports to customers or design committees for approval and discuss need for modification. Participate in new product planning or market research, including studying the potential need for new products. Coordinate the look and function of product lines. Read publications, attend showings, and study competing products and design styles and motifs to obtain perspective and generate design concepts.

Position requires a Bachelor’s degree or foreign degree equivalent in Illustration, Design, Product Design, or a related field.

Send resume to: talentacquisition@mattel.com. Must reference job title and job code: CIPPA. The annual salary range for this position is between $77,780.00 and $97,780.00.

Lead Business Analyst – IT (CIPDJ)

Mattel HQ, Inc. has the following position available in El Segundo, CA:

Lead Business Analyst – IT (CIPDJ): Partner with business process owners to obtain deep knowledge of Mattel IT business processes with attention to opportunities to champion improvement via process re-engineering and from automation through technology. Work as the leading business analyst responsible for the international applications used by Mattel Sales and Marketing teams. Manage the implementation of technology initiatives supporting the company’s portfolio of consumer-facing digital experiences. Act as project manager whenever needed on strategic projects aiming the implementation, integration or upgrade of systems, solutions, and applications working in close contact with teams from all over the globe, ensuring solutions are delivered on-time and on budget in accordance with the defined scope, timeline, and budget. Support global initiative rollouts as the Digital Asset Management system
implementation along with its integrations with more than seven different downstream applications, leading the testing efforts and managing the user acceptance ensuring the business requirements are met and quality of the deployments to productions instances, therefore assuring business adoption on the deployed solutions. Collaborate in support of metadata governance and business processes. Be responsible for planning, scheduling, and controlling all project activities applying technical and managerial skills to satisfy project requirements, while building positive professional relationships with stakeholders, vendors, and project team members.

Position based at headquarters and may be assigned to unanticipated worksites throughout the U.S. as determined by management. Telecommuting permitted.

Minimum Requirements: Bachelor’s degree or foreign degree equivalent in Computer Science, Information Systems, Computer Engineering, Electrical Engineering, or related field, plus six (6) years of experience in the job offered, as an IT Analyst, IT Manager, or in a related occupation.

Send resume to: talentacquisition@mattel.com. Must reference job title and job code: CIPDJ. The annual salary range for this position is between $157,328.00 – $177,328.00.

PHP Code to email your resume to all H-1B and PERM Employers

function sanitize_my_email($field) {
$field = filter_var($field, FILTER_SANITIZE_EMAIL);
if (filter_var($field, FILTER_VALIDATE_EMAIL)) {
//echo $field;
return true;
} else {
//echo $field;
return false;
}
}
include(‘db_include.php’);
$query = “SELECT DISTINCT EMPLOYER_POC_EMAIL FROM `2021H1BQ3` where emp_poc_email_sent = ” limit 1″;
//echo $query;
//echo ”
“;
$result = mysqli_query($dbcon, $query) or die(‘You Must Enter An Employer Name’);

while ($row = mysqli_fetch_assoc($result))
{
foreach($row as $key => $value)
{
if (strtoupper($row[‘EMPLOYER_POC_EMAIL’]) == ‘N/A’) {
//echo “Skipped: ” . $value . ” bad email address”;
//echo ”
“;
} else {
//echo “Email Sent To: ” . $value;
$to_email = $value;

$query_update = “UPDATE 2021H1BQ3 SET emp_poc_email_sent=’YES’ where EMPLOYER_POC_EMAIL='” . $value . “‘”;
if (mysqli_query($dbcon, $query_update)) {
// echo ” Record updated successfully”;
} else {
//echo ” Error updating record: ” . mysqli_error($conn);
}

//echo ”
“;
}

}

}
mysqli_close($dbcon);

//$to_email = ‘vbierschwale@gmail.com’;
$subject = ‘A sample of my work can be found at GuestWorkerVisas.com’;
$message = ”

I develop database systems.

No job is too big or too small.

To see what data we have on your company, you can enter your company name in the Employer Name and / or Secondary Employer on this page.

https://guestworkervisas.com/CurrentData.php

For those wanting to expand their business, you might be interested in our contact list of 71,086 unique company contacts.

This list was compiled from all H-1B applications for 2021 and can be found on our store.

We also have a list of 34,198 unique immigration attorney contacts available.

Similar products are available on the open market for much more, but these are H-1B specific which is why I believe they may be useful to your business.

Respectfully,

Virgil Bierschwale

GuestWorkerVisas.com

“;

// Always set content-type when sending HTML email
$headers = “MIME-Version: 1.0” . “\r\n”;
$headers .= “Content-type:text/html;charset=UTF-8” . “\r\n”;

// More headers
$headers .= ‘From: <virgil@guestworkervisas.com>’ . “\r\n”;
$headers .= ‘Bcc: virgil@guestworkervisas.com’ . “\r\n”;
//check if the email address is invalid $secure_check
$secure_check = sanitize_my_email($to_email);
if ($secure_check == false) {
//echo “test
“;
echo $to_email;
echo “Invalid input”;
} else { //send email
mail($to_email, $subject, $message, $headers);
//echo “This email is sent using PHP Mail”;
}
?>


Untitled

The link above is to a csv file that has 56,755 distinct email addresses taken from the perm data file.

The following code is the connection string that you will need to adopt to your system.

<?php
DEFINE (‘DB_USER’, ‘guestworkervisas_vjb’);
DEFINE (‘DB_PSWD’, ”);
DEFINE (‘DB_HOST’, ‘localhost’);
DEFINE (‘DB_NAME’, ‘guestworkervisas_datafiles’);
mysqli_report(MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT);
$dbcon = mysqli_connect(DB_HOST, DB_USER, DB_PSWD, DB_NAME);
//$dbcon2 = mysqli_connect(DB_HOST, DB_USER, DB_PSWD, DB_NAME);
?>
When I built this, I called it via a cron job that would run every hour, so essentially it sent 24 emails a day to keep me under the spam radars.

Product Manager

DUTIES: Work with cross functional teams to analyze, design, build, create, and manage new products, including integration of in-house applications. Responsible for the business and technical product requirements of product development, including requirement gathering, interviews, workshops, business analysis, design, use cases, wireframes, personas, workflow, testing, release, and support. Demonstrate functional and technical requirements. Create architecture and design, as well as user stories with acceptance criteria. Conduct technical product refinement sessions for each sprint with business and development teams to ensure that stories align with the application and that requirements are refined and translated well into the technical design. Manage the product’s code development to ensure that every sprint is followed by quality assurance testing, user acceptance testing, and code releases. Manage the product backlog, daily stand ups, and retrospectives to ensure that product features are enhanced based on the business’ needs. Handle enhancements for the product. Conduct training sessions to explain the product to lines of business.REQUIREMENTS: Bachelor’s degree in Business Administration, Computer Engineering, or related field of study plus 7 years of experience in the job offered or as Product Manager, Business Analyst, IT Service Management Consultant, ServiceNow Application Specialist/Manager, or related occupation. Requires experience in the following: Java; NodeJS; SQL; HTML; CSS; C++; C#; Python; Rust; Pearl; ServiceNow Enterprise Architecture implementation; ServiceNow; BMC Remedy; HP ServiceManager; CA Service Management; IT Service Management platform implementation; IT Service Management mobile app implementation; IT Service Management project delivery and execution; IT Service Management processes and operations, including service strategy, service design, service operations, service transition, and continual service improvement; Enterprise monitoring tools consultation and implementation; Artificial intelligence and machine learning integration; IT Operation Management; DevOps project delivery; Project management; IT solution development and integration; Infrastructure support; Application performance; Monitoring configurations; Monitoring operations; Hypercare management; Resource management; Project budgeting; Contract and compliance management; Vendor management; and client engagement management. To apply for this position, please email your resume to my.resume@jpmchase.com with following job ID clearly indicated: [MR-PM-SH-3687]. JPMorgan Chase & Co. is an Equal Opportunity and Affirmative Action Employer, M/F/D/V.

Assistant Manager, Product Development & Production

Position: Assistant Manager, Product Development & Production

Location: 2801 E. 46th St., Vernon, CA 90058

Responsibilities: Responsible for supporting the Product Development team with sample and purchase order organization. Will organize, count, and assess how many samples are in the Product Development queue and will schedule fit appointments with vendors and models and will assist with the TOP coordination as needed. Will ensure all vendors are compliant. Will maintain purchasing, scheduling and inventory control with all vendors. Will oversee purchasing and scheduling for goods. Will coordinate with PO admin to manage purchase order setup, including size breakdowns to distribute to vendors. Alongside the Vice President, Vendor Strategy, will assist with final cost negotiation once orders have been passed. Tracks top of production samples to ensure they are received in a timely manner and meet qualify expectations. Maintains Production Steps throughout the Company Calendar, collect and manage weekly WIP reports. Ensures Production Coordinator receives packing slips, updates WIP report, and tracks open balances. Advises cross functional teams on delivery/margin challenges as they arise. Monitors factory ship dates. Manages cost sheet with cross functional team from proto, SMS to Production stage. Builds department’s work-in-process report from pre-production through production. Drives weekly cross functional meetings covering pre-production and production deliverables. Troubleshoots with key personnel on problematic styles before they become larger issues. Actively review sales bookings against cancel dates and production in distribution center dates. Alert leadership of problems and resolutions as they arise. Position supervises 1 employee.

Educ./experience: Bachelor’s degree or foreign equivalent in Fashion Merchandising, Fashion Design, or related field, plus 1 year of post-baccalaureate experience as an Assistant Production Manager in the fashion industry, Trainee (Fashion Design and Production) or in a related position. Experience must include Vendor Management, WIP Reporting, Lab Dip Process, Bill of Materials (BOM).

To apply, please email your resume to: legal@fashionnova.com.

Salary range: $80,558-$85,000/year

Senior Associate, Finance & Strategy, DoorDash, Inc.

Occupation: Financial and Investment Analysts
Location: San Francisco, CA – 94107
Positions available: 1
Job #: 19771387
Work At Home option: Not Specified
Posted: 11/4/2024
Updated: 11/5/2024
Expires: 12/9/2024
Source: CalJOBS
Site: CalJOBS
Agency Job ID: SAFS-S-103-SF

Senior Associate, Finance & Strategy, DoorDash, Inc., San Francisco, CA.

Responsible for accelerating the business growth by identifying and implementing new opportunities and solutions. Partner with teams across the company to improve the profitability, scalability and defensibility of our business model. Solve complex problems and collaborate effectively to help carry projects from conception through execution. Extract insights from data, build business cases for new products, and work cross-functionally to design and launch pilots. Help define impactful initiatives, partnering with key stakeholders across DoorDash to ensure efficient allocation of capital and consistent improvement of the experience for all audiences. Collaborate with key stakeholders to develop new processes and investment decision making frameworks. Drive strategic decision making in a fast paced constantly changing environment. Work to optimize company approach to balancing growth vs. profitability. Identify and quantify key risks & opportunities in the business. Support special projects to continuously improve, automate, and scale forecasting and reporting tools, processes, and methodologies. Telecommuting permitted. (SAFS-S-103-SF).

40 hrs/week, Mon-Fri, 8:30 a.m. – 5:30 p.m. Salary Range: $108,000 – $162,000/yr.

Bachelor’s degree (or foreign equivalent) in Business Administration, Finance, Economics, or a directly related field, plus two (2) years of experience in strategic finance, corporate finance, investment banking, or related occupation.

Experience must include two (2) years of experience in at least five (5) of the following (experience may be gained concurrently):

Interacting with and influence cross-functional partners at all levels;
Corporate finance;
Financial accounting and P&L management;
Financial modeling;
Financial data project management;
Size opportunities and building business cases to pursuing new initiatives;
Large scale data analysis;
Microsoft Excel, PowerPoint or Google sheets; and
Knowledge of IBM Planning Analytics.

To apply, please send resumes to workwithus@doordash.com. Must reference job code SAFS-S-103-SF to be considered.

Software Engineer (Multiple Positions)

DoorDash, Inc.
Occupation: Software Developers
Location: San Francisco, CA – 94107
Positions available: 25
Job #: 19769207
Work At Home option: Not Specified
Posted: 10/23/2024
Updated: 10/24/2024
Expires: 11/27/2024
Source: CalJOBS
Site: CalJOBS
Agency Job ID: SWE-S-102-CA
Software Engineer (Multiple Positions), Doordash, Inc., San Francisco, CA. Develop, release, and run large-scale applications. Develop backend architecture and tech stack for the new verticals product area. Improve performance, reliability, scalability, and security for backend systems. Write robust tests to ensure system stability. Write technical documents to outline features. Partner and collaborate with engineering, product, and business stakeholders across the organization to design and develop solutions. Participate in any company-wide training programs (WeDash, etc.) Telecommuting permitted. (SWE-S-102-CA)

40 hrs/week, Mon-Fri, 8:30 a.m. – 5:30 p.m. Salary Range: $155,605 – $175,000/yr.

MINIMUM REQUIREMENTS:

Master’s degree (or foreign equivalent) in Computer Science, Engineering (any), Information Technology, or closely related discipline and two (2) years of experience in the field of software development, data analytics/research, or related occupation.

Qualifying experience must include the following skills (which may be gained concurrently);

Programming languages such as Kotlin;
SQL or NoSQL Database;
Distributed Systems;
REST APIs;
Agile or Scrum methodology;
Algorithm areas such as database query understanding, Object Oriented Programming concepts, appropriate data structures usage.
Domestic travel up to 10% based on business need.

To apply, please send resumes to workwithus@doordash.com. Must reference job code SWE-S-102-CA to be considered.