Home / Companies / Retool / Blog / September 2023

September 2023 Summaries

7 posts from Retool

Filter
Month: Year:
Post Summaries Back to Blog
Retool and Databricks are collaborating to enhance the development and deployment of data-driven applications by introducing Lakehouse Apps to the Databricks Marketplace. This initiative allows businesses to create secure, customized applications that leverage the robust data and AI capabilities of the Databricks Lakehouse platform. Lakehouse Apps will run natively on a customer's Databricks instance, ensuring seamless integration, privacy, and compliance, while Retool facilitates the rapid development of bespoke tools that enhance operational efficiency across various business functions. The Databricks Marketplace will soon feature these apps, providing a streamlined single sign-on experience and allowing users to manage resources through the Databricks Unity Catalog. This partnership aims to minimize legal and security barriers, enabling organizations to quickly adopt and benefit from these innovative solutions.
Sep 29, 2023 737 words in the original blog post.
In his guest post, Dryden Williams, co-founder of EcoPing, outlines how the company transitioned from using a homegrown admin panel to adopting Retool to enhance their product development efficiency. EcoPing initially relied on MongoDB and an internal API to manage customer data and website carbon emissions metrics, but found these systems cumbersome and time-consuming, detracting from their core mission of reducing digital carbon footprints. By switching to PostgreSQL and implementing Retool, EcoPing streamlined its operations, allowing easier data management and faster deployment of features. Retool's integration capabilities and user-friendly interface enabled the team to quickly replace much of their internal infrastructure, leading to more efficient internal workflows and freeing up time to focus on customer engagement and further development of tools aimed at minimizing website carbon emissions.
Sep 27, 2023 763 words in the original blog post.
React, a widely-used JavaScript frontend framework, faces challenges in implementing animations due to its component lifecycle. To address these challenges, various React animation libraries, such as Framer Motion, react-spring, Anime.js, react-motion, react-transition-group, and GreenSock, offer different solutions by providing pre-built components, APIs, and utilities that simplify the animation development process and ensure cross-browser compatibility. Each library has its strengths and weaknesses; for instance, Framer Motion integrates seamlessly with React's declarative syntax, while react-spring excels in spring animations. Anime.js and GreenSock offer more general-purpose solutions that require manual integration with React. Developers choose these libraries based on specific project needs, considering factors like the animation's motion paradigm, transition functions, compatibility with React's ecosystem, and community support. While native CSS animations may suffice for simple use cases, these libraries provide enhanced capabilities for more complex animations, allowing developers to efficiently create visually engaging applications.
Sep 25, 2023 2,637 words in the original blog post.
On August 27, 2023, Retool experienced a spear phishing attack that resulted in unauthorized access to the accounts of 27 cloud customers, all within the crypto industry, while on-premise customers remained unaffected. The attack began with an SMS-based phishing message targeting employees, leading one to inadvertently provide access to an attacker who used a deepfake voice to obtain a multi-factor authentication (MFA) code. This allowed the attacker to add their device to the employee's Okta account and access critical systems through synchronization of MFA codes to the cloud via Google Authenticator, highlighting vulnerabilities in software-based OTPs. Following the breach, Retool quickly revoked internal sessions, restored affected accounts, and emphasized the need for more robust security measures, such as hardware security keys and human-in-the-loop workflows. The incident underscored the importance of understanding threat models, implementing defense-in-depth strategies, and encouraging the use of on-premise solutions for industries requiring enhanced security. Retool aims to increase industry awareness of such risks and improve security practices by sharing their experience openly.
Sep 13, 2023 1,652 words in the original blog post.
The text discusses the potential of AI tools, especially large language models (LLMs), to enhance software development and streamline business operations by automating tasks such as generating code or simplifying internal workflows. It emphasizes the importance of maintaining a problem-first approach, refining input data quality, and employing advanced prompt engineering techniques to maximize the effectiveness of AI applications. The text also highlights the need for continuous feedback loops for model improvement, balancing performance and cost, and ensuring rigorous security and privacy measures when deploying AI solutions. With the rapidly evolving AI landscape, the text suggests using platforms like Retool AI to build and customize secure AI-powered applications efficiently, while also acknowledging the ongoing development of best practices and strategies in the field.
Sep 11, 2023 1,897 words in the original blog post.
Retool has introduced Retool AI, a suite designed to help businesses create custom AI-powered tools by connecting to any large language model (LLM) provider, building apps and workflows either visually or with code, and securely publishing them. Early adopters have successfully built diverse applications, such as chatbots, sentiment analysis tools, and sales CRM automation. The platform allows users to leverage various LLMs, connect to third-party databases and APIs, and incorporate custom business logic efficiently. Retool AI features managed vector storage and pre-built AI Actions, enabling swift development and iteration of AI applications like bespoke support bots. The platform also includes security measures such as granular permissions, audit logging, and self-hosting options. Retool AI is available to all Retool users, with features accessible to cloud and self-hosted customers, and offers a seamless integration process to enhance operational efficiency and user experience.
Sep 07, 2023 1,374 words in the original blog post.
React and Angular are two leading JavaScript frameworks widely used in building web applications, with React claiming a larger market share. React, developed by Meta, is known for its component-based architecture, virtual DOM, and unidirectional data flow, making it efficient and flexible for developers who prefer an open-ended approach. Angular, created by Google, offers a more complete MVC solution with two-way data binding and dependency injection, appealing to those who favor a structured, opinionated framework. Both have their strengths and weaknesses: React is easier to learn and faster due to its virtual DOM, while Angular provides a comprehensive framework but has a steeper learning curve and can be slower due to its real DOM usage. React's community support and adaptability make it the preferred choice for many developers, though Angular remains significant, especially in large-scale projects needing rigorous code standards. While React is often favored for its flexibility and speed, Angular's structured approach is still valued in certain scenarios, particularly in legacy systems and by experienced developers.
Sep 06, 2023 1,946 words in the original blog post.