Browse
···
Log in / Register

Software Development Career Opportunity đŸ§‘â€đŸ’»

$30/hour

5379 Bay Harbor Dr, Indianapolis, IN 46254, USA

Favourites
Share

Description

We are recruiting determined individuals who want to establish careers in the technology field. If you are looking to gain coding skills, work on real-world projects, and prepare for junior developer jobs, this training program is for you. This program is fully remote and can be completed part-time or full-time. With nearly 900 hours of instruction and project-based work, you’ll master programming languages, developer tools, and workflows—while building a rĂ©sumĂ© and portfolio employers value. đŸ–„ïž Technology & Programming Fundamentals -Learn computer operations, networks, browsers, and internet functions -Study algorithms, security basics, data structures, and number systems -Practice Python scripting, command line operations, and logic mapping đŸ’» Web & Front-End Development -Build websites using HTML5, CSS3, and Bootstrap -Create dynamic applications with JavaScript, jQuery, and React.js -Apply responsive layouts and modern UI/UX concepts đŸ—„ïž Back-End & Database Development -Design databases using SQL and SQL Server -Perform CRUD operations and relational queries -Develop back-end apps with Python (Django) and C# (.NET Core) đŸ§‘â€đŸ’» Programming Languages & Tools -Work with C#, Python, JavaScript, HTML, CSS, SQL, and more -Use Git, GitHub, Visual Studio, and TFS tools -Practice real-world version control and collaboration đŸ§Ș Capstone Projects -Deliver two major projects (Python + C#) to showcase your skills -Build portfolio-ready apps with Agile, Scrum, and DevOps methods -Practice debugging, teamwork, and applied coding 🧰 Career Preparation -Learn rĂ©sumĂ© writing and cover letter strategies -Practice technical and whiteboard interviews -Get job-ready for entry-level developer positions 🚀 No experience needed. Remote learners welcome. Take the first step into a career in tech. 👉 Apply today: https://softwaredevpros.online/

Source:  craigslist View original post

Location
5379 Bay Harbor Dr, Indianapolis, IN 46254, USA
Show map

craigslist

You may also like

