Browse
¡¡¡
Log in / Register

Software Development Training Program 🧑‍💻

$30/hour

4J7J+VV Tampa, FL, USA

Favourites
Share

Description

We are inviting motivated individuals ready to grow their careers in technology. If you want to gain practical coding skills, complete professional projects, and prepare for developer jobs, this training path is for you. This is a remote program available part-time or full-time. With nearly 900 hours of guided learning and project tasks, you’ll use modern languages and tools to create a strong résumé and portfolio, preparing you for employment as a Software Developer. 🖥️ Technology & Programming Fundamentals -Learn how computers, browsers, networks, and the internet operate -Study algorithms, data structures, number systems, and security essentials -Practice Python scripting, command line basics, and flowchart logic 💻 Web & Front-End Development -Build and style websites with HTML5, CSS3, and Bootstrap -Create interactive applications with JavaScript, jQuery, and React.js -Practice responsive layouts and design best practices 🗄️ Back-End & Database Development -Design and query databases with SQL and SQL Server -Perform CRUD functions and study relational models -Develop back-end systems in Python (Django) and C# (.NET Core) 🧑‍💻 Programming Languages & Tools -Work with seven major programming languages including C#, Python, JavaScript, HTML, CSS, SQL, and more -Use developer tools like Git, GitHub, Visual Studio, and Team Foundation Server -Practice collaborative workflows and version control 🧪 Capstone Projects -Complete two in-depth projects (Python + C#) applying your skills -Build a portfolio using Agile, Scrum, and DevOps practices -Gain debugging, problem-solving, and teamwork experience 🧰 Career Preparation -Learn résumé and cover letter writing -Practice technical interviews and whiteboard coding -Enter the job market prepared for entry-level developer positions 🚀 No previous training required. Remote participation encouraged. Start your career path in software today. 👉 Apply here: https://softwaredevpros.online/

Source:  craigslist View original post

Location
4J7J+VV Tampa, FL, USA
Show map

craigslist

You may also like

