Browse
···
Log in / Register

Snowflake Data Engineer

Negotiable Salary

Axiom Software Solutions Limited

Sunnyvale, CA, USA

Favourites
Share

Description

Required Skills : Strong expertise coding in Snowflake and Python with 5+ years of experience Advance SQL querying skills. Hands on knowledge of Spark and PySpark is an added advantage Ability to collaborate with business users to gather requirements and ensure successful delivery. Experience working with offshore teams and cross-functional platform teams. Strong communication and teamwork skills. Required Skills : Strong expertise coding in Snowflake and Python with 5+ years of experience Advance SQL querying skills. Hands on knowledge of Spark and PySpark is an added advantage Ability to collaborate with business users to gather requirements and ensure successful delivery. Experience working with offshore teams and cross-functional platform teams. Strong communication and teamwork skills.

Source:  workable View original post

Location
Sunnyvale, CA, USA
Show map

workable

You may also like

Craigslist
🧑‍💻 At-Home Software Developer Work and Training
Join us in building great software—our team is looking for ambitious individuals eager to advance their development career in a collaborative setting. We are a software-focused tech company offering high-quality developer training. Want to become a full-stack developer using real frameworks and tools? This structured remote program is flexible, self-paced, and includes nearly 900 hours of project-based learning that prepares you for technical challenges in software development. The program includes: 🖥️ Tech & Programming Core Concepts • Learn how the internet, computers, and browsers work • Study logic, algorithms, and Python scripting • Build understanding of data structures and basic security 💻 UI & Web Development • Design websites with HTML, CSS, JavaScript, and Bootstrap • Create dynamic elements using jQuery and React.js • Implement responsive design for modern web apps 🗄️ Server & Database Integration • Use SQL and SQL Server for data storage and access • Work with Django and C#/.NET to build back-end systems • Master full CRUD functionality and database design 🧑‍💻 Programming Tools & Languages • Gain experience with key development languages and workflows • Use Visual Studio, Git, and GitHub for real-world project control • Learn best practices for solo and team-based coding 🧪 Capstone Development • Build and deploy two real projects (Python and C# based) • Apply Agile methods and work through debugging challenges • Produce portfolio-quality code and systems 🧰 Career Development Skills • Prepare for tech interviews and whiteboarding • Create job-ready résumés and cover letters • Plan your path into the software development industry No background needed. Remote learners encouraged. Apply now: https://techschooldev.online/
3541 35th Ave S, Minneapolis, MN 55406, USA
$30/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
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
Platform Engineer AI Tool & Integration
Platform Engineer - AI Tool & Integration Position Overview: The Data Analytics & AI department at RCG is seeking a highly skilled and experienced Software & Platform Engineer to join our team. This pivotal role requires a strong technical background in AI tooling, data platform architecture, cloud computing, and big data technologies. The successful candidate will be responsible for all tooling and integration with GenAI LLM, maintaining our Azure platform with OpenAI, and leveraging Databricks Mosaic AI. This role will be instrumental in driving innovation, ensuring seamless integration, and optimizing our AI and data platforms to meet the evolving needs of the business. Key Responsibilities: • Design, develop, and maintain tooling and integration for GenAI LLM and other AI models. • Manage and optimize our Azure platform, ensuring seamless integration with OpenAI and Databricks Mosaic AI. • Collaborate with cross-functional teams to identify and implement innovative AI solutions to enhance our platform capabilities. • Stay up to date with the latest advancements in AI and machine learning technologies to drive continuous improvement and innovation. • Develop and implement best practices for AI model deployment & scaling. • Design and execute integration strategies for incorporating large language models (LLMs) and CoPilot technologies with existing business platforms. • Assess and recommend suitable LLM and CoPilot technologies that align with business needs and technical requirements. • Conduct feasibility studies and proof-of-concepts to validate the integration of new tools and technologies. • Keep abreast of the latest advancements in LLM, CoPilot, and related technologies to identify opportunities for further innovation and improvement. • Understand and leverage MS CoPilot and MS CoPilot Studio for enhanced productivity and collaboration within the development team. • Integrate MS CoPilot tools into existing workflows and ensure seamless integration with other systems and applications used by the team. • Work closely with product managers, data scientists, and other stakeholders to gather requirements and ensure successful integration of LLM and CoPilot technologies. Requirements: • Bachelor’s or Master’s degree in computer science, Engineering, or a related field. • Proven experience in software/system/platform engineering, with a focus on AI tooling and integration. • Strong expertise in working with Azure, including managing and integrating AI services such as OpenAI and Databricks Mosaic AI. • Proficiency in programming languages such as Python, Java, or C++. • Experience with machine learning frameworks and libraries (e.g., TensorFlow, PyTorch). • Solid understanding of software development methodologies, including Agile and DevOps practices and tools for continuous integration and deployment. • Understanding of data security best practices and compliance requirements in software development and integration • Excellent problem-solving skills and the ability to work in a fast-paced, dynamic environment. • Strong communication and collaboration skills. Preferred Qualification: • Strong proficiency in one or more programming languages such as Python, Java, C#, or JavaScript. • Experience with large language models (LLMs) and familiarity with tools like OpenAI GPT, Google BERT, or similar. • Hands-on experience with Databricks for data engineering, data science, or machine learning workflows. • Proficiency in using Databricks for building and managing data pipelines, ETL processes, and real-time data processing. • Experience with machine learning frameworks and libraries (e.g., TensorFlow, PyTorch). • Hands-on experience with Microsoft CoPilot and CoPilot Studio. • Proficiency in working with APIs, microservices architecture, and web services (REST/SOAP). • Familiarity with cloud platforms such as AWS, Azure, or Google Cloud, and their integration services. • Knowledge of database systems, both SQL and NoSQL (e.g., MySQL, MongoDB). • Knowledge of natural language processing (NLP) and large language models (LLMs). • Previous experience in a similar role within a technology-driven organization. • Certifications in Azure, AI, or related areas.
Coral Gables, FL, USA
Negotiable Salary
Workable
Sales Operations Director (Estimating & Project Management)
D2B Groups is seeking an experienced Sales Operations Director (Estimating & Project Management) to lead its estimating and project management operations in the electrical and construction sector for a close client of ours. This pivotal role requires a strategic thinker who can enhance operational efficiency while driving sales growth. You will be responsible for overseeing the estimating department, ensuring accurate and timely project bids, and managing project lifecycles from inception to completion. Key Responsibilities: Develop and implement estimating processes and best practices that enhance efficiency and accuracy. Coordinate with sales teams to gather project specifications and requirements for accurate bid preparation. Oversee project management activities to ensure that projects are delivered on time and within budget. Build and maintain strong relationships with clients, suppliers, and subcontractors. Provide guidance and support to the estimating and project management teams, coaching them on technical and procedural aspects. Analyze project performance and provide insights to improve future estimates and project execution. Collaborate with the sales department to develop competitive pricing strategies. Monitor industry trends and competitive activities to ensure our estimating processes remain cutting-edge and effective. If you possess a strategic vision coupled with a hands-on approach in estimating and project management, we encourage you to apply for this exciting leadership opportunity. Requirements Bachelor's degree in Engineering, Construction Management, or a related field. Proven experience as a Sales Operations Director or in a similar role within the HVAC, equipment, or construction industry. Strong understanding of estimating processes and project management methodologies. Excellent leadership and team development skills. Strong analytical skills and the ability to improve processes. Exceptional communication and interpersonal skills. Proficiency in project management software and estimating tools. Ability to work in a fast-paced, dynamic environment. Benefits Health Care Plan (Medical, Dental & Vision) Retirement Plan (401k, IRA) Life Insurance (Basic, Voluntary & AD&D) Paid Time Off (Vacation, Sick & Public Holidays) Training & Development Work From Home
East Hartford, CT, 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.