A design tool for creating wireframes, which are simplified, low-fidelity mockups of a user interface or website. Figma wireframes are wireframe plugins created specifically for use in Figma. (Wireframing is a process of visualizing UI elements that will be used on different web pages.) Specifically, wireframing plugins make it easy for designers and UX teams …
Development
MMDetection is a Python toolbox used for object detection and instance segmentation. Basically, it is an open-source library containing several advanced, ML-powered object detection and instance segmentation models. A significant reason behind the hype for this toolbox is that all models are pre-configured, enabling people to develop projects with little coding. The project has over …
NestJS is an MIT-licensed, open-source framework that enables users to create stable web applications using Node.js. The project uses progressive JavaScript and supports TypeScript. NestJS makes it possible for developers to create scalable and loosely coupled applications. Which means that applications can be easily split into microservices. The project has over 50,000 stars on GitHub. …
FastAPI is a framework for developing APIs with Python 3.6+. It is the third-fastest Python web framework, behind Scarlette and Uvicorn. Simplicity and speed are the main reasons behind this framework’s growth. (In fact, this is why Netflix uses FastAPI for internal crisis management.) The project has over 52,000 stars on GitHub. What’s Next FastAPI …
Quarkus is an open-source Java programming language framework for Kubernetes and serverless web development. It works with nearly all popular Java libraries, standards and frameworks (like Springs and Microprofile). The framework lets developers optimize container-native applications for peak performance, resulting in faster startup times, lower memory consumption and reduced host costs. The project has over …