whatβs the tech stack you guys are using for your apps?
#learning #techstack #buildinginpublic #notadev
Latest posts tagged with #NotaDev on Bluesky
whatβs the tech stack you guys are using for your apps?
#learning #techstack #buildinginpublic #notadev
Just nudged the Principle Dev with some good news / a catastrophic wound to their pride*
*delete as appropriate
#NotaDev #CowboyCoders #VibeCodingOnly
It was a missing Comma. It was a missing <add/delete as applicable>. Comma, brace, bracket, parenthesis, semi-colon, colon. You just have to stare at it long enough to figure out out. #NotADev #WritingMoreCode
Spending my Sunday afternoon looking at #JavaScript not something I thought I'd be saying in my 30's. #NotADev #ButALittleDev
Spending my Sunday afternoon looking at #JavaScript not something I thought I'd be saying in my 30's. #NotADev #ButALittleDev
Me: Why isn't this working, it was working the other day.
Also Me: Lets collect data as users move through screens so that they don't notice any hits to performance loading a single screen.
Me: Didn't navigate through screens π
#CanvasApps #NotADev
Me: Why isn't this working, it was working the other day.
Also Me: Lets collect data as users move through screens so that they don't notice any hits to performance loading a single screen.
Me: Didn't navigate through screens π
#CanvasApps #NotADev
Past Matt is clever. He knows present Matt will not remember what he is doing when he looks at the code 2 days later. Be like Past Matt. #NotADev #MoreLikeADevThanIOnceWas
Past Matt is clever. He knows present Matt will not remember what he is doing when he looks at the code 2 days later. Be like Past Matt. #NotADev #MoreLikeADevThanIOnceWas
Starting in 30 minutes! Come and join the fun as we learn about JSON. #NotADev #API #JSON #PowerPlatform twitter.com/VirtualPowerGrp/status/1...
Starting in 30 minutes! Come and join the fun as we learn about JSON. #NotADev #API #JSON #PowerPlatform twitter.com/VirtualPowerGrp/status/1...
What is JSON? An Introduction to JSON.
If you work with the #PowerPlatform or with APIs you may have needed to work with JSON. In this video I explain some of the basics of JSON.
https://youtu.be/aDk4lEMRFcY
#FlowFam #PowerAutomate #APIs #JSON #NotADev
What is JSON? An Introduction to JSON.
If you work with the #PowerPlatform or with APIs you may have needed to work with JSON. In this video I explain some of the basics of JSON.
https://youtu.be/aDk4lEMRFcY
#FlowFam #PowerAutomate #APIs #JSON #NotADev
Me: why isn't this working? Why is it half working? What is wrong with this thing?
Stop. Drink coffee. Look at code again.
Me: Seriously? It's a comma that broke this? π
It's always a comma or a typo.
#NotADev
Me: why isn't this working? Why is it half working? What is wrong with this thing?
Stop. Drink coffee. Look at code again.
Me: Seriously? It's a comma that broke this? π
It's always a comma or a typo.
#NotADev
"Think of the URI as just the rest of the URL, if you are not familiar with it" - @AshRgrs making the complex simple. Even I can understand this. #NotADev #FlowFam #ScottishSummit2021
"Think of the URI as just the rest of the URL, if you are not familiar with it" - @AshRgrs making the complex simple. Even I can understand this. #NotADev #FlowFam #ScottishSummit2021
Nothing I have shown in my demo is code, that's important. It democratizes Chat Bots for the masses, allows anyone to build a chat bot, no cliffs.
#NotADev #ScottishSummit2021 @MSPowerVirtual
Nothing I have shown in my demo is code, that's important. It democratizes Chat Bots for the masses, allows anyone to build a chat bot, no cliffs.
#NotADev #ScottishSummit2021 @MSPowerVirtual
Showing smart matching, entity extractions and synonyms in one go for my session. #CanAnyoneBuildABot #BotSquad #NotADev #NoCode #ScottishSummit2021
Showing smart matching, entity extractions and synonyms in one go for my session. #CanAnyoneBuildABot #BotSquad #NotADev #NoCode #ScottishSummit2021
Drinking Red Bull and Coffee this morning, looking at a bunch of squiggly red lines over dozens of lines of "code" does that means I'm closer to #Dev than #NotADev #AskingForAFriend and I also have VS code open π
Drinking Red Bull and Coffee this morning, looking at a bunch of squiggly red lines over dozens of lines of "code" does that means I'm closer to #Dev than #NotADev #AskingForAFriend and I also have VS code open π
Drinking Red Bull and Coffee this morning, looking at a bunch of squiggly red lines over dozens of lines of "code" does that means I'm closer to #Dev than #NotADev #AskingForAFriend and I also have VS code open π
Drinking Red Bull and Coffee this morning, looking at a bunch of squiggly red lines over dozens of lines of "code" does that means I'm closer to #Dev than #NotADev #AskingForAFriend and I also have VS code open π
Drinking Red Bull and Coffee this morning, looking at a bunch of squiggly red lines over dozens of lines of "code" does that means I'm closer to #Dev than #NotADev #AskingForAFriend and I also have VS code open π
As #NotADev I struggle to write complex formulas in #CanvasApps so I start one function at a time. X * Y works, so move onto Lookup(Products, Name=drpProduct.selectedText, Cost), then (X*Y) /Lookup(Products, Name=drpPdt.selectedText, Cost), and build out from there.
As #NotADev I struggle to write complex formulas in #CanvasApps so I start one function at a time. X * Y works, so move onto Lookup(Products, Name=drpProduct.selectedText, Cost), then (X*Y) /Lookup(Products, Name=drpPdt.selectedText, Cost), and build out from there.
Add piece by piece and check as you go. It much easier to troubleshoot a single formula rather than a massive formula and you don't know what's not working. It might take a little longer, but I find it much easier than building everything at once. Again, i'm #NotADev