Browse
···
Log in / Register

Enroll in the Software Boot Camp Online Today and Land a Tech Job

$30/hour

1400 McKinney St, Houston, TX 77010, USA

Favourites
Share

Description

The Tech Academy delivers cost-effective and self-paced online coding boot camps that are tailored for beginners with no prior technical or coding knowledge. Our certification programs thoroughly cover in-demand skills for the tech industry, are endorsed by stellar online reviews and designed to fit around your personal schedule to prepare you for your tech career with a well-rounded tool kit. We have been offering thorough, budget-friendly, flexible, and trusted coding boot camps for over a decade. Founded in 2014, The Tech Academy specializes in certifying students in a wide range of technical specialties, including: AI, coding, cybersecurity, data science, app development, design, web development, and more. After your coding boot camp, our job placement specialists will provide you with career guidance. Our team has successfully placed over 1,000 graduates in technical positions, with most making an average of more than $30/hour in their first job after graduation. Here is an overview of The Tech Academy's certification programs: 1. FLEXIBLE SCHEDULING & SELF-PACED TRAINING 2. BEGINNER-FRIENDLY COURSES 3. WELL-ROUNDED & THOROUGH TRAINING 4. AFFORDABLE & BUDGET-FRIENDLY TUITION 5. OVER 1,000 5-STAR REVIEWS ONLINE 6. JOB PLACEMENT TRAINING & ASSISTANCE The Tech Academy’s online certification programs start at $5,980, with multiple tuition financing options available. Start your journey into the technology industry today with one of our award-winning online coding boot camps! Find out more here by contacting us here: https://thetechacademy.us Your dream job in tech is just a Tech Academy boot camp away!

Source:  craigslist View original post

Location
1400 McKinney St, Houston, TX 77010, USA
Show map

craigslist

You may also like

