SamB π―
@saminsolitude
I build solutions with code & no code π·ββοΈ Of late using WeWeb, Xano & python a lot. DM if u need help building web apps My blog: https://hellosambhavi.com
Yaay! Thoroughly enjoyed being a guest in @pybites podcast ππ€©
New podcast episode alert π§ youtu.be/vQ-fWAQkuI4 Sambhavi shares some great planning + productivity tips that will make you a more effective developer π₯ π‘ #python #developer #podcast #productivity
Builders using tools like @weweb_io , @softr_io and other low code and no code tools. What's your testing strategy ? How do you handle automated testing for every deploy/publish ? Is anyone writing agents for these ? Is it possible or doesn't make sense at all?
Of late export in @nocodebackend takes an unusually long time. Anyone else facing this ? In fact, I applied filters and it's a small number of records. In the past, it was never like this.
Listened to this on my morning walk today. Tbh it's fascinating to see how differently human minds work. open.spotify.com/episode/7IC0Foβ¦
After a very long time I was browsing through jop postings in @Upwork and I was surprised (not in a happy way) The amount of work a client expects and the payment is literally inversely proportional, atleast the postings I went through. And yeah, I was browsing with keywordsβ¦
From my experience, if you know the finer features of tools like @weweb_io , start optimising from the beginning. Do not wait to complete building the app and then start to tweak for performance or handle scale. Especially, if you are building for a client. In your initialβ¦
From my experience, if you know the finer features of tools like @weweb_io , start optimising from the beginning. Do not wait to complete building the app and then start to tweak for performance or handle scale. Especially, if you are building for a client. In your initialβ¦
Opened my inbox with a good word from my client. All the performance tweaks that we worked on, are showing a good improvement in speed. Thanks for the tips @weweb_io, @alexisjc_ , @KarlMyrvang . Conditional rendering played a huge role. Much more to be done !
As a freelancer, how do you handle scope creep from your clients ? I'm having a tough time handling this π. I accepted a milestone based payment and I'm thinking that's one of the biggest mistakes I made.
Another useful tip while using select or multi select in @weweb_io , turn on infinite scroll and set your limit, default 20 is good. Seeing a good jump in speed because of this one change.
Does this happen to you ? If you keep working on the same tool, do you find it hard to restart with another that you started to explore ?
Using conditional branching to show/hide elements in @weweb_io has shown quite some improvement in page load. Much more than reducing the number of global variables.
Xano just dropped something HUGE π₯ New pricing: Starter plan now $29/m (was $99!) β AI agents that actually DO things β Smart assistants for database, SQL, APIs β New XanoScript language for LLMs β Visual + code in one platform The future of @nocodebackend is here π
In my @weweb_io app, have a text area input in my form. If the input has values like <[emailΒ protected]> i.e. within tags, it throws an error on the console. Is the only way to remove such <> before I save ? Or any other element will allow these ?
Oops π I missed to submit my update in week 2 of @lovableshipped . Does it mean I'm out ?
Are there any downsides to creating most elements as components in @weweb_io ? I guess not, just want to be sure before rewriting many things now, phew π