mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.4K
active users

#webdev

203 posts152 participants4 posts today

Rack Root update: tonight I finally got the search page working and passing parameters the way I need it to. There's a search box in the top right hand corner that will take in a given string and (eventually) go ask the API for objects that match the search terms.

This took a while to put together since entering a search term will redirect you to `/search?q=foo` and that renders properly the first time. With Vuetify however, if you enter another search term while on that page, the app sees you're already on `/search` and doesn't update the values on the page, even though the search parameter is different.

The solution was thankfully found in a GitHub issue (linked below) where other people were looking for the same kind of functionality. This also taught me about the Navigation Guards that Vue/Vuetify come with to handle page navigation/movements. The app knows when you're on the same page and will make decisions based on that.

During my testing I just echoed the search parameter back to the user, but now that the hard part is done, I just need to write the API for it and render that on the frontend. Surely there won't be any complications with asking the API for multiple different objects back... that'll really test my database and python skills.

github.com/vuejs/router/issues

Learning to Unlearn: The Superpower Developers Need in the AI Era In today’s tech-driven world, we often celebrate how fast someone can learn — how quickly they can pick up a new framework, mas...

#webdev #programming #ai #productivity

Origin | Interest | Match
DEV CommunityLearning to Unlearn: The Superpower Developers Need in the AI EraIn today’s tech-driven world, we often celebrate how fast someone can learn — how quickly they can...
App Security: Common Attacks & How to Prevent Them Web applications are everywhere, from personal blogs to massive enterprise platforms, and they’re all potential targets for attackers. Secur...

#programming #python #webdev #javascript

Origin | Interest | Match
DEV CommunityApp Security: Common Attacks & How to Prevent ThemWeb applications are everywhere, from personal blogs to massive enterprise platforms, and they’re all...
Replied in thread

@sand

Already way past that. There are capture solve SaaS with the their own SDKs that can be incorporated into software. They detect the captcha, send an API call to the AI (or in some cases an actual person in India or somewhere) and get back an authorization token.

it's been this way for years now. Captcha is almost completely ineffective against its intended targets. Just free data labeling and social experimentation for Google.