Tech Ecosystem

Discover powerful technologies and APIs to build your next great project

Tech Stacks

Ruby

Ruby

Back-End

Ruby is a general-purpose, object-oriented programming language known for its simplicity and productivity, often used in web development and other software applications. It was created by Yukihiro "Matz" Matsumoto in the mid-1990s and is designed to be easy to read and write, with a syntax that resembles English.

15 projects
Rails

Rails

Back-End

Rails (full name: Ruby on Rails) is a backend web framework written in Ruby. It is used to build server-side applications — websites, APIs, etc.

15 projects
Angular JS

Angular JS

Front-End

AngularJS is a JavaScript-based frontend framework developed by Google. It helps build dynamic, single-page web applications (SPAs) by extending HTML with additional features. AngularJS uses two-way data binding, making real-time updates between the UI and data seamless.

2 projects
Vue.js

Vue.js

Front-End

Vue.js is a lightweight, progressive JavaScript framework for building user interfaces. It focuses on the frontend, making it easy to create interactive web pages and single-page applications (SPAs). Vue is designed to be flexible, simple to integrate, and powerful enough for complex apps.

1 projects
AWS

AWS

Cloud Computing

AWS (Amazon Web Services) is the world’s leading cloud computing platform. It provides on-demand services like servers, storage, databases, networking, and AI tools over the internet. Companies use AWS to build, deploy, and scale applications without managing physical hardware.

1 projects
DynamoDB

DynamoDB

Database

Amazon DynamoDB is a serverless, NoSQL database service offered by Amazon Web Services (AWS). It's designed for storing and retrieving data at a large scale with low latency and high availability. DynamoDB supports key-value and document data models, allowing for fast data access and retrieval.

1 projects
jQuery

jQuery

Front-End

jQuery is a lightweight, "write less, do more", JavaScript library. The purpose of jQuery is to make it much easier to use JavaScript on your website. jQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can call with a single line of code.

7 projects
HAML

HAML

Back-End

Haml (HTML Abstraction Markup Language) is a templating engine and markup language, predominantly used with Ruby on Rails, that provides a cleaner and more concise way to write HTML. It simplifies HTML generation by abstracting the markup, allowing for easier readability and maintainability.

1 projects
PostgreSQL

PostgreSQL

Database

PostgreSQL is a powerful, open-source relational database management system used to store and manage structured data. It uses SQL (Structured Query Language) for querying and supports advanced features like transactions, full-text search, and JSON data types. It runs on the backend of applications and is widely used for web, mobile, and data-driven platforms due to its reliability and flexibility.

8 projects
Twitter Bootstrap

Twitter Bootstrap

Front-End

Twitter Bootstrap (now simply known as Bootstrap) is a popular open-source front-end framework originally developed by Twitter engineers. It provides ready-made HTML, CSS, and JavaScript components for building responsive, mobile-first websites quickly.

1 projects
HTML

HTML

Front-End

HTML is the standard language used to create and structure content on the web. It defines elements like headings, paragraphs, images, and links that appear on webpages. Every website uses HTML as the foundational layer for content layout.

5 projects
CSS

CSS

Front-End

CSS is used to control the appearance and design of HTML elements on a webpage. It allows developers to style colors, fonts, spacing, layout, and responsiveness. CSS helps separate design from structure, making webpages look polished and user-friendly.

5 projects
Bcrypt

Bcrypt

Back-End

Description: A Ruby gem that provides a secure way to hash and store passwords using the bcrypt algorithm.

1 projects
Tailwind CSS

Tailwind CSS

Front-End

Tailwind CSS is a utility-first CSS framework that allows developers to build custom designs directly within HTML, rather than writing traditional CSS. It provides a vast set of pre-defined CSS classes that can be combined to style elements, enabling rapid development and promoting consistency.

5 projects
React

React

Front-End

React is a JavaScript library developed by Meta (formerly Facebook) for building user interfaces, particularly single-page applications. It allows developers to create reusable UI components and efficiently manage how data changes are reflected in the user interface.

2 projects
TypeScript

TypeScript

Both ( Frontend and Backend )

TypeScript is a syntactic superset of JavaScript which adds static typing. This basically means that TypeScript adds syntax on top of JavaScript, allowing developers to add types.

1 projects
MySQL

MySQL

Database

MySQL is a free and open-source relational database management system (RDBMS). It uses Structured Query Language (SQL) to manage and manipulate data stored in tables with rows and columns. MySQL is widely used for various applications, including web development, content management, and e-commerce, due to its reliability, performance, and ease of use.

7 projects
PHP

PHP

Back-End

PHP (Hypertext Preprocessor) is a widely-used, open-source scripting language primarily designed for web development. It's used to create dynamic and interactive web pages, handle user input, and interact with databases. PHP is embedded into HTML, allowing developers to mix PHP code with standard web content.

3 projects
Python

Python

Back-End

Python is a high-level, versatile programming language known for its readability and ease of use. It's widely used in web development, data science, machine learning, and more, making it a popular choice for both beginners and experienced programmers.

4 projects
Django

Django

Framework

Django is a high-level, open-source web framework written in Python. Its primary purpose is to facilitate the rapid development of secure and maintainable websites and web applications.

4 projects
React Native

React Native

Front-End

React Native is a JavaScript framework for writing real, natively rendering mobile applications for iOS and Android. It's based on React, Facebook's JavaScript library for building user interfaces, but instead of targeting the browser, it targets mobile platforms.

1 projects
Firebase

Firebase

Database

Firebase is a platform developed by Google that provides tools and services to help developers build and run high-quality mobile and web applications. It offers a range of features, including databases, authentication, storage, hosting, and more, all designed to streamline the development process. Essentially, it acts as a backend-as-a-service (BaaS) for app development, simplifying the complexities of server-side logic and infrastructure.