Craigslist
Remote Software Development Career 🧑‍💻
We are seeking individuals eager to pursue careers in technology. If you want hands-on coding practice, project experience, and preparation for developer jobs, this training program is for you. This program is remote and flexible, allowing full-time or part-time participation. With nearly 900 hours of training and project work, you’ll gain experience in programming languages, tools, and workflows while creating a strong résumé and portfolio. 🖥️ Technology & Programming Fundamentals -Learn the basics of computers, networks, browsers, and the internet -Study algorithms, security principles, data structures, and number systems -Practice Python scripting, command line tools, and flowcharting 💻 Web & Front-End Development -Build websites with HTML5, CSS3, and Bootstrap -Develop interactivity with JavaScript, jQuery, and React.js -Apply modern design and responsive layout practices 🗄️ Back-End & Database Development -Create and query databases with SQL and SQL Server -Perform CRUD operations and learn relational structures -Develop back-end apps in Python (Django) and C# (.NET Core) 🧑‍💻 Programming Languages & Tools -Learn seven core languages: C#, Python, JavaScript, HTML, CSS, SQL, and more -Use Git, GitHub, Visual Studio, and Team Foundation Server -Apply collaboration and version control like a professional developer 🧪 Capstone Projects -Complete two advanced projects (Python + C#) -Build portfolio-ready work with Agile, Scrum, and DevOps practices -Practice debugging, teamwork, and real coding challenges 🧰 Career Preparation -Learn résumé writing and cover letter development -Practice technical and whiteboard interview techniques -Prepare to enter the workforce as a junior developer 🚀 No experience needed. Remote participants encouraged. Start your journey in technology now. 👉 Apply here: https://softwaredevpros.online/
1100 S Lowell Blvd, Denver, CO 80219, USA
$30/hour
Workable
Artificial Intelligence (AI) Engineers
We’re seeking a highly skilled AI Engineer. Our client within the technology space is offering innovative projects that solve real-world problems with AI. This role will provide opportunities to work with cutting-edge technologies and deliver impactful AI solutions. Key Responsibilities: Develop, train, and deploy machine learning (ML) and deep learning models to solve industry-specific challenges. Design scalable data pipelines and preprocess datasets for training and inference. Collaborate with cross-functional teams to integrate AI models into existing systems. Research and implement state-of-the-art algorithms for areas like NLP, computer vision, predictive analytics, and generative AI. Conduct error analysis and improve models to address bias, fairness, and explainability. Document technical processes and results, ensuring knowledge sharing within teams. What We’re Looking For: Technical Skills: Proficiency in programming languages like Python, R, or Java. Hands-on experience with AI frameworks such as TensorFlow, PyTorch, or scikit-learn. Strong knowledge of data preprocessing, feature engineering, and model evaluation metrics. Expertise in at least one domain: Natural Language Processing (NLP) Computer Vision Reinforcement Learning Generative AI (e.g., GPT, Stable Diffusion) Familiarity with cloud platforms (e.g., AWS, Google Cloud, Azure) for model deployment. Strong grasp of mathematics and statistics (e.g., linear algebra, probability, optimization). Soft Skills: Ability to explain complex AI concepts to non-technical stakeholders. Strong problem-solving and critical-thinking skills. Passion for continuous learning and staying updated with the latest AI trends. Requirements Preferred Qualifications: Bachelor's or Master’s degree in Computer Science, Artificial Intelligence, Data Science, or a related field. Industry certifications in AI/ML (e.g., AWS AI/ML Certification, Coursera AI Specializations). Previous experience in sectors like healthcare, finance, retail, or autonomous systems is a plus. Benefits Exposure to international markets and the opportunity to work with a diverse team Flexible remote working arrangements Innovative environment At Substance, we’re all about action, not just talk. If your profile aligns with what we need, you’ll hear from us within 1-2 weeks. If not, no fluff—just know we value your interest and will keep you in mind for future roles where your skills can make an impact. We focus on real connections and meaningful matches, so when the right opportunity comes, we’ll be ready to make it happen. Getsubstance.co Pte. Ltd. | EA License No: 24C2398
United States
Negotiable Salary
Craigslist
LAMP Stack Junior Developer for OpenEMR
I run a software company that develops software for an open-source project called OpenEMR, an application that runs medical clinics, hospitals, and other medical organizations. I am looking for a part-time 20 hours per month junior developer to assist me and my company with completing tasks for OpenEMR. As time progresses this has the ability to turn into more hours. You would be a 1099 contractor for my company. More info about the project (this is the project you will be working on): https://www.open-emr.org/ Before the interview I need you to read the following document. In your cover letter please be able to demonstrate as much as possible what is contained in this document. You probably won't get 100% but please give it a solid try. Requirements for OpenEMR Development This document defines the minimum skills and tasks you must demonstrate to be considered ready for OpenEMR development. Review carefully and be prepared to show working examples for the interview. Core Competencies Using Git and standard source control workflows Understanding the OpenEMR database schema at a basic level Setting up multiple virtual hosts using LAMP (preferred), WAMP, or MAMP Configuring and troubleshooting Apache Virtual Host Setup Task Demonstrate your ability to set up a local sandbox by: Creating a new Apache virtual host Installing the latest community version of OpenEMR (use the most recent patch release) Cloning the OpenEMR GitHub repository outside of any vhost folder. (basically, not storing the git repo in the /var/www/ directory, but using an rsync script to update the vhost ) Setting up local instances for both: Master branch and most current stable patch release At minimum: Run OpenEMR v703v4 on a dedicated vhost Git and Source Control Best practices for managing a project with Git Why repositories must not be stored directly on Staging or Production vhosts What cherry-picking is and why it is useful How git reflog can help find a file’s history Xdebug Task Place a breakpoint in login.php at the line that includes globals.inc.php Step over into the next line and explain why globals.inc.php is critical Identify a variable or function from globals.inc.php that is used in login.php OpenEMR Schema Explain the purpose and stored data of these tables: patient_data form_encounter forms users users_secure list_options layout_options Write a query to return: patient first name, last name, PID, encounter number, and forms used in encounters within a specific date or date range Write a query to return: PID and encounter ids for a date range Identify which table/column records when a form has been deleted Identify the view in the OpenEMR interface that updates the list_options table Identify the view in the OpenEMR interface that updates the layout_options table Make a change using the OpenEMR interface and demonstrate the change in the raw data (phpMyAdmin view) Explain how layout_options and list_options are related to creating or updating layout based forms
2832 SE Salmon St, Portland, OR 97214, USA
$30-50/hour
Workable
TeleOps Operator
Location: Las Vegas, NV Expected pay amount: $25.00 USD Per Hour Schedule: Multiple shifts/schedules available Assignment length: 6 month rolling contract (no end date) Job description JHCareers is helping an innovative, on-demand autonomous ride-hailing company hire a TeleOperations Operator to support its growing fleet of autonomous vehicles. This role is critical in ensuring the smooth operation of self-driving technology by monitoring vehicles, providing remote assistance when needed, and contributing to the ongoing improvement of the TeleOperations system. As a TeleOperations Operator, you will be the “human-in-the-loop,” bridging the gap between autonomous driving systems and real-world scenarios that require intervention. This position is perfect for candidates with a strong technical aptitude, excellent situational awareness, and the ability to remain calm under pressure. Various Shifts Available: Hours: 10:00 AM - 6:30 PM OR 5:30 PM - 2:00 AM Days: Multiple Shifts Available As a TeleOps Operator, you'll: Oversee a fleet of autonomous vehicles in real-time, providing remote guidance when necessary to ensure safe operation. Take control of vehicles in complex scenarios, following strict safety protocols and regulatory guidelines. Assist in gathering performance metrics and reporting observations to improve system functionality. Work cross-functionally to provide feedback on TeleOps tools, usability, and overall system performance to enhance the operator interface. Follow company protocols and regulatory requirements to maintain high operational standards. Commitment: This is a full-time, 6-month ongoing contract position. It will be onsite and available to candidates who are local to the Las Vegas, NV area. Requirements Requirements Excellent driving history and no criminal history 2+ years of experience in operations, technical support, software testing, or a similar field Comfortable working with Windows and Linux operating systems; basic understanding of QA testing principles. Excellent written and verbal communication skills Willingness to work flexible shift hours Bonus Qualifications: Experience with QA testing or working in the autonomous vehicle industry Bachelor’s degree in STEM, analytics, or related field Basic understanding of data analysis to help build out and analyze metrics Strong familiarity with video game-style controls or simulation software. Benefits Benefits: Pre-tax commuter benefits Employer Subsidized healthcare benefits Flexible Spending Account for healthcare-related costs Employer covers all costs for short and long term disability and life insurance 401k package
Las Vegas, NV, USA
$25/hour
Workable
Technical Support Engineer
Engineer Solutions that Empower Students  Are you passionate about technology, troubleshooting, and making an impact in education? MasteryPrep is seeking a Technical Support Engineer to provide high-quality support to both internal teams and external users, ensuring seamless operations across our technology platforms. Join a team dedicated to using technology to empower educators and students nationwide. In this role, you will serve as a key technical resource for our customers, troubleshooting and resolving complex issues across full-stack web applications. You’ll use modern developer tools, databases, and reporting systems to diagnose problems, ensure smooth integrations, and deliver timely solutions. This hands-on position involves collaborating closely with development, QA, and product teams to reproduce and resolve defects, maintaining application stability, and driving continuous improvement. Success in this role requires both strong technical expertise and clear, empathetic communication, ensuring that every customer interaction leads to a reliable and positive experience. Key Responsibilities: Serve as the primary point of escalation for customers issues, addressing their technical inquiries and issues related to full-stack technologies. Provide timely troubleshooting and resolution of customer-reported bugs in web applications built with TypeScript and React. Diagnose and resolve database-related issues in PostgresSQL and Firestore, ensuring data integrity and performance optimization. Document, track, and escalate customer-reported bugs using Gitlab. Collaborate with development teams to reproduce, diagnose, and resolve software defects Lead maintenance engineering. Work closely with cross-functional teams, including development, QA, and product management, to resolve complex technical issues. Communicate effectively with customers, providing updates on the status of their requests and issues in a clear and timely manner. Gather feedback from customers to improve the support process and contribute to product enhancements. About MasteryPrep Nearly 90% of low-income students graduate high school without a college-ready ACT or SAT score. MasteryPrep’s mission is to level the playing field in education by offering the most effective test preparation available – made accessible to all students.  Through more than 10 successful years of partnering with school districts and institutions on college readiness services and resources, MasteryPrep has surpassed one million students served since the company’s founding in 2012.  MasteryPrep increased its student outreach by 70 percent in 2021 and is ranked among the Inc. 5000 “Fastest Growing Companies,” featured by “Entrepreneur 360,” and selected among the “Growth Leaders” by Louisiana Economic Development. Requirements Bachelor's degree in Computer Science, Engineering, or a related field (or equivalent experience) 2+ years experience as a full-stack engineer Strong knowledge of Google Firestore, PostgreSQL, TypeScript, JaveScript, and React Experience with SSO,  specifically with Security Assertion Markup Language (SAML) protocols Proficient in integrating Learning Tools Interoperability (LTI) standards  Skilled in integrating with Student Information Systems (SIS)  Familiarity with rostering and integration services in education technology (e.g., Clever, ClassLink, Schoology) Excellent problem-solving and troubleshooting skills Ability to work independently and as part of a team in a fast-paced environment Strong communication and collaboration skills Familiarity with compliance standards such as FERPA, COPPA or PCI DSS preferred Knowledge of secure coding practices and application security testing techniques preferred Benefits $75,000-$85,000 starting salary based on qualifications  Opportunity to work with cutting-edge technologies in a collaborative environment Flexible work hours and remote work environment Professional development opportunities and reimbursement for certifications and training  Company-sponsored social events and team-building activities Employee benefits eligibility (health, disability, AD&D, life insurance) Matching 401k Paid time off Generous paid holidays
West Roxbury, Boston, MA, USA
$75,000/year
Cookie
Cookie Settings
Our Apps
Download
Download on the
APP Store
Download
Get it on
Google Play
© 2025 Servanan International Pte. Ltd.