Workable
Machine Learning Engineer
Company Description Chooch helps build and run the best Computer Vision AI applications that make cameras intelligent, enhancing productivity & revenues, while reducing operational costs. Chooch has been named a leading computer vision platform by IDC. Role Description We are looking for a Machine Learning Engineer (US-based) to join our team. This is a full-time, hybrid role with frequent hands-on experience with customer projects in Santa Clara. The Machine Learning Engineer will be responsible for the successful design, accuracy, and backbone behind our Computer Vision AI applications. This includes data preparation, training, configuring neural networks, deploying networks in real customer locations, and refining computer vision algorithms for healthcare, manufacturing, and retail customers. This role requires frequent interaction with technical and non-technical customers while working closely within our solutions engineering teams. The Machine Learning Engineering role has opportunity to grow, lead technical projects, and improve current processes while providing meaningful feedback to our product and solutions teams. Qualifications Proficiency in machine learning frameworks (e.g., PyTorch) Experience with Large-language models Strong programming skills in Python Experience with image processing and computer vision libraries (e.g., OpenCV). Familiarity with cloud computing services (AWS, Azure, GCP) and containerization technologies (Docker, Kubernetes). Experience with software development, machine learning in practice, computer vision, and ML in production Excellent problem-solving and troubleshooting skills Strong communication and interpersonal skills Ability to work independently and as part of a team Comfortability on the command-line Experience with version control systems such as Git Bachelor’s or Master’s degree in Computer Science, Engineering, or a related field with a focus on machine learning or computer vision. Key Responsibilities Model Development and Optimization: Design, develop, and optimize machine learning models for computer vision applications. Data Management: Collaborate with ML engineers to ensure the collection, processing, and maintenance of high-quality datasets necessary for model training and testing. Algorithm Implementation: Implement state-of-the-art computer vision algorithms to improve system accuracy and performance in real-world scenarios. Cross-Functional Collaboration: Work closely within the solutions engineering team to integrate machine learning models into the broader product and systems. On-Site Travel and Field Testing: Many of our projects are live deployments with major fortune 500 customers – testing new, innovative ML technologies. Traveling on site is sometimes needed to see the environment, test in the real-world, and ensure the technology is operating as expected. Performance Evaluation: Regularly evaluate the performance of computer vision models, using both qualitative and quantitative methods, and iterate to enhance accuracy and efficiency. Research and Innovation: Understanding of the latest developments in machine learning and computer vision, applying innovative approaches and technologies to solve complex challenges. Stakeholder Engagement: Collaborate with internal and external stakeholders to understand their needs and translate them into effective technical solutions. Problem-Solving: Address and troubleshoot complex problems that arise during the development and deployment of computer vision systems. The ideal candidate should be deeply passionate about machine learning and its real-world applications, particularly in improving and leveraging state-of-the-art neural networks to make an impact. Requirements Qualifications Proficiency in machine learning frameworks (e.g., PyTorch) Experience with Large-language models Strong programming skills in Python Experience with image processing and computer vision libraries (e.g., OpenCV). Familiarity with cloud computing services (AWS, Azure, GCP) and containerization technologies (Docker, Kubernetes). Experience with software development, machine learning in practice, computer vision, and ML in production Excellent problem-solving and troubleshooting skills Strong communication and interpersonal skills Ability to work independently and as part of a team Comfortability on the command-line Experience with version control systems such as Git Bachelor’s or Master’s degree in Computer Science, Engineering, or a related field with a focus on machine learning or computer vision. Benefits Chooch offers extensive benefits including health, dental, vision insurance, 401K with 3% match, extensive PTO, and life insurance policies included.
San Mateo, CA, 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
Cloud Engineer
Cloud Engineer  Ready to Ignite your career and work alongside some of the most innovative and brightest professionals in federal services today? Join us and unleash your potential working in an agile environment alongside the men and women charged with ensuring the success of one of the most important missions in American Government.  We’re seeking a Cloud Engineer to support and manage day-to-day AWS operations across a range of cloud services. You’ll play a key role in maintaining tagging and backup compliance, responding to support requests, and documenting SOPs and configurations. Ideal for someone who enjoys a variety of admin tasks and keeping cloud environments running smoothly. As a Cloud Engineer you will: Perform day-to-day resource management and support. Perform resource management via the AWS Console and CLI, IAM permissions reviews, budget and cost tracking, and general cloud troubleshooting. Conduct access reviews and IAM policy updates. Monitor AWS budgets, usage trends, and alert thresholds. Document service configurations, SOPs, and knowledge base articles. Support ticket triage and basic service configuration. Assist with patching, backup validation, and tagging compliance. Requirements 3 + years general AWS administration to include working with AWS Console, CLI, and SDKs for scripting and service control. 3+ years performing resource monitoring and troubleshooting to include tracking system health, cost usage, and performance metrics. Proficiency working with IAM role assignments, policy reviews, access auditing. Proficiency with tagging, budgeting and cost tracking such as implementing tagging policies and managing AWS Budgets and Cost Explorer. Experience providing documentation such as creating SOPs. Bachelor's degree in related technical field. US Citizenship Required. AWS certifications highly preferred. Benefits 401(k) with matching and 100% Vested Health Insurance - 3 plans to select from Dental insurance Vision Insurance Health savings account Life insurance Short Term Disability Long Term Disability AD&D Paid time off Professional development assistance Training Tuition reimbursement Flexible schedule Flexible spending account Referral program Paid Legal Plan and more.... Ignite IT is an Equal Employment Opportunity/Affirmative Action Employer. We evaluate qualified applicants without regard to race, color, religion, sex, national origin, disability, Veteran status, sexual orientation, or other protected characteristic. In accordance with EO 13665 Final Rule, Ignite IT will not discharge or in any other manner discriminate against employees or applicants because they have inquired about, discussed, or disclosed their own pay or the pay of another employee or applicant. Applicants selected must be able to possess and maintain a government clearance US CITIZENSHIP REQUIRED'
Suitland-Silver Hill, MD, USA
Negotiable Salary
Workable
Staff Software Engineer
We are Aftersell by Rokt, a hyper-growth Shopify ecommerce leader. Aftersell by Rokt enables SMB companies to unlock real-time relevancy in the moment that matters most, when customers are buying. Together, our AI and ML-powered Rokt Brain and ecommerce Rokt Network will power more than 6.5 billion transactions connecting 400 million customers across the world’s leading companies. In January 2025, Rokt’s valuation increased to $3.5 billion USD, allowing us to expand rapidly. In February 2024, Aftersell was acquired by Rokt. The Rokt engineering team builds best-in-class ecommerce technology that provides personalized and relevant experiences for customers globally and empowers marketers with sophisticated, AI-driven tooling to better understand consumers. Our bespoke platform handles millions of transactions per day and considers billions of data points which give engineers the opportunity to build technology at scale, collaborate across teams and gain exposure to a wide range of technology. At Rokt, we practice transparency in career paths and compensation.  At Rokt, we believe in transparency, which is why we have a well-defined career ladder with transparent compensation and clear career paths based on competency and ability. Rokt’stars constantly strive to raise the bar, pushing the envelope of what is possible. We are looking for a Staff Software Engineer Target Total Compensation: $375,000 - $514,000, including fixed annual salary of $250,000 - $315,000, employee equity plan grant & world class benefits. As a Staff Software Engineer you will be part of the Aftersell team, driving engineering for some of our highest visibility and most impactful products. You will be working closely with other software engineers and product managers in your team on solving interesting problems and driving business values. About the Role: Design, develop, test, deploy and improve code that solves real world problems Own complex product features end to end - with a focus on customer impact Operate with autonomy in solving problems Collaborate with other teams to deliver new products Create fast, scalable and easy to use applications Build libraries and frameworks that others can use Support and mentor other engineers on best practices, architecture, and quality Requirements About You: 10+ years of experience in Software Engineering Strong commercial experience in one of following languages: Go, Java, C#, Python. You have written a lot of performant easy-to-maintain code using best practices. Extensive experience with AWS/GCP/Azure, Kubernetes, CI/CD pipelines An eagerness to work and learn in the open and share your learnings with your teammates. A willingness and comfort communicating remotely through chat, docs, video calls, and other collaborative online tools Benefits About Rokt’stars: As a mission-driven, hyper-growth community of curious explorers, our ambition is to unlock the full potential in ecommerce and beyond. Our bias for action means we are not afraid to quickly venture into uncharted territories, take risks or challenge the status quo; in doing so we either win or learn. We work together as one aligned team never letting egos get in the way of brilliant ideas. We value diversity, transparency and smart humble people who enjoy building a disruptive business together. We pride ourselves on being a force for good as we make the world better.  About The Benefits: We leverage best-in-class technology and market-leading innovation in AI and ML, with all of that being underlined by building and maintaining a fantastic and inclusive culture where people can be their authentic selves, and offering a great list of perks and benefits to go with it: All employees have access to our LevelUp! program, providing opportunities for coaching, courses, and training to support career growth and development. Become a shareholder. Every Rokt’star gets equity in the company Enjoy catered lunch every day and healthy snacks in the office. Plus join the gym on us!  Access generous retirement plans like a 4% dollar-for-dollar 401K matching plan and get fully funded premium health insurance for your entire family!  Dog-friendly office  Extra leave (bonus annual leave, sabbatical leave etc.)  Work with the greatest talent in town See the world! We have offices in New York, Seattle, Sydney, Tokyo and London We believe we’re better together. We love spending time together and are in the office most days (teams are in the office 4 days per week). We also get that you need to balance your life and your commitments so you have the flexibility to manage your own hours and can spend up to a week of every quarter working from anywhere. We at Rokt choose to create a company that is as diverse and inclusive as the world we live in by attracting, growing & keeping the best talent. Equal employment opportunities are available to all applicants without regard to race, religion, color, national origin, gender, sexual orientation, age, marital status, veteran status, or disability status. If this sounds like a role you’d enjoy, apply here and you’ll hear from our recruiting team.
Seattle, WA, USA
$375,000-514,000/year
Cookie
Cookie Settings
Our Apps
Download
Download on the
APP Store
Download
Get it on
Google Play
© 2025 Servanan International Pte. Ltd.