The ultimate guide to hiring a web developer in 2021
If you want to stay competitive in 2021, you need a high quality website. Learn how to hire the best possible web developer for your business fast.
AngularJS is an open source web application framework maintained by Google and the AngularJS community. It was created to help developers more easily build and maintain rich and dynamic single page applications (or SPAs). An Angular Javascript Developer from Freelancer.com can assist in developing such single page web apps; creating user interfaces that are interactive, powerful, and modern; adapting existing code to enable seamless browser compatibility; creating efficient front-end designs for smooth development; integrating third-party APIs and libraries; writing automated tests; and providing maintenance to existing Angular applications.
Here's some projects that our expert Angular Javascript Developer made real:
AngularJS allows developers to create SPAs with maximum efficiency, responsiveness, and user interaction speed - making it an ideal choice for modern web applications. Freelancer.com offers developers the opportunity to hire skilled Angular Javascript Developers who specialize in creating efficient single page applications. If you're looking for a custom solution for your dynamic web application - post your project on Freelancer.com for a talented Angular Javascript Developer that can make your project a reality!
From 193,092 reviews, clients rate our Angular Javascript Developers 4.9 out of 5 stars.AngularJS is an open source web application framework maintained by Google and the AngularJS community. It was created to help developers more easily build and maintain rich and dynamic single page applications (or SPAs). An Angular Javascript Developer from Freelancer.com can assist in developing such single page web apps; creating user interfaces that are interactive, powerful, and modern; adapting existing code to enable seamless browser compatibility; creating efficient front-end designs for smooth development; integrating third-party APIs and libraries; writing automated tests; and providing maintenance to existing Angular applications.
Here's some projects that our expert Angular Javascript Developer made real:
AngularJS allows developers to create SPAs with maximum efficiency, responsiveness, and user interaction speed - making it an ideal choice for modern web applications. Freelancer.com offers developers the opportunity to hire skilled Angular Javascript Developers who specialize in creating efficient single page applications. If you're looking for a custom solution for your dynamic web application - post your project on Freelancer.com for a talented Angular Javascript Developer that can make your project a reality!
From 193,092 reviews, clients rate our Angular Javascript Developers 4.9 out of 5 stars.I’m putting together a tutoring roster for students who need help across both technical and management tracks. On the engineering side, support is required for Mechanical, Electrical, and Computer Science subjects. On the business side, guidance is needed in HR, Finance, and Stock Marketing. You should be comfortable moving from calculus-heavy circuit analysis or thermodynamics to explaining financial ratios and equity fundamentals—sometimes in the same day. Clear explanations, real-world examples, and the ability to tailor depth to each learner will make you a great fit. Sessions will be conducted online, so reliable connectivity and screen-sharing tools are essential. If you have prior experience creating problem sets, mock exams, or case-based assignments, let me know; t...
Full-Stack Web Booking Platform & Desktop Client (Node.js/React/Electron) Project Overview We are seeking an experienced Full-Stack Developer or small Development Team to build a specialized, multi-stage appointment booking platform. The project begins with a custom web-based scheduling system (Phase 1) and expands into a native Windows desktop client for meeting automation and session recording (Phase 2). Tech Stack Requirements Backend: Node.js, NestJS, PostgreSQL, REST APIs Frontend: React, , TypeScript, Tailwind CSS Desktop: Electron (TypeScript) Integrations: Google Calendar/Meet API, SendGrid/Postmark (Transactional Email), exceljs Phase 2 Expansion: AWS S3, WebRTC / Audio Processing, WhatsApp Business API, Firebase Cloud Messaging (FCM) Key Qualifications & Competencies ...
*1. Project Name* `On-Demand GP Home Visit App | React Native + Node.js MVP` *2. Project Description* Building MediRide - an on-demand platform for GP home visits in South Africa. Scope for MVP: - Patient app: Book visits, triage, pay, live GP tracking, ratings - GP app: Go online/offline, accept jobs, navigate, submit clinical notes offline - Backend: Job dispatch, real-time tracking, Stripe/Paystack payments with split payouts, push notifications - Admin dashboard: Manage jobs, users, pricing, payouts What’s ready: - Full PRD v1.2 with flows and acceptance criteria - Figma designs for mobile + web admin - with all copy - Brand assets and staging API keys Tech: React Native for iOS + Android, Node.js + Express backend, PostgreSQL. Open to recommendations but must launch on ...
Novatech is looking for a Junior to Mid-Level Full-Stack Developer with strong English communication skills. English communication is the most important requirement for this role. Candidates should be comfortable speaking English in meetings, explaining technical ideas, asking questions, and providing regular progress updates. Requirements Strong spoken and written English, preferably C1 or C2 level Junior to mid-level full-stack development skills HTML, CSS, and JavaScript Experience with React, , Angular, Vue, or similar Experience with Node.js, Python, Java, PHP, C#, or similar Basic knowledge of APIs, databases, Git, and authentication Reliable communication and ability to work remotely TypeScript, cloud, Docker, CI/CD, automated testing, and SQL/NoSQL experience are helpful but not...
I’m ready to commission a complete, production-ready web application for my business and I’d like one experienced developer (or a tight-knit team) to take it from first commit all the way to deployment. Scope You’ll design and code a modern, professional UI/UX that looks sharp on mobile, tablet, and desktop. I don’t have a fixed colour palette, so feel free to propose a style guide that reflects a clean, contemporary brand. Tech stack • Frontend: React with for SSR and routing • Backend: Node.js with Express • Database: MongoDB (Atlas or self-hosted—let’s discuss the best fit) • Auth: secure signup / login with hashed passwords and token-based sessions • REST APIs powering the client, admin dashboard, and any futur...
Should be available in bangalore Whitefield area. Depth knowledge and hands-on experience in Java, Spring Framework, REST API, JPA, Hibernate, Unit testing and React / in core Java, spring frameworks, hibernate, SOAP and REST API. designing applications, applying design patterns and principles. Strong experience in spring boot, key annotations and configurations, REST API and development, Microservice principles and implementation. Strong experience in REST Http services design using Swagger/Open API, unit testing and integration testing. Strong experience in frameworks/ modules like Spring Core, Spring MVC, Spring AOP, Spring Batch and Spring Data experience with SQL Server / PostgreSQL / MySQL or any RDBMS integration using JPA-Hibernate and SQL tasks i.e., writing stored procedures, co...
I’m building a fully functional web-based application that lets people exchange private messages while staying anonymous. The same codebase must feel seamless on both desktop and mobile browsers, so a responsive front-end (React, Vue, or similar) paired with a solid back-end is essential. Core requirements • User accounts created and accessed strictly through an email-and-password flow. No social, no 2FA for now—keep the sign-up short but secure. • True anonymity once inside the system: users choose display handles unlinked to their registration email, and messages are accessible only to sender and recipient. • End-to-end encryption and database‐level hashing / salting of credentials. I’m open to your preferred libraries or frameworks as long as the ...
## Project Title **AI + Node.js Developer Required for Ecommerce Platform** ### Project Overview We are looking for an experienced **AI + Node.js developer** to build and enhance a modern, scalable **ecommerce platform**. The developer should have strong experience with Node.js, ecommerce APIs, databases, AI integrations, and third-party services. ### Key Responsibilities * Develop a scalable ecommerce backend using **Node.js** * Build secure REST APIs / APIs for frontend and mobile applications * Integrate AI features such as: * AI product recommendations * AI-based search * Product/content generation * Customer support chatbot * Personalized shopping experience * Develop product, category, cart, checkout and order management systems * Integrate payment gateways * Integrat...
Bug fix in a real-time chat application. Context: chat messages are stored as generic ChatEvent rows in Postgres, with no dedicated flag distinguishing a private message from a public one — private messages currently arrive with a text-based marker prefixed to the message body (e.g. a bracketed tag at the start of the string). The frontend chat component already has a fully built, distinct rendering path for private messages (different visual treatment) — it just never gets used, because the API route that serves chat events to the frontend maps every single row to the generic "chat" type regardless of content, so the private-message type the frontend already knows how to render is never actually emitted. Task: update the API route so it correctly detects the priv...
already runs as a wellness-focused SaaS; what I need now is a solid round of enhancements so the platform feels fresh, functions flawlessly, and can finally accept payments. Scope of work • Payment integration – a fully tested gateway wired into existing subscription logic so users can pay and see their status reflected in real time. • Media refresh – remove the dated images across public and member areas and replace them with the new assets. Adding of features and generation of reports by users . minor changes in the colour • Bug & function fixes – any broken or unreliable flows uncovered during the upgrade should be resolved before hand-off. Tech environment The app is a typical SaaS stack (React frontend, Node/Express API, MongoDB). If you...
Our production platform is built on Node.js and I’m looking for someone who can step in as a long-term partner to keep it healthy while steadily making it better. Day-to-day you’ll be digging into three broad areas: • Fixing bugs as they surface so the system remains stable. • Profiling and tuning performance to keep response times low, memory use under control, and throughput high. • Enhancing existing features—polishing the user interface, tightening up backend logic, and refining the data-processing layer whenever we see an opportunity. Most of the work is about improving what already exists rather than building brand-new modules, so an eye for incremental refactorings, clean code, and solid test coverage is essential. I’ll share a prioritize...
For SUPERMARKET – FULL-STACK QUICK COMMERCE PLATFORM We need a production-ready Blinkit-style grocery platform with 4 connected modules: 1. CUSTOMER APP – OTP login, location, categories, search, products, cart, coupons, checkout, COD/online payment, delivery slots, order tracking, history and notifications. 2. STORE APP – receive/process orders, manage products, categories, prices, discounts, stock, low/out-of-stock items and inventory updates. 3. DELIVERY APP – login, online/offline status, receive/accept orders, store pickup, GPS/maps, delivery tracking, OTP confirmation and delivery history. 4. SUPER ADMIN/CRM – complete control over customers, orders, inventory, stores, delivery partners, payments, revenue, offers, reports and full order timelines. ...
I need a clean, minimalist admin-side chat application that runs smoothly in any modern browser and ships with a lightweight desktop build (Electron or similar is fine). Core features I must have: • User management so I can add, edit, suspend, and track users. • File-sharing inside chat threads (common formats up to 100 MB). • Instant, real-time notifications for new messages, uploads, or status changes. The interface should resize gracefully from small laptop screens to ultrawide monitors without breaking layout. Please keep the visual style simple—flat colours, clear typography, uncluttered spacing—so agents can focus on conversations. Your deliverable will include: 1. Fully functional web version, ready to deploy on a standard LAMP or Node.js stack. 2...
Backend Developer (NestJS / AWS) We’re hiring backend developers to build a multi-module operating system for an architecture & interior design studio—Sales CRM, AI-assisted site visits, design-gate workflows, project management, and operations. You’ll work on NestJS (TypeScript) APIs, domain modules, and workflow/state machines PostgreSQL data models, RBAC, audit trails, and document metadata Async jobs (SQS): notifications, reminders, AI site-visit report generation AWS: ECS/Fargate, RDS, S3, Cognito, SES, Redis Integrations (LLM/Bedrock, email) and solid API contracts for the frontend What we expect Strong Node.js / TypeScript and REST API design Hands-on PostgreSQL, auth/RBAC, and production debugging Comfort with AWS (or equivalent cloud) and CI/CD Clear com...
Om Finance – Finance Manager (PWA) Jun 2025 – Jun 2025 Built a modern finance tracking Progressive Web App using React + , styled for mobile-first experience and deployed on Vercel. Packaged into a real installable Android app using Capacitor and published with full native support. Features: Expense Tracker, EMI Calculator, Dashboard, Firebase Auth Tools Used: React, , Firebase, Capacitor, GitHub, Android Studio, Vercel Responsive UI with zoom disabled, keyboard-safe layout, and full-screen mobile view Fully hosted and installable across devices > Started this app as a #VibeCoding experiment — no fancy professional experience, just pure passion to build something real. Taught myself how to connect React + Firebase, deployed on Vercel, and finally packed it i...
I’m looking for a developer who can build a clean, intuitive application devoted entirely to personal note-taking. My goal is a distraction-free space where I can quickly jot ideas, organise them in a logical structure, and retrieve them just as easily. Platform choice is flexible—desktop, mobile, or a web-based hybrid—so feel free to recommend the stack you think suits a personal workflow best. Key considerations • Speed and simplicity: the interface should load fast and stay out of the way while I write. • Local data ownership: notes must remain private, with any optional cloud element clearly explained and under my control. • Future-proof code: well-commented, modular, and easy for another developer (or me) to extend later. When you respond, show me ex...
I am looking for a skilled Angular developer to assist me in integrating the PhonePe mobile payment service into a web application. The goal of this project is to ensure a seamless payment experience for our users. Key Requirements: - Solid experience with Angular for web development - Proficiency in integrating third-party mobile payment services - Familiarity with PhonePe API or a similar service - Understanding of security measures in payment processing The ideal candidate should be able to: - Work efficiently to integrate the PhonePe service into our Angular-based web application - Ensure the payment process is seamless and intuitive for our users - Implement appropriate security measures to protect user data during payment transactions - Conduct thorough testing to ensure the integ...
I am building a modern, cloud-based accounting and financial management solution and need someone who has already walked this road with double-entry engines, multi-tenant security, and mobile-ready architecture. Scope of the first milestone The very first release must run smoothly on Android. Web and iOS will follow, so every design decision—database schema, API layer, authentication—has to be service-oriented and easily portable. Core features to implement in that milestone • Double-entry bookkeeping with a configurable Chart of Accounts • General Ledger, Journal Entries, Accounts Receivable, Accounts Payable, Cashbook, Bank Reconciliation • Accountant role (with the ability to extend later to Admin and Viewer) • Real-time Income Statement and C...
I’m launching an online store and need it built from the ground up with HTML, CSS, JavaScript and Angular. The look should be clean and contemporary, the flow effortless on both mobile and desktop, and the overall performance snappy. I already have a defined colour palette you can weave into the UI. Alongside the shop itself I’d like an About Us/Company page to tell our story, and I’m counting on you to suggest the most intuitive navigation structure, secure payment integration and SEO-friendly routing. Deliverables • Fully functional Angular e-commerce site styled with my colour scheme • Responsive layout proven across current mobile and desktop browsers • Unit and end-to-end tests that cover browsing, cart and checkout flows • Performance o...
I need a seasoned full stack developer to help integrate OpenAI APIs into my existing application. The tech stack includes React, , Node, PostgreSQL, and REST APIs. Key Responsibilities: - Frontend Development: Building responsive UIs with React and Next.js. - Backend Development: Setting up and managing Node servers, PostgreSQL databases, and REST APIs. - AI Integration: Seamlessly integrating OpenAI APIs into our system. - QA & UI Testing: Ensuring a bug-free, high-quality user experience. Ideal Skills & Experience: - Proficient in React, , Node, PostgreSQL - Experience with OpenAI API integration - Strong background in QA and UI testing - Excellent problem-solving skills for bug fixing Please include your relevant experience in your application.
I want to build a browser-based social platform from the ground up. The goal is a clean, responsive web application where users can create accounts, manage profiles, connect with other members, and interact in real time. I already have rough wireframes and user stories; your job is to turn them into a working MVP and guide the project through to production launch. Here’s what I need from you: • Select an appropriate modern stack (React, Vue, or similar on the front end; Node/Express, Django, Rails, or comparable on the back end) and justify the choice. • Set up authentication, profile management, a simple follow/connection system, and at least one real-time interaction module such as messaging or a live feed. • Host the code in a private Git repository with clea...
Saya ingin menghadirkan pengalaman belajar digital yang lebih mendalam melalui sebuah aplikasi interaktif khusus pemrograman. Fokus utama aplikasi ini adalah tugas-tugas praktek yang mendorong pengguna menulis, menjalankan, dan mengevaluasi kode secara langsung—bukan sekadar menonton video atau membaca materi pasif. Ruang lingkup yang saya bayangkan: • Modul latihan terstruktur (beginner hingga intermediate) lengkap dengan penjelasan singkat, contoh kode, dan sandbox editor. • Sistem penilaian otomatis yang memberi umpan balik instan begitu pengguna menekan “Run” atau “Submit”. • Dashboard kemajuan yang mencatat skor, lencana, dan rekomendasi materi lanjutan. • Antarmuka responsif dan intuitif, nyaman diakses lewat desktop maupun p...
If you want to stay competitive in 2021, you need a high quality website. Learn how to hire the best possible web developer for your business fast.
Learn how to find and work with a top-rated Google Chrome Developer for your project today!
Learn how to find and work with a skilled Geolocation Developer for your project. Tips and tricks to ensure successful collaboration.