Home / Companies / Retool / Blog / July 2020

July 2020 Summaries

5 posts from Retool

Filter
Month: Year:
Post Summaries Back to Blog
React component libraries offer a solution for developers looking to enhance the design and functionality of their applications without extensive design expertise. These libraries, often open-source and constantly evolving, provide styled components optimized for efficiency and accessibility, enabling developers to create visually appealing and functional user interfaces. The article highlights several popular libraries, each with distinct design principles and strengths: Ant Design focuses on enterprise-level design with a strong emphasis on user interaction and growth; Material-UI is grounded in Google's Material Design, offering a grid-based layout and responsive animations; Fluent UI follows Microsoft's design principles, bringing familiarity to users of Microsoft 365 apps; React Virtualized specializes in handling large datasets with a narrow but efficient scope; Rebass provides a lightweight, flexible, and themeable option for straightforward applications; and Grommet prioritizes accessibility with features such as keyboard navigation and compliance with W3C's WCAG 2.1 spec. Each library comes with a range of components and compatibility across various browsers, allowing developers to choose the most suitable option for their project needs.
Jul 29, 2020 1,461 words in the original blog post.
Retool is a low-code platform designed to simplify the creation of internal tools, allowing non-technical users to build applications with minimal engineering involvement. The platform is particularly beneficial for tasks like uploading marketing materials to cloud storage services such as Amazon S3, which typically require developer assistance. By enabling business stakeholders to design user interfaces and interact with cloud services directly, Retool reduces the need for repeated technical requests, thereby decreasing distractions for developers. The platform supports a wide range of functionalities and can be customized with components, SQL, and JavaScript to suit various business needs, offering templates and examples for inspiration. Retool is primarily aimed at engineers but is accessible to a broader audience, making it an efficient tool for creating scalable and functional internal applications quickly.
Jul 22, 2020 1,070 words in the original blog post.
The guide explores the implementation of auto-incrementing IDs in SQL databases, emphasizing their utility in managing product data efficiently. It discusses how different SQL dialects like PostgreSQL, MySQL, and SQL Server handle auto-incrementing primary keys, providing syntax examples for each. The text highlights the advantages of using auto-incremented fields, such as improved database stability, performance, and data retrieval efficiency. It also touches on the use of UUIDs for more secure applications, suggesting a method for combining auto-incremented primary keys with other values to create public-facing unique identifiers. Overall, the guide offers practical instructions for setting up and managing auto-incrementing IDs across various database management systems.
Jul 20, 2020 2,775 words in the original blog post.
React admin templates offer developers a streamlined way to create customizable admin dashboards using React, catering to different needs and preferences. These templates come equipped with various features such as multi-browser support, data handling capabilities with Redux, light and dark mode functionalities, and multiple color schemes. Each template varies in price, features, and prebuilt components, with options like Material Dashboard React offering a free tier, EasyDev providing beginner-friendly resources, and Jumbo boasting an extensive array of UI components. Additionally, templates like Fuse offer specialized ecommerce functionalities, while Dandelion Pro includes unique email templates for newsletters and notifications. Other templates such as Reactify focus on SaaS dashboards, and Gogo provides a dedicated survey app template, ensuring that there is a suitable option for various project requirements and developer expertise levels.
Jul 16, 2020 1,317 words in the original blog post.
Assembled, a company dedicated to scaling customer support for various organizations, utilizes Retool to efficiently build and manage internal tools that streamline operations and reduce manual work. Initially relying on an assortment of SQL queries and scripts, they transitioned to Retool when one of their engineers proactively connected their PostgreSQL database and created a configuration app. This tool allows nontechnical team members to customize company settings, improving workflow and client engagement without complicating the product interface. Retool's Query Library further enhances efficiency by providing secure, shared access to database queries, minimizing the need for complex setups. Assembled values Retool's security features but desires more granular data access controls to meet enterprise compliance needs. Overall, Retool has become integral to Assembled's small team, significantly reducing unnecessary UI/UX development time and supporting both business and engineering functions.
Jul 14, 2020 934 words in the original blog post.