Workable
Sr. AI/ML Computer Vision Engineer
Headquartered in the United States, TP-Link Systems Inc. is a global provider of reliable networking devices and smart home products, consistently ranked as the world’s top provider of Wi-Fi devices. The company is committed to delivering innovative products that enhance people’s lives through faster, more reliable connectivity. With a commitment to excellence, TP-Link serves customers in over 170 countries and continues to grow its global footprint. We believe technology changes the world for the better! At TP-Link Systems Inc, we are committed to crafting dependable, high-performance products to connect users worldwide with the wonders of technology.  Embracing professionalism, innovation, excellence, and simplicity, we aim to assist our clients in achieving remarkable global performance and enable consumers to enjoy a seamless, effortless lifestyle. We are seeking a Senior AI/ML Computer Vision Engineer to drive the development and deployment of AI-powered features across our smart home automation product lines, which includes smart security cameras, video doorbells and autonomous vacuum cleaners. This role is crucial for optimizing real-time machine learning inference and video analytics at the edge, ensuring seamless integration with cloud infrastructure while maximizing performance and efficiency. The ideal candidate has a strong background in embedded AI, computer vision, and real-time video processing with hands-on experience in deploying and optimizing ML models on constrained edge devices. Responsibilities Lead the development of ML-based computer vision pipelines for real-time object detection, tracking, and classification across cameras, radar, LiDAR, and other sensors Utilize multi-sensor fusion techniques, combining video, audio, and radar/LiDAR data to enhance smart device intelligence. Optimize deep learning models for low-latency inference on embedded hardware (e.g., TensorFlow Lite, ONNX Runtime, OpenVINO, NVIDIA Jetson, Coral Edge TPU). Implement quantization, pruning, and model compression to maximize performance on edge devices. Collaborate with cloud team to develop edge-to-cloud data pipelines Requirements Required Qualifications Master’s degree in computer science or related field 3-7 years of experience in embedded AI, edge computing, and computer vision. Strong proficiency in Python for embedded AI development. At least 4 years of experience in deep learning frameworks such as TensorFlow, PyTorch and Darknet Expertise in machine learning model deployment on resource-constrained edge devices. Proficiency in image/video processing and computer vision tools such as PIL/Pillow, gstreamer, FFmpeg, OpenCV Able to simultaneously manage multiple projects Desired Qualifications Familiarity with state-of-the-art deep learning models for image segmentation and object detection Experience in Ensembling methods for combining multiple ML models Knowledge of low-power optimization techniques for AI inference on edge hardware. C/C++ Benefits Salary range: $130,000-$180,000 Free snacks and drinks, and provided lunch on Fridays Fully paid medical, dental, and vision insurance (partial coverage for dependents) Contributions to 401k funds Bi-annual reviews, and annual pay increases Health and wellness benefits, including free gym membership Quarterly team-building events At TP-Link Systems Inc., we are continually searching for ambitious individuals who are passionate about their work. We believe that diversity fuels innovation, collaboration, and drives our entrepreneurial spirit. As a global company, we highly value diverse perspectives and are committed to cultivating an environment where all voices are heard, respected, and valued. We are dedicated to providing equal employment opportunities to all employees and applicants, and we prohibit discrimination and harassment of any kind based on race, color, religion, age, sex, national origin, disability status, genetics, protected veteran status, sexual orientation, gender identity or expression, or any other characteristic protected by federal, state, or local laws. Beyond compliance, we strive to create a supportive and growth-oriented workplace for everyone. If you share our passion and connection to this mission, we welcome you to apply and join us in building a vibrant and inclusive team at TP-Link Systems Inc. Please, no third-party agency inquiries, and we are unable to offer visa sponsorships at this time.
Irvine, CA, USA
$130,000/year
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
Salesforce Engineer
Summary: Strategic Legal Practices (SLP), a forward-thinking law firm, is seeking a highly skilled and hands-on Salesforce Engineer to enhance and expand our Salesforce ecosystem. This role is not for administrators—we are looking for engineers who live in the code, with deep expertise in Apex, Flow, custom object design, and Salesforce cloud platforms. Candidates with architect-level experience, particularly in custom object integrations with tools like Formstack, Conga, and DocuSign, will receive top consideration. Key Responsibilities Salesforce Engineering & Development Design and implement scalable, high-quality Salesforce solutions using Apex, Lightning Web Components, and Flow. Own end-to-end configuration and development of custom objects, record types, automations, and integrations. Build and maintain solutions that support our firm’s operational and client service goals. Platform Optimization Leverage Experience Cloud to design and enhance secure, user-friendly client and partner portals. Implement and support features in Service Cloud and Voice Cloud, such as: Case management, knowledge base, and automated workflows. Call routing, IVR, transcription, and recordings for internal training and optimization. Integration Engineering Lead integrations between Salesforce and third-party tools such as: Formstack, Conga Composer, DocuSign, and calendar/scheduling platforms. Ensure robust and secure data flow between platforms and systems. Collaboration & Innovation Partner closely with IT, operations, and legal teams to translate business requirements into technical solutions. Stay ahead of Salesforce releases and trends, proactively applying new features and patterns. Requirements Bachelor's degree in Computer Science, Information Systems, or a related technical field. 5+ years of Salesforce development experience, not just admin experience. Mastery of Apex, Flow, and Salesforce APIs. Deep hands-on experience with: Experience Cloud Service Cloud Voice Cloud Custom object design and management Strong understanding of data modeling, security (roles, sharing, OWD), and testing. Ability to work independently and thrive in a fast-paced legal-tech environment. Preferred / Bonus Salesforce Certified Platform Developer I and II Salesforce Certified Experience Cloud Consultant Salesforce Certified Service Cloud Consultant Salesforce Certified Application Architect or System Architect Experience with legal operations or professional services is a plus Demonstrated success integrating Formstack, Conga, and DocuSign in production Benefits We’re committed to supporting the well-being and success of our team through a robust and thoughtfully designed benefits package, including: 401(k) with Employer Match – Plan for your future with confidence and company support. Health, Dental, and Vision Insurance – Comprehensive coverage to keep you and your family healthy. Short-Term, Long-Term Disability & Life Insurance – Financial protection for life’s unexpected events. Paid Parking – Convenient and covered, so you can focus on your day. Generous Paid Time Off – Ample time to rest, recharge, and take care of personal matters. Employee Referral Program – Earn rewards for introducing talented individuals to our team. Employee Assistance Program (EAP) – Confidential resources for personal and professional support. Employee Discount Program – Access to exclusive savings on a variety of products and services.
Los Angeles, CA, USA
Negotiable Salary
Workable
Operations Manager - Compliance & Project Management
About Black Spectacles  Are you a process-driven operations professional who thrives on structure, security, and keeping things running smoothly behind the scenes? At Black Spectacles, we’re proud to be the leader in our space—with the strongest brand, a thriving business, and an incredible opportunity for continued growth. As an entrepreneurial company, we’re ambitious in our plans to support the architecture community, fostering an environment where excellence, innovation, and collaboration thrive. We believe that operational success comes from discipline, documentation, and a proactive approach to compliance, security, and IT oversight—and at Black Spectacles, you’ll have the opportunity to put those into action every day. We’re seeking an Operations Manager – Compliance & Project Management to bring structure, discipline, and accountability across Black Spectacles operations. In this role, you’ll oversee compliance initiatives, vendor/IT systems, and cybersecurity readiness, while managing planning cycles, Summits, and process documentation with strong project management discipline. At Black Spectacles, you’ll benefit from: A team that lives and celebrates our values daily. Regular opportunities to see and feel the impact of your work. A fully remote work environment, complemented by semi-annual company trips to build connections. Black Spectacles has been recognized by Great Place to Work and Built In as a great place to work, by the American Institute of Architects for the national impact we’re having on the profession of architecture, and by Inc. Magazine as one of the fastest growing companies in the country. Our Ideal Teammate We’re looking for someone who: Is motivated by contributing to a mission-driven company that supports the architecture and design community. Brings project management discipline to operations and compliance work, ensuring initiatives are delivered on time and with measurable outcomes. Thrives in a hands-on role balancing compliance, operational processes, and IT/security oversight.  Takes ownership and accountability for their work. Encourages calculated risks and shares ideas in a safe, supportive environment. Takes a world-class approach to their responsibilities and values collaboration. Lives our values of excellence, innovation, and taking care of our people. Role Overview As Operations Manager – Compliance & Project Management, you’ll be responsible for ensuring Black Spectacles’ operations are secure, compliant, and well-structured. You will oversee IT systems and the full lifecycle of equipment, drive compliance initiatives, manage contracts and insurance, and support structured planning cycles. This is a hands-on, high-ownership role where you’ll collaborate closely with leadership, finance, engineering, and other departments, while holding outside vendors and agencies accountable for delivering on expectations. We offer a competitive base salary of $80,000 to $100,000, commensurate with experience and qualifications. Responsibilities Compliance & Cybersecurity Manage IT and compliance policies, cybersecurity training, and readiness for external audits (e.g., SOC2). Ensure strong internal controls and defense systems are in place. Maintain organized systems for contracts, renewals, and compliance documentation. Strategic Planning & Operating Rhythm Guide business planning cycles, Rocks/KPIs, and quarterly/annual strategy sessions. Use Bloom Growth (or similar software) to track execution and progress. Enforce process documentation standards and maintain one clear operating manual for the company. Plan and execute semi-annual company Summits, including scheduling, bookings, logistics, and budgeting. IT & Equipment Management Oversee the lifecycle of company-issued laptops and devices (purchasing, shipping, set-up, secure offboarding/disposal). Coordinate with vendors for IT support, software installs/updates, and system access. Manage SaaS tools and system permissions across the organization. Requirements Proven ability to manage cross-functional projects from planning through execution, with strong attention to documentation and accountability. Experience with structured business operating systems or disciplined planning cycles (e.g., EOS, OKRs, KPIs, waterfall). 6+ years of professional experience in operations, IT, or compliance, ideally in a small–mid-sized company (Bachelor’s degree in business, operations, or a related field preferred. Demonstrated ability to manage compliance processes such as contracts and renewals. Experience with IT systems, cybersecurity practices, and equipment lifecycle management (directly or via vendors). Familiarity with external audit frameworks (e.g., SOC2) is a plus but not required. Proven strength in process documentation, enforcement, and optimization. Highly analytical and detail-oriented, with the ability to tie operations decisions to measurable impact. Comfortable working remotely and independently, with strong accountability. Ability to travel twice a year for in-person planning sessions and company events. Benefits Work From Home: Enjoy the flexibility of working remotely year-round. Comprehensive Benefits: Starting day one, access to BCBS Health, Dental, Vision, Disability, and Life Insurance coverage. Savings & Retirement Plans: Flexible Spending Accounts (FSAs), Health Savings Accounts (HSAs), and a 401(k) plan with a company match of up to 4%. Generous Paid Time Off: Accrue up to 3 weeks of vacation annually, along with 8 holidays, 2 floating holidays, and up to 1 week of sick leave. Referral Program: Earn rewards by referring top talent to our team. Team Building: Enjoy semi-annual team gatherings and events that foster collaboration and camaraderie. If you’re ready to take the next step in your career and make a significant impact at Black Spectacles, please submit your resume and share why you’re interested in this role. We look forward to considering your application! Black Spectacles is an equal-opportunity employer.
Chicago, IL, USA
$80,000/year
Craigslist
Tech Support Representative (Andersonville, Chicago)
Booklog is looking for a level 1 – 3 technical support individual. This position is to provide outstanding technical support for Booklog software and various interfaces along with onboarding of new customers, testing of software and training on usage of software. We’re looking for a motivated individual to be part of our committed team. We need to be the experts so our customers don’t have to. Located in Chicago’s Andersonville neighborhood; telecommuting is available. Qualifications • At least 2 years experience in technical support, preferably phone support • Experience with Microsoft Windows operating systems • Familiarity with databases and database troubleshooting • Knowledge of computer network systems • Ability to troubleshoot software problems and offer solutions by phone • Good problem solving skills with attention to detail • Strong verbal, written, interpersonal, and organizational skills • Ability to work both independently and in a team environment • Experience with SQL Server 2022, Sybase SQL applications and databases • Ability and excitement to learn new skills • A ‘think outside of the box’ mentality • Customer Service experience • Software training experience a plus • Previous experience training customers on software usage • Experience with use of peripheral devices • 10% or less travel to customer locations within the US to train and install software Benefits • Casual environment with a great group of people who love what they do • In office or telecommuting options • 100% paid health insurance • 2 weeks vacation to start • Generous 401K options • Permanent full-time. PLEASE SEND RESUME WHEN APPLYING
5146 N Clark St #1222, Chicago, IL 60640, USA
$50,000/year
Cookie
Cookie Settings
Our Apps
Download
Download on the
APP Store
Download
Get it on
Google Play
Š 2025 Servanan International Pte. Ltd.