What do you need to know to develop in Retool? Retool at its heart is a developer tool. This means that Retool focuses on expediting developer development time as opposed to enabling non-technical developers to build on the platform. At it's core you need to know JS & SQL, but should also probably be familiar with development best practices to develop on the platform. We actually wrote about the low-code to developer tool spectrum on Justin Gage's Technically here: https://lnkd.in/g5xKRRW4
Bold Tech ’s Post
More Relevant Posts
-
Full-Stack Developer | UI/UX Designer | Enthusiast (Custom ROM & Recovery) | AI & Hardware Aficionado
I just found OverAPI while browsing, and it's a fantastic resource for cheat sheets 📚 across multiple programming languages and tools. If you're a developer looking for quick references, this site is worth checking out! 💻✨ Here's the link: overapi.com #developers #programming #cheatsheets #codingtips 🚀
To view or add a comment, sign in
-
Recently, I made a switch from using Prettier and ESLint to Biome for code formatting, and I've found it to be a refreshing change that fits well with my workflow. In my current setup, I have projects where Prettier and ESLint are already established tools for maintaining code style. However, for new projects and personal preferences, I've opted to integrate Biome due to its flexibility and intuitive configuration. To seamlessly manage formatting across different projects i have update .vscode/settings.json file. Prettier was Default Formatter but with this setting VS Code automatically formats files according to Biome's rules upon save and for other project use prettier.
To view or add a comment, sign in
-
-
LinkedIn Top Voice | 3 ⭐ @Codechef | Assistant System Engineer @TCS | Front End Engineer | React.js Developer | #180daysofcode ✅
Day 126 - Solved one problem from LeetCode #problemoftheday The number of beautiful subsets find my code here - https://lnkd.in/dNbzRXrn Approach - It is pretty easy, first calculate all subsets excluding empty subsets by count-1, then check if the array element absolute difference with K +/- is present and find it in the map, if found ok else don't take it.
To view or add a comment, sign in
-
-
Blossom Academy Data Analyst Fellow | Business Analyst | I drive data informed decision-making to ensure operations quality.
Day 5 Today's focus is on creating forms (e.g: a login form) and tables on a page. Here's a sample code for a plain one. Have a lovely day!! #100daysofcode #Codetraingh Robert Kehinde Foster Frimpong
To view or add a comment, sign in
-
Exploring React Hook Form has been a game-changer in my coding world. Handling forms effortlessly, streamlining my workflow, and keeping it clean. A must-try for React devs. https://lnkd.in/ervWMv_7 #reactdeveloper #reactdevelopment #webdevelopment #fullstackdeveloper
Less code. More performant
react-hook-form.com
To view or add a comment, sign in
-
Versatile Full Stack Developer with Proven Expertise in Flutter | Angular | ASP.NET Core MVC & Web Api with Entity Framework
While developing application we create multiple files within our lib folder and import it in one another. Use of absolute and relative together can create confusion, to avoid this we should use relative imports for files. // Don't import 'package:appname/utils/app_constant.dart'; // Do import '../utils/app_constant.dart'; #flutterdeveloper #fluttercommunity #flutterdev #flutter
To view or add a comment, sign in
-
introducing a new package (Cubit Generator) Cubit Generator is a Flutter package designed to automate the creation of Cubit and state files, streamlining the development process for state management in Flutter applications. This tool provides a command-line interface (CLI) for generating Cubit classes and their associated states, ensuring consistency and reducing boilerplate code. Features Automated File Generation: Quickly generate Cubit and state files with a single command. Structured Directory Management: Organizes generated files into a cubits directory with subdirectories for each Cubit. Seamless Integration: Includes part and part of directives for easier file management. Customizable: Easily extend and modify generated code to fit your specific needs. #flutter #flutterpackages #pubdev
To view or add a comment, sign in
-
-
Solution Architect, GenAI, DevOps, SRE, Platform Engineering, Full-Stack, Data Engineer, DBA(Oracle, MSSQL, Postgres), Cloud, Kubernetes
Finally I got the hang of writing #roslyn incremental code generator. I read the https://lnkd.in/gtMUsKqQ and follow the series to create one as same as it. The really challenge is what I really completed a new code generator. Reread its source code at https://lnkd.in/g2jCGEi4 and play around. The series is a guideline, the good staffs are in the github repository. One thing I can add is that your transformation function might not be called if there is any compiling errors. You will be in the dark to figure out what's happened. One way to speed it up is make sure the code can be compiled successfully in a seperate project before using code generator on it. Really admire my colleague Christian Donn Relacion who can do code generator in one year ago, ,that time it is quite hard to troubeshoot and less documentation about code generator. #dotnet #csharp #roslyn
Creating a source generator
andrewlock.net
To view or add a comment, sign in
-
https://lnkd.in/gXpxhr5E Solved 232 questions on leetcode. EASY-60 . MEDIUM - 137 and HARD- 35
To view or add a comment, sign in
-
-
[Coming Soon] Bidirectional Feature 👀 Add, delete, and real-time edit blocks within your diagrams, offering both ways to build your #cloudinfrastructure, through the #diagram & the #terraform code. 💣 Automatic updates between code and diagram 💣 Instantly spot and fix errors. 💣 Link resources across different files with ease. 💣 Add and Edit variables, modules, locals, and more. 💣 Add and manage modules from registries or git. 💣 Maintain a structured and organized #codebase. coming soon on Brainboard.co
To view or add a comment, sign in
-