Browse
···
Log in / Register

Remote Computer Programming/Website Development Position

$30/hour

7139 City View Dr, Salt Lake City, UT 84121, USA

Favourites
Share

Description

Join a program designed for ambitious learners who want to begin a career in technology. If you’re interested in developing real-world coding expertise, completing professional projects, and preparing for entry-level developer jobs, this pathway is for you. This online program can be taken full- or part-time and includes nearly 900 hours of guided training with hands-on projects. You’ll gain proficiency in industry-standard programming languages, tools, and workflows—all while building a professional portfolio and resume that will help you secure Software Developer employment. 🖥️ Technology & Programming Fundamentals • Learn how computers, browsers, networks, and the internet connect • Build knowledge in algorithms, data structures, number systems, and security concepts • Practice Python coding, command line skills, and logical problem-solving 💻 Web & Front-End Development • Design websites with HTML5, CSS3, and Bootstrap • Create interactive front-ends with JavaScript, jQuery, and React.js • Use responsive and modern design frameworks 🗄️ Back-End & Database Development • Design and manage databases in SQL and SQL Server • Perform CRUD operations with relational databases • Build back-end systems using Python (Django) and C# (.NET Framework/Core) 🧑‍💻 Programming Languages & Tools • Master languages including C#, Python, JavaScript, HTML, CSS, SQL, and others • Apply Git, GitHub, Visual Studio, and Team Foundation Server • Follow industry workflows with professional coding practices 🧪 Capstone Projects • Complete two portfolio-ready projects (Python + C#) • Apply Agile, Scrum, and DevOps methods • Gain real-world debugging, teamwork, and collaboration experience 🧰 Career Preparation • Develop resumes, cover letters, and job applications with guidance • Sharpen whiteboarding and technical interviewing skills • Train for entry-level developer roles in software and web development 🚀 No prior background required. Remote-friendly program. Take your first step into technology today. 👉 Apply now: https://softwaredevpros.online/

Source:  craigslist View original post

Location
7139 City View Dr, Salt Lake City, UT 84121, USA
Show map

craigslist

You may also like

