Using MySQL Database from Node.js [Guide]
Step by step guide for using MySQL database engine from Node.js
...pops up and the page stops there. I can capture and share a screenshot of the exact message, but I don’t have the text copied out. Nothing else needs to be clicked for the issue to appear; it happens instantly after authentication. I’m looking for someone willing to troubleshoot this one-off problem pro bono. You’ll have temporary access to the project files or a zipped copy (C#, .NET Framework, SQL Server back-end) so you can replicate and patch the fault. Once you identify the cause and supply the fix—whether it’s a tweak, an authentication middleware adjustment, or a code-behind patch—I’ll implement it on the live server and confirm the site moves past the login screen without throwing the error. If you enjoy helping out and wou...
Our production platform is already live on CodeIgniter (MVC) with a Bootstrap front end, Ajax-heavy JavaScript, a MySQL/SQL back immediate need is to improve code maintenance so the application can scale cleanly while we continue to ship new functionality. What needs to happen: • Track down and resolve outstanding bugs that affect both the customer dashboard and admin area. • Build out several new features now on the roadmap, using the current CodeIgniter architecture but written cleanly enough to migrate later to Laravel or a Node.js micro-service. • Refactor brittle controllers, models, and SQL queries for faster response times and lower complexity.
...several related Excel sheets straight into my PostgreSQL database. No transformations are required—just a clean import exactly as the data sits now. During the session we will • create or confirm the target tables and column types, • choose the quickest import method (COPY commands, pgAdmin’s import wizard, or any tool you prefer), • load every sheet accurately, and • finish by writing a few SQL queries to verify row counts, join related tables, and pull sample SKU-level results. Deliverables for me at the end of the call will be: • a working, repeatable import script or step-by-step notes; • the example SELECT queries we ran together; and • confirmation that every row of product data landed in Postgres without errors...
I’m looking for a reliable way to mirror my on-premise SQL database to AWS RDS in real time. The web service you build will capture every change that hits the local tables—customer information, inventory data, and transaction records—then push those changes up to the cloud with minimal latency. My priorities are: • Zero data loss and consistent state between the two stores, even when connectivity drops temporarily. • Latency low enough to feel immediate to downstream apps that rely on the cloud copy. • A straightforward deployment path: I should be able to install the service on a Windows or Linux host beside the local database, point it at the RDS instance, and watch it run. Deliverables 1. Source code for the sync service (language and f...
I’m working on a college assignment that requires a fully-functional Hospital Management ...electronic medical records storage with role-appropriate access • Admin dashboard to oversee users, departments, inventory, and finance summaries • Dynamic reporting (daily collections, patient census, doctor workload, etc.) with export to PDF/Excel • Separate Doctor and Patient portals for updating notes, viewing prescriptions, and checking visit history Please include a short README and a SQL dump for easy setup, and comment your code so I can explain it during my viva. If you propose an alternate tech stack, outline exactly how it will still meet every point above and remain simple enough for me to demonstrate in class. Looking forward to seeing how you’l...
I need a solid backend that lets several independent restaurants run from the same cloud platform while keeping a local MySQL database at each venue. The stack is already set: Node.js on the server side, Angular for the web console, and standard SQL. Core features I must see working: order management that mirrors every ticket and status update in real time, a secure user-authentication layer (roles for cashiers, kitchen, managers, etc.), and inventory tracking that updates stock counts the moment an item is sold or a delivery is recorded. Each restaurant keeps operating even if its connection blips, so a lightweight web service will sit on the local machine, watch the MySQL tables, and push changes to the cloud API the instant they happen; the cloud then replies with any new d...
...data from our internal finance databases and live web sources, then produces clear, timely analytics for management. Reporting and analytics are the sole focus—no transaction execution—so the system must excel at pulling, cleaning, and interpreting numbers rather than booking them. We also want to compare legal documents vs term sheets and excel spreadsheets Data sources • Company databases (SQL, flat files, Excel exports) - Dropbox all our files are in drop box • Extensive web scraping for competitor benchmarks and investment-market signals If you have ideas for safely adding external financial APIs later, let me know, but the two feeds above are mandatory. - There will Tech freedom I haven’t settled on Claude, OpenAI, or any other foun...
...employee ranks) • Admin suite that, at minimum, supports real-time Admin Chat Commands and integrates smoothly with in-game logs • Robust anti-cheat covering speed, teleport, weapon, and money hacks • Event/mission hooks so I can plug in future features without rewriting core modules Technical expectations – Pure Pawn, neatly sectioned includes, and a single well-named main gamemode file – SQL queries parameterized and abstracted, no inline string concatenation vulnerabilities – Server-side performance profiling to ensure mobile players stay under 50 ms ping spikes during peak hours – Consistent naming conventions, clear separation of data, logic, and presentation, and no dead code Delivery & handoff I’ll test on ...
...repository and staging server. • Document and prioritise fixes or improvements we agree on, then tackle them in small, testable milestones. • Push clean, well-commented code to Git, verify on staging, and help me roll changes to production once everything checks out. Core stack in use is modern HTML/CSS/JS with a popular front-end framework (React). The back end runs on Node, RESTful APIs, and a SQL database. Familiarity with performance tuning, accessibility best practices, and basic SEO is highly valued. Deliverable for each milestone 1. Updated source code committed to the repo 2. Short change-log outlining what was done, why, and any follow-up items 3. Confirmation that the feature or fix works on staging If you have recent examples of websites you have m...
The task is to turn my early-stage concept into a working hybrid MVP that will launch first on the web. Everything else in the pro...Vue on the front end, Node/Express, Django or a similar REST backend, paired with JWT or OAuth for token handling. What matters is that the codebase remains portable so I can wrap it later with Capacitor, Ionic or another bridge for iOS and Android. Deliverables • Deployable web build (staging & production) • Documented source in Git, including setup/readme • Database schema / migrations (SQL or NoSQL) • Basic test coverage for the auth routes • One brief walkthrough call on hand-off Once the auth workflow is solid we’ll iterate on dashboards, data models and mobile packaging, but this listing is just fo...
...the code clean and well-documented. Country handling should rely on a dedicated table so I can add or deactivate markets without touching code. A single-page Vue or Alpine-powered admin dashboard is preferred, but Blade is acceptable if you keep the UI responsive. I will test on PHP 8.2, MySQL 8, and the latest Laravel version, so stick to those versions. Acceptance criteria 1. Fresh repo and SQL dump install in under five minutes 2. All three feature sets above function across at least two demo countries 3. Permissions: admin can edit anything; owner can only edit their own listing 4. Code passes phpstan level 5 and php-cs-fixer default rules Please include a short readme covering setup, environment variables, and any third-party packages used....
...the code clean and well-documented. Country handling should rely on a dedicated table so I can add or deactivate markets without touching code. A single-page Vue or Alpine-powered admin dashboard is preferred, but Blade is acceptable if you keep the UI responsive. I will test on PHP 8.2, MySQL 8, and the latest Laravel version, so stick to those versions. Acceptance criteria 1. Fresh repo and SQL dump install in under five minutes 2. All three feature sets above function across at least two demo countries 3. Permissions: admin can edit anything; owner can only edit their own listing 4. Code passes phpstan level 5 and php-cs-fixer default rules Please include a short readme covering setup, environment variables, and any third-party packages used....
...a table view and modal forms for adding or editing records. Please keep the code readable and tutorial-friendly. Inline comments that explain the reasoning behind key sections—especially JDBC connections, prepared statements, and event handling—are essential. Include a concise README that tells me how to import the project, run the SQL script to create the tables, and launch the application. Deliverables • Complete Java source code organised in packages • SQL file to create and populate the sample MySQL schema • Well-commented Swing UI classes showing form design, validation and table refresh logic • README / brief documentation (setup steps, class overview, screenshots if possible) I’ll test by compiling, running and verifyin...
...Key Deliverables Interactive Power BI dashboards with slicers and filters Cleaned and structured datasets ready for reporting Business insights and observations derived from the dashboards Identification of operational bottlenecks and revenue leakage points Tools & Skills Used Power BI – Dashboard creation, DAX measures, data modeling Excel – Data cleaning, validation, and preprocessing SQL (where applicable) – Data extraction and aggregation Data Analysis & Data Management Business Insights & Reporting Outcome This project demonstrates the ability to: Handle real-world food-tech and delivery platform data Convert raw operational data into meaningful insights Build decision-ready dashboards for stakeholders Support business teams in i...
I need an experienced SQL professional who can take customer data sitting on a remote SQL Server and refresh the corresponding tables on our in-house server every day. The transfer must be reliable, consistent, and handled through SQL Server Management Studio (SSMS), as that is already part of our workflow and permissions model. Your job will be to analyse the source schema, map it cleanly to our destination tables, set up the daily pull / push routine, and keep concise logs so I can trace each run at a glance. Data consistency checks, graceful error handling, and verification reports are essential because the customer records drive several downstream apps on our side. The engagement is straightforward: configure the process, prove a few consecutive successful ru...
...an experienced .NET Trainer / Senior Developer to conduct an intensive classroom-based training program for final-year engineering students. Location Gudivada, Andhra Pradesh (Onsite) Batch Size 30–40 students Duration 15–16 days Daily Schedule 9:00 AM – 1:00 PM 1:30 PM – 4:30 PM Responsibilities Deliver hands-on training covering: C# fundamentals ASP.NET Core Web API Entity Framework Core SQL Server Authentication and Authorization Industry-standard architecture and best practices Guide students through a real-world industry project Share professional development and interview preparation insights Assign daily exercises and conduct code reviews Requirements Minimum 5 years of experience with .NET / ASP.NET Core Prior corporate training or teaching ...
...x with Laravel framework (or CodeIgniter if you prefer) - MySQL/MariaDB database - Compatible with Apache or Nginx server - Ubuntu/Linux VPS compatible - Clean, organized code with comments - Easy to maintain and update Performance & Security: - Fast loading speed (optimized images, lazy loading, caching) - SEO-friendly URLs (example: ) - Security features: - SQL injection protection - XSS protection - CSRF protection - Secure password hashing - Admin panel IP whitelist option - reCAPTCHA on registration/login - CDN compatible (Cloudflare integration) SEO Optimization: - Proper meta tags (title, description, keywords) for all pages - Open Graph tags for social media sharing - markup for movies/TV shows - XML sitemap auto-generation -
I need a concise technical blueprint that shows exactly how to print in Cityworks environment at through SQL Server Management Studio. The goal is to make sure a field on the form "DUP. BAD CHECK “ L-If a Bad Check fee (L-BADCHECK) is attached to a case, it's owed. Status, type, etc. do not matter. Same for L-DUPLCTE. L-DUPBC - this is either or both a bad check fee and a duplicate fee from historic records (Pre-migration) 30 - BC 20 - Dupe 50 - Both (Rare, if it exists) the Cityworks front-end application, then landing it in the back-end SQL database on a batch schedule. You’ll be working with: • Cityworks PLL (latest build) • Microsoft SQL Server 2019 + SSMS What I expect from you: • A clear, step-by-step docum...
I need a lightweight .NET MAUI mobile application that targets Android and contains only three sc...configuration, must live in a MySQL database accessed through a secure REST API that you will craft and integrate. Please separate API, data-access and front-end layers cleanly and keep the code in MVVM pattern. C#, .NET 8, Entity Framework (or Dapper), Visual Studio and standard platform libraries for biometrics and NFC are preferred. Deliverables • Complete MAUI solution and REST API source code • SQL script that creates the MySQL schema and seeds sample data • Release-ready APK/AAB • Concise setup guide covering environment requirements, build steps and how to change the WebView URL Begin your proposal with the exact phrase “MAUI-READ” to con...
...On the server side you’ll architect RESTful endpoints with ASP.NET Core Web API, wire them to MS SQL Server, and keep performance in check through efficient queries and thoughtful caching. On the client side you’ll create reusable React components, manage state responsibly, and make sure the UI stays snappy across modern browsers. I expect clean, well-documented code, meaningful unit tests, and proactive communication when a requirement needs clarification. Collaboration is part of the daily routine: you will coordinate with designers on UX tweaks, testers on edge-case scenarios, and me on sprint priorities. Deliverables • Fully functional React front-end connected to ASP.NET Core APIs • SQL schema plus seed data scripts • Source code in ...
...system using windows application form VB.Net and SQL Server. The application should include: Roles: - Admin: Manage system and users - Registered User: Book flights and cancel bookings Key Features: - Login/Registration: ask new users to register and then login to secure access for users - User/Admin Interface: users book, cancel, select payment option, and also can get smart destination recommendations Admins manage users, flights(add/edit), bookings, cancellations. - Booking/Cancellation flight reservations - Basic Payment Options: Credit/Debit Card, Bank Transfer - Smart Destination Recommendation: Suggest budget-friendly destinations based on user’s budget, travel type, source, departure date Ideal Skills: - Proficiency in VB.Net and SQL Server - Experience ...
...XenForo users (no extra log-ins) • preserves existing photo comments and album structure • presents the pictures in a clean carousel / slideshow view I’m open to whichever tool makes the most sense—XenForo Media Gallery, an external PHP/SQL package, or another solution—as long as it installs cleanly on CloudLinux and has an active support community. You will handle the data export from Photopost, map users to the current XenForo IDs, import the media, then confirm everything displays and comments post correctly in the new environment. Deliverables • SQL export/scripts and a repeatable migration process • Deployed gallery running on our staging server, ready for final switch-over • Brief hand-off notes so I can maintain i...
...every other column that appears in the original ODB file. Both the full address string and the explicit lat/long coordinates have to be preserved so I can map or geocode later. The ODB occasionally stores lookup tables in separate relations; bring those values across so the sheet is human-readable— no foreign-key IDs left unresolved. If you use any transformation scripts (Python, LibreOffice Base, SQL, Power Query, etc.) please hand those over as well; I may need to re-run the process when updated releases appear. If I decide to add extra columns later, I’ll let you know, so keep your workflow flexible enough to accommodate a quick re-extract. Deliverables for acceptance: • Clean, filter-ready .xlsx file with every building in Canada • Any code or queri...
...Android TV Responsibilities Maintain and improve existing websites and admin dashboards Maintain backend services and APIs Bug fixing, performance improvements, and refactoring Maintain and update Samsung & LG TV applications Assist with app store submissions and updates Communicate clearly about progress and risks Tech Stack Frontend: JavaScript, React / Backend: Node.js, REST APIs Databases: SQL / NoSQL Smart TV: Samsung Tizen, LG webOS Android TV (strong plus) Streaming / IPTV experience is a big plus Requirements (Important) Proven experience publishing Samsung or LG TV apps Comfortable working on both frontend and backend Experience maintaining live production systems Able to work independently and take ownership Available 10–20 hours per week Engagement Part-time...
I am building a fully-featured social networking platform from the ground up and need a developer who can own both the server-side and front-end work. The stack is set: C# ASP.NET (Core preferred) powered by an MS-SQL database. Scope of work You’ll start by architecting the database, spinning up the ASP.NET project, and exposing a clean, well-documented REST (or GraphQL, if you prefer) API. Identity-based authentication, role management, and token-based security need to be wired in from day one. Key features I must see at launch: • Messaging system (asynchronous and real-time) • News feed with post, comment, like, and share capabilities • Private chat using SignalR or an equivalent WebSocket solution • Meeting scheduling module that lets users c...
...me: you shape the strategy, write and design scroll-stopping creative, build precise audience segments, launch and continuously optimise the ads, then distil performance into clear insights I can hand straight to the sales team. LinkedIn Campaign Manager, Google Ads Manager and Facebook Ads Manager should feel second nature to you, and you’ll already have a playbook for tightening CPL and boosting SQL volume in complex, high-ticket funnels. Deliverables • Channel-specific campaign plan with audience definitions and creative concepts • All ad creatives and copy (static, carousel, video where relevant) ready for upload • Live campaign setup and tracking (UTM, conversion events, remarketing) • Weekly performance dashboard and a concise summary of o...
... security, and performance optimization Maintain documentation for integrations and workflows Support testing, deployment, and monitoring of integration solutions Required Skills Strong hands-on experience with SnapLogic Integration Platform Experience with REST/SOAP APIs and Web Services Knowledge of JSON, XML, and data transformation techniques Experience working with databases such as SQL Server, MySQL, or Oracle Understanding of cloud platforms (AWS, Azure, or GCP is a plus) Familiarity with ETL/ELT concepts and integration patterns Strong debugging and problem-solving skills Preferred Qualifications Experience with CI/CD and version control tools Exposure to enterprise applications like Salesforce, NetSuite, SAP, or similar Good communication and documentation ...
My web backend already handles real-time WebSocket traffic and device-to-server messaging, but the client management module now needs immediate attention. The current codebase shows signs of SQL injection issues and server misconfigurations, and an initial scan hints at possible backdoors. Here’s what I need you to do: • Conduct a full security audit across the PHP + MySQL stack (running on Apache in a XAMPP-style setup) as well as the Node.js WebSocket layer. • Isolate and remove any backdoors, patch every SQL-injection entry point you uncover, and fix configuration mistakes that could expose the server. • Redeploy the cleaned code on a fresh, standard Linux server image, migrate the database where necessary, and confirm that all WebSocket real-t...
...content, and schedule sends. • Journey Builder & Automation Studio: create multi-step automations, triggered sends, and lifecycle journeys that run reliably without manual intervention. • Contact Builder & Segmentation: audit existing data extensions, write SQL queries where necessary, and deliver clean, actionable audience segments. Everything needs to move quickly—ideally you can start within days and have first assets live shortly after. I’ll provide branding, copy, and any creative assets; you bring SFMC best practices, AMPscript/SQL know-how, and a proactive approach to troubleshooting. Acceptance criteria 1. At least one new automated journey built, tested, and deployed. 2. Two existing campaigns audited and optimised for del...
...GPS navigation Rush / Greek Dance section Permanent ban system Important Notes for Developers This project is to build the system only Developers must not register as members Only the Owner or authorized Admins may approve, suspend, or permanently ban members Laravel + PostgreSQL + managed cloud hosting Here are 2 copy/paste lines you can add to your Freelancer post so devs stop pushing SQL Server: Platform Preference (Add to Job Post) Preferred stack: Laravel (latest stable) + PostgreSQL Hosting: managed cloud server (DigitalOcean / AWS / Azure / Render) with SSL, backups, and security hardening....
I’m standing up a brand-new business-intelligence stack in Snowflake and need a reusable migration framework built with dbt and solid SQL. The framework has to pull from two kinds of sources—existing relational databases and the steady stream of CSV/Excel flat files our teams export—then land, cleanse, validate, and automate each load all the way into analytics-ready tables. Here’s what I’m after: • A dbt project structured for easy extension, complete with models, seeds, macros, and tests that enforce data-quality rules at every stage. • Parameterised SQL and Snowflake tasks/procedures that orchestrate fully automated loads, from raw landing zones through staging to final marts. • Built-in monitoring and reporting—leve...
I want to build a payroll processing app for internal purposes only using: 1. Vercel → frontend + API 2. Supabase → database + auth + storage 3. Stripe → payments **Summary: The Essential Skill Set** Must know: ### **Languages** - TypeScript - JavaScript - SQL (Postgres) ### **Frontend** - React - - TailwindCSS ### **Backend** - Node.js - Supabase SDK - Stripe SDK ### **Security** - RLS - JWTs - Web security basics
I already have a Microsoft Access front-end tied to a SQL Server back-end that handles most of our license-tracking workflow, but a few finishing touches are still missing. The core tables, forms, and queries are in place; what I need now is targeted help refining the last pieces so the system reliably tracks license issuance, renewal dates, and ongoing compliance status. The current file opens with an Admin-only switchboard, and that role must remain the single point of entry for design changes and any elevated tasks. I’ll provide a copy of the Access file, the ODBC connection string, and a short schema overview of the SQL tables so you can jump straight into development. Key goals • Extend or adjust existing forms/queries so all three licence data points&mdas...
I need help moving structured information that currently sits inside a batch of Word files into my SQL database. Every document follows the same template—think headings like Name, Address, Reference ID, Dates, and a few numeric fields—so once you see one you’ll immediately understand the layout of the rest. The job is pure data extraction from documents. You’ll read each Word file, pull the fields exactly as they appear, and insert them into the SQL tables I’ll provide. I will supply: • a sample of the Word template • the SQL schema with column descriptions • a small set of completed rows so you can confirm formatting Accuracy is key; any typos or misplaced values will create reporting issues downstream. Please make ...
...robust, scalable data pipeline that pulls data from the Blackbaud API and loads it into an Azure SQL Database using Azure Data Factory (ADF). The goal is to have a fully automated, secure, and monitored ETL pipeline that runs on a scheduled basis and supports future scaling. Project Scope 1. Data Ingestion Connect to Blackbaud REST APIs (OAuth authentication) Handle pagination, rate limits, and API throttling Extract multiple endpoints (e.g., constituents, gifts, transactions, etc.) 2. Data Transformation Clean, normalize, and structure raw API JSON Handle nulls, schema drift, and data type conversions Add audit fields (load date, source system, batch id) 3. Data Loading Load data into Azure SQL Database Support incremental loads (delta logic) Implement upsert/merge logic ...
I need a professional to create a modern and ATS-friendly resume and cover letter tailored for a mid-level Data Scientist position. Requirements: - Resume for IT/Data Science/Software field - Highlight my skills: Python, SQL, Power BI, Excel - Add internship/project details - Format should be clean, professional, and easy to edit - Delivery in Word and PDF Soft Skills to Emphasize: - Communication - Problem-solving - Teamwork Ideal Skills and Experience: - Proven experience in resume writing for tech roles - Familiarity with ATS requirements - Strong understanding of data science industry and job requirements - Excellent writing and formatting skills
...exactly as it does in SAP so the books tie out without manual adjustments. Because I’m not certain how much transformation or field mapping will be required, I’ll rely on your expertise with the SAP B1 DI-API/Service Layer and Tally Prime’s import utilities (XML, ODBC or any gateway you prefer) to identify gaps, create the mapping, and carry out the transfer end-to-end. If lightweight scripts, SQL queries or custom add-ons are needed, please include them and comment your code so I can maintain it later. Deliverables • Clean export from SAP B1 containing financial, inventory and sales data • Verified mapping file(s) or script(s) that translate SAP fields to Tally formats • Successful import into my Tally Prime database with balances and...
Hello, my name is fathalishah. i am from afghanistan i have been working for 3 years as full stack developer which can i work with html ,css,javascript,react,tailwindcss and bootstrap and backend i can work with Python+django django-restframe api , sql,mysql, and as desktop developer i can work with tkinter and also i can work as data scientest work with NUMPY ,PANDAS,scikit-learn,Matplotlib i hope i can do my best for you Thanks..
I’m building a CRM from scratch with C# / ASP.NET Core MVC (.NET 10) and MS SQL Server and need a developer who can pair robust architecture with a polished, enterprise-grade UI. Features are attached with this post. Role-based access control Admin, Salesexecutive, and Customer Support Agent profiles should be available out of the box, each with easily adjustable permissions from an Admin panel. Tech stack & code quality - C# / ASP.NET Core MVC (.NET 10) with a clean, layered solution (Domain, Application, Infrastructure, Web). - EF Core (code-first), DI, async best practices. - MSSQL back-end. - Responsive, modern UI (Razor pages or Blazor are both fine) that feels consistent with enterprise SaaS products. - Source control in Git with tidy commits and a...
I need a lightweight, web-based application that lets me assign tasks to each team member (one or more for a single ...for testing. 3. Hosting in cloud. 4. A short video or screenshare walk-through confirming every feature works. Acceptance criteria • I can add, edit, assign, and close tasks without page reload errors. • Login and logout flows are secure and session-based. • Dashboard updates reflect the latest status without manual refresh. • Code passes a quick vulnerability scan for common issues (SQL injection, XSS). If you already have a boilerplate you can adapt quickly, great—tell me. Otherwise, outline your proposed stack, timeline, and any questions you still have so we can get started. We are based in New Delhi. Local Developers pr...
I am completing a capstone project that must showcase end-to-end work inside Power BI. The source data sits in SQL Server and is modest in size—well under 10 k rows—so performance tuning will centre on clean Query Folding rather than heavy aggregation tricks. Here is what I need done: • Connect Power BI to the SQL Server instance through Power Query, document each step, and keep every transformation foldable. • Shape and load the tables, then model them with the correct many-to-many relationship where required. Please do this in the Model view so the links are visually clear. • Create essential DAX measures—CALCULATE(), RELATED(), and any supporting columns you find helpful—so the model answers typical summary and slice-and-dice qu...
... Requirements Qualifications: Highly Regarded: Bachelor's degree in Computer Science, Engineering, or a related field At least 2 years of experience developing solutions using the Zoho platform; know the latest platform. Solid understanding of Zoho applications, including Zoho CRM, Zoho Books, Zoho SalesIQ, Zoho Bookings and Zoho Forms Proficiency in Deluge script, HTML, CSS, JavaScript, and SQL; with understanding code is a last resort with implementation. Experience with web services and APIs Strong analytical and problem-solving skills Excellent communication and interpersonal skills Scoping and flowchart mapping skills Benefits If you are a highly motivated individual with a passion for developing innovative solutions using the Zoho platform, we would love to hear f...
During statement-level regression testing I noticed that any policy carrying a premium tax—examples 01N6000098 and 600000000000809—now shows the wrong death benefit on the client statement. The PDF is pulling DEATH BENEFIT VALUE, yet it should reference TOTAL DEATH BENE VAL on Valm D. I need someone experienced with our policy management system’s data layer, statement generation logic (SQL extracts, mapping tables, Jasper / Crystal templates—whatever tool you prefer to work in), and general insurance data structures to: • Trace the field mapping used when the statement compiles. • Update or override it so the statement fetches TOTAL DEATH BENE VAL for any policy where a premium tax flag exists. • Regression-test at least the two sample po...
...requests reach the Python logic, make the logic persist results without race conditions, and return fresh data to the interface instantly. Along the way, refine any clumsy statements—sub-queries, joins, or missing indexes—to keep response times snappy on a few hundred thousand rows. Key deliverables • Updated Java and Python code that share a consistent, well-documented data contract • Revised SQL scripts (migrations, seed data, index additions) ready to run from scratch • Proof that all CRUD paths work end-to-end: launch UI, perform actions, restart app, data still present and correct • A concise changelog explaining what was touched and why If anything in the hand-off pack is unclear, flag it early so I can clarify. Once the flow is r...
...responsive UIs using Razor Components Implement Dependency Injection and modern web architecture Work with our team for testing and implementation Skills Required: Strong experience with WinForms and .NET Framework Proficiency in Blazor Server or Blazor WebAssembly Deep knowledge of Entity Framework 6 and EF Core Familiarity with both Database-First and Code-First approaches Experience with SQL Server, Razor Components, and clean architecture principles Bonus Skills (Nice to Have): Experience working with ERP, Inventory, or POS systems Familiarity with Azure or other cloud hosting environments Basic UI/UX skills to enhance web interface usability Project Details: Type: Freelance (Milestone-Based) Location: Remote Duration: Estimated multi-week engagement Start: ASAP...
...current data landscape, spotting gaps or redundancies that prevent us from building accurate reports. • Design and build integrations—EIB, Workday Studio, Workday Prism Analytics, or another tool you recommend—that funnel clean data into Workday tables used by Workday Report Writer. • Configure calculated fields and custom report types so end-users can generate their own dashboards without extra SQL or manual exports. • Validate: deliver a small set of sample reports and reconcile them against the source system to prove data integrity. • Document everything clearly, then walk my team through the setup so we can own it going forward. Acceptance criteria 1. Three sample reports (operational, management, and summary style) run without manua...
Top Ranked Requirements 1. Adobe/AEM Architect: Expert-level structuring of Adobe Analytics (segments, dimensions, templates). This is the "heavy lift" of the role. 2. The "Storyteller" (Strategy Bridge): 5+ years of experience turning data into strategic recommendations for Creative and Strategy teams. 3. Technical Data Handling: Hands-on proficiency with SQL/Python for ETL and data cleaning, and BI tools (Domo, Tableau, Looker) for automation. 4. Governance Lead: The ability to create "durable" frameworks—naming conventions, tagging plans, and intake processes—that ensure data stays clean year-over-year. Core Responsibilities (The "What") • Design & Implement: Build measurement frameworks and "always-on" tr...
...pricing scrapes - the ability to match competitor price scrapes to our own product data and eventually set up some automatic price rules. This could include other types of external data in excel, sheets, csv, etc What You'll Hand Over By the end of the project (aiming for ~8 weeks), we expect: The Infrastructure: GCP project set up with BigQuery, IAM roles, etc. The Code: A Git repo with all the SQL/dbt models. It needs to be commented well so our team understands why you did what you did. Documentation: A simple data dictionary and a "how-to" guide for troubleshooting common errors. Developing & Training: Sufficient interaction and development sessions with our internal team to ensure the data warehouse matches our business logic and we have sufficient under...
ob Title: Senior Backend Architect: Automated Vehicle Valuation Engine & GHL Integration Project Overview: We are building a c...specific regions/models. GHL Architecture: Create a deep integration via GHL API v2 to handle lead tagging, instant SMS triggers, and title photo uploads. Database Management: Implement a database to track all historical quotes and auction outcomes for a feedback loop. Efficiency: The entire calculation must be optimized for 3s latency. Required Skills: Languages: Python (Selected), Node.js, SQL. APIs: API Development (Selected), API Integration, RESTful Architecture, Webhooks. Database: PostgreSQL or MongoDB. Automation: Experience with GoHighLevel automations and Twilio API. Bonus: Headless browser automation (Playwright/Puppeteer) for pri...
Looking for a full-stack engineer to help build features for an early software product. What you'll do Build and improve frontend and backend features Work with existing designs and requirements Write clean, reliable code Ship incrementally and iterate quickly Tech expectations Comfortable with mo...full-stack engineer to help build features for an early software product. What you'll do Build and improve frontend and backend features Work with existing designs and requirements Write clean, reliable code Ship incrementally and iterate quickly Tech expectations Comfortable with modern frontend (React / similar) Comfortable with backend APIs (Node, Java, Python, or similar) Familiar with databases (SQL or NoSQL) Comfortable using AI tools (e.g., ChatGPT, Copilot) as part ...
Step by step guide for using MySQL database engine from Node.js
Want to expand the freelance services you're offering? Learn a new skill and take an exam that will certify your expertise.