Browse
···
Log in / Register

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

$30/hour

J36J+4X Honalo, HI, 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
J36J+4X Honalo, HI, 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
System of Systems Integration SME
Qualis LLC is seeking a highly experienced Golden Dome for America System of Systems Integration SME to provide expert-level technical leadership and mission integration support across a portfolio of highly classified space control, ground, and C2 systems. The successful candidate will lead and support system design, integration, test, and operational efforts for advanced space control systems—ensuring the alignment of technical architectures with mission requirements. Essential Duties: Serves as a senior technical authority for development and integration of highly classified space control systems, including space, ground, and command-and-control (C2) elements. Guides the maturation of emerging technologies through all Technology Readiness Levels (TRLs) from concept to deployment. Leads and contributes to the development of space system architectures, system-level technical requirements, and associated program documentation in support of ACAT-like programs. Provides systems engineering and program management expertise for information operations and multidomain space and airborne capabilities. Conducts system-level design reviews, technical audits, and risk assessments. Supports space situational awareness (SSA) architecture development and assess associated capability gaps and limitations. Offers technical leadership across multiple space control technologies including optical sensors, radar, SIGINT, electronic support measures, and communications systems. Leads the integration, test, and operations planning for ground system architectures in support of space control missions. Interfaces with government stakeholders to ensure technical solutions align with mission needs and strategic objectives. Requirements Required Qualifications: Active Top Secret clearance with SCI eligibility. Minimum of 15 years of experience in space systems engineering, systems integration, and technical program leadership. Demonstrated expertise in the full lifecycle of space system development—from architecture and design to test, integration, and operational fielding. Proven experience coordinating across classified programs and complex acquisition frameworks. Strong understanding of SSA capabilities, limitations, and future architecture needs. Track record of developing and managing high-level technical documentation, reviews, and artifacts for large defense programs. In-depth knowledge of space control mission areas and supporting ground infrastructure. Exceptional communication, coordination, and leadership skills, particularly in multi-agency or cross-domain environments. Preferred Qualifications: Advanced degree in Engineering, Physics, Space Systems, or a related technical discipline. Prior experience with ACAT I or II programs and DoD 5000-series documentation. Experience working within Special Access Programs (SAPs) or compartmented environments. Benefits Qualis LLC is committed to hiring and retaining a diverse and talented workforce who can contribute to the mission and vision of the Company. Our employees are our greatest asset and we promote a positive work environment, teamwork, professional growth, innovation, community involvement, flexible scheduling and a family-friendly work environment. Equal Opportunity Employer/M/F/Vet/Disabled and a Participant in E-Verify
Redstone Arsenal, AL, USA
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
Site Reliability Engineer
As a Site Reliability Engineer at iSoftTek Solutions Inc, you will be responsible for ensuring the reliability, performance, and scalability of our applications and infrastructure. You will work closely with development teams to identify and resolve issues, implement automation and monitoring solutions, and optimize system performance. We are looking for a candidate who is passionate about system stability and has a strong background in Linux systems administration, scripting, and automation. The ideal candidate should have experience with cloud platforms such as AWS or Azure, as well as knowledge of containerization technologies such as Docker and Kubernetes. Requirements Requirements: 3+ years of experience as a Site Reliability Engineer or similar role Strong Linux systems administration skills Experience with scripting languages such as Python or Bash Knowledge of cloud platforms such as AWS or Azure Experience with containerization technologies such as Docker and Kubernetes Proficiency in using monitoring and alerting tools such as Prometheus, Grafana, or Nagios Understanding of networking protocols and concepts Strong problem-solving and troubleshooting skills Ability to work in a fast-paced and collaborative environment BS or MS degree in Computer Science or a related field Benefits What We Offer: Swift growth opportunities from both a financial and career perspective Financial security through competitive compensation, incentives, and retirement plans 100% paid medical insurance Paid vacation & time off 401(k) retirement savings with a generous company match Charity participation and matching The stability of a company with a record of strong financial performance for over two decades; Never had a lay-off and is 100% organically grown
Phoenix, AZ, USA
Negotiable Salary
Workable
Java Full Stack Engineer (TDD)
Role: Java Full Stack Engineer (TDD) Location: Chicago Heights, IL (Onsite) Duration: 12 month yrs of exp: 10+     NEED A CANDIDATE WITH TDD EXPERIENCE (Test Drive Development)   NEW POSITION     Job Description: Looking for a Senior Developer to work, deploy, and manage web / API based applications who are passionate about their work and embraces the ideals of the software craftsmanship and Agile development practices. • 5-8 years of hands-on experience in developing web-based software applications. • Collaborate with product managers and your peers to execute on a broad range of projects for the digital products. • Responsible for future enhancements to designing and building technical solutions. • Design complex, secure and optimized web-based applications using Java, Spring Boot, Rest API’s DevOps, Cloud Platform ( OCP, Kubernetes ) and will be equipped with modern CI/CD developer tool kit (STS/IntelliJ, GitHub, Jenkins, and Nexus), JWT, OAUTH, etc. • Work closely within a cross-functional Agile delivery team to understand requirements, create development story design documents, and implement stories. • Break down a product vision into workable technical solutions to solve business problems • Build high quality software for large scale and highly available systems • Provide strong technical and team leadership • Talk about your work with both technical and non-technical team members • Promote a risk-aware culture, ensure efficient and effective risk and compliance management practices by adhering to require standards and processes   Required Skills: 1.Prior experience in practicing Test Driven Development (mandatory). 2.Drive TDD and ability to design Unit, Integration, Functional and Non-Functional Tests (Reliability, Performance & Cyber security). 3.Strong fundamentals in Java, API first design. 4.Understanding of modern architecture and design patterns, including Microservices. 5.Experience with Spring, Kafka, Containerization, DevOps and CI/CD. 6.Database experience in Oracle, PostgresSQL, etc. 7.Cloud experience (i.e., AWS).     Kindly please share your resumes with srikar@isofttekinc.com
Chicago, IL, USA
Negotiable Salary
Cookie
Cookie Settings
Our Apps
Download
Download on the
APP Store
Download
Get it on
Google Play
© 2025 Servanan International Pte. Ltd.