Workable
Senior Construction Project Manager - Federal Sector
Procon is a top-ranked construction management and technology consulting firm with 25 years of experience delivering high‑impact projects across the U.S. and worldwide. An ENR Top 100 CM/PM firm for five consecutive years, we specialize in program management, project controls, commissioning, and virtual intelligence—and offer an excellent platform to grow your career while shaping the future of the built environment. Procon now seeks a Senior Construction Project Manager for a long term opportunity in San Diego, CA. The candidate will have responsibilities that include but are not limited to construction management, quality assurance, project controls, design/build, architecture and engineering, space management, facilities management, real estate, and leasing of complex construction projects. This role requires 10+ years of experience in construction management on projects for new construction, mechanical systems, renovations, upgrades or new fit-outs. This role requires various skills and experience as listed below. Requirements Required Qualifications: 10+ years of experience in federal construction management / owner's representative services on projects for new construction, renovations, upgrades or new fit-outs for both roadway and facility projects. BA or BS degree in construction management, architecture, engineering, or a related field is required Experience in the role as lead construction project manager in federal construction projects Experience in the role of lead owner's representative on construction projects Proficiency in the use of Microsoft Office is required. Experience in the use of industry project management software such as Microsoft Project, Primavera P6, AutoCAD, Revit, Prolog, Kahua, etc. Experience with coordinating with project stakeholders, contractors, architects, and engineers during all construction project phases.  Experience with reviewing design document submittals, reviewing cost and schedule estimates, collecting, preparing, and reporting programmatic information. Experience with estimating, cost verification reviews and project financial management. Experience in compiling and management of cost proposals and experience in generating and negotiating change proposals. Fluent in project management principles and how to implement project management principles. Ability to analyze all relevant project-related information and communicate project status and issues effectively in writing and verbally. Ability to read and interpret drawings and specifications, interpret contract terms and conditions, working knowledge of CPM scheduling, communication skills, intermediate computer skills and leadership skills. Provide on-site construction management duties during mobilization, site preparation, construction, fit-out, commissioning and occupancy phases. Preferred Qualifications: Active PMP, CCM and/or CQM certification credential Responsibilities and Duties: Inspect and monitor on-site processes, procedures, and systems for compliance with construction drawings, security requirements, and code compliance. Lead construction management and owner’s representative duties across multiple projects. Provide on-site construction management duties during mobilization, site preparation, construction, fit-out, commissioning and occupancy phases. Provide support in project planning, procurement, design, management direction, project completion, client satisfaction, and financial outcome of assigned construction projects. Interface with clients to define project requirements. Review schedule and align project work plan and deadlines with requirements. Lead and manage the construction quality assurance process. Coordinate and monitor the completion of activities in all phases of the project life cycle. Monitor and oversee the project design or construction effort, to include but not limited to risk management, security and safety compliance, etc. Conduct comprehensive reviews of construction submittals and construction contract documents. Provide project administration and contract administration duties, including records management.   Generate well organized professional deliverables, including daily field reports.  Assist the Owner with acquisition planning, technical reviews, execution, and administration.  Collect requirements, prepare SOWs, and conduct market research, as appropriate. Provide technical support on a daily basis to all customers, manage electronic documents, serves as the liaison for stakeholders and customer groups, provide expertise, monitor security related issues, and maintain a coordinating relationship with the government agency, its clients, and external partners to include the architect-engineers, construction contractors, and other contractors supporting the government. Assist with the transition of projects to those customers responsible for ongoing maintenance of space. Travel will be required throughout multiple project locations. Benefits Salary commensurate with experience. Interested and qualified candidates please submit a cover letter and a resume. Procon offers competitive salaries and a comprehensive benefits package, including full medical/dental insurance and 401(K) plan. Procon is an equal opportunity employer and considers qualified applicants for employment without regard to race, gender, age, color, religion, disability, veteran status, sexual orientation, or any other protected factor.
San Diego, 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
SQA Manual Tester
ProArch is looking for a dedicated SQA Manual Tester to join our quality assurance team. In this role, you will be responsible for ensuring the highest quality of our software products by executing manual testing processes. You will work collaboratively with developers, product managers, and other stakeholders to identify defects and ensure our applications are user-friendly and functionally robust. Key Responsibilities: Design and execute comprehensive test plans and test cases based on system requirements and specifications. Identify, document, and track defects to ensure timely resolution. Conduct various types of testing, including functional, regression, and user acceptance testing. Perform exploratory testing to identify potential issues and improve product usability. Communicate test results, issues, and progress to team members and stakeholders effectively. Participate in requirement reviews and contribute to product development discussions. Maintain detailed and accurate test documentation and reports. Requirements Strong working experience in Manual Testing on windows, Mobile and Web applications. Having knowledge on Automation is an advantage. Should have very good knowledge on SQL. Should be aware of database testing & Linux fundamentals. Exposure to web services (SoapUI, REST etc). Should be familiar with all the major stages of SDLC, STLC and Bug Life Cycle. Should be aware of doing the Requirement Analysis. Work experience / knowledge in testing the client service-oriented architectures is must. Should be capable of interacting/communicating with the client. Good in both oral & written skills.
Atlanta, GA, USA
Negotiable Salary
Workable
Assistant Project Manager
F.H. Paschen has over 115 years of experience in the construction industry. You’ve driven on highways we paved, you’ve travelled through airports we modernized, you’ve commuted through rail stations we constructed, and your children learn in schools we built. But we are MORE than that. We offer MORE Versatility—as we work in any industry, offering any delivery method and service. We operate with MORE Tenacity—as we maneuver through tight schedules, spaces, and budgets. We provide MORE Ingenuity—by creating solutions to solve your greatest challenges. And we perform with MORE Pride—in focusing on safety and quality, and in offering more opportunities for our communities and diverse populations to build with us. We deliver far more than just on time and on budget—we deliver with MORE Paschen. Position Overview: This is an assistant managerial position that reports to the Project Manager and/or Sr. Project Manager for the Department    Assigned Responsibilities: Manage projects and scopes as assigned by manager. Work with owner’s representative to communicate progress of project. Prepare preliminary estimates / budgets.  Select subcontractors to solicit bids.  Review subcontractor proposals  Prepare, review for approval, and submit contract changes/proposal to owner. Negotiate contract changes/proposals with owners. Solicit and process submittals and shop drawings. Collaborate and prepare CPM project schedule.  Preparation of job cost budget.  Monitor construction progress with Superintendent.  Maintain project documentation.  Investigate adverse situations and report to PM and/or Sr. PM Represent company in project meetings, when required. Responsible for monitoring and maintaining project costs. Active participation in safety Additional duties as assigned.  Requirements B.S Construction Management / Engineering and / or 2-3 years general construction experience required.  Knowledge of construction, quantity take-offs and estimating required.  Computer skills, knowledge of Project Management, scheduling, good communication and organizational skills are necessary.  Ability to work independently on assigned projects. F.H. Paschen is an equal opportunity employer.  We evaluate qualified applicants without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability, veteran status, and other legally protected characteristics. If you require an accommodation in order to complete this application, please contact Tracy Tesnow at 773-444-3474. Note to Search Firm Agencies, Recruitment Agencies, and Similar Organizations and Firms: F.H. Paschen does not accept unsolicited resumes from recruiters or employment agencies. Please do not forward unsolicited resumes or candidate information to any F.H. Paschen employee. F.H Paschen will not pay fees to any third-party agency or firm and will not be responsible for any agency fees and referral compensation associated with unsolicited resumes. Unsolicited resumes received will be considered property of F.H. Paschen and will be processed accordingly. Benefits Health insurance Dental insurance Vision insurance Paid time off 401K matching Flexible spending account Life insurance Referral program Professional development assistance
Galveston, TX, 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.