Latest Items
- Full Stack Engineer
Full Stack Engineer
San Luis Potosi, Mexico
About the Position
As a member of the Panax team, you will be pioneering industry shaping tools to simplify designing, prototyping, testing and documenting high quality, consistent business applications.
You should be self-motivated and comfortable with the ambiguity of an early concept and taking part in the design, implementation, testing and delivery of tools and cloud-based SaaS solutions.
Responsibilities
You will be designing and implementing APIs, front-end SPA, testing, monitoring, supporting customers, deploying code, documenting and announcing new features.
Minimum Requirements
- Experience with full stack development, particularly with JavaScript, Node.js & SQL
- Experience with a modern front-end JS framework like Angular, React, Backbone
- Experience working as a software engineer on really cool SaaS solutions
- Fast learner and adaptable in a quickly-changing environment
- Able to prioritize and carry on responsibilities, calmly under pressure & with minimal oversight
- Willingness and ability to provide customer support and resolve issues
- Driven to deliver and balance between "getting things done" and “long term maintainability & extensibility”
- Passionate about technology and love working together with like-minded smart people
Preferred Qualifications
- BS in Computer Science or a related field, or equivalent experience
- Knowledge of ES6, Webpack, transpilers & modern JS ecosystem
- Familiarity with best-practices and Agile software development
- SCRUM
- Continuous Deployment
- Integration & unit testing
- Versioning (Version Control, Semver)
- Multiple isolated environments
What We Offer
Opportunity to join an ambitious early stage business apps startup and be part of a small core engineering team that is making a big difference in the corporate scene.
Contact
jobs@panax.io
- Front End Developer
Front End Developer
San Luis Potosi, Mexico
About the Position
Front end web developer who loves challenges and is motivated to constantly learn. Passionate about design yet appreciate that for design to be useful, it must serve a need. Acknowledge the tradeoffs of various client-side Javascript frameworks, looking forward to run code through performance analyzers to see where you can improve it, and take just as much time to structure LESS files as Javascript’s.
Responsibilities
- Test and support existing front end assets
- Collaborate with other Engineers to adopt new conventions, workflows and libraries for UI development and testing
- Development of new data views & UX experiences
- Inspire backend development to support innovative frontend features
Minimum Requirements
- Master of front end web application development
- HTML5 / Javascript / JQuery
- Backbone.js / Angular.js / React.js
- CSS / LESS / SASS
- Experience working as a software engineer on really cool, challenging projects
- Experience as a front end developer on highly-interactive web applications
- Ability to balance between "getting things done" and “long term maintainability & extensibility”
- Passionate about technology and love working together with like-minded smart people
Preferred Qualifications
- BS in Computer Science or a related field, or equivalent experience
- Knowledge of ES6, Webpack, transpilers & modern JS ecosystem
- Experience with full stack development, particularly using Node.js, APIs & SQL
- Familiarity with best-practices and Agile software development
- SCRUM
- Continuous Deployment
- Integration & unit testing
- Versioning (Version Control, Semver)
- Multiple isolated environments
What We Offer
Opportunity to join an ambitious early stage business apps startup and be part of a small core engineering team that is making a big difference in the corporate scene.
Contact
jobs@panax.io
- SQL Database Administrator (DBA)Continue reading...
SQL Database Administrator (DBA)
San Luis Potosi, Mexico
About the Position
Support the development of new generation in-house ERP, by extending data model and enhancing current business processes, while supporting existing users and testing a new technology for rapid prototyping of business applications
Responsibilities
- Implement and normalize data model via scalable business rules by interacting with both technical and non-technical customers
- Provide backwards-compatibility and integrity checks for legacy modules, using diverse database objects, while migrating and sanitizing existing data assets
- Periodically test results with in-house Agile tool and provide feedback to fellow developers
Minimum Requirements
- Bachelor's degree in related field and/or a minimum of 4+ years of equivalent work experience
- Experience in database installation/configuration/deployment/support
- Experience developing SQL with a RDBMS such as Postgres, MS SQL Server, Oracle
- Experience using views, triggers, functions and stored procedures
- Strong skills with ETL process
- Strong aptitude toward communicating complex business and technical concepts using visualization and modeling aids. Ability to conceptualize and design sophisticated wireframes, workflows, and diagrams
Preferred Qualifications
- 2+ years of experience developing in Microsoft SQL Server 2005+.
- Familiarity with XML Technologies (XPath, XSLT, XSD, XQuery)
- Familiarity with server side web development design languages, scripting tools, and protocols such as HTML, JavaScript, HTTP, CSS, AJAX, JQuery
- Familiarity with best-practices and Agile software development
- SCRUM
- Continuous Deployment
- Integration & unit testing
- Versioning (Version Control, Semver)
- Multiple isolated environments
What We Offer
Be part of exciting new project to modernize an existing business application, using an innovative Agile software development approach
Contact...
- node-pate-example2var pate = require('node-pate');var formatter = require('./format_lib.js');var options = {tpl: '{{ bread/@name }} price: $[[ formatMoney({{ bread/@price }}) ]] ([[ moneyToWords({{ bread/@price }}) ]])',xml: '<data><row><bread name="Bretzel" price="42.56" /></row></data>',xpath: '/*/*',format_lib: formatter};pate.parse(options, function (err, data) {console.log(data);});
- Playing with Node.js modules: node-patePâté is a simple XPath-oriented, express-compatible template engine for Node.jsUsageOutput:Bretzel price: $42.56 (CUARENTA Y DOS PESOS CON 56/100)Source code:https://github.com/benoror/node-pateNPM:https://https://www.npmjs.com/package/node-pate
- node-pate examplevar pate = require('node-pate');pate.parse('{{ count/@type }} count: {{ count }}', '<data><row><count type="Bretzel">42</count></row></data>', '/*/*', function (err, data) {console.log(data);});
Generated at Mar 29, 2026, 2:36 AM