Boston Startups Guide is on hiatus.

Startups Using jQuery in Boston

Via their job posts and information submitted by startups themselves, these are the Boston jQuery startups we've found.

Interested in other technologies? Browse or search all of the built-in-boston tech stacks we've curated.

Affordable high-resolution 3D printers.

Tech Stack Highlights

C++ – The majority of our codebase (Desktop & Embedded) is written in C++. This allows us to share code across platforms, and to be able to carefully control sensitive areas of code (performance and memory-wise).

Qt / QML – We use the Qt libraries throughout our code. This allows us to extend C++ with nice features for integrating various logic areas (signals / slots), as well as a tight integration with QML, which we use for our user interface code. QML is a great way to track state transitions, both on our embedded & desktop applications. Qt also makes cross-platform code easier to develop & maintain.

Yocto – Our printer runs a custom Linux distribution, which we build using the Yocto project. This system allows us to track our firmware builds & releases in a deterministic way.

Git – All of our source code is tracked in git, which provides all of our version control needs. It works nicely with Yocto to be able to exactly specify versions of firmware builds at the package level. It also allows for good collaboration between developers while preserving the cleanliness of shipping source code.

Show more details

“Portfolio monitoring, benchmarking, and investor relations services” for private equity and venture capital firms.

Show more details

Daily deals on consumer goods.

Technologies: , , , ,
Show more details

Improved visual reporting / intelligence for business data from Salesforce, QuickBooks, etc.

Show more details

Company product-based stock analysis.

Show more details

Catering services marketplace for businesses.

Show more details

Health data analysis and social tools for people with chronic illness.

Show more details

Mobile marketing / customer data collection tools.

Show more details

Personal savings and investment insight tools.

Show more details

Employee performance prediction tools for hirers / recruiters.

Tech Stack Highlights

MySQL – MySQL is used to provide the main data storage for all business critical information such as user data, jobs, candidates, assessments meta-data etc. We use NDB cluster as well as full redundancy real-time back-up server. Additionally the data is archived hourly, daily and weekly. When it comes to data security – nothing is ever too much.

MongoDB – Thousands of data points a minute are streaming to our servers in the form of user responses to pre-employment assessment answers. This data constitutes the main material for later analytics. Mongo’s Sharding technique allows us to employ multiple low cost instances to handle all this data in parallel fashion. Like MySQL data, No-SQL data is fully redundant and backed up on regular basis.

Python/R – Both Python and R are used to automate the data analytics, required for creating job-success predictions. While Python provides a much more versatile and reliable development environment (especially with modules like NumPy, Pandas, etc), R still has advantages in certain areas. Python’s rpy2 module make the two work together pretty decently.

Apache/PHP – Since our web application is a single-page app, the web service is mainly used as a REST-style backend that interacts with the browser by sending back-and-forth JSON packages. Memcached allows to maintain single state between all web instances. Other great tools like WKPDF (that is used for server-side web rendering) for creating downloadable materials, etc.

JavaScript/Web MVP – On the client we took a rather unorthodox approach of creating our own MVP framework that connects seamlessly with the backend, and makes the entire development cycle much faster. The framework that we created (ElementsJS) makes use of jQuery as well as multiple open-source jQuery plug-ins, while binding them together in a simple to use JavaScript API.

Show more details