0 projects
Laravel

Laravel

Framework

Laravel is a free, open-source PHP web application framework with an elegant and expressive syntax, designed to simplify web development. It follows the Model-View-Controller (MVC) architectural pattern and provides a structure and starting point for building web applications, allowing developers to focus on creating unique features while handling common tasks like authentication, routing, and caching.

1 projects
WordPress

WordPress

CMS

WordPress is a free and open-source content management system (CMS) used to build and manage websites. It's a popular choice for creating various types of websites, including blogs, business sites, online stores, and more. While initially designed for blogging, WordPress has evolved into a versatile platform used by individuals and businesses alike.

4 projects
MongoDB

MongoDB

Database

MongoDB Explained. MongoDB is a NoSQL database that uses a document-oriented data model, where each record is a document stored in a collection, instead of the rows and columns common to popular relational databases, such as MySQL. MongoDB stores the JSON documents using a format called BSON, or binary JSON.

1 projects
Drupal

Drupal

CMS

Drupal is an open-source content management system (CMS) used to build highly customizable and scalable websites. It provides powerful tools for content publishing, user roles, workflows, multilingual sites, and complex data structures. Drupal is widely used for enterprise websites, government portals, universities, and large content-heavy platforms. Its modular architecture allows developers to extend functionality using thousands of contributed modules.

1 projects
Ionic

Ionic

Cross-Platform Mobile App Development Framework

Ionic is an open-source framework used for building cross-platform mobile applications using web technologies like HTML, CSS, and JavaScript. It allows developers to create iOS, Android, and web apps from a single codebase. Ionic provides a rich library of UI components, plugins, and tools that make mobile development faster and more consistent. It integrates well with Angular, React, and Vue, enabling modern hybrid app development.

1 projects
JSX

JSX

Front-End

JSX stands for JavaScript XML, a syntax extension for JavaScript used primarily in the React library for building user interfaces. It is not a separate programming language but rather a syntactic sugar that allows developers to write HTML-like markup directly within JavaScript code.

1 projects

APIs

SES

Amazon SES is a cloud-based email sending service designed to help digital marketers and developers send marketing, notification, and transactional emails. It supports high deliverability and integrates easily with other AWS services. You can send emails via SMTP or API and monitor delivery with detailed analytics.

Web OAuth JSON

IAM

AWS IAM lets you manage access to AWS services and resources securely. It enables creating users, groups, roles, and policies to control who can access what. Ideal for applying fine-grained permissions and secure authentication within AWS.

Web OAuth JSON

Auth0

Auth0 is an identity platform offering authentication and authorization as a service. It provides login, signup, passwordless, social logins, and role-based access control. Used in apps to securely manage user identities with minimal custom code.

Web OAuth JSON

Google Maps API

Google Maps API provides services for embedding maps, geolocation, directions, distance calculations, and place search. It allows developers to integrate interactive maps into web and mobile apps. Supports features like autocomplete, street view, and real-time traffic data.

Web OAuth JSON

Facebook Integration API

Facebook’s Graph API is the primary way to access Facebook’s data programmatically. It enables integration of login, profile data, pages, posts, photos, events, and more. Often used for user authentication, social sharing, and managing Facebook Pages or Ads.

Web OAuth JSON

Cloudinary (Media Management API)

Cloudinary is a cloud-based service that manages image and video uploads, transformations, optimization, and delivery. It helps developers deliver media faster with automatic compression and CDN integration. Widely used in apps for responsive and optimized media handling.

Web OAuth JSON

Spreedly (Payment Orchestration API)

Spreedly is a payment integration platform that connects your application to multiple payment gateways and services. It supports global transactions, tokenization, and routing logic for flexibility and redundancy. Ideal for businesses needing multi-gateway payment support in one unified API.

Web OAuth JSON

Sentry (Error Tracking API)

Sentry is a real-time error tracking and performance monitoring tool for web and mobile apps. It captures crashes, exceptions, and performance bottlenecks with detailed context and stack traces. Helps developers debug faster by integrating directly with source code and alerts.

Web OAuth JSON

PayPal API Integration

PayPal API enables secure online payment processing for websites and apps. It supports transactions, subscriptions, refunds, and checkout customization. Used widely in e-commerce to accept payments via PayPal wallets, cards, and more.

Web OAuth JSON

Google Maps API

Google Maps APIs are a set of programming tools and services that allow developers to integrate Google Maps functionality into their websites and mobile applications.

Web OAuth JSON

Zapier

Zapier is a web-based automation platform that allows users to connect different web applications and automate tasks without needing to write any code. It's used to streamline workflows by connecting apps and moving information between them automatically, saving time and effort.

Web OAuth JSON

Zapier

Zapier is a web-based automation platform that allows users to connect different web applications and automate tasks without needing to write any code. It's used to streamline workflows by connecting apps and moving information between them automatically, saving time and effort.

Web OAuth JSON

Stripe

Stripe is a financial infrastructure platform that enables businesses to accept and manage online payments. It provides a suite of tools for processing payments, managing subscriptions, handling invoices, and more. Essentially, Stripe acts as a third-party payment processor, allowing businesses to receive money from customers through various online channels.

Web OAuth JSON

Plaid

Plaid is a financial technology company that provides a platform for connecting users' bank accounts to various apps and services. Essentially, it acts as a secure middleman, allowing users to share their financial information with other applications without directly sharing their bank credentials according to Plaid.

Web OAuth JSON

Salesforce

Salesforce is a cloud-based software company that provides customer relationship management (CRM) solutions. It helps businesses manage their interactions with customers, streamline sales processes, improve customer service, and enhance marketing efforts. In essence, it's a platform that brings together various teams and data to improve customer relationships and business operations.

Web OAuth JSON