February 2024 Summaries
6 posts from Retool
Filter
Month:
Year:
Post Summaries
Back to Blog
The text discusses the challenges of extracting data from PDF files due to their unstructured nature, but also provides solutions using language-specific libraries like PDF.js in JavaScript, AI models, and tools such as Retool. It demonstrates how to use these methods with code examples for each approach.
Feb 23, 2024
2,666 words in the original blog post.
The text discusses the creation of a custom Graphical User Interface (GUI) for managing PostgreSQL databases, which can be beneficial for both developers and non-developers. It provides an overview of the three main components of such a GUI - a Postgres connection, PostgreSQL statements that carry out changes in the database, and UI components that trigger those Postgres operations. The author then demonstrates how to build this type of GUI using Retool, an internal tools platform. This involves gathering connection information for the Postgres database, connecting the database with the internal tooling platform, choosing a database, creating an app, setting up queries, and adding actions such as deleting or editing data. The text concludes by suggesting that these techniques can be applied to other tables in the database, depending on their usage.
Feb 22, 2024
1,763 words in the original blog post.
The text discusses the use of React's components feature, particularly focusing on calendar components. It explains that these components are reusable pieces that can be used to create everything from a simple button to an entire app. A commonly needed component is a calendar for picking dates. Several popular pre-built React calendar components are listed and their features are discussed. These include react-datepicker, react-calendar, react-big-calendar, react-infinite-calendar, and React DayPicker. The text also mentions the benefits of using these pre-built components such as saving time, improved performance, predictable user experience, and customizability. Additionally, it provides a brief overview on how to build your own calendar component in React.
Feb 15, 2024
1,501 words in the original blog post.
Retool Forms is a new form builder tool designed for developers to create forms on top of their databases quickly and easily. It allows data to be sent directly to the database or other desired locations, and can be integrated with Retool's CRUD apps, SQL joins, and BI visualizations. The code-first feature enables custom validations, conditional logic, and data parsing using JavaScript. Forms are secure with granular access controls, and the service is now available for free to all customers.
Feb 14, 2024
534 words in the original blog post.
Krithika Muthukumar's journey at Stripe highlights her transition from frontend development to product marketing, leveraging her unique background in business, cognitive science, and computer science. Her tenure began with a rapid integration into Stripe's operations, emphasizing quick execution to meet market demands. She played a pivotal role in establishing Stripe's marketing strategies, including launching significant product features like multi-currency acceptance and enhancing Stripe's content and communication channels. Muthukumar's approach involved understanding customer pain points to refine product messaging and positioning, while also building foundational marketing systems to support Stripe's growth. Her reflections emphasize the importance of continuous customer engagement, friction reduction, and strategic alignment with user needs to maintain Stripe's focus on innovation and user-first principles. As Stripe expanded to serve enterprises beyond its initial developer-focused audience, Krithika remained committed to the essence of marketing simplicity and effectiveness, tailoring strategies to resonate with startup founders and developers.
Feb 13, 2024
1,844 words in the original blog post.
Henry LeGard, CEO of Verisoul, an AI platform aimed at preventing fake accounts, shares how he built a custom AI fraud monitoring agent (Fraud Analyst) using Retool's AI components in just a few hours. The Fraud Analyst provides real-time answers to customer questions about accounts and their risk profiles by leveraging real-time data from the Verisoul database and APIs, obfuscating PII before sending data to OpenAI, and continuously refining its knowledge base through Slack monitoring. This solution has significantly improved Verisoul's customer support operations by handling fraud investigations almost instantly while delivering customers quicker, more personalized explanations.
Feb 09, 2024
2,142 words in the original blog post.